From 7c86ce53c0d65919b5cacd5c9626505ceb410414 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 19:38:01 +0100 Subject: [PATCH 001/246] Merging space stuff from my own fork into the main repo (#935) * ignore .vs * initial commit of ~space~ * fixed planets in config * adding ore blocks to anorthite, renamed moon deepslate to dunite * added moon ore veins, adjusted earth ones, added separate rock blocks * added new buds for the new minerals, adjusted veins again * forgot to add titanium to the moon! * added moon zombies * adjusted veins + added endermites * first step to the moon Signed-off-by: SverhRazum-Nah * change sky colors back to black * added ad astra ores * add desh veins to the moon * added missing certus clusters * adding desh veins/loc * adding meteors + rabbit houses * cheeeeeeese * replaced meteor concrete with sky stone * burying the meteors a little more * initial commit of ores to field guide tool * updated mineral data with new space ores * fixed trapdoor orientation * added anorthite rocks/bricks, changed names of cut deepslate, made cut deepslate + asurine visible * changed average moon temp * First Push * split 'for' value into arrays, added russian * pillars are stone, not metal * adjusting spawns (again) * oh so that's how charge and energy budget work * added recipes for the create decoration blocks * bricks and rocks * remove ad astra recipes * added limpets to the moon * Landing on Mars Signed-off-by: SverhRazum-Nah * Man thats a lot * added translations for vein types, rock types, and added ukranium * rabbit adjustments * removed cooking anorthite cobble into raw * Pushin P * Parity * Move translation tokens to the language tokens JSON * Remove bin and obj * Update .gitignore * Update .gitignore Signed-off-by: Pyritie * moon mobs again * Ore Index being Written * More PRogress * Improve string formatting * toned down realgar * structures! shulkers! oh my! * Some progress on the vein index writing * replace obsidian with scorchia in meteors * meteor adjustments * Actual vein index * add globes to loot table * Project Completed * added solar power values * adjusted ad astra recipes, hid some of the items, added bedrock ores * more fiddling with structures * made the rover a bit cheaper * comply with review * anorthite dust * retextured shulkers * disabled stuff from species/endermanoverhaul * texture tweak * recipe tweak * fixed space rocks being invisible on the map for some reason * removed earth bauxite vein * mars rock * mars stuff * starting work on mars biome generation * put biomes in folders * climate stuff * more mars worldgen * added carve tag to space blocks * move to correct folder * removed veins * added armalcolite to the moon * anorthite -> anorthosite * plagioclase -> syenite * dunite -> basanite * what is climate * climates again * mars rock layers * fixed the temps! * Update tags.js Signed-off-by: Pyritie * Add a Solution file * adding this back * remove tools folder since it was moved to a different repo * some stuff that didn't merge * updates * merges * merges --------- Signed-off-by: SverhRazum-Nah Signed-off-by: Pyritie Co-authored-by: SverhRazum-Nah Co-authored-by: Nebby1999 --- config/ad_astra-client.jsonc | 23 + config/ad_astra.jsonc | 77 + config/ad_astra_giselle_addon.ver2.jsonc | 147 + kubejs/assets/ad_astra/lang/en_us.json | 20 + .../ad_astra/planet_renderers/mars.json | 92 + .../ad_astra/planet_renderers/mars_orbit.json | 93 + .../ad_astra/planet_renderers/moon.json | 93 + .../ad_astra/planet_renderers/moon_orbit.json | 111 + .../textures/entity/shulker/shulker_gray.png | Bin 0 -> 3526 bytes .../minecraft/textures/item/shulker_shell.png | Bin 0 -> 1620 bytes .../entries/tfg_tips/basic_automation.json | 39 - .../entries/tfg_tips/blast_furnace_tips.json | 48 - .../it_it/entries/tfg_tips/faqs.json | 47 - .../it_it/entries/tfg_tips/lv_machines.json | 78 - .../tfg/blockstates/loose/anorthosite.json | 55 + .../assets/tfg/blockstates/loose/syenite.json | 55 + .../assets/tfg/blockstates/lunar_sprouts.json | 7 + .../tfg/blockstates/lunar_warped_roots.json | 7 + .../rock/hardened_anorthosite.json | 7 + .../blockstates/rock/hardened_syenite.json | 7 + .../tfg/blockstates/rock/raw_anorthosite.json | 7 + .../tfg/blockstates/rock/raw_basanite.json | 7 + .../tfg/blockstates/rock/raw_syenite.json | 7 + .../tfg/models/block/loose/anorthosite_1.json | 6 + .../tfg/models/block/loose/anorthosite_2.json | 6 + .../tfg/models/block/loose/anorthosite_3.json | 6 + .../tfg/models/block/loose/syenite_1.json | 6 + .../tfg/models/block/loose/syenite_2.json | 6 + .../tfg/models/block/loose/syenite_3.json | 6 + .../tfg/models/block/lunar_sprouts.json | 8 + .../tfg/models/block/lunar_warped_roots.json | 8 + .../block/rock/hardened_anorthosite.json | 6 + .../models/block/rock/hardened_syenite.json | 6 + .../models/block/rock/raw_anorthosite.json | 6 + .../tfg/models/block/rock/raw_basanite.json | 6 + .../tfg/models/block/rock/raw_syenite.json | 6 + .../tfg/textures/item/brick/anorthosite.png | Bin 0 -> 1820 bytes .../tfg/textures/item/dust/anorthosite.png | Bin 0 -> 446 bytes .../tfg/textures/item/loose/anorthosite.png | Bin 0 -> 1676 bytes kubejs/data/ad_astra/dimension/mars.json | 204942 +++++++++++++++ kubejs/data/ad_astra/dimension/moon.json | 60 + .../loot_tables/blocks/cheese_block.json | 41 + .../loot_tables/blocks/moon_cheese_ore.json | 21 + kubejs/data/ad_astra/planets/earth.json | 10 + kubejs/data/ad_astra/planets/earth_orbit.json | 9 + kubejs/data/ad_astra/planets/mars.json | 10 + kubejs/data/ad_astra/planets/mars_orbit.json | 9 + kubejs/data/ad_astra/planets/moon.json | 10 + kubejs/data/ad_astra/planets/moon_orbit.json | 9 + .../loot_tables/entities/rabbit.json | 72 + .../loot_tables/blocks/raw_anorthosite.json | 44 + .../data/tfg/loot_tables/chests/moonbase.json | 534 + .../moon/cheese_ores/cheese_ore1.nbt | Bin 0 -> 427 bytes .../tfg/structures/moon/meteors/meteor1.nbt | Bin 0 -> 71316 bytes .../tfg/structures/moon/meteors/meteor2.nbt | Bin 0 -> 69522 bytes .../tfg/structures/moon/meteors/meteor3.nbt | Bin 0 -> 69317 bytes .../tfg/structures/moon/meteors/meteor4.nbt | Bin 0 -> 69572 bytes .../tfg/structures/moon/meteors/meteor5.nbt | Bin 0 -> 69739 bytes .../tfg/structures/moon/meteors/meteor6.nbt | Bin 0 -> 69507 bytes .../moon_rabbit_houses/moon_rabbit_house1.nbt | Bin 0 -> 706 bytes .../moon_rabbit_houses/moon_rabbit_house2.nbt | Bin 0 -> 823 bytes .../moon_rabbit_houses/moon_rabbit_house3.nbt | Bin 0 -> 707 bytes .../moon_rabbit_houses/moon_rabbit_house4.nbt | Bin 0 -> 756 bytes .../connector/moonbase_connector1.nbt | Bin 0 -> 609 bytes .../connector/moonbase_connector2.nbt | Bin 0 -> 718 bytes .../connector/moonbase_connector3.nbt | Bin 0 -> 1207 bytes .../connector/moonbase_connector4.nbt | Bin 0 -> 593 bytes .../connector/moonbase_connector5.nbt | Bin 0 -> 1148 bytes .../connector/moonbase_connector6.nbt | Bin 0 -> 661 bytes .../moon/moonbase/end/moonbase_dish.nbt | Bin 0 -> 1341 bytes .../moon/moonbase/end/moonbase_end1.nbt | Bin 0 -> 302 bytes .../moon/moonbase/end/moonbase_end2.nbt | Bin 0 -> 277 bytes .../moon/moonbase/end/moonbase_end3.nbt | Bin 0 -> 296 bytes .../moon/moonbase/end/moonbase_end4.nbt | Bin 0 -> 287 bytes .../moon/moonbase/end/moonbase_launch_pad.nbt | Bin 0 -> 1281 bytes .../moon/moonbase/end/moonbase_solar.nbt | Bin 0 -> 1074 bytes .../moonbase/entrance/moonbase_entrance1.nbt | Bin 0 -> 1527 bytes .../moonbase/entrance/moonbase_entrance2.nbt | Bin 0 -> 1315 bytes .../moon/moonbase/hub/moonbase_beds.nbt | Bin 0 -> 1144 bytes .../moon/moonbase/hub/moonbase_farm1.nbt | Bin 0 -> 1217 bytes .../moon/moonbase/hub/moonbase_large_hub1.nbt | Bin 0 -> 3129 bytes .../moon/moonbase/hub/moonbase_large_hub2.nbt | Bin 0 -> 2576 bytes .../moon/moonbase/hub/moonbase_library.nbt | Bin 0 -> 2703 bytes .../moon/moonbase/hub/moonbase_pantry.nbt | Bin 0 -> 1751 bytes .../moon/moonbase/hub/moonbase_small_hub1.nbt | Bin 0 -> 1624 bytes .../moon/moonbase/hub/moonbase_small_hub2.nbt | Bin 0 -> 797 bytes .../moon/moonbase/hub/moonbase_small_hub3.nbt | Bin 0 -> 1567 bytes .../moon/moonbase/hub/moonbase_small_hub4.nbt | Bin 0 -> 874 bytes .../moon/moonbase/hub/moonbase_workshop.nbt | Bin 0 -> 2313 bytes .../biome/mars/martian_mountains.json | 66 + .../worldgen/biome/mars/martian_plains.json | 66 + .../worldgen/biome/mars/martian_riverbed.json | 66 + .../biome/moon/lunar_basalt_maria.json | 93 + .../biome/moon/lunar_diorite_delta.json | 98 + .../biome/moon/lunar_gabbro_uplift.json | 96 + .../tfg/worldgen/biome/moon/lunar_plains.json | 87 + .../mars/surface/aeronos_huge.json | 24 + .../mars/surface/aeronos_patch.json | 30 + .../mars/surface/strophar_huge.json | 46 + .../mars/surface/strophar_patch.json | 30 + .../configured_feature/moon/blob/asurine.json | 18 + .../moon/blob/cut_deepslate.json | 18 + .../moon/blob/cut_diorite.json | 18 + .../moon/blob/smooth_basalt.json | 18 + .../moon/surface/basalt_delta.json | 25 + .../moon/surface/dead_coral.json | 74 + .../moon/surface/dead_coral_fans.json | 74 + .../moon/surface/gabbro_rock_pile.json | 34 + .../moon/surface/loose_anorthosite_rocks.json | 22 + .../moon/surface/loose_basalt_rocks.json | 22 + .../moon/surface/loose_diorite_rocks.json | 22 + .../moon/surface/loose_gabbro_rocks.json | 22 + .../moon/surface/moon_rock_pile.json | 40 + .../moon/surface/warped_roots_patch.json | 30 + .../moon/surface/warped_sprouts_patch.json | 30 + .../moon/surface/warped_vine.json | 44 + .../moon/vein/deep_magnetite.json | 154 + .../moon/vein/deep_molybdenum.json | 130 + .../moon/vein/deep_olivine.json | 139 + .../moon/vein/deep_plutonium.json | 53 + .../moon/vein/deep_sapphire.json | 117 + .../moon/vein/deep_scheelite.json | 110 + .../moon/vein/deep_sheldonite.json | 107 + .../moon/vein/normal_apatite.json | 99 + .../moon/vein/normal_bauxite.json | 96 + .../moon/vein/normal_beryllium.json | 105 + .../moon/vein/normal_certus_quartz.json | 177 + .../moon/vein/normal_desh.json | 96 + .../moon/vein/normal_diopside.json | 161 + .../moon/vein/normal_enstatite.json | 169 + .../moon/vein/normal_fayalite.json | 169 + .../moon/vein/normal_garnierite.json | 80 + .../moon/vein/normal_magnetite.json | 106 + .../moon/vein/normal_mica.json | 130 + .../moon/vein/normal_monazite.json | 80 + .../moon/vein/normal_olivine.json | 155 + .../moon/vein/normal_redstone.json | 88 + .../moon/vein/normal_saltpeter.json | 107 + .../moon/vein/normal_silver.json | 64 + .../data/tfg/worldgen/mars_rock_layers.json | 130 + .../worldgen/noise_settings/mars_noise.json | 669 + .../worldgen/noise_settings/moon_noise.json | 617 + .../earth/vein/normal_apatite_.json | 4 + .../mars/surface/aeronos_huge.json | 19 + .../mars/surface/aeronos_patch.json | 19 + .../mars/surface/strophar_huge.json | 19 + .../mars/surface/strophar_patch.json | 19 + .../placed_feature/moon/blob/asurine.json | 27 + .../moon/blob/cut_deepslate.json | 24 + .../placed_feature/moon/blob/cut_diorite.json | 24 + .../moon/blob/smooth_basalt.json | 24 + .../moon/surface/basalt_delta.json | 19 + .../moon/surface/dead_coral.json | 19 + .../moon/surface/dead_coral_fans.json | 19 + .../moon/surface/gabbro_rock_pile.json | 19 + .../moon/surface/loose_anorthosite_rocks.json | 16 + .../moon/surface/loose_basalt_rocks.json | 16 + .../moon/surface/loose_diorite_rocks.json | 16 + .../moon/surface/loose_gabbro_rocks.json | 16 + .../moon/surface/moon_rock_pile.json | 19 + .../moon/surface/warped_roots_patch.json | 19 + .../moon/surface/warped_sprouts_patch.json | 19 + .../moon/surface/warped_vine.json | 19 + .../moon/vein/deep_magnetite.json | 4 + .../moon/vein/deep_molybdenum.json | 4 + .../moon/vein/deep_olivine.json | 4 + .../moon/vein/deep_plutonium.json | 4 + .../moon/vein/deep_sapphire.json | 4 + .../moon/vein/deep_scheelite.json | 4 + .../moon/vein/deep_sheldonite.json | 4 + .../moon/vein/normal_apatite.json | 4 + .../moon/vein/normal_bauxite.json | 4 + .../moon/vein/normal_beryllium.json | 4 + .../moon/vein/normal_certus_quartz.json | 4 + .../placed_feature/moon/vein/normal_desh.json | 4 + .../moon/vein/normal_diopside.json | 4 + .../moon/vein/normal_enstatite.json | 4 + .../moon/vein/normal_fayalite.json | 4 + .../moon/vein/normal_garnierite.json | 4 + .../moon/vein/normal_magnetite.json | 4 + .../placed_feature/moon/vein/normal_mica.json | 4 + .../moon/vein/normal_monazite.json | 4 + .../moon/vein/normal_olivine.json | 4 + .../moon/vein/normal_redstone.json | 4 + .../moon/vein/normal_saltpeter.json | 4 + .../moon/vein/normal_silver.json | 4 + .../worldgen/structure/moon/cheese_ores.json | 22 + .../tfg/worldgen/structure/moon/meteors.json | 15 + .../structure/moon/moon_rabbit_houses.json | 27 + .../tfg/worldgen/structure/moon/moonbase.json | 15 + .../structure_set/moon/cheese_ores.json | 18 + .../worldgen/structure_set/moon/meteors.json | 14 + .../moon/moon_rabbit_houses.json | 18 + .../worldgen/structure_set/moon/moonbase.json | 18 + .../template_pool/moon/cheese_ores.json | 15 + .../worldgen/template_pool/moon/meteors.json | 60 + .../moon/moon_rabbit_houses.json | 42 + .../moon/moonbase_connectors.json | 96 + .../template_pool/moon/moonbase_ends.json | 69 + .../moon/moonbase_entrances.json | 24 + .../template_pool/moon/moonbase_hubs.json | 105 + kubejs/server_scripts/ad_astra/recipes.js | 445 + kubejs/server_scripts/ad_astra/tags.js | 155 + kubejs/server_scripts/ae2/recipes.js | 304 +- kubejs/server_scripts/gregtech/data.js | 39 + kubejs/server_scripts/main_server_script.js | 21 +- kubejs/server_scripts/minecraft/events.js | 11 + kubejs/server_scripts/minecraft/recipes.js | 12 +- kubejs/server_scripts/species/tags.js | 47 + kubejs/server_scripts/tfc/data.js | 18 +- kubejs/server_scripts/tfc/select_climates.js | 4 +- kubejs/server_scripts/tfg/recipes.collapse.js | 20 +- kubejs/server_scripts/tfg/recipes.rocks.js | 28 +- kubejs/startup_scripts/ad_astra/constants.js | 86 + kubejs/startup_scripts/ad_astra/materials.js | 80 + kubejs/startup_scripts/ae2/constants.js | 3 - kubejs/startup_scripts/create/constants.js | 42 - kubejs/startup_scripts/gtceu/materials.js | 2 + kubejs/startup_scripts/gtceu/tag_prefixes.js | 2 +- kubejs/startup_scripts/main_startup_script.js | 1 + kubejs/startup_scripts/minecraft/constants.js | 1 - kubejs/startup_scripts/tfg/blocks.js | 431 +- kubejs/startup_scripts/tfg/blocks.nether.js | 95 + kubejs/startup_scripts/tfg/blocks.space.js | 94 + kubejs/startup_scripts/tfg/blocks.supports.js | 141 + kubejs/startup_scripts/tfg/constants.js | 80 +- kubejs/startup_scripts/tfg/items.js | 12 + 227 files changed, 214667 insertions(+), 753 deletions(-) create mode 100644 config/ad_astra-client.jsonc create mode 100644 config/ad_astra.jsonc create mode 100644 config/ad_astra_giselle_addon.ver2.jsonc create mode 100644 kubejs/assets/ad_astra/lang/en_us.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/mars.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/mars_orbit.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/moon.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/moon_orbit.json create mode 100644 kubejs/assets/minecraft/textures/entity/shulker/shulker_gray.png create mode 100644 kubejs/assets/minecraft/textures/item/shulker_shell.png delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/basic_automation.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/blast_furnace_tips.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/faqs.json delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json create mode 100644 kubejs/assets/tfg/blockstates/loose/anorthosite.json create mode 100644 kubejs/assets/tfg/blockstates/loose/syenite.json create mode 100644 kubejs/assets/tfg/blockstates/lunar_sprouts.json create mode 100644 kubejs/assets/tfg/blockstates/lunar_warped_roots.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_syenite.json create mode 100644 kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json create mode 100644 kubejs/assets/tfg/blockstates/rock/raw_basanite.json create mode 100644 kubejs/assets/tfg/blockstates/rock/raw_syenite.json create mode 100644 kubejs/assets/tfg/models/block/loose/anorthosite_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/anorthosite_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/anorthosite_3.json create mode 100644 kubejs/assets/tfg/models/block/loose/syenite_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/syenite_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/syenite_3.json create mode 100644 kubejs/assets/tfg/models/block/lunar_sprouts.json create mode 100644 kubejs/assets/tfg/models/block/lunar_warped_roots.json create mode 100644 kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json create mode 100644 kubejs/assets/tfg/models/block/rock/hardened_syenite.json create mode 100644 kubejs/assets/tfg/models/block/rock/raw_anorthosite.json create mode 100644 kubejs/assets/tfg/models/block/rock/raw_basanite.json create mode 100644 kubejs/assets/tfg/models/block/rock/raw_syenite.json create mode 100644 kubejs/assets/tfg/textures/item/brick/anorthosite.png create mode 100644 kubejs/assets/tfg/textures/item/dust/anorthosite.png create mode 100644 kubejs/assets/tfg/textures/item/loose/anorthosite.png create mode 100644 kubejs/data/ad_astra/dimension/mars.json create mode 100644 kubejs/data/ad_astra/dimension/moon.json create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json create mode 100644 kubejs/data/ad_astra/planets/earth.json create mode 100644 kubejs/data/ad_astra/planets/earth_orbit.json create mode 100644 kubejs/data/ad_astra/planets/mars.json create mode 100644 kubejs/data/ad_astra/planets/mars_orbit.json create mode 100644 kubejs/data/ad_astra/planets/moon.json create mode 100644 kubejs/data/ad_astra/planets/moon_orbit.json create mode 100644 kubejs/data/minecraft/loot_tables/entities/rabbit.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json create mode 100644 kubejs/data/tfg/loot_tables/chests/moonbase.json create mode 100644 kubejs/data/tfg/structures/moon/cheese_ores/cheese_ore1.nbt create mode 100644 kubejs/data/tfg/structures/moon/meteors/meteor1.nbt create mode 100644 kubejs/data/tfg/structures/moon/meteors/meteor2.nbt create mode 100644 kubejs/data/tfg/structures/moon/meteors/meteor3.nbt create mode 100644 kubejs/data/tfg/structures/moon/meteors/meteor4.nbt create mode 100644 kubejs/data/tfg/structures/moon/meteors/meteor5.nbt create mode 100644 kubejs/data/tfg/structures/moon/meteors/meteor6.nbt create mode 100644 kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house2.nbt create mode 100644 kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt create mode 100644 kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house4.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector3.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_dish.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end2.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end3.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end4.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_launch_pad.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance2.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_beds.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub2.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_library.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_pantry.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub1.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub2.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub3.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub4.nbt create mode 100644 kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt create mode 100644 kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json create mode 100644 kubejs/data/tfg/worldgen/biome/mars/martian_plains.json create mode 100644 kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/asurine.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/basalt_delta.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_fans.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/gabbro_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_basalt_rocks.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_diorite_rocks.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_gabbro_rocks.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json create mode 100644 kubejs/data/tfg/worldgen/mars_rock_layers.json create mode 100644 kubejs/data/tfg/worldgen/noise_settings/mars_noise.json create mode 100644 kubejs/data/tfg/worldgen/noise_settings/moon_noise.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_fans.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json create mode 100644 kubejs/data/tfg/worldgen/structure/moon/cheese_ores.json create mode 100644 kubejs/data/tfg/worldgen/structure/moon/meteors.json create mode 100644 kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json create mode 100644 kubejs/data/tfg/worldgen/structure/moon/moonbase.json create mode 100644 kubejs/data/tfg/worldgen/structure_set/moon/cheese_ores.json create mode 100644 kubejs/data/tfg/worldgen/structure_set/moon/meteors.json create mode 100644 kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json create mode 100644 kubejs/data/tfg/worldgen/structure_set/moon/moonbase.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/cheese_ores.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/meteors.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/moon_rabbit_houses.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/moonbase_connectors.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/moonbase_ends.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/moonbase_entrances.json create mode 100644 kubejs/data/tfg/worldgen/template_pool/moon/moonbase_hubs.json create mode 100644 kubejs/server_scripts/ad_astra/recipes.js create mode 100644 kubejs/server_scripts/ad_astra/tags.js create mode 100644 kubejs/server_scripts/minecraft/events.js create mode 100644 kubejs/server_scripts/species/tags.js create mode 100644 kubejs/startup_scripts/ad_astra/constants.js create mode 100644 kubejs/startup_scripts/ad_astra/materials.js create mode 100644 kubejs/startup_scripts/tfg/blocks.nether.js create mode 100644 kubejs/startup_scripts/tfg/blocks.space.js create mode 100644 kubejs/startup_scripts/tfg/blocks.supports.js diff --git a/config/ad_astra-client.jsonc b/config/ad_astra-client.jsonc new file mode 100644 index 000000000..18d02ca3e --- /dev/null +++ b/config/ad_astra-client.jsonc @@ -0,0 +1,23 @@ +{ + "showOxygenDistributorArea": false, + "showGravityNormalizerArea": false, + "jetSuitEnabled": true, + // Type: Integer + "oxygenBarX": 5, + // Type: Integer + "oxygenBarY": 25, + // Type: Float + "oxygenBarScale": 0.5, + // Type: Integer + "energyBarX": 11, + // Type: Integer + "energyBarY": 95, + // Type: Float + "energyBarScale": 0.5, + "spaceMuffler": true, + "radio": { + // Range: 0 - 100 + "volume": 50, + "favorites": [] + } +} \ No newline at end of file diff --git a/config/ad_astra.jsonc b/config/ad_astra.jsonc new file mode 100644 index 000000000..0d283e6b6 --- /dev/null +++ b/config/ad_astra.jsonc @@ -0,0 +1,77 @@ +{ + // Allow players to set custom flag images for their rockets. + "allowFlagImages": true, + // Allow rockets to be launched from any dimension, even if it's not considered a planet. + "launchAnywhere": false, + /* + * The random tick speed for breaking plants, torches, freezing water, etc. on planets. + * Type: Integer + */ + "planetRandomTickSpeed": 20, + // Always tick every planet chunk for things like freezing water, breaking plants, etc., regardless of whether the chunk can tick randomly or not. This has a small performance impact. + "forcePlanetTick": false, + /* + * The y level where rockets should leave the dimension and enter space. + * Type: Integer + */ + "atmosphereLeave": 600, + // A comma-separated list of planet IDs that should be hidden from the planets screen. e.g. minecraft:overworld,ad_astra:moon,ad_astra:mars,ad_astra:venus,ad_astra:mercury,ad_astra:glacio + "disabledPlanets": "ad_astra:mercury,ad_astra:venus,ad_astra:glacio", + // Disables oxygen damage. + "disableOxygen": false, + // Disables temperature damage. + "disableTemperature": false, + // Uses normal gravity for all planets. + "disableGravity": false, + // An Air Vortex is created when an oxygenated structure breaks its seal, causing every entity inside to rapidly get sucked out. This setting disables that. + "disableAirVortexes": false, + "cryoFreezer": { + // Type: Long + "ironTierMaxEnergyInOut": 100, + // Type: Long + "steelTierMaxEnergyInOut": 150, + // Type: Long + "deshTierMaxEnergyInOut": 250, + // Type: Long + "ostrumTierMaxEnergyInOut": 500, + // Type: Long + "ironTierEnergyCapacity": 10000, + // Type: Long + "steelTierEnergyCapacity": 20000, + // Type: Long + "deshTierEnergyCapacity": 50000, + // Type: Long + "ostrumTierEnergyCapacity": 100000, + // Type: Long + "steelTierFluidCapacity": 3000, + // Type: Long + "deshTierFluidCapacity": 5000, + // Type: Long + "ostrumTierFluidCapacity": 10000, + // Type: Long + "coalGeneratorEnergyGenerationPerTick": 20, + // Type: Long + "etrionicBlastFurnaceBlastingEnergyPerItem": 10, + // Type: Long + "waterPumpEnergyPerTick": 20, + // Type: Long + "waterPumpFluidGenerationPerTick": 50, + // Type: Long + "energizerEnergyCapacity": 2000000, + /* + * The maximum number of blocks that an oxygen distributor and gravity normalizer can distribute to. + * Type: Integer + */ + "maxDistributionBlocks": 6000, + /* + * The tick rate (20 ticks = 1 second) at which the oxygen distributor and gravity normalizer will recalculate the distribution area. + * Type: Integer + */ + "distributionRefreshRate": 100, + /* + * The tick rate (20 ticks = 1 second) at which cables and fluid pipes will recalculate their connections. + * Type: Integer + */ + "pipeRefreshRate": 50 + } +} \ No newline at end of file diff --git a/config/ad_astra_giselle_addon.ver2.jsonc b/config/ad_astra_giselle_addon.ver2.jsonc new file mode 100644 index 000000000..70d50b8de --- /dev/null +++ b/config/ad_astra_giselle_addon.ver2.jsonc @@ -0,0 +1,147 @@ +{ + "items": { + // Type: Integer + "oxygen_chargers_distribution_interval": 20, + // Type: Long + "oxygen_can_fluid_capacity": 1000, + // Type: Long + "oxygen_can_fluid_transfer": 250, + // Type: Long + "netherite_oxygen_can_fluid_capacity": 2000, + // Type: Long + "netherite_oxygen_can_fluid_transfer": 500 + }, + "machines": { + // Type: Long + "fuel_loader_fluid_capacity": 8000, + // Type: Long + "fuel_loader_fluid_transfer": 250, + /* + * Blocks from Fuel Loader to each direction + * Type: Integer + */ + "fuel_loader_working_range": 2, + // Type: Long + "automation_nasa_workbench_energy_capacity": 9600, + // Type: Long + "automation_nasa_workbench_energy_usage": 24, + // Type: Integer + "automation_nasa_workbench_cook_time": 200, + // Type: Long + "gravity_normalizer_energy_capacity": 9600, + /* + * Blocks = x * y * z + * Type: Double + */ + "gravity_normalizer_energy_per_blocks": 0.5, + // Type: Integer + "gravity_normalizer_max_length": 31, + // Type: Integer + "gravity_normalizer_proof_duration": 10, + /* + * Blocks from Rocket Sensor to each direction + * Type: Integer + */ + "rocket_sensor_working_range": 3 + }, + "enchantments": { + // Show tooltip on this mod's enchanted book + "tooltip_enabled": true, + /* + * Tooltip will don't show when 'Enchantment Descriptions' or 'Enchantment Lore' or 'CoFH Core' installed. + * but, if this set 'true' show tooltip with ignore that mods. + */ + "tooltip_ignore": false, + /* + * Energy usage for proof [in every 10 ticks] + * Type: Integer + */ + "space_fire_proof_energy_using": 10, + /* + * Durability usage for proof + * Type: Integer + */ + "space_fire_proof_durability_using": 1, + /* + * Proof duration on using durability [ticks, be multiple of 10] + * Type: Integer + */ + "space_fire_proof_durability_duration": 60, + /* + * Energy usage for proof [in every 10 ticks] + * Type: Integer + */ + "acid_rain_proof_energy_using": 10, + /* + * Durability usage for proof + * Type: Integer + */ + "acid_rain_proof_durability_using": 1, + /* + * Proof duration on using durability [ticks, be multiple of 10] + * Type: Integer + */ + "acid_rain_proof_durability_duration": 60, + /* + * Energy usage for proof [in every 10 ticks] + * Type: Integer + */ + "gravity_normalizing_energy_using": 10, + /* + * Durability usage for proof + * Type: Integer + */ + "gravity_normalizing_durability_using": 1, + /* + * Proof duration on using durability [ticks, be multiple of 10] + * Type: Integer + */ + "gravity_normalizing_durability_duration": 60 + }, + "compats": { + "mekanism": { + /* + * Energy usage per mb when produce Mekanism oxygen to player in water, rain + * Type: Integer + */ + "modules_space_breathing_energy_using_produce": 200, + /* + * Energy usage for proof in every ticks [in every 10 ticks] + * Type: Integer + */ + "modules_space_fire_proof_energy_using": 100, + /* + * Energy usage for proof in every ticks [in every 10 ticks] + * Type: Integer + */ + "modules_acid_rain_proof_energy_using": 100, + /* + * Energy usage for proof in every ticks [in every 10 ticks] + * Type: Integer + */ + "modules_gravity_normalizing_energy_using": 100 + }, + "pneumaticcraft": { + /* + * Air usage for provide oxygen [in every 30 ticks] + * Type: Integer + */ + "upgades_space_breathing_air_using": 150, + /* + * Air usage for proof [in every 10 ticks] + * Type: Integer + */ + "upgades_space_fire_proof_air_using": 50, + /* + * Air usage for proof [in every 10 ticks] + * Type: Integer + */ + "upgades_acid_rain_proof_air_using": 50, + /* + * Air usage for proof [in every 10 ticks] + * Type: Integer + */ + "upgades_gravity_normalizing_air_using": 50 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json new file mode 100644 index 000000000..c3cb3d377 --- /dev/null +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -0,0 +1,20 @@ +{ + "block.ad_astra.moon_sand": "Moon Sand", + "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", + "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", + "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", + "block.ad_astra.moon_pillar": "Anorthosite Pillar", + "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", + "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", + "block.ad_astra.moon_stone_brick_wall": "Anorthosite Brick Wall", + "block.ad_astra.moon_stone_bricks": "Anorthosite Bricks", + "block.ad_astra.moon_stone_slab": "Anorthosite Slab", + "block.ad_astra.moon_stone_stairs": "Anorthosite Stairs", + "block.ad_astra.chiseled_moon_stone_bricks": "Chiseled Anorthosite Bricks", + "block.ad_astra.chiseled_moon_stone_slab": "Chiseled Anorthosite Slab", + "block.ad_astra.chiseled_moon_stone_stairs": "Chiseled Anorthosite Stairs", + "block.ad_astra.cracked_moon_stone_bricks": "Cracked Anorthosite Bricks", + "block.ad_astra.polished_moon_stone": "Polished Anorthosite", + "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", + "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs" +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/mars.json b/kubejs/assets/ad_astra/planet_renderers/mars.json new file mode 100644 index 000000000..2dc33e1f4 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/mars.json @@ -0,0 +1,92 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:mars", + "has_fog": true, + "has_thick_fog": false, + "render_in_rain": false, + "sky_renderables": [ + { + "back_light_color": -3081481, + "back_light_scale": 21.0, + "blend": true, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 7.0, + "texture": "ad_astra:textures/environment/blue_sun.png" + }, + { + "back_light_color": -4943731, + "back_light_scale": 6.0, + "blend": true, + "global_rotation": [ + 20.0, + 20.0, + 180.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY_REVERSED", + "scale": 2.0, + "texture": "ad_astra:textures/environment/phobos.png" + }, + { + "back_light_color": -1714771, + "back_light_scale": 4.5, + "blend": true, + "global_rotation": [ + 0.0, + 0.0, + 180.0 + ], + "local_rotation": [ + 0.0, + 20.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 1.5, + "texture": "ad_astra:textures/environment/deimos.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 1.2, + "blend": true, + "global_rotation": [ + -40.0, + 0.0, + 160.0 + ], + "local_rotation": [ + 0.0, + 100.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 0.4, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_colors": [ + { + "data": -1, + "weight": 1 + } + ], + "stars": 1500, + "sunrise_angle": 0, + "sunrise_color": 2079743 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json b/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json new file mode 100644 index 000000000..b8b66b637 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:mars_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 21.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 7.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -4827861, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/mars.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 0, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/moon.json b/kubejs/assets/ad_astra/planet_renderers/moon.json new file mode 100644 index 000000000..2a334aff6 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/moon.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:moon", + "has_fog": true, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 27.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 9.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 42.0, + "blend": false, + "global_rotation": [ + 80.0, + 0.0, + 30.0 + ], + "local_rotation": [ + 0.0, + -5.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 14.0, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 0, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json b/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json new file mode 100644 index 000000000..915a42096 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json @@ -0,0 +1,111 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:moon_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 27.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 9.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -5261108, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/moon.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 42.0, + "blend": false, + "global_rotation": [ + 80.0, + 0.0, + 30.0 + ], + "local_rotation": [ + 0.0, + -5.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 14.0, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 0, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/textures/entity/shulker/shulker_gray.png b/kubejs/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd96b6ba9fa1462f9fee9a4d9b0e74b7e042a9b GIT binary patch literal 3526 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hEdp%toLn`LHofVrS>pJat zedyoP-(~kL6y+ZuF`Ln%W6e0p!rLjqbe4n61(!-m3E!4)qMg%YRkq|WzPKo(@`kya z$M1$CkG(D~nmaM9YZKQ`i86r+EsA}TX=Uk5k(;+2R1&yAeqHdDgV`~L+&DO35wy28f||9?Bb{?134cV+($YY7D}Q=qGT5D_?+S-HSLT@&dt*Y;lbDaQgD!li*|)FGP+MQ()4Jsa*CSd>8@j{i zE(=_{x$?Io!#=6s6Lgz@Z??GLCdbZjN#*JH_kV;|r>ca2E4 zTIa(YEau1RxHGq%%2wq(JL`P-b$f<{+wTrD-0v+taE*Q5f-QBi6WOFq=c{z?EWd9s zS^4=3X{od~+tUrIV}7;w85mZ{t@M<$`Xcl2?5nIV3$;sp4?N#r&wlvAMsL+AR|GUn zV#~BHrU**6T$w3jdE95Q>)p>czJ8D^UH)^A^vy%t@>&?zOmYqQ?#P*QJL&Sb<`pKY zzCjbLG;Wyuka%V_eVY8IuV1^*m_)JE$*xYhIAi9^Yc1<8m@>{M5QnJ)x7r9)QkHKFEdz`mu}xJ`%bKC-~8*Pyf&SZApf-dVHn@f6Oc4J+~`*uqX8DvT`& zR$jxtCCV^$dC$V^BZY@PPX8C^+Y`s2=<#UAF(2jC>p9Ktl{2gkS@dRy#4d%dS%0oJ zs)wwz?-Z^ow>ftuT|U8DZ|%$u1&)ngVydT8UcX!Z<8t+K1E0B*QUzUkmpq=bGBn#I zP)oNX-h)I_)p~)A+|%hU29lZ~fX_%z86VUu^~Z=C6yN$^4w{61aKo z{c~T;X0d#2xb&-(rF8y=cfqT#8JyK|a}AuV(s!|R?gBXhSKe3i+Sf(1r5;!P@Y*7e zRdKV3sPFX+=3hQMRp0;c-{12BzSl39tlitQR)DQ;+XTUzNg6ygr~14z4_nFAeNuP1 zY`V;D?}-E7>l@xp^SsQWX{zJRe#hxvPJf2P4~x9kY4Y1nGo~J2m?C*+|9{I#DwF50 zzkk8Cy>6xFsXp)b%gDyB^4PoSZ@y8Agr)05NX<4=@L4^oeI*mcFWf5+PU+fGl(nVoiad5WY& z+r*PwHYQ$Hi>m8TdTG&r!JJ<%VZq)BGbL>O|Ibriknm=)F~fvKll^Y0^me}5~R_UV=7wzqaZi=*7jb6W&Vvg#Jre|r2sCFx1d#@uVK;lbe9Gg5Q(Lw37r(Zuay?$C z{l%_e!mA(dM=K8;IT6`nVs(zW=!xNR1D~pE;TktpFPUhTP5xP@bl=XuXO61hrrPFp zo=Nsvd?8g;S}R0KuBRnv+)nQ4k4ZTFjk%`wuhQ9B{a(Vq+WSQ0tc>3Zvf1s*dt!Lt z`RD#~sooK;8@=bQyf$;!x4OW8pKevN8m1mUS+pxx@JFeM@8YQ{D?&EDov5B!VHZ4q z-}&0N6EiDjax=LqtgevyT|3S9X9;BtiRRM8Xi^OW^HA8ol{|MeyN zf%DU*%->TrPj`1+L+rNAj2hG5D!pIFa%sblPyX+PT@}yHRNJ*OuqY^C*Vz0(Pw zUR5r+!ofUWgXhE->x{m$&%@8@>i^%(?aI?}h~u`|#suAGMFsSApftuZNpmE}NeEzD9l4I>n_i zabhQ!FZJy`e3MCg&O-I=^{l_O7tZETyz%w0ys&R|hi>$?H31(_Z73{$KWX;V{5+r1 z89UcKpV#;6{Qh5J>h=FFN1u|b{#fd__hZoU{J6Kz?%MLt=>I7j!?|Rc=>O}-mp_}5 z9z02)>6Amh`&|>yU7JMru`<0A$(*EM>Y2J=`eSv!Ao=-^u1M<_zBzh*CC`_#E6skF zb{(9hsL=f2$@%)OD<*yOEjq85Xff~o^IH47xapE*Yfqhc{$f@`@9gTUb9dD0{hnO^ zWBQ^P`T1H_U}Bb@JI0?K>A?<_1Df)zf;OoBm?rn{+~sLn=B10-6Gan+RJCRHS9dm{NSZ|yq;VAy4&m3uJJH_ zcDI`^RB1Nj_wB5tvjPF~^R=G+e`y{cH{oC3e2bfb^?7M8*s|LiYNmYdn^*Vw>7%P{5qt+ zg6E6aY8(ycZ04V@UzsVZT>qu@`n5W-9e3Xvl)QVT#k|*h*SD;9%nhy28E^k$ z7j1IQFQ_#%-1cP7{cH9!JfG!u+?=i8eeZfOnkY2*1S7bxcYF#4Am_u(>ZJATf}M1SMH1Eeo`c@v---y_?rI< zZMFJlb0`}6cBgH2oVCnD)6jQv+UCe9yoVQD%@R%3OfCDoc&b`ux+)-_Je@j=45}>DTVL{O^LCIvyQgI&app)cYT91y;Ume46xi z^ZQ@h^YrECp0VEKclP>aP4!!Iqc!ZK^_8=??QKo+~%B>E~~szMp=dBQMoIYLEUC@f-Tjw{G7s=VZG0t|Li}Ps69H zi#Ft@X|G=~bLpb{z3Jj}-0jcnS-#tuZ_BXWW_xyS%o~j{_lP%dWSEv zStIE{%@gf?%+~K1AACwTXRJtB@O&DtuG@k8cApQ->SOGl$N5ZletewXi@!S`{%4q+ XWSKFMW#LQ)1_lOCS3j3^P6sd^Q;1q>iyV_#8_n4FzjqL7rDo|$K>^nUk#C56ls zTcvPQUjyF)=hTc$kE){7;3~h6MhI|Z8xtBTx$+|-gpg^Jvqyke^gTP3i$ zR(Zu%AYpwa1+bEmY+EHqkcA2nz5xo(`9-M;rg~<&$%ZCI3g(u2hGqtqMkYE6Mh1rF z`Ud9uhQ_)EhE@hqbJP@rU|U{jQmW)Qa)e((;RP6H9EB zGIJBtQ}qk-(v=k8p=RZrpOatYo1c*>cZh>BAW{Q=GVRE90S(2e{lDSE;u91m}xvqt& zrJ1g&p+TCNL7IuNxuq#gze|2{DJaHa`cp{M?_ZReo|%`JL$*1fdFK#VQVNX^5Q5Fjdw^V3So6N^$E z(^KW23c&Ny%&%`l|`@}-W?fT!;KWDN8 zGVq*Q`1-Bdy1jqK#Rjozh@L*ODny7;^5z<`5XJ>| ziULP2G5K9p{H_onU^#>1fN+XWumbyi<+M`*3u_ks;FGVlWyqGW^VogyAqSI0$#v}{ ziOhY=SrvHV#gAo1oAE!{Y-wlpbDmhk{{> $(thing)Claim Selected$(). Right-click a claimed chunk again > $(thing)Forceload Selected$().$(br2)To increase the number of forceloaded chunks, press $(item)$(k:gui.xaero_pac_key_open_menu)$(), then go to the player settings and increase the number of bonus chunk forceloads." - }, - { - "type": "patchouli:text", - "anchor": "resin", - "text": "$(italic)How do I make sticky resin?$()$(br2)First, grow some $(thing)Kapok$() trees and make some $(thing)Tree Taps$(). Place a tree tap on the main trunk of each kapok tree (more taps on a tree just splits the output). Right-click each tree tap with an empty $(thing)Wooden Bucket$(), then wait for the correct season (Feb-Oct, excluding July). When the bucket is full, $(item)$(k:use)$() it with an $(thing)empty hand$(). You can automate this with a $(l:mechanics/pumps)Mechanical Pump$() on the bucket, if you'd like." - }, - { - "type": "patchouli:text", - "text": "It's quickest to cook your latex in a $(l:firmalife/oven_appliances#vat)Vat$(). Combine your latex with $(item)Sulfur$() dust in the vat (put the GregTech one in a Quern to get the TFC one), add heat, and $(bold)close the lid$() on the Vat with $(item)$(k:sneak)$() + $(item)$(k:use)$().$(br2)You can automate this later with the $(thing)LV Centrifuge$()." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json deleted file mode 100644 index 6693b4278..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "Which LV machine first?", - "icon": "gtceu:lv_machine_hull", - "category": "tfc:tfg_tips", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "So you've finally made a batch of colored steel and are ready to make your first step into $(thing)LV$(). The obvious first choice for an LV machine is a $(item)Steam Generator$(), but what about after that? There's so many options!$(br2)There's no simple answer to this, because it's subjective, but you should think of which part of progressing is the most painful and make the machine that helps the most with that.$(br)" - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_mixer", - "title": "Mixer", - "text": "The $(item)Mixer$() makes colored steel much cheaper.$(br2)The kinetic mixer requires both SU and EU (and has a high stress impact and needs to run at 64 RPM), but runs twice as fast as the pure electric one.$(br)Whether that's worth the bother is up to you!$(br2)It also has a recipe to make $(thing)Glowstone$().$(br)" - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_assembler", - "title": "Assembler", - "text": "The $(item)Assembler$() is a very expensive machine, but can make LV casings just out of 8 steel (though this will likely change in future versions) and cheaper electronic components like $(thing)Vacuum Tubes$() and $(thing)Resistors$()." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_bender", - "title": "Bender", - "text": "The $(item)Bender$() can make 1:1 $(thing)Plates$() out of a single ingot. Finally, no more gambling with the Mechanical Press!$(br2)It can also make $(thing)Thin Sheets$() for things like a $(l:tfg_tips/infinite_resources)Hose Pulley$()." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_wiremill", - "title": "Wiremill", - "text": "The $(item)Wiremill$() halves the cost of $(thing)Wire$(). Not much else to say here, except that there's no such thing as too many copper wires or tin cables." - }, - { - "type": "patchouli:spotlight", - "title": "Chem Reactor/Solidifer", - "item": "gtceu:lv_chemical_reactor,gtceu:lv_fluid_solidifier", - "text": "The $(item)Chemical Reactor$() makes much cheaper $(thing)Rubber$() which the $(item)Fluid Solidifier$() can turn into cheaper $(thing)Rubber Sheets$(), and can also make cheaper $(thing)Rotors$().$(br2)The $(item)Extractor$() is also useful paired up with the Fluid Solidifier, and is a big upgrade over the steam one because it can make metal fluids." - }, - { - "type": "patchouli:spotlight", - "title": "Centrifuge", - "item": "gtceu:lv_centrifuge", - "text": "The $(item)Centrifuge$() makes $(thing)Sticky Resin$() directly from Kapok logs, and much cheaper $(thing)Raw Rubber$() as well. No more latex!" - }, - { - "type": "patchouli:spotlight", - "title": "Polarizer", - "item": "gtceu:lv_polarizer", - "text": "The $(item)Polarizer$() makes $(thing)Magnetic Rods$() basically for free. If you're short on redstone, this is a good first machine, and it's dirt cheap too." - }, - { - "type": "patchouli:spotlight", - "title": "Miner", - "item": "gtceu:lv_miner", - "text": "Put the $(item)Miner$() (or multiple!) down over an ore vein, bring along a boiler, steam generator, water, and fuel, and then just chunk load it and walk away. No need to ever go mining again!" - }, - { - "type": "patchouli:spotlight", - "title": "Chemical Bath", - "item": "gtceu:lv_chemical_bath", - "text": "The $(item)Chemical Bath$() makes cheaper paper. That's about it. And once you have an $(thing)Assembler$() you won't need paper any more anyway.$(br2)It can also automate most of the steps to make $(thing)Leather$() if you're tired of barrels." - }, - { - "type": "patchouli:spotlight", - "title": "Arc Furnace", - "item": "gtceu:lv_arc_furnace", - "text": "It's not a good first machine, but the $(item)Arc Furnace$() can turn Cast Iron directly into $(thing)Wrought Iron$(), Sand into $(thing)Glass$(), and Copper into $(thing)Annealed Copper$(). All of its recipes need $(thing)Oxygen$() though, so it's useless without an $(item)Electrolyzer$() or $(item)Centrifuge$()." - }, - { - "type": "patchouli:spotlight", - "title": "Extruder", - "item": "gtceu:lv_extruder", - "text": "This is only here as a warning: do not make the $(item)Extruder$(). The only thing it can do is make tools and Thin Rubber Sheets (which the Bender can also do). All of the good extruder recipes are gated to $(thing)MV$() onwards." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/anorthosite.json b/kubejs/assets/tfg/blockstates/loose/anorthosite.json new file mode 100644 index 000000000..2e82d3ebb --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/anorthosite.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/anorthosite_1", + "y": 90 + }, + { + "model": "tfg:block/loose/anorthosite_1" + }, + { + "model": "tfg:block/loose/anorthosite_1", + "y": 180 + }, + { + "model": "tfg:block/loose/anorthosite_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/anorthosite_2", + "y": 90 + }, + { + "model": "tfg:block/loose/anorthosite_2" + }, + { + "model": "tfg:block/loose/anorthosite_2", + "y": 180 + }, + { + "model": "tfg:block/loose/anorthosite_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/anorthosite_3", + "y": 90 + }, + { + "model": "tfg:block/loose/anorthosite_3" + }, + { + "model": "tfg:block/loose/anorthosite_3", + "y": 180 + }, + { + "model": "tfg:block/loose/anorthosite_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/syenite.json b/kubejs/assets/tfg/blockstates/loose/syenite.json new file mode 100644 index 000000000..f669c176a --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/syenite.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/syenite_1", + "y": 90 + }, + { + "model": "tfg:block/loose/syenite_1" + }, + { + "model": "tfg:block/loose/syenite_1", + "y": 180 + }, + { + "model": "tfg:block/loose/syenite_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/syenite_2", + "y": 90 + }, + { + "model": "tfg:block/loose/syenite_2" + }, + { + "model": "tfg:block/loose/syenite_2", + "y": 180 + }, + { + "model": "tfg:block/loose/syenite_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/syenite_3", + "y": 90 + }, + { + "model": "tfg:block/loose/syenite_3" + }, + { + "model": "tfg:block/loose/syenite_3", + "y": 180 + }, + { + "model": "tfg:block/loose/syenite_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lunar_sprouts.json b/kubejs/assets/tfg/blockstates/lunar_sprouts.json new file mode 100644 index 000000000..8e7558dca --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_sprouts.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/lunar_sprouts" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lunar_warped_roots.json b/kubejs/assets/tfg/blockstates/lunar_warped_roots.json new file mode 100644 index 000000000..65b82b957 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_warped_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/lunar_warped_roots" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json b/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json new file mode 100644 index 000000000..bb672340d --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_anorthosite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json b/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json new file mode 100644 index 000000000..9d6728ed9 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_syenite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json b/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json new file mode 100644 index 000000000..7638b9b12 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/raw_anorthosite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_basanite.json b/kubejs/assets/tfg/blockstates/rock/raw_basanite.json new file mode 100644 index 000000000..6a6652475 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/raw_basanite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/raw_basanite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_syenite.json b/kubejs/assets/tfg/blockstates/rock/raw_syenite.json new file mode 100644 index 000000000..0282f16bf --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/raw_syenite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/raw_syenite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_1.json b/kubejs/assets/tfg/models/block/loose/anorthosite_1.json new file mode 100644 index 000000000..f6b40f26b --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/anorthosite_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_extrusive_1", + "textures": { + "texture": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_2.json b/kubejs/assets/tfg/models/block/loose/anorthosite_2.json new file mode 100644 index 000000000..672728dec --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/anorthosite_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_extrusive_2", + "textures": { + "texture": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_3.json b/kubejs/assets/tfg/models/block/loose/anorthosite_3.json new file mode 100644 index 000000000..1b192b29f --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/anorthosite_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_extrusive_3", + "textures": { + "texture": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_1.json b/kubejs/assets/tfg/models/block/loose/syenite_1.json new file mode 100644 index 000000000..c44fa06da --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/syenite_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_1", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_2.json b/kubejs/assets/tfg/models/block/loose/syenite_2.json new file mode 100644 index 000000000..b2df88e75 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/syenite_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_2", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_3.json b/kubejs/assets/tfg/models/block/loose/syenite_3.json new file mode 100644 index 000000000..4583503f2 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/syenite_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_3", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_sprouts.json b/kubejs/assets/tfg/models/block/lunar_sprouts.json new file mode 100644 index 000000000..8e4d7832e --- /dev/null +++ b/kubejs/assets/tfg/models/block/lunar_sprouts.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/dead_tube_coral", + "render_type": "cutout_mipped", + "ambientocclusion": "false", + "textures": { + "cross": "minecraft:block/nether_sprouts" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_warped_roots.json b/kubejs/assets/tfg/models/block/lunar_warped_roots.json new file mode 100644 index 000000000..ef7c1608f --- /dev/null +++ b/kubejs/assets/tfg/models/block/lunar_warped_roots.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/dead_tube_coral", + "render_type": "cutout_mipped", + "ambientocclusion": "false", + "textures": { + "cross": "minecraft:block/warped_roots" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json b/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json new file mode 100644 index 000000000..18920aa32 --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_syenite.json b/kubejs/assets/tfg/models/block/rock/hardened_syenite.json new file mode 100644 index 000000000..275c2a6ab --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_syenite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json b/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json new file mode 100644 index 000000000..18920aa32 --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_basanite.json b/kubejs/assets/tfg/models/block/rock/raw_basanite.json new file mode 100644 index 000000000..d758f032e --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/raw_basanite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/moon_deepslate" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_syenite.json b/kubejs/assets/tfg/models/block/rock/raw_syenite.json new file mode 100644 index 000000000..275c2a6ab --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/raw_syenite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/brick/anorthosite.png b/kubejs/assets/tfg/textures/item/brick/anorthosite.png new file mode 100644 index 0000000000000000000000000000000000000000..6a0d105db7a760cf0132ca1ef8bd980010764f51 GIT binary patch literal 1820 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_qXYnIRD+5xzcF$@#f@i7EL>sd^Q;1q>iyV_#8_n4FzjqL7rDo|$K>^nUk#C56ls zTcvPQUjyF)=hTc$kE){7;3~h6MhI|Z8xtBTx$+|-gpg^Jvqyke^gTP3i$ zR(Zu%AYpwa1+bEmY+EHqkcA2nz5xo(`9-M;rg~<&$%ZCI3g(u2hGqtqMkYE6Mh1rF z`Ud9uhQ_)EhE@hqbJP@rU|U{jQmW)~a?a1mFY?V#NwrlnMi%#Ub`B`YPs_|nwN)w(a(7bjbagf} zv@|o*HPSN#JJQ$J$}_LHBrz{J)zigRsUo*PFEca6$~@69)i}+;Ezvy5$iT?V5~klJKe-eX<1qaxB9dp1XA3)u9N&L=iFdh~eN>A1NjDc&Q?adEb>)^gam(3M ze0(&2l|qFet7}*0tsrS1Z>if$ZaUmLmZo<1ZQ7m6OSX~%EFY_9N>;r8yf6PAPq5d+ z{3HJ)6TaRo=BoMrO!Rm1fzU}|t0uIcy}Y94PeWGf++Nl-dn;B>5!oTbckr@Umw8@u zq}Y{&1_wUPwCZHrHi3lHuPeR$d>d!V)EG6+yi&sRWtZ-fifP{_-)Tv`ZIQbz;P%Y} z=fYYy9(C^zJ*KA0)dSDu^;W;;<_>vy=5^Ayd(0e) z8V=#BYVWp9J*luK#6Xwtzf;nM_lL`3-{jT(WIbW!=VSZXCTjUynYF)+w)$1sGD)6P znfuq^NaA9?uwBLBmX+c+Pb_-(bwgC^LERro0$=AZ_52Z79ktU*@csRL%l>LGmE6j8 z3)Z+lKfE<)rdmPB`rt+Lx~B2C|Jb*iRYgeRr=9BGZ;EH9JwMSoMTqmTLiOWG$MzkG rUb^YmMSIp{p1bD^fA6=uZ1I;x>g_GbuHTPzLG_oXtDnm{r-UW|nYf37 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/dust/anorthosite.png b/kubejs/assets/tfg/textures/item/dust/anorthosite.png new file mode 100644 index 0000000000000000000000000000000000000000..b10cc20d02fd3ca65f7dadb8818bdbc9996116c1 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7TRmMILo9l)PIB~?4is@a zU#;wMImCy1rpv9s`HDiz5_sm8h6}yAq_XAz#(#|EH{I5}&|0xoP||a1^+`|WopsHJ7mM@Q1U+?De{EyP$*l|d|8B~zx=Z{MubXEXtu;L+ac|%M z2}}N;-P`cBca}slM-#*GsAX-=)51@EcM@tS-`b|5Cwk)9r<%9*i-p@*va_Gq_D|1m zVo5pVxb>buGEd)Dh8^p?*I!?JH}A9cT(_f!cP|I?efu5)lAe&cwlH?O_S%;%if7X% z=ji!s{q0%#kahj^+O+xm7euVP6IaB2foc6S@f*2Y3)ZM|Fm>%af3B>%;)ihHw8!Vt zFRfJ9*yzdb9^dz~q@?3{WlC}7zVh93=FSmt6?DCSTuY+2{$sMqBd_}_XBPxStUdAP zj?B`aPCp4DSHVeM3m?tkKHm7bn63F>OS8*FuGQE7pH4BdFgCW?yJv~LobkKwf=ey$ z+zu@WU&1~+LMPm%({+kl=d*sd^Q;1q>iyV_#8_n4FzjqL7rDo|$K>^nUk#C56ls zTcvPQUjyF)=hTc$kE){7;3~h6MhI|Z8xtBTx$+|-gpg^Jvqyke^gTP3i$ zR(Zu%AYpwa1+bEmY+EHqkcA2nz5xo(`9-M;rg~<&$%ZCI3g(u2hGqtqMkYE6Mh1rF z`Ud9uhQ_)EhE@hqbJP@rU|U{jQmW)~a?a1mFY?V#NwrlnMi%#Ub`B`YPs_|nwN-NW^bJr*D$UF( z(ap?LC=POW0=v@J*UB@mxFj(zIn~p}R;ePlKrb^h#mYR%*wWO(&_Fja$;?-#kIdqd z{Gv)|RtZimgtBrn6~M{EDlr+9>}{2jLGhiMq68JrBs&Bk#+GNK=HW^S5EaGwX(i=} zMX8SIsd*&?l9;}of{i{XXF@!n56%Zjegn%PEHQ3@7o*v))y8&%%7Ilc6qkB zp-?J=M{!t|){MU|E-D-7s;eJ2D1PR%A+ddXZt9WDhUWI?|F`t`Y&a%uo@cP9>T8#y zOAODOCjayEjraWh$b48;gRLRw`T3R-DM&b8 z=ElRE;CFvtI)C$u6&ew5jy*li^IvkN#E~OM8n|X2NZS4F4a;T!{QD^`h7M7ofA_Cm zt=&AM!{G4i>+28xV`Yp;XyUoGx7xh9ah~4cqut_?^X}~I&1zUO>sS4R__bTMNVptT zm5AG4!zjkC85R=Eym{x&oez`F=P%sJz?Kpc^8fH6ewH69s*-0)OC;p>)}AhSenxVG v#F?@^oSe^;-re7Skdb52L{q-Sdl(ol)U0~w{$xrYsJ`%Y^>bP0l+XkKo)JRB literal 0 HcmV?d00001 diff --git a/kubejs/data/ad_astra/dimension/mars.json b/kubejs/data/ad_astra/dimension/mars.json new file mode 100644 index 000000000..9a3ecd53e --- /dev/null +++ b/kubejs/data/ad_astra/dimension/mars.json @@ -0,0 +1,204942 @@ +{ + "type": "ad_astra:mars", + "generator": { + "type": "minecraft:noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "continentalness": [ + -1.2, + -1.05 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "continentalness": [ + -1.2, + -1.05 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + } + ] + }, + "settings": "tfg:mars_noise" + } +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json new file mode 100644 index 000000000..88693e3f3 --- /dev/null +++ b/kubejs/data/ad_astra/dimension/moon.json @@ -0,0 +1,60 @@ +{ + "type": "ad_astra:moon", + "generator": { + "type": "minecraft:noise", + "settings": "tfg:moon_noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "tfg:moon/lunar_plains", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": 0.5, + "erosion": 0, + "weirdness": -0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_basalt_maria", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": -0.5, + "erosion": 0, + "weirdness": -0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_gabbro_uplift", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": -0.5, + "erosion": 0, + "weirdness": 0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_diorite_delta", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": 0.5, + "erosion": 0, + "weirdness": 0.5, + "depth": 0, + "offset": 0 + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json b/kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json new file mode 100644 index 000000000..b288b8a1d --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "firmalife:cheddar_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:chevre_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:rajya_metok_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:gouda_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:feta_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:shosha_wheel" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ad_astra:blocks/cheese_block" +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json b/kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json new file mode 100644 index 000000000..7d4879d82 --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "firmalife:food/shredded_cheese" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ad_astra:blocks/moon_cheese_ore" +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/earth.json b/kubejs/data/ad_astra/planets/earth.json new file mode 100644 index 000000000..02db0fe41 --- /dev/null +++ b/kubejs/data/ad_astra/planets/earth.json @@ -0,0 +1,10 @@ +{ + "dimension": "minecraft:overworld", + "gravity": 9.807, + "orbit": "ad_astra:earth_orbit", + "oxygen": true, + "solar_power": 64, + "solar_system": "ad_astra:solar_system", + "temperature": 15, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/earth_orbit.json b/kubejs/data/ad_astra/planets/earth_orbit.json new file mode 100644 index 000000000..4a9446dbc --- /dev/null +++ b/kubejs/data/ad_astra/planets/earth_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:earth_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 512, + "solar_system": "ad_astra:solar_system", + "temperature": -270, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/mars.json b/kubejs/data/ad_astra/planets/mars.json new file mode 100644 index 000000000..37c5c5f50 --- /dev/null +++ b/kubejs/data/ad_astra/planets/mars.json @@ -0,0 +1,10 @@ +{ + "dimension": "ad_astra:mars", + "gravity": 3.72076, + "orbit": "ad_astra:mars_orbit", + "oxygen": false, + "solar_power": 32, + "solar_system": "ad_astra:solar_system", + "temperature": -65, + "tier": 2 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/mars_orbit.json b/kubejs/data/ad_astra/planets/mars_orbit.json new file mode 100644 index 000000000..6f4b02e20 --- /dev/null +++ b/kubejs/data/ad_astra/planets/mars_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:mars_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 64, + "solar_system": "ad_astra:solar_system", + "temperature": -270, + "tier": 2 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/moon.json b/kubejs/data/ad_astra/planets/moon.json new file mode 100644 index 000000000..66bc9e084 --- /dev/null +++ b/kubejs/data/ad_astra/planets/moon.json @@ -0,0 +1,10 @@ +{ + "dimension": "ad_astra:moon", + "gravity": 1.622, + "orbit": "ad_astra:moon_orbit", + "oxygen": false, + "solar_power": 512, + "solar_system": "ad_astra:solar_system", + "temperature": -173, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/moon_orbit.json b/kubejs/data/ad_astra/planets/moon_orbit.json new file mode 100644 index 000000000..fb36cee73 --- /dev/null +++ b/kubejs/data/ad_astra/planets/moon_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:moon_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 512, + "solar_system": "ad_astra:solar_system", + "temperature": -270, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/loot_tables/entities/rabbit.json b/kubejs/data/minecraft/loot_tables/entities/rabbit.json new file mode 100644 index 000000000..56fa7911d --- /dev/null +++ b/kubejs/data/minecraft/loot_tables/entities/rabbit.json @@ -0,0 +1,72 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:food/rabbit", + "conditions": [ + { + "condition": "tfc:not_predated" + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:small_raw_hide", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 1, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:rabbit_foot", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.1 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json b/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json new file mode 100644 index 000000000..d390db6a4 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfg:raw_anorthosite", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose_anorthosite", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json new file mode 100644 index 000000000..276c20d4b --- /dev/null +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -0,0 +1,534 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:aluminium_fluid_cell", + "weight": 30, + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{Fluid: {Amount: 1000, FluidName: \"gtceu:rocket_fuel\"}}" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:gas_tank", + "weight": 30, + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"gtceu:oxygen\"}]}}" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:long_aluminium_rod", + "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:aluminium_plate", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:aluminium_tiny_fluid_pipe", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:long_stainless_steel_rod", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:stainless_steel_plate", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:stainless_steel_screw", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_rod", + "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_plate", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:double_steel_plate", + "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_screw", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_bolt", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:electrum_double_wire", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:silver_double_cable", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_sodium_battery", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{Charge: 1200000}" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_electric_pump", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_conveyor_module", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_electric_motor", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:aluminium_ingot", + "weight": 65, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_ingot", + "weight": 80, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:stainless_steel_ingot", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:advanced_integrated_circuit", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "gtceu:good_integrated_circuit", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:basic_integrated_circuit", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:certus_quartz_crystal", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:charged_certus_quartz_crystal", + "weight": 10, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:fluix_crystal", + "weight": 10, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:fluix_glass_cable", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:interface", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "ae2:engineering_processor", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "ae2:item_storage_cell_1k", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "ae2:fluid_storage_cell_1k", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "species:music_disc_dial", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "gtceu:fayalite_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:diopside_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:enstatite_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:olivine_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:armalcolite_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:treated_wood_rod", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:desh_ingot", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:desh_plate", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:desh_cable", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 12, + "min": 5 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/structures/moon/cheese_ores/cheese_ore1.nbt b/kubejs/data/tfg/structures/moon/cheese_ores/cheese_ore1.nbt new file mode 100644 index 0000000000000000000000000000000000000000..16cbb81ef94ea267db242296227475b64e260a3a GIT binary patch literal 427 zcmb2|=3oGW|5HQn`W-Tmu+3&a#1ok0v**jH_6OJITlZc(a{DQ>U4dX!PBzQ^1LmJM z-nk(WSg7m0FD3hY`MH~!v(+5LH=ebNVA5E%b*0{|!!zaf-cb3!YeGh(d*A2pdz|&Q z+%<90kZ=5Nn8e?cbKnGnT*$mx27$44J{i!Dj03c;Qo?l99s6dC+vroTgFb=iO-qT`TzWyCMkFSIdhJjhp*&u zrjt@-EALNnp0j($#k5n?w`|b3>i>M^qlpVUrO$jd*vdM~SKR&ezUsGJt4%gvRn&Xw z^(|sSs8y7D$%X}z*2j;gDp_~D&p2nXxX|mGRj`~Q#l|NpWg|GobIyRP!r`~M&B|9c$&|4;nCKlL^L>;JvI|I>cXzn|~( z>;GBD--_{>k!`46|L?cnKe1!~#GVx$it&~BeQx<`%irgpMXquG%N>7;dPJ-yC7TNRJp`jBAJTGYuF6KnrEEmELQzny6MC0r2Tq+ZpXi-@L4#k$YF=-)n8 z$DHuSoMBnr>hRwQI^l-w$N#0|yfS~Xy>QF_?FQ_*7C+u@&pbSLe`+#M@rAbY$BwOY zG?>OIA)P$qb!YPanLp-4|FnC)c%Q_dZ@0f3J@}>0wbGifT-%7mJ@43o%?APlg$uHN>J-?AJ-81*TVYu-8r=_eH(urx?#y$Y@E1ezd=}h_~L)R z>T=%v>D&14(2bw6!Poh&#?RPQcH_(S2UY2pG{jHBaZFup5!-snm1-|nH?xyXK!YZw z{dUjG9^Ei3o7=SUv%;};`whzEY^r{&m;3&*Z{z)AGd^=BA8*~b>p(Ayx`m>xX z@%qP()vZo`v)$_0Ch_Fju9cOYr{sOkdWXzU0*SriPX5}uQ@Ggf)#Za*E5B+kduDD{ zYc->Ih27CBw!3}j^F4DgtKIdvcAc8t@mC_rwOt$U&y;w5xjS$^-@C=3>yrG`?3O=s zSmkf{O_~!VYjyO-`?#L3n#2TX21=2p|AVhLOPu!Ui49I(voFuRc4Kmmop5qw`^H@duGEC2%03IaC7E2?xN+Bk z8+$(9T~WJFUb;GtDY@8MVt0Pu#!B6uv;Pxv*3|v@eE+gVS&yvsvAXq1Iez@f$NM(! z^y=yDU3@j7Hc{twpIRSx^2~;fJ{ECjFScxad?;d_Tz_Bo@d(}ItaU}jZ<;O7FF(Eb z^Yzot#YS2456-!_%%8oudG@XwhNkl)-}bEhdB)fJy~JwnGjq3`f0^-z=h=l-yoP1> z4qhpKf3;2Gw{6?T*J?gzo%1%OF6Vu_r}?MG{9?0<;xlI1uld-s^7*V)`XFDw=I)6- zob*caw{QHLEt~(=9jg&3-ZzW?Q>}q%eMD{7M!TaC^ON4(>D}0KC}Mt6*1v+w%dPJ( zpVz)pHB*%pY$qn&8uLaz2<>idn{jE4sU;!b!B<; z&h@W?L1|>(^;I>;u6&LvJqL13R^P@?lEKA2v+eF0n&$6$`Q80G>-EKT@@F=O&QE${ zuDfg=@9i%y&piiOthwx&#A-i7_FAio<;%`3H}{TTocPA3W2NP>SKK{kzb9q&6)+Ak$mUL!vwu`MLfxtZ5zvuUHOx^)%e(^r+FoB)*n0e zEWxns-!BWP^VXo;|9OJM?9GR6#K?d+#f9(Xz4ZEIlRr<8s5TcUE_k#4__GH$;`@4K zt)E35JKug)=5+b7IX*RgsZ7V}q~+H>^Z0k|;tT8dHGNOdf6RKbr)Q&K|Hk`!XUsZ( z=gaTDos&K`Z+zW7xik6r6`Lo^YRi1~evWwCywT^t6`Pc;=U-;s^Pe%ReNE268xn^> z3V7LzdrXfRnDXyDIZZZs|4oDWOZ?8e)f&!7znyZZZ{^NYQlDp3UE65HnEc$)=WJ-+ zuj~&!kCyE(`#0^ZbaK|ZO~1a>Eb=!r4UeqtTDkL-@BDp|vp;hdUs#@heA&IHcfPz# zSXXp;x%IMVTC4pH=RYadQ~SjoT-QEE@jE;d8c;}Nx8D=m+$ay+y1i}(w_9bhr-~asMb^}lmzp-)S#>S0bx$dohwqQTo=l1jR->)a=z5Dt2)=fjR_OdOr zW;x&9^0{wiI+OX^J;_;oxtGs1?_BoWFwD^Od+71jl{?p4ff@`q=NKGY_tnq+ae+a4 zXl}>Ko$IrlefDz4fSJD1?`F*Mt~7Z6q}X8Vwj0az%Y4peU#&QHi~OMOs?%g^raJa75p^1(k5prU`@Dt|*$ z{~*(jm6dB>>Gxb!SoUn|DsVGl*7a4zGRv;Xtcy7+^X2;MjXS5C?V0r=7;Jb_R@~}y zQzfj!ld{%segzieP0EVPzP!9SUDmwTYDWIeFGnwLT={dwFW%0TKUcis_SqZ0`(^jR z&!tzzXGCqUylmI}bH4BIHxk+MKDO;)*LTjC<-Y2*NKfqYJAHk%$FFQoEbZ+FMZ|OS zche4DXAcXV$J`^@4AEHkKW`QN=oAmss7$9c66S zf6RU?WwSfzc&U-qI@#dsKQ-TXNx>h$Vc?7`RHU$v9?t=ly- zQ+~Gd;XB^a^VTj~ci+6$aEIO6eFv_5{k=?|?X%ET@fo}7)^F@uS^mPTc4P9Z+SRYP zePYYQ;}hQeWbv`}-}JIuHu(D8Q1Ka6-`Dauuq z_QO})K5HvOOTlfQ8mF(U%dSmax9`A}tp#)a4NG-nN*h;#)x>g#yCuGgs<N8ZTStpM56z z)vqme%8Bou-pE(GB@p~R=xV;SPwe3^>7-Y&t9+&HcD>s-*Fw+7c7DL|){U>1-M(08 zTlMY1TYI~k>un9$YkyVcy!j;ps@_U_4b1c#H`*PI@!!&K`~6>@Y1x0-zg z7r)>9+0tx%-^Ra=_trl<+_H1>`<{*IEp}^;-Mje1;Fn!<`Si5^(`>(&nn2k0&lQZ> zKda2%C2^)P=T*}28@tnvFMe-4L%s56|Hl3ImrLyKZ(CX3XSQ==@~gRveSg1^2|s%> zrzrV(eq>(4yVRTnyVLirV%cUI%(%az?AVn%=a$Va_c{AE#5(!a%^qLt_gnne_HW62 zesGTSR^w&Qa#zhY-1;pL%zS0jv9fZuuQmU?l{dD0PB@o1S+}`z_Sv092Ks@2TUYL! z`%2$uZFd})xr!UaEN$HQd*_Vvm)?snwu?Qs>{-Vuf5WY5fnPP3UDH_wDxU)91{-|! zIl9ch9IU*`^3~;oRd>J677H%+y}Eox)aDhxM1r%$Lgy!Cty}p^B>4C7tM4m&uD-mw z!hbp_Pn-(%IqM!;pO|I0Y8|`bS0C4};>*7Euf8vRT^Q69SmA5U|7`K9xrV0lp{0#0 zf3C<%KjUc4e{b?Cncb4TKd&bj7w8&SEL-%8Dfn~LRq+|KuCLm6;EG+z?0q*fop(<= zDD&lLg8VL!A^TR<8f-QDv8AgjbcbcilU9qf#4X4oiBC_-Hch^Z*Mt&?s?4V9|vW&JY2l7%IsnrSnzY- z%F6v&={|2~Mm!b>KA)X?tMd4j-T9{T&b!xc?D0MOGBiFRYwf33+&*VtUY&9L#*E`v z=GVU8KJ0DJ%F1n0pJ&WU2N(C{)3eUR`}I`%ob88dn|1H1 zxWsGjp1B8V-IFk8Jm^aEnj!vJURLJ73;{^kELQ}*GoIs@$OzZ7gRQa`Z8bl_-^H2 zcJ2M$E9YKsw9Ghsuu6QknM{mv-mQY;H)I5l9g|qLZn}Byj^tNWJ3q014*hrS=n;v- zS4#7G4SiytUjs4UEvsd_z9Dq^bm3&4;Oon;w#}%jTYO6(`1nod%jUaa_&wecR=I5rLa}6To z9~`{Xy)*voLDLftZY``+u8m~df0J$hVe|br%j}MSyYY7yPo4dHiQj*FHty6vv-1n< zv32?e*WOD=f1V+2$p76&zV7#}t#Y95#`2;!64}mYc5dN6w(haPw;VQ5=k2?#VVUlq zEYodvy3Zo^@gKW)|KN>1R>yuZ6<;`azqhwHy{9+5=PT>6W5&nc=_kL56zo~M@^{sh z<;~eQ*puJq?v<;3E}MLP`Fi*Jl?8YICcLR#WUg$yV_Dsga{YSlcsl`&0L=X8t&*zW99Q6y4>*^NY95n*RSL z&of4|=a*%JKMT#C^FJ?V4expNea6e4alP7cPQCASO-YRP{NU_`IemYh-jMn7J3)S0 zmVD1v{$yM6J#R7`n& zbzaf`{JXvT&L_NYJNvyd#jejTya7K6YdCulerBw7?G`upYnu08nY)w5!@&olXt)m`5kIpg~6{KMv;BBt9;qB`!;+e5`pzwiHid*t~Z z>DqG%bJyKGztM8$ckcJ8Z~w35U%m15<;7S3s2s1`Gwb=M?S1a^jU$p@9sHxSv(U(> z*>tA){qzrO0{^bveDOKYwRM#S`cHP8Q{Q*~=Zj*t^GkDXeF(IU?>Uojw*6Q1bm4mL z;tOs4Ss$`W-Za-Lt>Rtpc0b+VdBFT)+h6CJE!%(1nSJp&&oh~~2vJJvF{IqMf zY|qc;d$;}k@y_!<@p6YtzB~_PWQXkCY#~v3WuK zf6nCZ7Y*Joxo`Mgxc>CJ#fkeoe*ZD}b*}mK`d_|H8-KRQyU#b?@$c3jyE}&NMKKc9 z^75cg?(xpYzcRmo2L;wKBwt@Hv0LrX9RHegM_WKu-re#8H}+h~V=mw=><8%Mk z{_Z@#u{1NTZ{Oz!QTd-Oo1drL)BP7MoBUnGpv>>!4eKO{-P^xbnU>kr+Wwkz@ay$w zH`uR--Tx+^m3&?Ey_((gyDy64dVBx2*+iW+w*2;(v)Cxn??30~(=9(k`(EdK*)DhW z=+CTqUefdW_nm)W`T6W~o^|D~cIdesH{GFj>(5%*%;+xD*q|8D=-ys`Rt{Pc6X*oHj^PiUgxvK1qe|U2Csl=RhzhAz{=dD{`H#_~#`|=*!@SimgEnWZf z?)(|ue7}_c*@AoQ`(K;YXMdRe_I6e1@7iBQU$&Ro9e?H-*L!BMUF}|}+1o2Y0rlrk z^Tzug`C-YQOY`0Cr#~-#lfO6ito|jt_ikw)dS3rNdj772b$H#3A9EH@lsr>vKjW9| z*MxZ;mhv+XzF)!qdG?lvM^ErPOE6E{u+OFT`E1T&Yoq3!mqCrmr8j$e58g?bslR&T zeS3SoH}02?t?R6dV*6?QgZD$-$KPT0{dUhU7XIB-l9u#lmQ?b7bA#_iF%rAmf4qK? zZ~IFo>*_gQiRjf_$?wf=BYV%Tw~Ota8*H#`-HFQ=?@P@omhZXiTx0gjuDSSKbEWF> zuQiYI_ePxc{y9f{@qW`8w|{Qx?hk*@{_bpO-u%I>mCXLHg>Sd53EBYrB5N+C8uNvYqYu!K}mGo#%JT)Si1_ z`6^5PjC|5MP*&DXGY(__K3ne0`lNm9o;~MG{;Xo}Q*+M$^n!cr&zGGN>p5%qZxhd_ z^n!agQ|>O_`0@1#n_qM8i`D&qTc6$&J3r}--9`D;8`D=9e0!sMGx7OTb?*1UTPwAX z|0_xSJL~WH%B@n;$@$@*UHV?%&Em^S|M2G2#m7=IHoG?&Ha~ZeJ9GcZ4S)Cf#uffq zpDmj!PZ&*CHm(qRbns8?t>^8X`wrYFJ=MQ@<8zt1IX|N9*B@J#XgE!Gzs?%rxBC^% zpIyCiV{hkuwO5b6x9o@MGf5UHD@#lv%f8AzViQR3rhDObn6CNM`YdYh8 zg+ZC_pEA??p1%{;Of%en`g`T}S@uuzW!FA?f5~pUvT?=n z#uof?_Uq=#exCfr`dHS_?H4WnW-e-qCC zEG&7`e1DO&@s8sgGoK%{TzY2x>W$A`4a?sCeEq_DznpaT{QGKW-ml)6Zc#tqV%>fB z`;{N6zaG3%d|G1m;(y7HekXuNC$Ia~`^a3sFMjXs_dk^e?BC1na_XJ!{ybkgqn)Sv z#LCT_$@7ah&AR-~DgXhA>`echu6W8qT6W_G2SJryj zuaa-SBjV?*d6p3OB_roe{@g#p^{>OuygW1~ZT4bLGk0Tdxp!4VnE}y zSFgW4Qoaw|R{7by@y*c~ABofHJx`5~-4aO7{bAt#MducK^4sQ(-wsCnPFPcGaLrC4 zd;a3q*AvW2->v(0@XF5Jx7dT9f6tOX3Gt zCa3k?{q!?s5k$AV&);n;laGVvO8mv&9o@F_zWr6Z<-+%WewqK{ocz%_zB1Qu9x0p) z^_tzsT5v6Pi_`b&Q<6M2UeV>mWDc?8ehaG4-r|8k|7{8kNt2^Hp zn|`car?&6>)g#|`&ifH9u{zl2@4L0{Yd`^@w(s-VBjv{;z9s2|8N+t^L>r= zuXD?jlb;9s{GGQx`S=x6582;$UFIjP*>6z#Heml>bnfylD^kD zk04FVM?21enr2ygOZ#5eJldhB*7rIIg?cpKVqLZ2bm8NDmKNVGZ?v@d*1d7%&bd}) zJ+i;A9x06N?aMxXMJ7=8I*8*dbN%a)!dQPW1?r7&5)b|ycomeeW_NyBT!6Aqdq`dJ1}KQm^ful{yW=8xE3soAsASC<{TViOIP&RfK5c&%;5to5t! ze+D)6e9m6Kx>au3v)8Yp_=7)}UVRUesyiOBzkbe(@}95O$9~BMe{L`B?O*xx@T+p4 zv+`m4lh@ogy!Kw=b$QR%-^)8;QD>?j1&-${Ho03r|2hSu+thl|uxPw2xx*9)YR`~jVht7NnKYO_@+I@lV+4JH1le6mffgJgHcHMrt*|X-a zuRDI_Pt8~BWzU|kzHey!H}3Q2``7BSf{TBc))|<#@0YYsPYy2r0UDY(ynf$-D>DCb z;&0d-IO$TKm^E)d$f7@??`O<N^Vh{eFYW94`;*BeR8(lp&W0!vL+ZyAGc3?*H%JfOEze_B8cN#Pbwa*9akFrH` z4NL2n-;xaeUcPFs;a8c`*yRbY{`q|sU-s^ONc~;kEyl~Zd1%4!GG`3)e_%%GHi#W6OJ!u=qHU#(%x3(M}8``l$-Rd@V~?SfYj=6{om z@e;4~eeQa%`giEc-X*V)nLS^x|8)V)D}$2cuI-_@9pG8zy4%i+-`DT$Nj`q%@A~P5 zZ)WWJ|JA5ZHu!t_zO}a3m%W=9DxLI7E^@0PjCnIh`kL(~_TcX^az1yJSN}V7#dZ_O zB24DZf2*oh?_ax^7ySLis{4ke{cC>7VrLp(eqS2@?Djm>+*fjup!iZ={ju3n!oEB? zIJ+Qpe$uPBXwanM*3kJ$X}`9-+Zwt*86;%=Y{C8Y$Db{@uYYXWyRD$0jEmlCyzJf9 z+S~k_eD7wj-gn^2-fgQKeePzjHal`<@3xy}d&G;)E}omQOFsN<&&uD0S3yOj&)w^w zOk2A*>-p!-vSU|j_kxGnSZUSADLAbYdscY_jH?cOYTkYb3Ke9zYN;Iy^Z;0Zgn1EG?1!e0HbV zkt?=GvYdVHI;17el9%;@)-DKuy3yeE3~P7|jo&6e{%|)7G%-Ktctlue3bC-sFT zf6kGRUOl6#ZQ(JkW%CkOZ0uT@E|Ik+>6K)g6c*u}HA!G3=id|RW2+ySEE;^?`%1*o zE1!i-!wkRfap?^`b1>qsh1pj9xZY47+u2|hX&@DwB~3xauz%R+vO_m2j$J8MFr8=k zRmP(?-Dhuc>|@E`--oW;IB?~&im92wR~ye>-ZN)z{Lpz;lJqCx)y=6=_A{!=mLB6@ zHZOMN$L5W7$FCS0Tzx;Iif!31+2p@{8|&<6zbN;y^$z~qw=z9*)qTUSI=)}Um(5$c z^53B=n@z69OT1qHx%1zlE5?>r<7ZTqcbQ(ETbc=P1suMl(mK|4YY@I{@wysQHv1-4;wfO78Aoj*p`whP8gn{fhy6XN+iQjWOSEla* zdB7(eTuUbZtuwv|sug`~?Zf`|t$cnQB>5)-)a3w8J1)HX0cRcYs1oZ{0EeW!J8)_}IMhr&Z6{>xnselF6S-XH>DRKW4LR-oe#|{VUTy zWSvQVb@Q~;=W=1lJmUG^S3$8_2aeTvP*lDT2Sqlz@Y>j5kcO|1k60YJVR7Wj=XO&* z!>@l5d!2o3>%n8u^4Cy>-{wX=29HlZ{&4w-#Nitfhp!k|Vp3-i^@wuyJGK%5=xNXbN z*?slO=KG*j`=-2?*T?pEY%+83`8rTW#Ui{vuEvfr`Fi1us{l$d)BWGN+|Q!8}_e!{v0&b z_VXub625L90b$TO0K@uCv&@B;%{#n)*MTd=KR^?PeEVN91)qNy9-F}T>e1sH5wQtt z^bFWb3(d^J#Aj5MFL=ci{GKl)HsRIX##P)sS6S1R>AktxbGh@@!7J7rq1H31*cWE8 z2ftScd7JP`wq=!UPp`Aj-qQh(1%lrjU9mWFWj7Bf3G#XO9^Twp*s-!)DN82l)!YuL z_8C>`NydEn$DSp~%994UKoVUPhmpd!~=8C2w+^XQfD0VAKi z)j=T1c`(zROzZT(rYEihnH~W${q9{U`x(t2KWFBEOpKiY%CO?gj`4%7i(U1x*wnDj z;H#f6$g#n}Amgs&96SH=M#Mk36J}JIFNbPaI!o3*{%DMUkDC5`>J1uuKW%Qjh9%h z@3S{Q^lR(JU%Te6koDQSJ#=gH%J17&l^J}!7j~6z*}dDhuAJ*b6$BHA3}ny=kU?^hAcK@wgS4f9wDqq6rG<&1Zxg_Z zd#>^w%XjiP*C~Nm%eI-yY___IO`_mded+VcW z8&`h!U#)NO^pk#(7eCCYA z>hF^Gb^gZXg7Ri~G$?Og1=R!9TS0jfm+;#+7JI}$Cz_V+X9#|O?^?yNE4#OYBJo`= zC=#oqL6L|@_)O39s_)-!-fpd@uTdTaB_ z@`}}E24DH|K}iasc;>B*zpoq@2FW*q!5XHoW;6Wyujs16vU~CCq>jj3d9ZxrMlk*LMg(sXWTk7> z^Iag@VnDXdeZ9&Nw7lis&UI2pB6#QdUQt+f@9sLOBUg6c205&Jca}i#@0+2#NpEaA zELR--y%D--GxpOeZlAs0aixtb%TKP>Gx(}kd6o6pt4B49^bEfGRb6FWcFz-3rdz)R zmFenxUoj<@Hg5dbv$FhlwoUS@yWgbFnI_n7grd%5dB_H6uEV`wrClpc(G^50-^CUqQn=y;tqc86jGa*72B~&-)Aj%;MdlbrHZTe8En;a zxhlTwTI&i-#dm$L@PTA*9RwL;4KgN+9c0Yg1duVZAY-;RgN!Ky8-uJ^Vzq3~)pN%? zcOAI$O9&K3@rzzD1;6$Ng;8xMD2((2OB+{yRRx97J{M4cP6q`jNU_9fZlAUKfsZAF zvjeVF9J?YVVmi-oE1PR?y3bli+``F^C6gcjtV@zf%F^wYYM&8xdeJe(W!E;XDC}6d zRVNFVaNRr!`x#O17l9hVyFvB$S3OY0ySG~kQ@AGb*LTHZ;K~$K0bjchR&Nec|F;*U zzJ4)G^4PKS*E_*0OV{`tURy5lI=JVn=CNNQ(51celXB#L%DdHmJh3Nc-&*B_+QyCG zHt0FEedm9+K-gZ1O^w4C{;Mb9$3a={6G|Ui57__eNy26Z^8?$D1TF#KJ2@%g1 zzZP}t|D5gK*IAE&bN$M%`#{lrFB}xjzgO)#aHR^o3grE2P@1R>jZMhfyB^$>gQ%am zl6&{`FL{f~?*085nY*UUU~3+9S2qGuV;k5O~{hnyh_$*Z8E40 zPyOR5d>B&nZEcIbs<7-@!D^`^SETYnn`cBFUJJ^I zJ3@JrvUs+$p*iE8M-$)%XaUo za-X%!Q57G9NrP6^R@ukxx@Q>nUSf5*&sxTauYD^`8CKsj+{%^!GL>OX)$uD*4IopQ zH@uP!&SnVPo1Dda0AwmcaoGDAQ6TB$uYEIDmhWC>7kRduGkIs@#ybbD>}s7VJtJ!S zh9c(R*J5FL30Zd!o#ORb8y&H;ab+pDwz@*8|9zDh4vvzUB%!ZYvBHF?RTl`8L=)IWJD>*h+TakBd&uM1%no&ABa#(&=EG++Li)R zF#)7PY7$6=^Clz4;A{_&i*m1?V(Cde^z#x}!Jv$Z}4uH4!Ka{uh@MvTe( zg$=f1mzmkHaw}ZpF{6iR&@h#K0J4}l1{9_ZAcOe|Kn63e10|*dAcNU=fV{#G4vHyk zib0-uU7Bz7@S@D)w~!!>P)o>q`v_!kEXd%k-5`U@3PA?zfegNN6lCyjkipsFAcGN# zK@$!TY3Z8DoYr6S_6xt8wywMflq;jxf%5ukP_E413Chg6;d_&__C5vW%Iz_rf?*mc z3*Re3Q4G%EAnA=&$8Y2}^m|`7I+i7wytQYg>7v!s47a+KTs2yDtz%u(u`5y+Lr>3$ zQr?v%8Jz7BuA7|I`(jn9&sxD)6vd!T3far^vwo)JteIx78@pU$b#M=;6x+8BREk{( zm14hlfr`BN@VQA@Z(oCoyxLe$k+*)epW)VTr7*=2bCa@kzk@d36u(!8)Kb3=U72+c z)C{@2`xSR^c2#(7VwUfFP&4FZ?AO+nrh8ZKGuXPU9MlZ?vhLTRh}y(8`wYV3XEgt+ zD(U;Zr{pbY-x#=5_gR}Bx3ziY*E6fj47Sdzyvn!in(_Ku2d`8;1Jw!V_kfxwGsD5^ zx60Llx_a!%&zI>h-en;vy&5!Bu%lvh#4a?ru?UdTBcId`?XHY|+ z*U;zf+TdiK;Of^`AVY8WtUwKg?S7yEHbaP#p1Irx-+l`uUw2tAcC9=Q-0qSL{>^o@ z;@FjaPN25h`hebapSRi}pg~(SVbG$!-t;qPDz;_+xxRX%WnvFFpo6OwLCpaDC9Al7 z-nNF6Hm=+|0n}y?54y^_?3)v)%@F4iDn8>D_eyY+0<i453Nni`oC5 zW%t%STUx_+Y~I1cpxsI5SFTF+d21QEwP&U6@>SCew>}TKYP9UzoK;cBuFMM#Jw4-A z@v1Dz;A+26-Q+BU;*C+qB6O42OfxK-&yjro!QNUxys_%|nJd+Aw}*mCbu_ET+-yNZO30d+RPx1P^RSw(PxU%+$mbt;!{)ne+%f1P&zH{J;UD8zP8MoZm zU{MTeB0!|yuPQ&oP$^9rB20E+=C)5aa!z*<2IXF=WXK77XOs#dCGt66MJy=iqL-v zS^Qg1$@{!r81}PyrR^21dV{U)QBV1oeG6Fq=in8&tf}@hZaJ^TqIe^Ubn?&UjrYxF z%s)CuXKvt(TkF>vaRvY08tRsqwSU_w4WGBy!z5c*{=KEO*kEgXbgIa*Z`rGR4qd6s zor+8GMl@-gFtg8 zuqXzZj*w24Yz6INbDOI>H&Eg<$bx0xHiJy4D+8Hu9&Ex*kahOELDr>%t$PEqZhkDt zIyA+gjTL{9q<7p&xpMMGgxg$wg!$J&=Kre#nIFF%;ldj&MuN0txuM zT@SYKE6BqAaZvBW)%(2N8M%M4!L&ee?{rYefNlQ=QhPrhGDY+)15)4*L8qQ=idl2 z9ZfOFbR_BOB@ok*+-?jqz5W=;^z&fTB|)a!Cxc8+2bun_2W0wuu<2-uL8c=~S8vNR zdX*zX{}eG{qqEk)*3nTzju^ z#>efi(zCLcGKVAj5_OInY(1X(RASk;9cyF`Uy++WHF?IZ$D4|Hf~#Y~`VzDHPoFaM zd0QB1*|ySFPa9LQ#Ay`iX~`0&4SSy6xO?emGblgLn+?kD#hXFdJumEELe}}Spt50S zB&cjK*RD6%`aBI(Hr!eB=in7|#X6|ca=WM6%TGTi1}=yg*5(|%BDVlkPBCu*6>1G( z+Y++)FMtX)#wbvs=Aa#Iu$4UnRBE9qPKHT?ip2BflXaW-x@bq+>CV-aI1Mpf7i9Xr zr6AL{gG~QD4P^TLOCZyuL8jMwgG|rQ1euOiu}-wX*8K&kr~h68ciJNI5_HTBw#sLN zO7P^hcMe>sTLUV=`?rEh@Qt8eoc%RWaeq8&XXDDh5ujciLUBZ1LKZ~2JZ5L(#@BPt zdtbK(^*O6gfI5%-H$fGdV)WO(m9{CMW@>v5s3MyH+P*Hg2~?3eZ+j&hj8F_}@_qwJ zN9;{rb8o*6yq)=N%UY|WSLSUCT|VR1SjrRc4|mS6G7g#{_z}XSZT)R&i6HjiST9}Xo%^{$xpfW zS+nJP{;plVdgHzdt6$OT;2G#&ha%z=)~W65{|a{M&R;pE(`JG;fnOCr_KF)cF!iw+ zKBN>D4{AO3R`y&KKX#1m*tyf^#lN{{Chz|X9a1toMwnrod}dvz!MEG*k7m7zVuQ33 zNhOVq=e?Es|1>MdPXaW43=a1-dIn+Q65s|sWWWeAB#m3xxHPf&ki=~H>aDY;3xjtS z*oO67h4z`?O}4Pp601{55x#v}Hu-x*ynZaH8gW=-t)IMR+I^kccgMi_12UA;a}|{1 zlE3zCtU6APu<_Tt^Sb+Ed-uL?*m&mvq&%1=EpeK+=PBEC1xQG`1>vl*6)TsHR^z3lfyp#72MO;hNd2KMQ6m*72s_d~%e4t|y)*Pmm zaL(N;i#bciY zk}Eql+8l|HOVZ&tq@M5@AGv>8&vIU#ITDeUq+@IdDI8PPju{Cj&+G&(nx?Msna@j& zX=Abv=$H=_SL;tZhbc%KAMS~evy?w?Ho-LIxG`a>@J~l7J`|K z$e!Euj@-QjDk-Q|fIx4AvNsaK{i-OQSNvuR__!H8`MI-s#1 zNYCcjCJKbV{eJ%X64~t^@O&6*BkKQ#67U!u$qhd2?KXSAD+=IF1ZbiVGSe7_+_xY? z*xnb`eIV47#nSNoV`B(j9syY-K?+$vllY#8bn^bbUyo99;Iq=u#giXzABp&z`zYV` zr+aSYThLJbw_4B~EYcA5%uHv<@nu=hUxLs7IdcT}NH=(o$BdbE+ricFn>~MWOhHEk z+@ByJy_zHhnv&kHXjta^rN-2(y^V~31+6;_6Q412*9OZi;;T3Qb^&k50(X``tJvT( z6+{cCy*m9)cyG+v)11lQYYeH9{EWBee6KP5wnyyPJl5K+CE)Hpm74e9KEkorS8sfN z2xd~+T|hQu=1Jb)dq1X`eyh_v_KBT3eFgBy53Cr3j6ODjhXYqlixp2(m8HG zS}!dIrCDI^Ndr z&xh;lbE(u)?hm6$BOB6CL~CXrUtMXGs1t5DZMDSd(4MDS$BIOgcXn-zIU2DJwC|9r z!f9&Z^}@xQO1^>4@SC<*;&fb3sy^rd!kgV2-+<2e)2TM3zHs#}dRw@S-WKkow}l(& zZQ)LOTey|p7Vf3Dg`4SZ;cj|cxV?n>Wf+d~@maZ{{Pc6QEh&!zQ%Q_s_f&uKkK_xp9C&g*?Tb0PC%)a|W8n?&DczkLmvc7rv(s5c0Fp5Oa9 zHQSxwA@DytO27*Mr-7EB!B#;)*VyTR7P}!Ykb^9}BPe{xA2KyY{y;sVqx$!GCt?{C z(VYwMqA8f_*V8-6n<@eIFT3N_k7*qv8a+!`Gq0z&H?$}9eZFuqbFtEW_T*&v&Qk=V z*!ZHInOWU@iRAmb_rFDNh3$I;mI2}_Ec?>0-gI?EOYE!A!N%8KJv8TnKM5&-cOdWKA!mI`;E(2Z)~+Zw$9N2 zyl>5rRMI&4-a1EvZ@)j>%mQtaB(D<)i>EU_wKwm4`h4|csYoN=3QHMQ}$q=3~vub;~P29R;_gW9$*!+SDqdC){ zliiRZp_wPes>S|ZrB(64pQcv-CU(#D)f=}8(ysrfbKJn#GA&zqPh{^}VZ_iU^=2l} zx@T#hK74KhAS_=O-d5OLjLOfHqtAt)Ygjfg()cI?Vy$es$ zd2TrEv&8Ajo~Jg)isV4&Hq1F5aW0vb!f8eS_zjriuCqwdcCeV`If#W<# zdRfeP>>R6vwRpmtn1+o5%8Ajd9UP&;ko>%9_0sc$BUBRJ#1!oPG6>QNC{$)IHKupb zWO2;sPuWX4mWA+=Vt=$1T?${gg^=>zUT-c_78cPrSwx1_>%s#g-hPQfgp?>w#KYRrYTg?}LOS^Kf=hp1NYU8YY zx3_0k?3IKHnr|*QUA!*s%GI7-vjW47UuC()o?Wq8vXq*FuWsMmO*6wG4z53Y?@Z6E znSsW}S!r%(&#ag!X==PUE$s@G1fSjCT&}aYFZIgC9;<1A$BkY^xXGSgkt|tCq2Qal zZ+cIy2$VF{TI`m3WkrwF)WF3?Ss`u|310bqbN9qRbE8*oZg)?tkd`b}UYwV5rMG7n zS%UIu`@i?Rvt3+${>44xU6eBI&()olyj$e9ea=PQ^b&HJ^ZDLsFaCY%#Xh55>wCyx z+R5+v*>kVPE#Gdj`TUEs&%ZdE{^gl*)o01Qc!mGXZ!Vv4QTp_Y-qbJ0jH;3)_ipUD z7vYw#v)FtZs<1x0{W;0M7U^Fe&$-xN>;~gZw*2|=BJaH)@Av+$_jjBB`|RlzpC#`m zxS7wm$eZ@X%&1CQa&K?XJvX;}<;CZfia$lZU^9kVb7Sr47ulUXQu9zP!eM{Uy@+Q| zdS7OD_UxOsqgL|o9K*%)jnjznBU*^eoNT@xq_g;#_4JGH3sb(lUIce=Ni*q8%bkvY zcV)QkKmPG<>N|OfyVY*r=Uv>JUh-a&5~k(O^1t(*-97!HTFsa`sa~>Fx%d)q?fEBr zPrs<%X8g+E?eEDI_L5)K7ynDSGQa27tj7R{#2)P(NocyjsLsS5imt{o&Iu?w>!q;=JTn%f)u-SDyF$niDwR_*Jo6 z?Kvt7s@GoIfBr|tx3=^vA9|$b1s*oes&L~yzv7{!sm)@V2>vgbIh);W?)ep;B}?rV zpG&{;v&U+F;B(_wHM9_Xw&ZhsLfyPtZlhaGJ=+u(>z>G<8}q@(ulIYI7wK4n zyXTt{A?Blx|Np;rtDbl`$jtpB>03H@Y>q zr%ZkE-IMfY#+}#rFO5`*bhG6&CAO z*!~tv*}^KB>*y9e;Ue9b2jw@H)4qm;*1G@B-;}0D^$%`m{7d^r+hz^4sg$3dk2;n? zo%R{JnZK{UK^`!njU}@KtN+j2OXYDF$j}I4Eaz9=H|hjy7R|DLA zu|IQ<(ta0Ox9$1kH&hrOfeo+tZ@y2R&g{j#^>#ZB_T(8XmOk@>&3G5-%sn z?s=!Qc=w4HdPFmS6n(%ytbsJz@Vn}Rnb9vFV{9n@&-diV@`s@#Gn-Gmz(8|q#1JDl zd2w#>$?0FVy12!Ar+ncvu4E_pYT zOy;vEeqXb9mg^P&KR}I9Gvi&~&z#)*`g_*?-97v2O&7nHKfOX%a;xg%Z7El#_1u~i z7;Tj0?Us9z9Kkc5(O>>1OV<8>b@%j(-ye*rHMEI5GO8|ndA|29^Xk_|S+QGI z+^VTFeC*S-|qE{+D z{jc9mm7$=ywL}g;k?2B#16vhlzo{^kMRH)fK1h&A&G&s zTtEFj-ABJ5VO}?I>D+W+(z#pp$J+x|qP^ezo}v+I(z7*eJbZonfQ)*b$k6{cV_+)l z^EbD{2f^q#jdAbHKDv*3Il4uEDEmh1c_Bm-@V{v_?I*opZQK9z_R?We@73qsG+$2h zKK(saCyODSDCh*Vd|Ez@dV!}`l**^Sr_$OSd7Bdh_;K7o*Royp?!wh&bO>G7KFuvKJxDB7uCJ{cK7W2ZcU?wD7Eju-#z`}ykk0TR-yD%&9Hp=P<=-A z^o#dzPo~uZ#w_rn$eEMZy?Xz4XT9X#z0+yGcH>p?vnA($RqOAczn6B)HDEOtY+ZH=byPpr*&NEep2h=^DC?VE`PuMB*}}amjD01U7E7_beq`&&=)&% zQtU;w{`~U;(=ST;Hs6}e0);|tA5Rb1IKyd@M@|WjOA@Ide!#{V;?53C0=xZ&o(o(c z6Cf#DSoaT5e)?tf%eHkO7At~Bk_Ko{{zvhEO~0HSutMbazzm@M8=%R(_cyI+x277s zF_lNh)#Ll;(`Nv!o#q2*^0XX4o1aFTF|Ow~e^a!t1!ZgjyjSLraW%E}p-GlLKK+KW zZDZh#XMete7DqvcfnJmu!A69LVD6LM^StL?vDDiOs%-Ke_ zmi27YT)h5uUaZ@Gzu6aKQ%b}o@4C8`PsGRkYPq-;y7!~@Jo=C!X!PoN#&-S1_pQ&Z z;FL5~T&$LIrKM-q1hB1cz9&c*^qaLHzWMBn>k02;-0n9|r)0+zX39#rGXK5aVtez6 zRM;?yy5I7Q=i)DabtP--?}7%dp3`Xi6nNlj;lDda_THRLvu&%OHJWowJ`11ud-}!u z_h(ystM|W8y?FolkHe{7-oH-$Qd&XR_1mDCtOPpF zWTpFAt*_UAd3<1+I&$X*rpuBs09z62X6>cR?lo{r%l=o8n8Ae{ClZ z)aX*x0MtxIx0>wJ24s`mkIzQG;w}u#VA{Pi`zYNnP3HLco&j5P_#=D3hVkAHObheg z01b-Q(XnE!pFyATt>ZKw-ki((&UX7l9@p`gkt?jgn=@YRc zq+>(CN5}Zxo3RUgl+>}er(ayxGa`6y66{Q&*VB6T<(+(ipx&7*My&KIE?R!;JLr_5 zsVNj52LwA%=-HEdUq4TIuebQU=*bn7o`VHjm379`{7d%Ka{a~c@1CXFi9nDPrT+Kg z`>82k{z`wR%>ZwN+kNdxmYH++J^%JE^~>`_+MJaJ8gv4kzxMezJw~?pX@7p5dhFHv zXFokK`n8*vCa3hEjiH_Kod304`kw{edbELu<IeQH4e&D-%DdPucB{C_LI z;XGN9YL=W`vA3U2M;)Zl$2aTkR&ZoVn!NFQ+Sr)uecmDZ%q#orp|NsB{ zd1M>__PP7!Z(5xhhUT?+z2eUYXn0^4>M)*VHEj+;L-SP6uRpKfQ2n$u3`;;!q+WaN ze&m-dI!>bhH=|?CQBTj+$?Max?o$81t^EDIdGp!p?(Y}Te>6d;baCDuk1M@GTf59T zcvJ)gQnm&yi9Pa-OZv2CkPn|_`xBSLmS192F6RX;DV(pgH(1?wRtTqnLh1yi)LABO zQq2GO=M<-%>rUEn>G$Vo?^uW{Kj42dcZt{mcabMk=bH-OImsy<;c|P-%P4L|GRiAxI=dGlX;Lq!Qcj;zX?s~N5%NT7rpyS-`E*nO<(rwOvwD1uZ)9h(^j4L`8snY^#y<4KK_oD z<|Daze=&VLwO)SrYM;`nE7uua4PCbDR7m*DS6acbsjH|exWD=hP0gSA>ectYyH?Ah zj)%OSktG|vHhER4&(^+`*9@;xF8KY}M(Lv=i)Uns1otMb3iL7UTIptZRb!bHC4wv7 z%kS3p+1k2to55AFWw#E6M9;|L4$e(nMXun#CpUZ(R&n~6Hm+1NxXQ9@)`1Y=8Cguh zWC;Fw(86o9)p42Gi7RX~Zz%*zr(`wzzIuK5%Jue@>-mG z^JZF|_nDi%?3{71ZOW>4pRW^E${AgCURHG?gn#C%hnKG}`!|a@`2XLgm9>Uj^_P7+ zdS%~?TjIgLld|G{-gZL->++IbJy%;+mzR`v+9!ABN?qfvsmr#VxiW3$Eu-M*G??J> zoSk*KpU-Sv`M| zjazo>bV&8gEdAiOsjK$-Y@NRHo6%J&3x1!Pyqy;2qMKR!^#<)cfn?eKvNzNZBqZ}8 zvEi5betyf(UmJhZyax#Gp*_FecQ>6L-A(D^d9+MyuyFi+mJW&T{dRg3I`{49Q0UY> zzd`Nh9!e8(U)>v|E)EqMt!Uk*{nc-%(lbVCc0+sHyWY$0rcw_XweyfKL&fg$r@zVO zly{TC9lQ_f>N&*sjL}v8Imnsbv(ot3mFMTc=--u(KlZlV;tRIdTUHn2GuLq0If>x( zo|Wh4g3;fX*}?m_C8CVYT)CO>D#xJIYzA!D2G-|2XA_)0Z>8~hSknO99kxu3|C&8J zeVy;$a)D)Kr>^+Tyrmgzotm}W=k1i0bB(qJlOp)*WOi`9Z6mJUG}bOQR>9>tJO5Q3 z+I)T4KXYG71}?xc0vq?(QTT?^fe^TP!LtJXN2>(a&p%vzJddJb8q86iPk*+q+}}Q# zdR=(v2*7-+GKxn7phm$)7@ke}cjdnGzn8Qc9jJfzqcuDD{~bdbjSl!_-jz0y^8IsMfdwTf(Hsrxwyb<GKI4@{ux#?GWS`QW zm6QtBe!oG<91>cq5jrn*{(IkDs?2o4n$Y<&yD6XUeE3^Er+wvHgRQd5wjI7wHscmw z@a@DbYoA=gg6HPXDd3xF)$TLb89vAP<>L>%bH54=zdlZSb^PcR%am6#Mx}f+t)$P# z%>MP2EqMRE1f*#qyWnLI1fE2)`s_2ea@jeX;Ik>O))Q>-EX@m4^B_#OcALo4QU=;LQz5n?4qgT#P_4ylf5^2FFXxZiY z&DWRJ?LBzq`h=D16@%lQm+fowspXydOA54}1*u1Y)Mq@WSbWNIP2b%eW?%15N36R< z?PUBaWeVQ!m+b}10oj^j~oP<~J?Ni8KT>A=T zZSH*ixY@hXsoh;$Wgk!diN9sPK0nP4E`Mc2>9Ti736HXrzV_)2>Mg5BGXK{r8Z6t_ zcs9lD>i=usE^V|Xeax-;C1`$w(BRyS)5qT-^#U=wSmbs$i@lD&`r8yvv##**kk@gx zG#eqf-glS!1D)W&{q~h+UHH9axv$nQq{b!`a4!$N=li{vrtMPN4H87tCW+tJ-hY=m z+aQoj>YC>_DA<<+8?8p{_4)K`<80U>6$*Fk{CKx+l==|1wFRHx{_;bZTV{xB zoa`+;B$@oG$FTI+469_sdL`qs#}$9hpS||8^4+Z~+YeuftbLdN@%gIFr>;cS{%d)E z{U`JQ#$@1$$h$Ft+lRK2fw+a38{c73hk>%EV+>Zk23-}CM0 zn(uwr_szhn_%*lso9@Vbc94d*4?r4ZK^nFNq3J0SVq-QSL`*<1b0_BzOrzq>$&#Dfg^_8MeJ9oP`KVvr#am3u2vul-)0-F&9%e@X6y z$oKQt@fyAUdwHv4+TQwIW+&Es_rK0I^XtEtw-h$tvyYWd!LIn(6y9~;{nwwVivDow zj>W+>-`&E6XMDZ)B8zGBJ?U8AglpA{S96}J$}cf(jC|j_PR-!;-iudR()OC~nsop} z@hVi6y8E>^-(!fqn{Z8f!D{I%&&5`*H>+%d<^Io{ho3@v6*RF$W%pJnbXMAOQ z@rn(HVl)@-*9kDl?h>^Ue?y^G0Bymou;YTYwcyNkEB zLR7wfd+w?jhT>pkl~0#uZ@zaKq`7()NV7jk^ZU$o+YDaYo&{-M4zlUH3CN~-&p`_nkL&=fBN`4Njs-7{5- z3qW~B1e|9Mf$~h?j$4P;m~(;hjN3y{p3wkhTDD~_}O<~Q@J+Jjq~oA0s2Sf^f_ z-H^TfOqFoK+bNOxOzY+vz4kq@H8^cA=Z>;dYs?w1qbSaTseIqDHrC*E?OsqVxPE)t z!8PB%UelZLb>BTum3cjScfz&bRiG*}KL2e~du} z-@TT83W@x+^6^J|=?(Wpt5S2?Bj3yHHQM(1<^H4J)AtsCIrYQJ`1Rby;m5B3Y|Y+$ z??q(1bK2gEoAYmJd(c`?oOl+HLvQe+*u~ z?JupH@%7trEBiB5zmw<6r|tc_@f`o=d;cPyw@2pJ _|=X($+gJTYt~Y)*BHH)?JW(P`L*wu)#@`KsmNQtks)`)B&PvsK!OpeB;)nplI^Yg<5xW9kM_6G;e^IKmEr z5{FmB?u2X6oS?*kqByvG<2%>=Mz3?5v^U>Vi;zyacAEv%T9}=XJ0UV(cnvQ|3e;Ng z-C%ZN&34XfY%{-_9R#%&;EH|VD*HgqQ>F;()N9cUpw!Ks@ODaMKI59XMz3`nK&hK` zL)ob{+ZnF;&HO5M0F)Kb6t9G-ynDSiHE&MBwY$HwPoLRUU7tHMvi$veUE|m9{%%c8 zySsP)wliyXf4@F$X6g5Tw~RKwyB8mwhM^d$^3SD><)_wEzq#%=v$X&3EzQmEHpW}0 zUbFp{z5L9s<8^PRM1H@qey-7Lx!+rZ)9xnkFT+%v1ycF%%G`Ckmx1ie{{ynK7i8z& zk01w{*X7QP{C*7Nz-TLtv*!0zkjnkPK*olHjQ#rx zWNdsbNbzcrv2|aeivOHy-=Dkr9lEM=agZ1KK7zbpxUcNg8tY>q{~rGV@~;HQzp{@( z{!OlVJ0-Hb2an<(vDT^AV()+ycUOZH7lIV)y#twibZ^b2MJ%`9F2^_KPKcU$AC)35El zmi_+BuIp9!6&IhncYW^0)tqN`xmTGsMt=8LuV(OC?&VdMw7bfCXB}8my(C%f}bb3rC-{|qvr3}nLHb08CLSDH3PmRp0Y z%X<#8j)3BavybO7ZGIOGGNJY~$b@{53Ey==ChU6(GGRN&y5G}4*4_UEvW|e_4{MXn z8zajVKql}#0h!PUGQoNR$OLw<2@W9ZWKV#sV+L7=SFvVnblSDKhd~LgxB`^H_&^Em z+(S@8v)r@o%o^)!ov_jh9|uKC;Y`OKQ?JW#LFb~~t)oOio)-ptbT zZ>`RQQqbJ=w7bQ-&lzuiw=?$n%*gL|)Oc@o&v;v3S|^=E!n}eOB8Judx=oe!V@iTxH#Q{>|?^V&dh~?w&4B zy>_?lb@quhyLqo)pAcCty>7kY=67Z>@y^ettbe%c_J>nzcE4PAW>@})Q)_;+T~EhH z`v3KL{d~&#_}QiG4^|)F$6PR1KJ6~!j&uB*-!a5IZ;vczSoitx8f%8@KNGLXHh?NO zz5}IoGlI{Z-xZ!a*D&qw-R3{d{I*`Mb5B&#bZj4ywN9 zR)Zo2p*-H|p^fqDb$dYC!@=6M!P=*SwVwiOe+tsR`x8ieY~^e40=`m^+W38DumA1R z-u!MosL}GbG+X@4uKjs$n!ukFBn%<1k`n$JSA&RpgDj#WI zPrGYfo_cL>ad!NfUFCUiyCc7!TU%@R`rgj1`e}Eqw|_gjruzA{eKShm-?=5e`Q6;; z-$_V{S3*>-UmrKSH2w}K&2~pir(CNo1f^O1JW!fFx|Y}I^}ZdTG%LOxlx81YW1ESt z7*zRvKf0E8U&$f1nWf@jlbS###TI}};s%*ieh_4m9@r#SkV(5AfK0-s_`}oe;>RqT z-&IC~YN&irA^bcSR734qJJ;y-yzQVu`13YU4R!CD-^|kUw?Tz4nqp8TI&XV$`7Vel zvUwm=4uec7-vKg(4{XXqkSW%8K&G^VO(_6biB0k4aQ_?Po8QHO0`P7&D733{-*!iq zuLp(pyRD$m-n;GF(KWlTgF^fJEl_B~75jiy&fT@XbopgaD2IZ=W^WcKY{GLvp}Yzd zHgQ`)p}cyV*@-pPS3zO3{uYX2a43URF3%~ryLn65sWrbZfLtzr3*>)ikjrZ`K;GmB zdGq^1kT>nNfC8%>m`}a1GUH3MC z>_R9;QF-4cvH8rd<=LRHDFKDeymg?kxx5t=HoHJ!<9{6#HZP;3Q?A*@f&vml@yX5G z4zKyW=33c|()m|!@oj#$IqG)ewc4<3>odE~XXUm>eve%H*5I|>>aDVAchk4R6vI`@ zT7dGSbk^IZ$Z}^;e#~0|%8$HT%MPyDy%3Zi&98v+V_Vejgll&LP!!iZZz(>p=J&*F zmMPc%dVmHR>z0)A%`COQWYvCVmwe`2=d`>1Th1wNe&-(be8S4&6IU#2{{`39*pKm^1vA3vx|L4b{n?Lt|Km2?D zp9jzWvWu6W&)--1{L$KYx#fS)ZGSg6{-0(2k86k7&EM}YEquSWJb(V&AJ+1F{$AsM zA6pk)U-kaY_4;4WZvNeD%|Fk2-tV7#yT6}*Z@Z(m?!VByzmso&?^n08u=~?&SNvD^ zUvK`~?C|@y)_y)M|K%-vebx6j2j9leyb-}eZSTI&mZmIoqm6J zU-iFhdpB>F|MTHrwYWI{y}dsTKU`hC{{QXrb9J?Kub<84&%e8?_WRt~|9?EZxtIO_ z7w1n#MbH2I`+L9DuDVt3fBOEn!gcSPfAgPve|KL+#s6o~{P%7Ce<-i}WqyDE=G))x z{`AM!lxW?v-d+5BS^npTYx`>j=l}ouG`;lwxue$a=iIlNSNHqPxxb&&`_u2)RlojJ zU0xZXFK1Wr{fF-SGx_HZpZ#5a?%tmt>YpDpe?Q-!es533hX;@L-v9Od$Jy;aKjr^F zQ+GfA+xPz)@9*95{i6Ku#rYr3-P~J#?!WH-gUjn`>;50i-?#UC{gcIYug@J`&HwHD z&y0OPUewIFzw7UZz4jN{|5n$t&bPAv{eu6;_y2PL9_~N*|GoPs_8(IJ4)ULs|JDAd zv;F;lM*Bzmf3E#&XMe-~&Gv5}KmV!bdv~$?-La2ve%@u@zW&Em|8xFv|9-pA{P#1z zPHF!yc7^qNX4M}*o_~Kn=I`&AvkKI4M+8xw&%Lg%{qeQ__oGkQ{|~#{-{H@T`@5&&XZ`w* z^_zcaO8&({Cp{(j`+%KdwOuWm2bs~1V1Zr>kU8#i74=*{T&|GvCg z`}uVLub1}w%gcVhD?YyY{oMGvoBIA2u0F4SygdB=zy9<0_W$`<^KEVWbo=f1|37@Y zd;hLKyJGMBesJvLnSS}d?*2CajBP4wp6ScotN!p@K1R0hbiDh%@Bbd_pW0ks`|-iW z{vR(-*Z=0cKVN#f`jc18|4u&T{Qq%xdii~;{q|`)ObG>&F#;{mow{-=1!N=JfkZkLAxB*Z+U?QT*S>OLedJ&$G2F{C(}?&i+45 zZ|}C3*HzZN?|jT{zu(4m`u%%9pKkwt{rUeN58qZl?{_Qx`uyk1x%}(Q{vG-F^0ex| zKi{JF|2g`*{{5%xmDBHkO<%w7QUCEDUp}6RpA-M@(v!RLe_y-*_c?if{q?{5|8(!K z+4JiEpQ^k6-|n}OtGAu^>*dq=PwxMjt==zQSNHStp__B%<7566eSdVlTt5H5cl!3c zxNCp!-8@^Kci(=0@$)~gGGb%qO?dz3+x?G+zrT--*;D)Z+Tr8Jf1iB3_5MS>=F->C zt|nI3WW@cKeRH>)-CW;(v3qf4#rr>o|8BiMaGkNDC+@H8i%0Wo3U(&RA4y-oy?E>D z+5L4d%O2bR{n`I-bA7>Q`+qmj%gNsEU;g>%>yo;si(mfPE${uj{=@N-e};4GeV)r- z{&~ElPGxTRe~TwqOAqVUn#{G|~sIiKmYTs=G)BMZ^iQe Z#VhBXw_Yv(|MTO2CMK6KwwJ!V3;^||&PV_N literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor2.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..41317a8d75c85cf428d6436e9237d9051b19ba91 GIT binary patch literal 69522 zcmb2|=3rQtJwKh{|CGBYC&_qDi%UFxL`EWcUL(VV6DwEE=076p`I5C&B(p1I{f{X% zDrq8bmTcL*a{l6-4ObTJ`%+-O_j`D8vGLW#sg+x8{vQATXaE0iDUs8T*Z+UoUoZdv z$M^N?r#=7wxBma{|3BjYTSQI!|Lgxeo%8=b%Kv|B|L<-8|L6VxAD#UF^LzaV`8j_- zzHhhx7ps%2r+%h)#%23|e0EfRS>l@?31xlf`;&_;6W2YlNPhDp;mwbPJoSIq=I%Ln^oZe+Ij8R*x?yux^{aIQhrn8*@(oJ_wP%VR$4$HmR)d;pB}QlRI`!{$6Zq z)#iWfSf66ra|t_HY3nu#>$VxMIg?8}HYRs$Os=rCvhzQ7?3u-xr$=7L_)5GE?n#wB z*2n+M@80>dF7=6P%nZV$C0^_I)Ry(se!G3~w`IbczjylXoxfKxSLcjw`)}@K)3%MD zd3$R0&YXLGOZxle)?zOE>$hswF)usE|GGHw)t`dTJNYC|Ki_P>c7FENj|U^RCA_lP z+{b_H7kBc_?u}K)?woo(=YM2&-MY}@KWkn-uGz=a_qp+V@blHPAJ-hXQFsi5WZG|9 zp7TF`%;-;&iCA;-HYskOx!?1SJ-T`0P0!KK8+XpBm}~WZ?ZyLFD&ME+@YQ^qyHR3J zvi-mJd-t4sdZZ$;>{xceyq%Kk4_dxW+Y{Gw_FTnYnc1g1udghABc7+ye#YF7RfcBQ;={fB#h0CXZvNQx$Go7wts6fcx^w#eF1g<8 zjKx~>xs(64ZrsV4Tr7O-nOaZp^{aoghI?Y!ju*WDd&jq?tY>a} z@|rq>Z#NCU{eAu8eg@Hozb-ToA7N6Sp z_hjZXFWXn1-*>+8dyVpOfnx3C!df#$xRMrlrarJI0j!TzbZ?X91@DE3^4#f3zy7d6#m>u&l1a zPU`YO({?F+pV-|iJ|4QVwHwU5(Q}Bpq-=MTM**H%B zcv|`%w(AaAdkjiz7a!wJuI$)Y9N5$Q@@a+-|BPL1LCIY!vlV6=%EsKk(erXOI9|b` z8x4=%n342K>O`6k`+oksV_(`gu6(Uxx=cbk_{_N(cJk7%gL`7HAG%UHNh;Xq@4Lv) z3d`!O*V*lr>wWpay6$ZAj9q>~pB0v^n|#Hl1EetyB=ER(<^7e}d-B{Ke?5HT#!ii6 z`@|F8{1!iUOeA=}{`DD2uXg$NY96Z+2)>^CDn=xEKkJ>oW7!3FmmT9ye%!jTdYVDm zT$befj}6S?X6$kcdEC13{zZdtvG4Ot#Mpac&mXxFk?^YO$}1}Qnlt(OR)cS{V#)gpYkoYwzxl@-iQUWEH)dB!ymka-x!Bc5 zB64NcAFE>DeA(JPIrzGS`TOSw?r-ur5TQ0_&9Qx_6LQWSjX0Z}v+hWQTEd%o(LJ*1 zJ%8`@ZoKdB?|!_XKsWEQb@S^wP^yY}pYW!JIr+Fi^3KMMQAh8bem$qRD!rgKr z`FQBc*TbL~2Q&Bnn*B%ej{H{1%eKXahRbH`I<`ad^1-hgrGkB8lkfDr?B2LBTYSc@ zV-cYE?J-?8W7qt($G#MqENjjN^FR_CUkA?Ebw0~@+4*D3))`&{#dh*jtz*YTHX9$` zD>u9UlU2Cz#}vu*CG;LSv^V9VY_Z@ zo?Q6g$Bp+H<%^Rob{yMra^u0${bvnr5?)Cq%R2YOx*vKYbNG64@bv`q;{^qK^NMTg zWTa1T{N4Heb79DN`@Y`T+Xrua_34SdeE3F0f=;wS*!lPWe|)d`zu8_=diT7}jWI{x z)O=gK@#fDr`Nxh`Nha_7m1tTvS3dc^e}8zfO`?vuUs!Un>akz4!PoiCkN?cbc@y)u z`}>W=?>7>!^?hvPcdp#Xe5~)`&8&N;tB+mTdhk`MPptHsIB)^` zHPk0o`i{(V=3{l-2X1^9Iip@V_w&UH-gW&~D-vJbN&p21Z{D%j4J)&oP2*&ooH ztML-M*}7*+uAlqwmi7AGpj-`6x)9_#sVI;x5Od9b1MA0M({gfj^4yXQcWetzZd_UY z(=560z?H8XrMP`!U=Zd*jO2jaGIus-_he*RWlGZ8ksq{jO`r1AAo+rk$Vf_Vsg0&YRr^ z$JUu9zWH^2xBb7pH~vSn_oOm`3eK4g8*A$J&)SvuIpa;$>5o}!?)$sV&n~b{Eau^# zv8ycbxIplAy;l-RZ*2bLm~OSZ^lUT#zToTW$FF>CIh$^u@T%%i_uqXIHrKyBn*a61 z{Y3LpiywXaE!&#kUn%7={3=@yGA3&E=03$``ySiR`qlS8L+(gS&#|Ned(U3hW6$z@ zYU|f;JaFav_fyUg=8cGi934INUrfpS?14vk#?`Y z_vO#5th+sDpIaroDW2PJcm2Vh^3OZ@_V~^HZa2&7dezSO_U6x5&wjN0U{$KO%hHa$ zr`H-}`!QML;+j`?mh~wfTemb}%`t=0x(L&@jmaG=KOeSgoAGOJLNO2fbNj2yXIQOY zo!qg}3e?iNQW-1j+#`GV^~H~pbN=V_oqzCWc_06>YxCDXZeCfu*2>OYc>e3OFFW}p zq`%MZJYQ=3E2g=4t$XtGhuar_uQ_n#^ZVJ~_k6FjTbuTL_lF02o?d)Y(|>z++P`n} zV_!Zun=v=aR!VyJz3z>Vn?b0Uv*)VTv$RJ)ZtPv~J}mkB%fvU5={>!y$L7tf-9L+8 z_*vXBk>u~C^%1>)`~D|>spH$z_qVTX&n$My^^-Y^t&Eyq-{^m~`N^@HE9UV_tWNit zE1iGu{DV6cmz&u^O{IIE8H1nioh>I5vwZFO(v7pW3m-do)1a)zp!8n!adwc@V49osCul#&( zm9x*>@7H2FH{P!?oHp~i@O;^1$<~#{w|>2uVFj|txaxfK>zuFi^4;E77Su(Qc5Hn8 zSzED);GY|fH=>ESZK6l@V- zI=1I~XWx>TvpF~GYs1Fx#g^^h5^Rm7kczvUApOozLgO<^?>sEK3FE#xY!+z#m zwOmZ{n(sBXRrbwWrC#OV^||u!?2A&i{rq;bwtw1gaP9r~#n&bOoQqihdBd!^#hrWW z{_o)_$}y<7mAZYOF}c|M*tOW7n|PkhU7lQQ_t7fsyu|G3hTrDsADd@>{KogW*I(QJ zej~BFtjlsfC`zxzOS~@cd3s~^)jKDvkKM3*`!Q?Hbi?>3rG9Q{A7=kp{8Os<-LW@+ z*M9E2zVpXti(fGtD(4<7|5G*h^~6eBvu``|)c#!qx$eHU`Fi6MyWBs=-7`M6uf8^} zH#Yj%jnX&zt2cgj?zt=8zVXbTT|7mP&)$g0OL+5#z1Z;Mb{&4hGTBcbtxqMNzrCk< z!BgfWr z_O!(8asx9liQoHrHr{uO_wQjnR`&)h4tliWN1;4I_*XS1(-etG1#rR?5war5W-?m71}EAHfTEBU?W9z?dC zea&<3ui5&~RXO`kzK-$zvv&2x`&J42PNwgd`@8nw=ex7_mmawBeAi41J9FXn#nvCK z$`?n;)*Qe8;2TY{(sjV zL>+uq%69*(eDB=Jdm?|Vdwu`D{Mm5B{Ok4K=6-zpqV(In^SdWX*2LGDeB1l-@1gt; z?Z>}VJgj?t_-D<_gYjxi$57h{NuKZHRwtr*ZziSV+Px8ISTi1R!<=F%C zzO%1o45odKcdySb__t@~Y(9zI@jOd;5>g zuW0|{$Lby*xREa-Vg3E^jb9HXte+ph@jgRh_xcCZC*G9)o__j!<@LJV2XFkeId<>- z=c_k1d!JXocm6Xd-M#t!vis_u$sZ5h*xEgv`?+4-x_v*R+0UH0Up1pb_IK~&t1oQ% z&mA^jZ){;+xBbVQrkf`}9Lz7fU$6hM_^W&J^%e2!kDW7)?~h9_$lLQXrup-|^3(VB z)Eu}`d3tx}^-A-qx!04EpU+&rx>E1i8~qva>Syvl?K}ta+r8fz^G?2w={xga&-Qzt zpB|~+C-ryj!JoyT>hZUvO>;nUm3`IRgQZ{3{+5h+eeciOgO#yYUmZSD{m-Uq?!liA zzdsN8yC?7RY4)DE-F2~SlBO2&w^I&1sLAKG@9B3zgY~A)hR#oTMA3wHkZ}OX4*2mU`CcT-%oBUjNzwe&;%TIrQtx$IM z^UbU^W(H-x?{B`y=RNm&U;K1Sn`IKa&wWdJXvbzRfBVncgO-SYulLLY zxf$QP&!3i<&2HZlmtHXc!{U|2v)w<3oH=^p&D9%Ev+AZ_-#PO~^mgHAc`0nyx0)SK zFW?JE{#9ur*8E)LRq4Jp$IhAW(_Q2IusAREkiPQf@AK+G0Wm{gi{H?!JX!9@AG42E zSN7U|Z{K+T#Jsh~?5vNi%eIa0z5BRvM;au46La>?$;S8XQlFSYp<-CX_CY`yW1x~OM4hvuw*cARrFC^bLJ z|70b;c)#h1pH^+th1VCGR?R(FEK^!zP%mC=Ts7D6o87GYPbBJMdu!Jpxl#UkzT5iE z-?!Jr?V4`*&Gy~&iIPt~t1V{xx##4Hy@mgCQ{wu2?|T3FeQ4+Dhu{Bvzj|YHti=9*P8qn`dhl^%~|p0*V3~$N_=_n@zL|W_rsF^{>y!o|96wr@4LdufBSx_)xW;p z`uy8po2+EE+NwQ2wm!Wt{w~nMW?B9J&0_rj*B*b(p#J-PdcnWXweznWe)jYP&p!S6 zZ~Cu4xbsXU>&@G&x;X~dPS4oiS-E}ItM8Nl-jlSk{+S_W*;c;zy5yJZCpVR^GkwuL z`R_leFGs)E#`9f2zh2pR#(uwVzh5`}jO^o2TYkTPo9X_QSLKf%TX!(&O}c(L8bx^wDr&yyaN>Z!#&FM3qE?qAc!{iU{v zd20W}jvafQ_9*|Z-yXhWuOySd_H6vMbM}vDP#fgy@4H8;_dzN@_T-&i8)J?}tV_}f zH#DnHd?R5Ocl+j>kF^JGd_0JT&dA8G-uSo^+!DX?C+@i9=HfZ`dwtKoFP&pp21drm zZ+?27BKgL#=D>}L#8-P#jpN=QKX#0}Sod-3%Fpwy+Gfm5&iH)p<&nZ;S9XTUKEK>~ zzSQdDPCs?K>o<*VJpa|O^7F=DZ_izSghjnYrtl$5v$N_bs?tOmx!ghYoS@p`ft2-apn0}nMUhUpz zaOu18_1~EOd*?sih_Fq5^}D)u-D^HOf&DixVG`VqQc9p4Ex-f{5VJbFb?nVpnfS;_hPi*(<pTDR1|*eTDLr9jCt+sqgiWBqE@o!RR{1 zH_AmU` zJCa{*-zHUl=FE=k`MLM6S7it9KOXuw;nnvYtK@zD%7uSzzPWP#>5UtI9lVlX7HU7^ z*V%Qi*n{`q4E>vs_UiaL(K&usB$m}(UoCa`%KNI&O9$WpTF~>Ya2H{?pb-i^|eLvtMZ3d=fZ`LO9tfDT9Z+C!l?&q(d;w}F|=^Vqa(j`}oj}^%!TlTNKzbSiS-Cz6*B3dr)F~f7cXLIGj26^TyR1H-1Vit219;c>K!yXP}_Iy9X2-vq1ww<)5YW zeg5Xf-M?@6?JigF{{7cMA@p6U+{ZRO{BfPR;ky~XdiQ~1<|0VO{FhYunRBJHUvJ#_ z+HA%z+5K5O!TTSF_a?q7|Fg=_=Wk#9*2b0hKdv@2_-b8um2Fww@%vYfF@ltULKl>{ zAxfT`tTwar>#<%|_ZsA^{J$V)t=$i@=PSsb?f*b=bS?hzzsw{ZgHn43&}b9;ij4=Z z{AB=THu(j|9wj~kPoBN`k?`tXGdQD5SliwIF8TVmaNN=K<5&K2u79*S`PILc@Q*hQ zjpyIZVot98RhP*7!mM<@GswJRka@LyAoI>IJjN9K-SSFAO@!~==K+sfSN@g(&0WlQ z?iFA5t{61$QOgG!*F2wCwx{gbj>#K07SDd%`uEtaD}RMT?Pu(YU-XJS_`7$=--K6n zovY-1?&=4AZC?3Xbyb}~>HZ_j>i8sfo69BNKkKiS#S{EJB&0X-)x54%hCX+L15Mjj zrq5Y@%%IfY^{T|OcPm#&9ll~K8k#&~*YZVKZ%Rz_)q7&!AHA|yGIaHfUFM6kM1#Ml zg{)0l6K1%zuHvfJF_1uG$l9b=b`w^G`rKs?+S;|Unr#)IVX3^wRmElRm{(dIxl*eT z+Agu$x#ud|vUlpB^7*eysPv3o^Ha8&$sL*Fe}x|;{OjPAzbc{jGv@xaawdeX* zRu^UY7?%3`^=dAAcXFlS(Hk+H8+Qr?fByz5`R>hI#p`qTcJS6hW5ahdc5PpNOg8xY zw<|l6U)`H`cE|lb@OXiYbntf$P!S@x5EL`YA>bn9;NHakXPft&d+YKy;Z@vXkW6;S z*XEVgy{qaB%GNR@U*`f*!QV|o*CxH%w+s}v*F&~;t^7S})iHz8_+U_EWv`Mte5KYm zGZa76E2aPZcy`gQQiUVl(x`MwgASnNPfy0;u; z@o%uj^HY4XiVI0H7NAc zLqP$&1{}blpaACHY#gVaoV@psLE#+3(*0qeq3-pe$0dWmXJ0L>yTkuW<|l#@o$i`j2d>o43ze4GeVrrueyZJ? zWBc@zK_j&GDWH&SUn6z+%HIi~WG}x76q3$iy@{{tPOLKQxhiq&6T5M6GJjHEc=Gl6 zhNbUQuWBuOw|7m{(JOnWgL1|9O`uE=7q&L()xFc8h^meRWdi-xVTNI=C01XZ+!=NB zitQYb()P_Dr3E0Ra_2xw4}+CjtPV3QZuZocC7xvLEtq^(ZP);sX#%h9_xBF-kSd1hGp zJ`ZHYU62)fcZYtKSY6rk^v_Wj+vHbr4?yl?j``ZNvbw?iYmJ#%*m;T7={;8!kG&EI z{;m=(oAhellU2?>cPGb`c5Hlev}WS_o>I92~xmT0nR+sfZ7 zKt+{&DJaesuai0)aV^#tRC*j=2P!>ogxb%z^?BVZ_RYce<;lsB?Hkt|j*v}y_3s17 z2Kl(sj+MU;ujVrhYrigB+Oe|w#A-gnQvOO%F{QZP>c|z_C!y^Uzw=r*7JKx7!aQ?* z)v+tKZ$r<|*tL8wq|Z^cZ{~`0pS#lWARj#jMNfXsRpVoz2ssvRn_RX|bWU$CC^QbQ zpLP67?T^sUGj{Rs&yoxN{xJM(@|&8kWiPW?C0=v)d}Uqs?&tb_2d>!uzbZas*Yo|L zkp2@MpYUqle^5w&j<0Q8S^aOdzCr2v`me0Zu5DPm@4%JMnqO_-`_j`!6+e_g<(_SZem zSGAVSD_;?H^vY+x(A6`l?k&s`4L)xTD#I(=SB3i6z7N>iwX(DUoP6cgvqY1(cCAd; zUKM8eHOCdCcP&WoW>JvdZHqv9!$5j(c7gQH4&K_eG3u{LAf&ukTsBVo<+pU$6gGXYj4= z-kM{-M3QT}Hr@jDc_MNXAWKYE^MWd&dG5D+j?SyxEj7E?&X2u zbq?R!xHA0($lW}5b8>I|yz%?$jqkxdwfYCHe69ldJZ?S6=dVL$lU`NsUFGa!yFR?M zW99R&tN0AR?ui41!_zryoqyN;N?a6X`1MXaD42h*jyig!xE>VD@79BY`7fv{*ts7R z%-_SecCCE=4-_YN?&qw%_1@_C>W%l648Q(K03{3gHM5Ri`P>Xj7Ihmy$$~%ZZ1St0 z2SLfgKEkwr<#YDc&mfAAWyvL*)*A(Wo>9fO5u{WRq}1{VNNGD*sQ^f+OcKakXOOwY z9UyZ-ijzSFiG6JE-RVs$pG&URH~4Ck{FQaty!17oq}p>;d`8v0jlY4_=k3h$cqLp4*c@0{~O z-^aE-3S_rG$f`e?Agk=xg00HQJM`wu^`kc+i-5kK$pOjDT>J0P730lU<3TH-zKS1v zwrn*hU^Z_DIpf}Gfk2`1c`YbZ_JLHM+YVCs6Qr{8 z^Q_qhX6CW}U&NQq(_9BK{^-^C8CA=6fWk;5ygu>O%tx>EdqB2ZgQSa(gQVYqrDemx zE0n&<)SmS<2TjC2pAL$JKSdz>;@90fc;)kHkbQMKApwL{TH>{=kL~98y~WlSt!Gpn z+X-@-Mfm%KSCY>`LH0NX6tZ(b=JphW%q;|&YkUr5E{bBS^@nd%-o5McKH*j5OOQ_O zSdh-8Af0PUKsu*_bZ))`(iyf3WQ`Zd8j#|iuYAX<*pok>`+Mm#h!uQ34<3WxV2(5GUzvUYls$MV zK-q&4ROTB$0A&xhJ)peQ5Drz`b5?x58YmBUhObR}W%&`5ht=aidHBfcFvG8NDnJ=t zcs(e?KLTZVzdfL0_m@Fn@{Fo`d$M?f&(8*Rb1FZtGW4;{k27ss`TXqaV+LRMR9=-h zmc^57`mHkQj-lDR8CBc%9+M3|zYWxlx%my$k-8lR8u0w+#nY#j>DPdaHRs z1#cE}aJJo^oAQ@!Kd1c-&$hb~k&tz^U5eXh?azSZ#+9b>Svm$=pE>ukrlslV7#nVF zJFs}=R^_ZahFi;AdaajT>jRA?+!8c>HzUe=(J|TJZ1*cWlC$1++$`K4bM(!ecK&aL zbtYxCkMGXkdgItWoibhbZrx;GKvxlT|Fb}G^jGl zj?4i~mcH+KA0GTVHe_v5)?Tp2a*)QadLWJWz#4ahG**d&G`X20fGo&Uir zvm`>#&xjIU{7N!7J1N9AIm@?aRl3jG&cLrdD@_eo%`@Dp=62P1*|j4ps*XVv&#c;( zeOki$zD3;Gi!B?Ag?!fT5B%G@@~io({RUhAxqTI1cJ2O(e}}I8lD-;0BdUJ!FYe&i z`62a*S$}(9>7yuq=JWOXNtgEtS+f1FWPR2?1{Hv%Hmk}Fw)VMync1IwJ!jpst1TPTw;OI<=kZl@*)`FXc1N%5Qo6c) zMpXEcUn0S;yF%tCWyMZ>73{NCJE*p6WvS~be`LiGVCh+p4a)Ri+;rhj%Br38%F$=7 ze~@j*%CDZQ*bTSZd45$`c1?Yy+>tB4RIWD9h?>8oN+9_4-x1KHU4e=CW(~AcenlK??VSOnto_ zWa{5(AXD#yO#K=SGPTYdWGY;-#Oq+6wJ>RR!>z}>K|ZSh`AkY5?1s|13x_kcpI zcRDD}2xtH(h)cSRAv^#pG$_V5Z|7D<9KM8V+?M#qc)Prlg zR(?$Zxn-UY$SspW4o4_XhDn=+-}C#TuswYHp1g6R&7VzQerg?iB>-A? zZFS_zELV^Xn^(LN2+kG@l}*Yzy9jE7K=5n#t2^&s?}Usdg6a+l>2lCICQw=Ie02wC zmE+d1t7&(>pYdN@c;EQGTHN!akE8F{w^cuTnziOw+*(L`9Xx!!N2+!mGZH^RN7!H* zr~B%SbB;&sPlgTw2lw=99y=zI44ORvEwcp+&zNbrRqn`*pKQm@sm858b}rK}ELmc; zq0idFaMQMxrtelAGuV18_Nv6PYdb(=s#4{lAn6{EfNqV+x4W;-X1%EqO}@Y10MykE z^;ydpv9)WZDZ}b8!>w!ySGAU1V*quir5ZrxJo5%nt=hFQ>gbs(t5VgDo!e;mZTI2Z zU+4c#`~K~GeJ-S37v;VYRH$l%feO{5pft2NVsG=xQjyi55;zHz-~vIdL#wW<))KE} zdq4uoH6~^I#g<*mfixtu-W~@f;lB}}BrLyrzrogT$)NOJw+58n`$6gb_eM~9w-2jN z1S{_ODxS7%|Gv&j`-{!s2|R^m*S4&YJ91^#G*C{vya|-;qr&);vV2d!a`ai783`&0 zbyu?+Ze5lN%4s0Q5&TJO*bT2WOYBbnbT}(#u0zjP&10Yvtu$Ug7FSFwOBu?}8fQ%>v8DX^!WW;f>5j#Le$X*8-@fd7h z49LE|Y@CX9%ni1xeO5E~JN8Vxa_;7(#mvb&8&_^k2Wk731JX7RWXG+|AUmqJ6)^{A zp9k6T_9n;<+i2X1|L-hfPTpC#PwMx)rj2(FMC2u8?Y#riG##YrYZ1tXxIB;zr$IJU z?F8ANza111PeC@|P`qZ{odY+%Pw8H2%$Pj0Vdd9qZDE70b@{1G%dWj&>vQ1Buf0<_ zXGHDaZp0Y;`g@pKLe}4Vr&xT}-jBwu*m<`RWAbw$iQRftJ4^BsKtVFE0OT;?b$1S2 zsX7F5nEwut!#Kn960&R`f_$MKv$JvK*A|d3@F;#0^C;^jXq92UxGB4#)3j%8OZc&B_Pvh zflQCO3^F}?7szz%itkmYG95E|m}zP5bEt>6Wa!J^_f z?VWN*Am!-Re>I?jb^dx#)Aci`6t3R~YVVv6=TFM|`x8_O+sA{N!OvHN3*Fa_Jzo`$ zRekt;X>aq!dk3$~`Uz^G8}A1-NS=kiPslp^2UMBNjNjY5()2T^GD)ig)g5QnLlr|R zleA^!IsXpbsC+iP6FgF|X1~E!afh$s%f2yzx({&-SL0{g;$HBJJGhz=)LPPSc%|?2 zmNnpS>qeM*(8|oY>xF9@H|{$S5udO|-(YLF(^uAI-@I1rJ8&hA^Q!oaTiOeMF$Gtv zhJdB7i9?1YkA2HJ7!m)+BoJE3g1eTGX@tZz#|*$#GiX2@)Z>H**Upx}TCYn;gN47j z9gNuj-=?s}!0g@mY42aJzGYamPs+MYKP>rc^TuBXBmO3=sWT|6G57|aBzwgU6;|65 z)BDs0GF!N1pp?oZB|zx7qQ&)dymfBRO}UR!nF zaO?S~uhz@HMXs(pe#I{P>iZeD(%0fteC_>=nRV;`-qHd!3}@W>zSf8_`1ih0wS=tu z+fT9hy!{wt?#2#nU;O4UF~z=%D()moH!J31lJlm!ggzp&C5Rosy*d* zo#OR*>m0tbab@ibEpvmd{IO5jmVH~e`p$tXb|q7#XWVLESHv9r`$A}5LKeE>X(-ZZ zMTf72TF0IJ%$fYNdE=jhSN2s*wV!cIeElc(;NOoz|0QI_?>Qy!^R_$uXY#bTt;mI;hfiGp5?Bdq3x2_U-!Wo&$<*JubM@v1&baj+r0w@# zkhcB%L3Vrx+41)u$d3D9JAQ-gsH+FrfmQLwo60`gdoYH`9XRPK13FIFH z8Lk^4*}8HstM+1pt=kho9uQm8bLh&wCXnIL8$cdFQw%a3A)PGQx)Br}bM@y2N}L8+ zu_EPb^VDT>(CS@OSY~=NFOue0$Z>v!fLU> zG>`>8Z&!m&5CxgAJ_%$(D9E~fT_EeiHyUvT|JDLo7k?CF9h%}}XwqAwBwKHuTygMU zPye&<%DJbP7V{)qwt;rD*!53Mo^k8>#v-2J-!@@=iCOcHpEC4$`#Hk0ZDp;T_Hl!) z=aZjGEc;fuM&|Gpbj3O-(h+@$S@k!puJ4LMc)~goOly3sL z(huZ``zJx3KvN9%1d_CCG$;;s#UV^D1etED2QvM5D#-L5Ak*chgG_%6GQBzmWP1N; zkm+cOL8c?5dqBF6t?k(ri7Ce+Z@^?U{&zlW0y?8Sy#pHoZKYtcvI+|jz z=}6LtA#RUFn9djl%1{m<)7djXrZcPsWvB%p)0ww`Om6_0&VK=9I+|jz=}6MtF_Nt_ zPipL5SGT>SFHz^X!L;NVx3+Hq#pyIqoZi0#iqq&QP@H;$;xs=K6sNjtWe#82w-l5B z&=mKeNuS$zKJPJ&U72 zWlxB9y}?#A#S*9GecmET=NCOae|+g?*5sQ_D{Z5-qYbvEXQy&6`7R&@$V7D1$LHf2$tiiv}fGn7Q6J!BC#ogPCK%JM3pc-I1xCYn;sxIzy@>2Fz34|H!8s8t!B530Fd zfjX#hdqFkV>g~T|gR8%Sdb8{AfvUNy(SQ3^A{2vaLAdmHeMoaNxcVQcUw!`mt6-nE zKcj2AR@&Bs8lTVeziKY~_Ghi#(JS-zUtK=q*5~cNL@*WCHi8BQ$_qf1J|AfA<=#P1 zrEd+Id#Pp*uTRW+{{U3!%f|d|UAeazruf(|@LuqLha&3#np}i7+?IW_UbpYSmAd1g zrrrA;znFr5%ZA4%WbJ?aireRHc}#8N%D;W9^$p++yonSt5<{Si0TFYTS{oP@mr z3wJ)eT|0B7;c1PYxy*ZFdTZ4WL0X5}5*>5MXc76sXP&g#F8`Tlx{Zwww6F-=x{Cl8xzp?=PRsW^ z<)=`1#>_t(O$+Y9+c2gT5Yo7YYIFiZRN!QAkg!BjMzk zog2>_iAYP*F*ckwQ{uEwPb$@g<8pT0+ynL-OLYub1c$TObR+{gq9=e?NcPIa-AqTAUPLyuI`@)k_9!rOrLw zxwI>aU=}|7dkM0JkfsGjZHyJ|if>pUwaef8xx_J07X#EMjevGxBu*RlJf({8jl-8f zT}Lu2G)Q+JwW>s|6~9)#{Bw}16*a83e}4MX%_eYP26QgUG+l|)Vm+zc$2NhwOB4uC zTMrpLBf0g1y$SX2@+Ha|ey9z&`q?iaqt&2g5*uM7-q)a0kH^5PCkPAM`+osVs3)V0 zXF^7?;XMl2FejSun=j{1-iUbr$0!iIT==TZG0-~1e#pAyHO~yg@CyG~kJ0;pH{ZdF z-r=qKGk(2udwS=3|1ra|UG1-3;Q9Ui|E}FDtowBS-{*UkyQF3Z8(drN|NqeaP3K!T zVwoEUtthpt-6r+Bu506GmY!4#Mf9o zM)2G)`K|p3@N6a2kYlf}-q`yQGBr%aPQ}cVyw>+CHcM5%lK@36^-HNUKL2hMAI}d@ z&JKkPJW;RIMk)H!iq2eHRkgi@rj;F}K6)RX{98DYw*3jiY3(y++Whf7)4tRgZ}a%i zhv)mvsMKaYPQTXpyfx2Ww!n8fqcy}}8=$EqJY#0e*4o?t)6d2AKn7lJc5i%hG~!#5 zPPO5*y%MKsBz%4vy)C4-5B2HoLw$Pta6P?!xSrlV%%`^x^Xcuw_w@GR`|0%RvBn(z z<9p`#(qd8MV1JaM(19^LUjd+5<-h@W%G%Kr}Ppv3QM@t3YpJN)B#O6+w0Dirgq!&V=jEL7j&Krw3;j#v}o%9 zY>An~X%^5qk+2Chg2FBHsWdn6G+vFUo&;#I64vg>jJf};B&BDw*Uv?rqr%an#4h|Z zcM)V4ZYZH{)<$rrtSqZkzq)?@3VHCJ7tn@8@B(M#-Gi{M-H+Qx?*A(Mxi5dUY&z&X zTqyZmef36}!|;wA_#|uzFbO&Qd zV5_$yWRuo__Nsz6&V%;LCYN^1TeFBkM?}>CSdHQD2SqRG>URtWKmxvL_0s3` z349z5fLgw8`n&;47Dz7J5jpUQqhNOlT}mND9t9VC_jTvexY$Fp5K_{9_fDsG@mtW7 z`s4W0&vdETkZR4(%jsi zrSFaki#f^^fBNf%KHI8=uI$;#XCtltuKw)vr8gUP%?b=RewF1G zdv?WY$x_qB>(Z`V?ZGJ+fBxR#o~jvv{Kl^m-E7aSXqWtIuvjkb3RMK}pSicO$7)*O zaidoeZnCFWBukd+EbdFaLaE^P&E{H*-BPct=#iQlxY#Hw#I5(#ia<$IiUi-My?1lF zdt!yOWU2Dvyp$`wJ-a3bnj5_$OK{KpzxRxHeeZc^ySV!N3yPS355Fm&b#ZQ5$#TiN znQr7VtBMQaCGUp2eV=-49u5RUp&y8-)?I}}VY(DLx^ywG9sb7v6RV7RA-Pm(4!YyA1 zL-@=|>C62Sjeb=g44;1Se5>)Vodv{s9yO>eD?fvD+Kd1DW%R3dW>4K-^TpCVZKE=VQToD!dU zv!A<9zj(jyBz22Mq~f;t(qZWt@6+?s+|Hg^F;mjicyU_Vl`}oFW(FD?XHie^-u|9{ z_uk{K35c&V@Ti3=$QbIT=^eR%!NoS;`ho$y_hD*^@5PnQ1e>HrVLalpZtH#l9yq=*+B} zHISCi8$iqB&g>hY2v6Cfxqm<{Kevx6Wd(_)&Bvl|^e;<|ZZ+LcyHC&38&X$%j*tHE z~|e#_d9|jla{r;UD?H(~2c#;KcaVtJ^ncQ@M?f((bP@uYPTm73;S4^oml+ zt$K^ErC!<96E!`Ma>2X5Z~mrgKWy>8ni+ekGH?R!ITjlK-kV&X|d zt1n*f?-oD5XP=#9ZLJYxK&0yPcD=>rGay4?^TXY+p=VD%2SJ9&cGXJ$wNYIx-=F&B z@kRopFo?k!_4fhxa;IM$PnP^^^YmQmm)AL9Q*NJpQD(GjZcm>2ViK6eMb^J8>)iIA z`*t<;%j<`f3}``y#AZ&mzPi4>zIJ9cJH<%_n%Ml_#qPiV_iXAH+XIrd{Bdr%Cs*i7 zZdF~pE#=Czo?DXwqm8n>$rALtwdno9(=VzU_V4Zar{he`0a4hH#j_>Jzlx*F)AMOj zYCz2VuD95J^L*Nj7aPAye72c7!yzyR7@Kx&uR@96nA_X~|j4iJr^GoH`CzF+d+;I~-H7FNkzN4Mw+ z7wN`4cz9qs@^yR8tYs!{*n-5KI>F%(_W@~XgN9rB)9({MT0>QD&x`qgwvpr!3;%zA z^UbL-ZJS9E6nO#Mdxu{ziw;m^_mw7k;tH>kv;##l3W zpn`bAKHh#q>F73zHo^vCjtWPhW>oD#HU zxPRVWnog9Vw0rZ@-qU0P5UoA`r;O%rsB+kVrU z`b&O#tjdh5$?ke%^xU65enaWV5_Gtr+(i`=%)xu~07LO%1;@@5i-Qc#9n ze%5>lGp<@Kx%X<%y)3tU)5Y6oU5q~a0zhwm7=mKKa%bw_s#v%EcK@%Yez9eSFAJhzITv_Ta-!wSwteXjUY~wZ zJ&k%xSimb_&Un^;vGu+m<96S99@SUN^;k`_d^uxZ`=8sVUz`t4r_Rzor1dL{q00p= zUq0kLbNBR%_y124H-Mf+<_OOj&+xC`|KHi&^Y7moTCVzl75c@O(*ORQdH*aOSAV?M zUtB+3iykXKz_oPorOLm%L%t78YowxJW;8p+D>=w&>)M|gkg4H`7vpT^)Y5sGjnS

FJ9aTqk zVTS!k{YKQ{KbU&zEuMRHePE^z;?4~~zH*EHaQh8CCuZQ&K>Op}_Aj46*>X*?DtXDb zM_1qct~4-{H1=r&HC6I&&VXg*?133gyS_Oep4#X*|F~!7UV1IlUhz3UosKKdcHjI> zyEXN&-qm8e{qy${u~UuQd4ACDw_l0hpq*42EL^BCuBP?|H}HB6yL0y_*ct;KS3uiY z^ZfnI-Q@3SgA9Tow#3a(+yAsD&vJ3}xfj!ncah6H&%S-~#kY{rAUBejpPxRkP5&~_ zxaz#*-se5{irwB@F8)5}V)Z#JyUHqF&tKnL?=$IQzo*fwEVTV+uOc8rTNj^~{x+Qw^H>pV*V2~dlBSA_)l&TK&Df^7IQLY>Y@=U=cjumdaXr(R$c18d>091I zc93j&k1>7-8pM)$yZZEt?|sHuPHw&@R&YWrywcJ$YeJx~5y^rxC#$`sHfw!R=S_n`g;AB2M4AxZGUE9`VIvH(6XzWL&x@2 zKRs9WKfWnVr`?1-QvXuux$-R6Afn8fUV|1*c=od5sL{r_cX1D3>Zt*p1B4>puPB{pvIH-gs(st0_K>t|Q|AOG!?r6m9#RPS0cmnnbdl zyni4@i`}9>{2rK!c%T+6JvRCkcY)v%VVWoy(1E3a8YBKXV2kl)56tNFy#X4X&ZA=q zxqtp%YM&GV?s1`=KJmHz=5CS>Wg>m3%Y5^9>K)sJ-Z$>wTuzl^o4})5h@+t1yr=#y z#936_h4``Z8)ZXV;K8wfMFrOJeE;_EllfC$Yx(2fe21lmn)| zguRb(gYLJh6_dn@kPaOIo!a&6N$*O?*2|hw$-lQ;i9Vd@?+(?)^4n9sJf7B5cW2VY z{%E6JmwVosEVe%T!q0fuPrrCScLvQ){6Q+m{eG?4fBVD1H?%(S z2eFX(eVF=-p}}!UNP!0(->jdrmv-ksA;u!#FQ(7QQ+D&{56Ry+_mY#}FCnf6dI>>@+`o3|bWZ=%&vE zaQcZ{WLvCd2iFRnyRH&HDyzL>4U$)daQ$W|1aO$`{!1b zd`4WoZ2Y5S>+jvN@j>VQ2C?=!G<3AA2yqHh-L-pBlL<3hdv5h@yC*+#zVB3d`;L=Y z%{KkO9?8QkoXQg>NGP${rW{&wbji|x{ImAfd^_G5bMkwnYpR=4r01Ld?>DR0e*ZZy z_x;y(^1*Y{SAF&=owxFw@zu&@R_8;W&wOP=4Z-#DyJ=!B4!8cxKK_m>?#5w0N&x-2 z-ha1Xnbf(E!!xrif_c+dJ@hf1v$D&%sQ##hsq{W=pef95OW zVCoBgHt)YnOY@Q3T>qLrp4wmgW}VU1&}F+$g@n(1r4<~Tx@xsg>C}}}75sZ{<8E4- zpSo)GecQ6vGqPlZ*Cwwj_1W6D@|xjQt7TEgLns%#`@Qe3#xkj+A&X~Zi3Im1tqSxp z?ON$(c$Ff-+W$9l6Ibc_Y;9e+&ETrovRj8jqGx1r2a_xK>G<(HreNQMRh&MijVsj* zuCgqfbs$7|Mi%LU5B<;GPzaVz$!hk=ov@PEXshEgvlCa?X5J!J@PDuII{9VjXuf*? z@pQ>BgfB~*SLWH2CcpYEzii+C#8)2?Xw_aH+qN^7{fS$ruY5fdf#i&?Ixnj_5yC(7 zm13}M%BpssuOD7Y2me3UxUzmHPgp*^2#)$t3JzSQBQEbRT)jq_t~4y z5ghyX3(bq=Gv5!@Ji9@YN(H5&`gJq8oXV9JiuvH$>(%qVyELvTQ&+8?Z(l~cni%G( zx`*_Ll%w>Bl4~uG;Ifb^1zb3$B;jO%rp`-1C`nVqferXw=bh#3~!aGSQ+8>tp-KA337^&qA?rwj- zn`};b*BIVofOofFRUgkIziW)%v#$AngDU;x#+7P+K1x#3Pkz#q-Lo>gXXW#`VDxw8 zNrhy^GXPU4%oo@y{~4aLlA5@2iz;3 zvw8imd(UP{2mj|ebj5GxEzMx-)U4$`Z>OxBYqT|ZS=lL41nn!6U)@(XK95YDmDeq8%HL3Bum&kb zp1(h%idUUV-FHOqKhC0zio*h6bDz!mcP0CTed!xYhrTfLcbDbzz|#94m*@N3Ek8qr zAv^SP2{a5?9QA##!Tg3&)WP+^{ z+Fw9p^DAgNDwo-b=BUA9^*W9v>qFIb)B|-6t&>9e}2(?6#TvgZAZcH)3_MCZ$+y) zN!j4FzrSs?J{EF(#w&?n+2mEpKBYY?`wXudF0-Og@Y~$v@03m>f!m8HvrzYK%McTP zRG9Ouc~6Z#+_)6J~TYSN{6SIgA{P&~h^@NpB)V}g{`^wkP zUq1d=U3l&K(JK&Cdg2NMZT)zrcjbHY8Nce9k!Fgj{ANNBcpeGTS$j1rebr2#*wqkp z#`1br>6^*vG3R|^Nk_H(2d;c)@BvX}Gm5tb-)FX|PR^T~_-cMJMIFC6n=k)*ekc0) zJv=k1c>8-ubFSxZ7X7V$^Sp0w`Lb{4uH2h>%R0C^J?p*C+qoK8WPvg$^9zR%w6Y&2N90qF; zuJtmzNniA|Ykkd^<7R|cNuA4#-MjDmQ(AVomR0>YwJ{nrN<*6!T&s`gp#&HehriEd z-u-@PPZ@3d>-(!{YySTiHz2F2NbM;Txzc7|9c|sepO)eO<0~z*Zaz6#m)P`M`)cS+J z?`+(Tw1Ae_ZeJGq`rA*>`}d-*#U;zAIh&vEihs{-zO2sd6nSf(G3NeOamMd4{3^$E zX05T$-hUI&N*D4M-R>(%epNe-dMkIK4*UF+7Na-%_hwZ2$1bDx8hFF2E2h(8ZN1^u z73*boQ)QVxtXhIB{Xdr(@^{VKr{wg^zI_5M)I$`u*hlI%hWF8?L-}k@-_@V2>*dJk zClK4%*jx67Dg%&6-AU-6=En7MyQw$8iDLenei{Y%GOKUDdRNxBAEVK9cGlhNG+V}V zJmmGhI+{ghz6@<5^S%w$mpm-{^?7abb}H@A0WbPEy}kb~`8#t^YNtcxeN?D3|J*f3 z-z-B!Lj=67=5=*?OtMcb7PP(Z`1iBdzJ9*byR!fAm94+-+<$O=Rrb`C*h!j?Mu}h5P5Qq@#5=`&#WVF2E0532`E0S?c%pyW z+~d3E>8H)r--ATf7`?7}I63k;_xk5^BcFd*haju>6}>Uey}tF}8f>J0+T6_D`|=a7 zMQ&Lgc*d%`3_MZ~VVtqr|0(6#&ULS=(g>5)9%*x5?@AY7Jknxw=(9ZSK}x-;S=?9Cm%*jM8hbZi#O`7Zv+E z39I7u`g1nwr_GH9X(;vvX~=sC(x3~{uyZNM^z9{YyCa`Z1DSs363BFr;w$@Rl)_d1 zdL;Qf>DtaYAl1{0L8^;Ds$lS2&4_Jcp1oah|1e1*K8KQ&Nj33+oM|wo6p6?NT*!8 z*`3{d#;Uq7cS2;k{yJWx*Kdw)bxfPPcZb;t9EvTaW775Kow2(9CM9of;3)tqOn zUKf})MyAWIQ!{wI=I~XPw7I1_W*u0wnJ-*;M(MSOSxlSHS;hD!U?@gY*>~gQn$PUv z<}*tFJ$S{o`J8;r-GpmDn^#Mpv8pd9ZH|1-zb?<<^`C=RdDG_F@7Q$^yJ8nTdLFU%%1(~}ZWbWs$AanQK1DSgrWG+bM8LN1ZBhVFt z%!R77-md$)X76SB*JoB<)kvG$y&c>FE!Df1C9?V4(dgc!Ydb4I8Bsjnv@7!YqqS~^ zuVePWRIVxh7`Au@x?&%6mF0PhuT=(tO!=H=+7+384`j-j-5^scw@V#eWBeXu%Coy5 zEBAn`oLP=jameBsr5Gx;v%uT(Ua#48RX%NQ==NWS*KB?jRzIUO?CvZ6&F5A{|4qCW zS-RT(jMeJAukDfPSJ(bCz)*};rOn#+6K9n2ft|Jx#xYg_@cg=Z_smW3c&jIV%fX}bk-c>u^3bj3JSg7QuVC|k*KFQai&w(AJR&ab7Cul)=|kd;BNEmN-{$iJ69{7*Olqls#(@PpBwpJaLc^%w7u>Zs_xDFD(482_+7CEBoVtABvF3$RHevQ+3Ju4k7HxDdV36k6O3`JsPHbm}cc;1;R`TnikX?y#R-(uZ- z?|AatrpWh?HZ*_W!$)winKCihM7-vFzim-pKcv8@3%@^W7xkcH*^a zsWop6Ufc3sE1U6k9$U8cnJWM0t+Hu*mmj>vxB1@Xgxq#yRYX4?8pV_s(K6gUo_pj@Djb88jx79K2?)Cj4Rcx8w{CeNN z$&ugB%saEoz3%PY$nPiC?=^lc_j7A`+Fj-S-_EV6escZZ%+mfpx2!k6n;2i6e$Dn% z_InJ)%TQDnpSySc@AB20XLhOAnl?s$U$S1!;Pt#OS6R~TPTn``z?$kypoWG2uPmm` z?>ysu6Rz35Btr3_>wR}w((bB*O!$2SWWxL(AQOZ^Ce%Ixnc!aovaS z%=~I~?0EXLoXv5^f85#_f4t&d@vgY;t)SvXt-$vEnJV80FZ;jFI#8Nx@Vd0>^{s?! zufJT|dT`D4mus^hZ%vMuK2tUK-p=c8r9F}B1*5J@Y>xZ9ZJlA--ef^zMxU3@dY zMr|#XHF~`@>$O$Nwd||cN>8l0zH06336bkVqpvG&j@w;i^tv=&eRJIRQV;`F4!z!Y z&Gh`5>$PjM=S8mnZ8h`juJxd-{4P7UJ#zi;sO!d?gB9lvA8pY8P@9*E1|sr&HZ)xD>0&ELhH z?*I2F{obDX%D=1sJvcZ!{QLcy@8^!L|G%!^?#18k_`5YHp7%YkEBpWI@9E$C?_=zC zw2A+JajyAsCx2i6zh(OMU(EMbemy2#u5bTu<({HnA@}xGe_XwLI=|eVy2lrz^Y8Bb ze(r7kj~9>r9j^Z)SoO1Io&EIh_xIPlE}yynhr|BaHQ!w1{_pIsJu7dg@V@rLgNIN5 zT8H<`-KqP0QF{9Rr`{FM{~guWe_!{$)UcUeH!J~U$ z?-zW3WNtUte{cEodrxP7*S}Zyqq*DqyZx`r@qa#KR=9n~L?9iP9pU4Bn}rOoGK zR}Z&`zyEtJ{@M4RmH+nb|8W1i@aK)kKOR2+{@u~P<$Cq<^Y7pPwYc`pu79`RKl$`% zeeIt8SD$~c{#PMiZ}sn+|A*sthtL0a)4adu_lqk>_kY}6{kr1Yr+bI3)$4xkeR=Zr z|Nn_4_1|9KKkjEgx#r=QzlR>*zc?EgRa`2YVqAD^tw zx2buwCYhTCz?ev$~URU!s`s(igH|M_g|5@><;+y{azhC}cU0j_X`~Us( zfA5~&=Kuf4YVC6W_dnk7->)br{r|VUeBHahANFQ{{P0CEU-tap4-XIjF27gt<-^D2 zKep)qKN|o2``p*_?(hHnY=33p|Gle!pO^9fd-G`K5A**&UvSp`e)a3*pM&l3@7TBd z@Ar=R|DE?=|G(w+f9n5#ssHiF{wK%&f7k7QREO{1Q}h1U`+a{O{5^eo`=8$bkKS(o zfBOEP(0#wI|39{U{kwa6e_eh1Tm1XIoqK-X{`cj6)t{Yrt@8fvUA_I?p4#W1{Ks;&tBNulxS#ob`LVJ+*~@e}8y+xc*OL^`nZ1`tSaJx_I~X`bUqf4ljTH`q#=G z6`$|UkJ(dM`8UM=Z~AxrcXz7aRealf`gQx?UtCtU|F_o_{rX|QtK$E!*FWFP?q65G zyzWD@_4m5UzdK^@{(o@o6V|MRf@XRrEm|NkeK|6eaY|L@ECPxk-L z|37~I{%`yLFYPOSRXkL`zV`RWxv%v<{|c`9^VR0__jPjiANr?%i~j%l&BspbeA)TG zzoveDaM!)OzOeFt=VNaB-TSiE+24Em_4x1Ar|W;bIQRE7zkBJg(z>GW&6khOx3DYS zdu0CI%Fp8V_5a_;#oF%qcV)h&e%`ge_y2Z3{`mOg75{bh6YKx3pKoLLck}BVv3LGnyn6NS_H}io?>~OqU-R+W z+t*Ha_wV?7ZZ7-u^7nD`^wzF^t^Fi=|6lz-5B~lR56{0}_xj@F)4xwX{(Ar6y5_If z-d;ZX?Z={@-`*#@kF(uV`&XvcV!Hcxefh`h|MArbHynSl^?u{Je;3)WYkza8`IctA zJofIt57zzB|6iW3`!WCj-`oE``q%$@nELx;$-H~3z6W2guX$>I`RDt4OFsWL=YLoK zp}pjv;@oPi literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor3.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor3.nbt new file mode 100644 index 0000000000000000000000000000000000000000..54f2b1663f67162bd2f4d36ed2a62dad2de79474 GIT binary patch literal 69317 zcmb2|=3rRgIzOG^|CGBYH>tQ^TN-}eho!+mykj3blY`Q4Ejs~sm8EPVK}$3~UGLyO znVxivKVGx+@Y}lEMFPq?KT6GQ(`WD8IqOyU^wWn=r~m(0|8M{QxBSyjKYhIa|I_*Z z>wY}n|NqyAPe1?vtN;J~|KtC^`q%4C|Nr&>@54_I*8l1M|F-_m_WFO*>;K8u|ET}> zyZ(p#yuY9CzyJ61{n6Cf)78(+Ht_%d^Zob7`G#M&&j?pP^ICY>z0aFhSN^k~eP4FA zxcZsX!prQ$gXec!e%^Vnt+LMa{J-?izmtQHw^tTEDvg_Gu-8~~$f4zBMZtwhRpS|<9yT5-v z`SIr`kM3;pl}%r^ZZXJ&qBk#(njSTqs_XAxvu?Tj{MQFJR+c`>pZhb$H17Pr)Ze?_ zJ^OJd`JK%C^L@T^_s=*bw(Qv4m5&e4v9!y7Y-|5Nd~I&<@t;4RKCrm|*{XETOsjJ~ zvDt=GlYQnso?&(F%-qL+9^43N+ixM&&3^n@W{uvmV~>tLP0-<6XPkfR5&!XL=OSwA za=`P3fE#4Mkg*2z@`>oa>_o?dKdyF$2*}7`5t@mn;m&MD?J{7m@*OZlpwbdqZ?BC0-RT#dmyK=UowlXJf zj)7_1nO*W*_boTL+U(OS9&G#LU51XF%{{DNc`1{M||L<;Gv2|OP)x7dNBv}}j z_J90%^~%o9otNX|G#ji z?R+`;eW8EFZ;anUFCWEBM~i5p?Ui|&@(T$Z=kMh^PU;aAk(cg=| zfBv~))BF95jdkLyI;P;yH)qW9KXhfrzk)CG?5)ktC+p1k6?gK=_q=8MqCsV*mAUON zi!<})FeTuVv0O?yQ{K{JwDh|K~TpeP2J@ zYR~a2l`~gb&N<(A@3Zat&&f6Go~zr52md_0CS5zv?ze6I>UEwozW#mvY_ojL|6M=d zuLF}_< zduj~M*UX)MUv}@g#mS#7?w#K)T>tv-#n&=1pYO-~mx-~zKchMO>+J0P)p5(`@us}8 zKG8qDwlDeBK9=BO#TmP{C2E=P`~7^szFn>T_Zhp?5?ATZIOV)-pRnz&S=Px_A7r0& z`yc=EAnI?o|LYG2H?GWnb38ow`mz50f7cG?>&3_XvU+&4^YNcQS^K*8A6;X)F8j`W z`MvY2L-?v?!B{Jh3~7Jp*goF8v|YRi^Ab29jPb7txM`r5K*=hE$WwAX*W$-nOS zz8!B~pDC@GVHIvvS~Fv7*cnLJnO?H81L?|YuB<$?=4ZS4{J#&RJ}oojd#Ahp{JAyR z`%T}SiQ1pqYrXl|%eCkKJ$vz2=1kP=hcztHEVvp{J8V@n)j#U`+ijxKKi@IqRO8AJ6GPl^S0|Z7bWj~K3)CZ z=hKV7*L;7l# z64g@3LN1s|Md^pDD$??3tbIu35kQ{=Rro%D1n%#^h`4kKd~+OAcMx)ASw`?BD0M zPxn7p$iCnD&Wz^wM*RBo=M>w&>{eGlb6L4~L)caK&%r&vH!Bx^xcl&!%$nPuKiFq) zJFjW}_v_n@KQ&)Hf7-eK=$g;x&i>wcd`5pI0>-*0fywm*E zD!>2U=jP&S$Hu&Gs^T z&pkiBY+dinQ_jzh|A?`d`@6QeI>Y?=l;-S)**yRM+_+PDe*Tx=?ZWllEAJQ2w5m5O zT|X)Ex|#X>zmt=HT)z1G=iQAftLOQ|-Zm&*-??%t@626xDX(s|t^Aqe6MMVn^ZEMt z+A5y<`kYrg8J6ucHZm=5U0IX%PUdiazwh1Y39shy6hD`ci%G8knpt0aX?g#;XU8qh z^{;=n{6~y`-m^&z>)wGhcr1xr4S3zt+Xc>^*nT=G9j# zeg7HZ>i0gcUVPnhM)l5PkG^(ZuPlD_caLS&+~(gNuS@U6p56YjZpNy^-`&?27udgg zR?2s7r~KKu*`5AXAC9lC6nX#r@YO3Zi|6aH@2#0|K0fwWx$UxZg+6CL|M^)o;r#a* zr_z@_`)2U<@7$HeGQrO+mVKJJa;K!v-@b2OzsActFMGDv`26C!8CGqeX4)^mBYW&V z*1eLbD>gNqK4WE7+Nyc`_s-gNtggm%YT%jkA8*c=nb};~EPq!2u}wuX-?_s5vaf&N zKmS>H{pUw7O8L$ezP8nvWN+?A2ekkN;nZX=#1W%HPTM@n!RkO!-?@+Wmc6G+}0cpYL7sv@AQ$;MWEQ zrs=a+7IS@mcBHya`q|^}tNJU$uQT}6+NWmeaxd#s{Hz43ZST#Twf*oF!<1Lm!olaK z)|8r-uAjX!ee%p%lMi3n%e3rR)5`m|W~@qI_G;$JjiA^IeqO%pox5Ra-Tz-lW*B{) zefqll`=4^b`=nRZYIs2$Xx`2XQq)T0O1kE`tM zW&f^ie&1tW|5`4%{`K_LEAJ=H+?AGm?fd1@xj#=|eE#c6{@;(A*1OK!rG5s~)_Hf( zsPzAYmG29EYWF9+`llFNykf>K_S1X1ZzW{inYkappLe`4Eo+?) zsNq>&yzJR4W7GTzmC}!oUiovczqn<;Z1TY?|H6E}@&)fbe5LlQ{`zIV{+?cZzO;X( zRPw50Gk)D|TzUW6%vFZVt{qLv>Qf5-`R7B{tDQN^p1n0FjsNoSV)ee~rLW|4g1=YK zy@$VwreyZAC-!8si{qFy| zeYT){DP;aE;oUp;;QO}nv1eFczJDfvcD~;X`}WGJ6uxVHKQi`pT(2y9ly7TaHMjZa zYWcI%1JCRG?U^s`zP`ABW%7?tCuGiij;VirwR8W`KbD|qJYUzp^84psM}AipKPtT^ zv-f%P`@648@5${wckuhWQ2Y0OHS4~s-{TMd?oek@HMjYF&+6$jclm#M_~NgPm079( z`@^04zh1sr{qITs-0w*)Owqe)D@i^XGS} zea_aWy|Vki-hKV&n;TdDJns|x-=K8wsVg;6%huhTu`B$;^2Ogj?@kWhf77t^@0lxB z|Ic&_*ROtNYWVeU_saWkX8iK|`&{|6=U6nX{qeLuNPm-{NbzqypwOAcuo1wCsGgOJ})=8KeuA;dyvpy>bQObACGj9It zs~7KE{diXZY6D!o{=BL_>CSynscic8>~G5-Yo9#JmyJnZSM{&pk?sGIFIMc=SMRrd zf9v{8^S^cdE3+TR>scTFS7CXgw>f+N?CU#^U-@breEod=t~bRp!NnpocOCop`Qqz8 z?`~Wv&h?4yHrkpd7<_$^&)wg@PG799E690u&nWo&w3)lMpSki?G5ESiz3s<3yWM}v z{8wF@S6g8ERkmg2@74T$|E?W0eUktE#Jm4*eC~e!^C+p#KmPaH{a>G64NI z-PXG5eXG~symmk7)jaj!$nRGsZM+KV~;f`%}>bIv757E{`|gUf8~PLfBt;+O6isL;;&1-lpZ?eyzJSWKR=JW z{_}KG@zj+(>94Aqe-=E-zgpZ;Z~H5H{+_R)x)4`TT_4?peFmRTr3+-b>uq z`~CBS7x}VtrrXc5GOw-sQpb1hw7lsQ`s3lB+YS8vW-M0+^=YDV>ZNC2%#n0Cb_Q&|%W&iQ?MZRp!`PlWJm!E!@x@=$h z|DPvhYUKa?yY!vwUyYlE+Qf6IplpBFLy z8ndlt<>yc7;^(z;g0FM(>&<(-_kZcWU9(pG%wNB(=&cn z|BT&pZZoLbxcBf`Dc`$vz0a?X{I0Au{hyk0DF1ioz5IU_CUNXLKmNER`StbDSy#Tx zr!V{T{JQY_=jX$NuQT{OmH3?fXYKx&HJ>kCUv2(OAzCi}SNVkfb6*_XAMYF6{qJ#n z>HX_l{OxMbvtMuD|MqF|{-2*t$oz5p_T;jm?T&TTMp<8Pum1U$GkE90KelJe!#8hw zdUCmK#RuE($7F17*Cq4)`f_sV{>T5TOv`_LSx`PN=GVP*@qK3wem|%_|JwuGXa0fG zKB-{k{uYcRme4qc`vgXY6@WeOn|Npd979QGTllbcIjqHCfIX}N? zS$Y2JlOxZoiXIi){xr9{{#y8%?~LW3zWed^m5&c!`Iz|XhXJUMV0UKbKJJW@t6isle3{+#)57y#KkYpK_0^H* zRi%%L_gejm`99-U%zD3?b>ZqDhrR##we$O#5PqYp&7kgyoptd1yZ_#Qy*cw2xRZ0P z+2^S-sEMC^0@MVOxV3p7c+g>Iam_rr*}MD_URgEnES~$}$Bioy2Bu;@y+?NoA8%jz z3+lmLeMvB%zV`=JHg?y43(tT3xAS|B{#VHG*!iPZo+rI3HZ+a#m_ch-(eiO+UM!2+PANxnpPGIZ{Bx!-N&SB@&ivxreXKk3e&Y2C zL({l3Ge55S{NS>1@~JB`j9yoNmkLg+eZNoga{BSK+V^qEr`Ei`o9#0bIs#N%W_hFf zmt64Ub8CJxWZ#)7Rle-lT+kR;gu!dO15(_}jy?L>xiKM2XGZDyhiN+VC8_?#f3$KDy?2ayDeV z^7UVcx23q#?p}^gKDeg3DqCj;h_^Z>`QVj^KLw90j3L9YvgynEjDwHQT>1FV{@xbL9AxW2bfvG|!p z*nZ=y@B96GSU11hyMANBwY}d>#m?;dzVBF5wui#uZP#% z7YX}o@Y=jJ)c(vb-^8o@o9luj(1hn^Ts^;87$m3$QoFqqq&7F{Du3|T!y&l_ug&{H zrO*88O}@&uxh~%-TH3y?vTjk`jIY(FR>`ORoww;#d*uG*Yd$7jd#{E>=`VYxVhl>LwduX$o9pgJK0bP-Vy}&1+?ijz8NK40pPd3F>U@XS7RIm5 z7nIJKX?*;r^NeuyV@;9!&DU;Bxc1&RTW5y#-p{XYguFL+UB23M*_mH=vp^%4zkVI5 zFns-eJ;?OG*&x&ZM?F5e=Kg-ra3e_Ar}z47VUWm0kVyF!kV4tF&!WDZ+_*A3@Y%Vo zFD@r4n- zb@DN$$JX3u5AQX6ZGJyA`Muv2w&1M?*W6bEMbP#Wpg_|t0tH%k42rPN)nmVfAD_Fj z!}xXidDC}ie%&qZwccF!J?8PbHTP|=BMXBDW9IAH;;WC%FnynNRbunA*fmng*YvO^0Qu8 zuVMDRbE`I{i&uZm-TW+njaACEKfR&tXJ+l+_-ew=;P&P1%ejqoVI|*{5 zWh7|!VUI393=S;lpoH}`-_r8P)0|9RS-`!chCy_-ulce_bsm`M1Jl7g^b)qP{=q(m;U(X zB5Rbr4$L);Dm}4gr`u}2nWon>YTu__i&+c`+iZ}w;@&V>@Z{OU-NL5F)>wLj;we27 z6i+&9rIN4BSqh4$&0Dg1B8#Vi;_2L_RfcJ2Bcrw+TvO@0+H8jD`b?11OhHcDvkc_4 z>szv#BR|gy%QeW(?G2T-p9Au7Z4@YE{Xstdo(T#LyS0Vs*X}F_1?BH8$NnA%W%8ea z*?VS~+Gl~v6!*0sldk<)VH$U4mi$&wEdy$Ntl1gy`iDXGxl4yX?wnyN{`%pMm@~7w zzZTT!Jv;M!6)1dXzPju#{+lUp^Rp6A$uno2so0rWm$!nF{;q4FTK>!|_b(UMRK|mB zdJigbp4EbE+5;+rW_{m!tUL1azH@!oXZ`>D;nMxi8K&krAn&z-ymw~<$a~V;vYI1{ z4}-jycViWA+F4%fXzA>{^Pt4V3o3_pCa$gn>*L@2tZnVD#A|mpfTB}+8z?0n4*P46 z{wn<}@9&I#wu!IG1=7wMMsGc}#xiYn*i6&oIajqdKbx^OD)pMo=Frt=W+iU}rRy`G zblrCol&;@Kf)afiC@zoZTvY@qwo17s<%lLAvl$e_$=hB{uncaOKV)Mch-nyThAt{~ zRoG0Bx#=KB{LBG4Vty{j5u4XW)fO%an`sK?re3SrHan`eCj-)!kj?yzJG7r=6e-ybCUw?X&hw$|}B@pdh*o3Zlv?P!Rd&gQ}^|uU!5bWY4>Y zDrx=o^Sc`%eTJoWsjK*An&uaP{K~t|D&^XqgP^(Ihp$in^EdsfezY1&_S)p+wW!*x}4#UO88F9hka0_ll4 z4hrhmJF=#(j7q(R;6)b8hOafsUiWxa=(4P@Z$X}lIS%sF>m9EqfFwaV>@g_AmBxT_ zSRW`7t`~w_YPHU)rhL({8K&0@L0QRaom4W&;N&y2Uhe>9CE4&^Ly*CSX=h78HPP1J zVZD3pL1hyE&R6Y`pB2OZ8f4o&0fk9>%-6$feog=dn0(Py{>{&v*ZunW5L7JLJpmOo z?VzgX=LAsBk}vAD2FZhp@)M@-?B_}7r=4w&d3r^?}slw25Pp08tC9jy2qea|2diYs|=TAz1h8bj^yQ2mCMe(?}t{aKlg%4iv8uF ztn_`|t%PfT?t!w>{oSCfv^G4~AXNH(yl?IIlvQ;zOz&5Kd?~&DSK_sr$Do{(zXuc~ zy`Ui3_YqXPw_66=f4w{Tr@*t1SFhM6rk$;i+j?rv&-0+P@V^oiulDPsQm_4a4vN?R zd$OiRex47C$$y_gF*$W*RBaJB2~>fUMuC*Zyap-F-V4fYYe7oaeFf!;tsrxEURw>y zBg?YBzP!5T=M7L=lCK7(rR4QhY1eArgq}Y$tAFpSnUSA2hT9rv+kFEiyyJ0S&p;G^ zeRJSu)j!QMn}to!ui1Hj^|P6#->a|MY<^a^epdRmJMTk3pPBW0Z`QoX;{D-gjkDi< zUsaiQ_HP_a@v6#YS^s`^&Pu-~^9iKXc^^pW36N60pCF}*@uuh3SUv%n+g<}QcLK;< zkYb;!Ho>OGOJ!$Nqqn&iM~g`Wd9O_#epJbN@l+{sfr|RtyfXv!DRm%)I*9%&%__tg1}2wce05 zFY-L!npx@B@Ck!8zwMlrzUtY`uX7H8bS?+$)CB1)<^marT^OWuo@MZ7`}WH6MbBn_ zy>kSl*?c3&T3@hcVUT7V!a3(w{rs*DDS(WnR)@{}+H-7GXqxTfjagG8&u6TOO1*|5 z{CehkQ1M-F5eQoQvU#2)sA@=e3zIc^J#%7c`ZHMve z$UUa-&Qyuz_gZhBcQpF(xi#q@QH6`s?!3O$wlaIRdwB47;TgZ=j<0$C4-_yv_k#lA zT|Ovaen*#{z#`0P8{PiZ_T6vct*6$c^MtQ8dM$Z4boH64W1vcAo?#3=;q%wB{+fOK zk@f1kMVjsE9iX_^S_evUU7)yM^9YnA@CdI2rMvlaR#c|hegRb@qASvSv{8&i95O}ct`yus_6C$EYVAw1`0_pI3;-?+RtcrAJ6s`Z&F zw&JgRo97*j*?V|Rx8=(s}!W(1+NZ1EtESlJvDv;9Py@%I4 zUm5;>kJUx%GgWS-AccWo%^@Jol2<`y5*B{GDg6B&JCG6Az($mUjfe#q5qTYC1YzOl zyTjk_u>={BRt9p#Ot2AYAR}hp1Q|hC`1z6W_j_zXMtlPsu@`JaKFElhw?Re_BYghb zIsL?Yb6?1&*&g0q)gF2N!@7Hk*Npe9E}!w0=lv`E!Yl73t}37LYVP;xwP4m)pN}9N z!FxakiL3`1bQEL|9^qwG?JMv7eCT3p{QBmT(DP@i%qp)MZ=UB1s%O(DhvOIax%#;u z)I&UP0jlhc&w&fr&!7VKF{pKbU3g{G--1QQW_(@q1yn|A@6GCoJnyw$D*4*xOQ13m zAq<{mtFtnE=L0H`PRBhyx90gK&``k6H=uG#uNu^o1PvLOzO$b%fwd6)+VjVJ@iWl+ zK*Ye*nJeJ&u+lj*x1Kw2ynd?vnW*lBUe?Xmlp>N3uGz`~>dEUinTnl>>VEJhBIKXJ zRQvmJXQM7B^jdGeW)kuE+!|9}P=D078MHhDMfhA_b!@&tsqgQ*`(NeE-W7h}%6I*= zwTCxkO^tkQ0IF=Pcvgqa+{$-&RVY^Bn^9}u$M^eP(b{}1D`M-ZHCv@XJ(RU=p{vhC ztxmj(SNPZ8t5@FhoryZ1c-46Gwc?1cXV!d`39~iMwrvkRk5{;O*}UsjeDY_*)qP?o z8)V0JT(v$EC7$$^Z}YX*h`oo`lq!b3CqlS*S^2B)@6^?++9O|kueq0a?U&H%@)=wA z9eE|2wpM>5al*?^y_&l`{PTyFpTAlnvm@8YrCf^=Tg^Um>$Ib<9MjgOZmgO>gfLiX z;WqZ{b&od-+n!isY8b|El zt)?I|b9+H%5)=;MH_8Sn_4)ds8|)w}kmlY#kmki;GhcwrG$kYqb`VHu2>(7Ckb_=> zHU9!>-f9Ojb8SD!OoGB72Z5E&l>3uBBYgVZ)Ur80rSsqPg{F`)2o@0ueYzkFKj<& zg>%~4kDFdih|Jyt8bFlNU(Gjj>#@_Tun2=kDVCo;=e+FIgq2n)*Jc@m)IK`{Qfs*x zWW+g;5eQ+hx<5ZRtv8+t?trfRm3Ym{a&_H|t$ycL$)~NIy!lmo(#4Qo=I6%J_9igG83I?X}oOe zOrN>MGk?{6{Cf3DsVry}W3OR$?AFlaGg0BWS0y%I3yn5Cwx;wdXaEl+>~mEDqUh`2 zN3&P2%(h>)uh}4UwGXJ|o(mcYDt!(r(C_X973k%8sKQ`%#mmC9jc4wPOMP|k_jd8@ zMY-UJHvpB$yYoRM^1JB0hu3WV4Jwh}?!zezS+WxHzNXyNG`%x2n{(a2q-#~ptM|{? zdhfw2{j{~_JAQRXzUCz){7Qe>uWrlB@%!5TYC_~|jdgM<*Q~lg#d6;x zP+7Zp2La(#P`xWFoA1Z_u8lt)GT#VPw#XNOik$YC+EZ)3Du&ND%C0>@lrTj5OuMz| zPBX2Z+wGgxu6`!!a#1SN=4*RnW*%5msvoXqkbU>`RL(O|--#23DGi=^AVkfeo(r_N z)*?~Me8wr>Wkt=A*>&sgBwU*{U)y}f)@RR8@usc)xsxbin9`MZ612=`?3z|lWg0)v zV5+pwQ?||5G-G!jTvO^5o@bCf_tI49Gf~S+NEHs=c`zi;V5;7Ha$@g&kP{!5lP-KS4ir6mcD@0H!HliXK7gEPxyPt6GMjHb$mNGYE+(7yd7prs$Xp3>qC*_X!lfs|LDBObl0?CgZw7MTuCpNb z<$VS@`!>kguL%kxlr93t{Jr=x&}{LUsO+k*)|;=*iu-$R&DLe%`;D{LzP$RL2;mT@ zQlGEZ!GHf9PW^5ay!T9qzHxT#o2#eKM9EiwHQIdbc--DIYrbv_Cq_7U@0m5FkHhti zub#G#E1Pe0b-53ykoy}4YFF(C6>@jqg9^Ft)dYk=?JC*dAnh;Ph5sH6sW${QKhD>H znjgmTe~+&DdM3QyFx&PsPGO&~;=xdj_OWH}!PQ7}EvOnvhzGSjZiK%#$mab9sz$I1 zgF5oxm?A)J4}!2TVx9lhEZRQ6+A6P_^Rr7gVhT?*G+|Dg3r@ z!>{g@|B_bipYdvLyx$kr;M#*B@dj7L&qN)r|H``g+K2esgKJFxgvT3X^Zthk!xVwG zE!BQJ4%yulYVQM@+yHHK!o}P_PXe_62eJSiy;5Ik`1f+>$Et##xqmPGdNV)XxAvR< zI?(1a@FW*_#Rp`S4WeC9Uuin^JZQxW@)R>@JqdKS8N^IKw&l~zm38$Mrlq_mub8Sp zS^?Shi$asn+?t(wiN-+8tL~+}eNRRe9Q5 zdQK|S=5MCaGY_n(JsYNGkR88yDko{eKB=JcGDNMW-gN76#^9X?*VJAM%QMKHzjdng znOo_(PuVtqi;N~-7|n#4cUII+my199T;1m>fAG)4Yi#d^{WHk+-#*p;%&p70Px&{0 zD~Tpv7~O>Dg-_2F#wf@d2jkLG&+l{&+e;;2 z%Z$1#CkNK^eg3k^xGS>yD#)O?Qjq!KcR}Wdg3KpL7-T-O357dBuC6M(DS0%+&2Vbq znOoNRsUn-dor{({x@Pa^FgL^O_j^bXMpOFNBphVwd421}GfrtNGwO=0{t5O(9mo^Y z?}I$?6zmD&gwajd{~ToMtD~vuBEeuEWal3QIU%|LaTz?4i1d+mMO8+g_UOeN}ity=k1AS6KK3KC? z9OT;fM?s#bE(CcZ4(tiygo8o;MN-;d3NrQUuT93Fq^Y%d##ZqsASbZy1bM;{?1>2= zPY@}LX2S2o>p$vz<0E(5z(6Xc2fQy@>wE+SqS-Gu$OrUv??Ub%hx94P64 zlkQBAYr~&`JTVpQiBzyBh!aLPVg7DN{^I=nZc}m3N||J><1@DIe}2j^?d|)WMLm(f ztJldSU;8&tn|NU~6RQ8M1DSd+z6>-RdgfMs38=u4j{SLf&0n|he+Jq6FM`S;B8AbF zwub-vQ*iUmN?MFscc`AS3@&KuiW1ySWr( zY!1j++h~xn=dY0}>;p0(Ebiu~hmhU@s9}E|)O&er4C)&EJ_G6+*lh;2YY7U2Iu{V7 z{hz^&?&YW7l`s1>H?sQiy1Mjh_jZ7)HS>3%+OBsuQNk!n|Nq?dd&)|?)N69PSNqT0 zdi>q1;Iy|JcmJ9aS^Z`m3BtcWfQAX;_JSG%;qO6>fvdZJbw^fzB_s@PC4$?1|0)*g z&v?ZR8i=YESidjfn%oi4m=*iSSKMiD9ryfdibNL%D~(vcFJYDb46EgTs$lw8femdD*@5&8t^_tSWevZ)h3^+Nup&y9r``6dtA55Qd1^7wJ@H@b{rLsF!UQ!hpmpb|74H9kZTAJ$sF1c2 zq{2p5Ij3%!&Ka;+r&%7O;nYe%th!hM7J^i~oLX87(utPwL&@r_a$a)Ay}h^ZVhZ z&7iZIpv3?Un00&JfZF~uP8lvMf_5&b#{69X>#&nm3E{1!zFtm!4jL%|ui$_TnoxuJ zrv}!a@JZzc_b?2m>Qc!3Q*`q$r45x}s0sCZ-cZ_rf;GXO#`}L!2(~=|*$McSEM~pc zMQiZj;$g%%BazH{yFii}x8R2GpXtJ;#|So~!3yea4Po1VAPXv4gOfjQ7vB17yKw#M z&Hvx5eJ2ZA9rgY270^~fcq2c(FR@n~JS}UpW0sY^@zj~1c0P{DXwdSc^kaL$_2sKQ ze|}!QQm(XYog(PuF7T>U@S1<59Rt{y##^JVPXL_=@hIz+oixg@I8iP3tKvRiS&NtH zzp}eMJv?~7s^Qgmq=^9%nZ?WYzq0#wcy(pPp)2nX`Fw@WmRvneCi4tvY`1mhtjkBQ z)LdMzXAPZih0Kg4iD1iPA$_28?WoB-GgD@@>D+z0->iYP9cfT$%s92nJv_Mji^0@( zpQnn!l_x^vjHu5nR^$IK_3StP7U`dV@&C6`qq$mBV>*AX!PM10Pql(~o`Ur7X~gu` zvksqmDs)-V)Ri%*TC`&t@BFphz+d0GdgiIPWt*n2e3Pn0TjuwhspNENrg^-@$Cl9}vcP_O|N8VfntKSA)@zGz z(kUStP2HPM&rEigj+t!V{x>u&qF|-qKe=b^r_a&8NIVs~Y+ZQ$9=dqyZ^2C()r_zj z*PiA*-1F1tCex~^vOfkq-$cF6o556jpQq>L^{L#{(E}_bN~RJuGGKp!u7AePrv^yXzk-O@I4$>=jwONI;8>cH(9lT&Kc@n}Nc7=JOY{Z?0G-_1yQ-*LvTynjEhUfG+v488^mw5S$5Ee2UfMGW)Ym+-sM{~l$% z`W^#1J=iXFmH*6F!DKR@`OLreerG&*iO#RNE5WO3UV$ba$!DJXQhoM*MTP0tIo!dY z&&)g}wro@D%A7>4Xwcc+6f%u(27NxWf7cr-PmzFoUC(^}T`4Y$kM~_$eSrF1El9aI z=j6ty?+<3LUTMleli3T%==`!z6D%jU*YkdUo0?AZVRN6|v&>KoG+IsD0 zeF+`gYWL&MzV`>6X8LL7%9=E-`7=+YgU&Lg8MChD@Ar0LBCPoNasR*E;Gbtg?2I8x z63Js0tIf}@zo9;T?n9qci(tufA#KJ}>B02Zw>~`cRKYT%IV*Y6wdlc|A6rHzzrjM% ze*dgrdnc`&ldkoA=BdhMMf2#uw4D6;KgZ`so6fWP%;lb8C2mlvm+&g)z?Gd1D~lO} zpEE5xM@NZ0d*0CBQY=1RulIYPf&key2VbAI8`ubexaPyNL6AJ|#nC%E?%(}}PDKr@ zV5_gcNxu>mT+pt6YS&4D64;nw#nz|=l0X|8xZ>Y5_G04Jw`MB{-ldd zU#EliVuF{;{Hs6qF6H*Btj8G-!9uM*vC&#Y*d{A#dRE{!t5ee?GwOP1;^?n}M0vBzp!;Bli@5pJ@lS5PV_ zpZ4D0?eEDI_L5)K7ynDSGQa27#27yd7|=Wx%x2)BHl#pcs4N}qnw zoBHLLQB|_!-i@fjwRS(O(!Z3Rd+~bC#p{-f*B86RKkwORH*@m({=5&z{`|kc_WE^$ z#p@H@;t%)iYm=Ure(9CHMY3b8`0e^To!$D&M_5{o;F!(XXv{ zdh!ewOP_hcX1wbl>C8EI7S!pQFTP*Avv}rjb}FT^bia48_k#<+8~u_yN1Z$X%0hEW zobMm5d~fv2SchsE6_U@NEwTS)tn*!ev3>9ys+B58C6(pN8UK7fexH8vzU5@<7KunD z>a!*7^AqIG+&j}VYi6LaaaNk!*)uC*`iL@nRg^n9ox5_Z`?Xr#9H=)|4JI)y2LiGw95WJG)O) zGS|y(_N0r;Qnt{UX@712EnlC0e}KZ==++eT&G`cq=90Om{0GwV^PAt(Ig^32^q#r3 zbS_B2#rA{g15=9E4Ul*5zM)Nxh^?0WpZkq2bw9X~@!zhR+RYfOO(Xj>`ZU&_zoC7L zaCTtz{qy&z-Ka%tDE~F6rd=!j%!--v>G`p4YfrBzmE5Yg_*&|fT|H6L1790uQ7-s9 z`x{k8Ng$ms@W@O3`Fm6vEpci*5U_%@})TJo-++xE$%FfDh= z{{3USINo`8spQ|Na!Q7`v`?D{8zn*$!TF< zcyNZG`^iyIQTNxJo#YV%oB!YL=TT#XK|gH(JMPm5tnWN?vhPo(&spE@f@Vu@&Fv{u zUrc{y-JIHTqk*#A=+@lpo8SAn?Vfz`UCI_~$+vW8eoh;};QyKVjsD|=yb zrS)(6jmd%wSJ(*f$J1}%VzBxm|C}p8LOtgiT7i-hLgc(<@mfU-_2fOfk_W9v%*wOXg z|NG4Df!laUUfMqK;_VYJa#OyT8L7{2y;lS6F#mj(`sH&|PhH#ud~119k=A47+d-yw zcg^j|Q(t`hJ=_w7FOmwEC0$LS@fCGQrwZJ%>dmt3Y_UgZ9`=@-|ZzrU+z zU%CQ$Yqmh^RaT%a`BJ}o;XBWreLefqHL0`83_gB3=ZpLO%_Yx`e#w2J=DIjo);Z&O z{EO|Aa{a~j{&Q)&eC1uNTm653TCOZvye`de*Q)*hpZ`n!@;yC`HtRf4%KMp z|EG?Qb3XPvdj7?(qVZY}Xa${q<>wjC=U?9k{WbVa{{;||xd#uQzC+To4{`<$urDX6 zFd4AceZ>H@IOm^}mFU%}o2*bX=2lUVriZ_Or--rSYPyxczFMlgLRi z;`jgE?xk!ASKPS)7+HOm!u{p%%=Kyay9Z`)wQkOU4RP8ISecaeji_aJ)GL2srShZY zH@_=E8iv$a&PTjq^9QC2UST~jb*=v9e0nZ#1kaI7xG46gO7ibKC&UmFJ=bBqAGktf zz~)JQ)DBoy?jM->zkhQEW|iGvdM-ONpyN=Q{W^R7zC zzk7@p&ks-gvNIhkf(>Ndy4*8sLZGmbdcM!?DHqLBxA;o_-SKYs=@-{CjdykTyi;1d z`@{=9BYaG|^eyipL)Tm0V+?p%?o9nF^Y&Wmm+Iq^rizQzQm(W>EX;Cp^F6VGlXSr| zp2Ak8uS|M+@EPihEt5{glRBN$YDs;J-QC5gs@2M4m6ba5T z@w$J1(#7xB@9ypSSCdDzov5(v3)|f~bF$p4^S*ax@1_2JE2KSKXFQGV58m0|^Y7oi zo_~HDP)3<(vu)|;@0+)0(_qULs+q-?;{MjgOa86x;n!PSAFsbyzCE4ZJ8A6cIk*8H zFjKW1pf<6(vpo9DPHp zy^t{Pz&2ezTk`N%?fL1O%SqiEIUO`CM($3^e^=?4CeN?u35VoBZ_mwAv+%Ir9B%$>(3yYV|V*rW1aBV8$HoogILYakuCX zw^P6DT|oC8!{E`oKXwB)I(>Y=*2B#oxb<)Y(BuNGhZ~@o;Nv%~X*!XHTyFip{)X14 zMS%Nv|L5(c)gc?up{`$<-zYtp3B5avIPB@i`8QNJpb54R1+lp0cRAI!AkI&Jk2*$0 z$;mY}GyhV$p6lF;Y5V2woV(uqfBky)|MBts|Mu^b`%{1S&-=N%z$=UXe@AuU-mCBR z7R&dietEpH$F3VYLON~)bR<{tr(;(j`!4fh-S(GFBzy!Dbc3RO-pLoobtV7qP+cs) zJ>|>eX+7^u7F(Zv;b*+-a?d-H;-clZzTcjH@%_{kijS-U@58Kq_T=8z&r__YU;N%h zwS%?Xo-L97we{5Q=@-AhOM?y0QE=)P($Ln-$^Tw__cHqRueW-0IrUF017(Q!q9^BU z@w;DK{om-<=M7Xp=Lc!rsb|*Dzi()Am=N3&zga&ypB<$6ve+}8;a|%)|0$6Cd$)}? zBW9?F2R&PI{?~3^`EzvatGm;!uil^jp7uv3_5Avi@{M+9KOqf7`qSyOsT}%v=RBRf zlSB{i%-IrtpZjCcH(DLc1#W5~4*U9fmE^|V&#T-2myvUDSpA&6G(B?+;kCNjnX}nx zcF-8w;M$MbH-A(A05ybXkWOlwpGKE*2)qUR+@ksEblie{`=&IF&xb=q+rQIv8+di& z{a;GA<CUqnA?@|C|%UE;i@i(Ss%$d-tRXOWQW zP03`tcUSP(HLHRPdXro?txYrEu79b(tnfifG5fje8|PXSrZBU~Nb#AKJW6?(()gGE zTIr3i3pp~s)Sf$|VazIEEMy-WTYBzy&F&Lc?|&Lztz2exKIHk#S2n?O(^q}=DgAdf zxqRNrbH*4FG!m?Td;?-Jjm$^!$p2>>rO$;No|$D4%$vUIp^xdDm2JjX3zkVyUGPJ` z?C$eEUuUkgGrpR>?AMu)`7>V`2iK;pqQ2n2ZySHp(tL!QpTC!(i>E$kAAhG69Gkjo zwNL5PmFtYIhA!K6DkOa7D{2Z}eJ{70mga{p+x2U2^7g)!*9@;(EsHuH@_I&=Z1CFT zRi!>#DHq&Z_r}fes>U*@qallDWQhd#CanteG3{DOk>IP}$Md*@a}!tT`fP1oxy|6J z*s@!PLZWA6ktsOM-lj}=Mix`BZ^9~0AJfK_Y6e$Xmd!d4LWW>{$uYK>w-kbPOh>TIk|Z$R>;v`^{d&g|g({|&zW(&m+U23L8P?K&7@KI0X6g3n79 z*VTRevUTP4e#5Ks%YGdWsh{zRKlpFrDtn)=?JNHokS%z|^6$#)X?HBjsF%>;`DD)J z6;-{jjju0z7n?+#jER}q-`&g({$7NhM0~KN8?prFTs~aozx;XMU7uyMPKFrI%u)+J zo3d)AkLl!g#@VzqKjoFJ^Nd%o();hyqPRykGmiiB&g62M)hsZpUOlJ1 zS5~c#w%?NWpQf*uJ@dk~nV^DRulpc{Xoi34LNsmbRN{>kSvvD_xZLe3K<^OK= zC9UPQuiy=h+IdK+`R^@~{eqMSh-`*_JxcpjT)Zpl{n<~KHr_rRQav+EKlp9xs=Yp2 zr?32GbTw|-Eh-D{t9e5cbJ5+pUS>D#Jb|$6{q_F4)DI+t`H zZ2w>MWcRGh?pgVKE*Smoe0;HzbF1vKeR?3Y&Ttt7%`0C9Lf_Tb`_|?kMjf2VZe9sN z&?+6)>3uaT9fDv3JK!$yoXzWh-Fvn&JNQ4(p(}nfZ)pZwr)Dkpc{^q0T%)bQ%gRoX zB4}Tm`|7^B0ZI=VYqy$!;Ilcp*Z2EZ{JM4Jyva=Jj9~bfK0LN@Hd%uo;CMyt{h!Np z`l~Z(<#kJ&;y09!)SwRZoR6Db#j8$@zB@|Sf1Y(2wZ;Ts=02PA?@IOw`(hdlhILsk z4=la^F@3%7-SRWk9lV1VQpHi!om~|#MdQBv9~$@FSIvyKpluBlZ&L;zU&B|G zppL{5uQJ|>#^&46*nCSGn{P{7^UurEwuK?ycbC+p5&z@G`rK8-wtN2E+E|S=226a) zBT8klAAdam=SMWp#`?0msXugxG93By6OBD_F7w&&eeKa2tUA1~W z?PtS!lg+6-B#n};PKFrouY5z*A#Zf^XJ$RyPTO(zXWRQpE~a3!PQ;WW56k=RQhzoQ z)}V>AE;~Nsl|-;?@~UK?(w>!lhF1-jSse?ZRB&JQ8ww_nV2wqzNvY@6)a<|+T%C5k z|1P<+n}`Pfhrh<#4qqvoaf>hbc4C&bPj36lw+35fmk}ZOod5g|zL~oqsBXqC5SnKr zw^uy9Hr5A%V%vS7NZLPk_OH6;mG8}GAWaxOpRy8yz}aYBuMp<@Z*atqiICc!S!-FDzu@t!Puc&v~Ygb=a(|SZeUzS#5(tRth?X7u3lZ9c1SFN7SxwcpC+0^9kSXL$x(?*1>VIrXN z$5$Gg&wl(JQ4S%q%l+Xhjosf%L-P;k(`>q=Z{@Yx*EguOOcA9>02c%AZXbU~{SE@S z*#CWQqck;_L&BzezTVpSn|jOHe7-*4eLRmUYa+qDhMM;jw^Zx@_QV=&EHWi1Xjgp}XU!KbymQExX#T{tX$^eXtH7 zWVZ16n=Nt8-&>ROF&5Dxx_4OneAon^>dRGQTaQbkQI_eaOZVTKzRve=&J;@4KZEl+ zYzlB+P3|jOmKoCNGphb7Qf;2D=IN~~zjdg*de`Uc^VP@SQDq@8tp5id$Ch%9qk(F*n|tMk|7%dyP>x%D~$i$h&8-3%>qp z3|XFpPHvPwzW8_A>tB`6Ze2N^_$sRQS^kIWtDr&cUvDJmpWmEbV|RYu$DcO8&41Kn zS)Z|*UQ>JS{M?V0_T|T(|G6VM|8sGD^ZA|M&aK%z&p&OhXr0mPH6OnIFnF!=20^a5 zH#suhZT=Z6<0{*8XRM5WrCghN@pWO^wV5Yg7pA=`OgmRO=laYO>YL9c$DSA8d`>(L ziL{$py6?luHJ@9re?GUSxB@|bwvD&?HgntSTM5^&k?NbzZHc|V-Qcy(t*aVob6t0@ z3thG@6v9ZG8((SkI_7$*tuaCJtF6lBbEUDn6Rz!CmknzDM?T-RF4o}ro20p{l}4}E zT-~alHh1f;Z%5Z`4!gc@M(MRzx5PJ}i;Df7bS-jqcKjKu?9#X0k?CvK)f!?|e0}=4 z8{(VK>4G%uTnf^#z2t3op4#?=~#UP`LKt_WUFGHxjcXCa!I!MpECm=m@ z!Fncx^pqEY^!S1F+&Kxdz#41;TyZeSbg;_rZ&R+_?9OgJV^v+4J0UV%e;u#U>o-TY zI;PFtyTk0nn$6KuZg!cG`8k8vYYty!Nt;`` zW7dH+oB6_pXOv!hn8mdDoK=i(!nMfu)tqOnUKf})MyAWIQ^Qn@rqcaQ%C(=(tEJCa z)fbdDM?U9YmuK+$&%vv_X>;v&>^ivSGkduCjM9G(Ua@UHCm(Y+0lVU5Xez&1%`DA( z0NxCEZD-?Z-7{9^1zTGqpR=voX7KvXfvaL^bES9OI<%&kIXrp>Smow(yfL|n7>ZF; z#_chCt+O8_^mO~JLu)qw35%XlI_-WI_vUk-qH`0kMb?3AI-S3@H8TC@+HD5-6tB`f zV+B{ar{v8xgV!~C!MhmOeEteDci%mbxz|DF{;UF-8xJz~`D>85AeCuz*Ml5^t{7x4 zROQ^;(@OW!*_AAj&F79rgLYn?u@cWW?TUQzF;DjM%+h>gbx{k70{v zlr4nR{@q3Ud&+dXu*%RHHbZuri$du1{rd^Tg z_dr&j*^N{2s=zZ=7%D}#g7@c@hTVO|zxmv%=)Z~AB1>1>pRrn<_q9DT{p#9(2Cvub zx+EWOjj^<_z*j@e7bY_`v>H z2=a$z3CJH<6^AUIQHr5*b|xs0kAsZ;vjb$TJjmG3k3q)P-2nwpKgighg&gR>8sVjL>-3|_z43@V6fx9vK(X7l+l^BJYzZh{IT zyXd{AQNQ-Mpo_`J8ezisF@Um5E!*4zAg}_nO{}(rwpov2H&1EoyhdwVQF- z;%BUGXTNQVOs`%WYw$W}{Z{U@xo@|^6@R<1>)4FaeOD3Wyen0HGfNTV{vw-Q<_UYl z@11`9Iq_Qc)4es%o(Er-*nCg>eaf}pC3|h=>8I`Ozgbl?yL@AJ|!7cO3)AqVw07=-%fhDf50ZGIb8@;wo zzxMU;n(uQef8Ka+`T5hv`^9OotIt%OpIN#VEV=d6n(uQWuWN0-2a?c_oBcIT<8@T( zwd#dyvZqGAZ!I!p1cZ{4)65=G(_RPNu>?9KO%C%-ciyh4 z?($E&dwsvzi8a4}fvWxZ|F;x2zk3}oopP=AZ+7#UUF+*}Cq#b#x}MkQ^}c^w9dRf= zck{un_5V|@*=|~gPrJ2&$CiS>JpU(5a6TAp@SdH=U_YpS1I zzc;hA|IaOJ48UogfqJK7ve82bu8u2*`x_KR_l3gRHB41hUS* z24o!p#Xp{HoPA(T^>&a6@4taexEtr2aBc5xkO}40AQSRH*4=vxvTpZYkb?;*u6cdK zH{sgfD6X#vckyx2 zY1jUq&OUu+SAAvf%*gNh>vfG^|9iSMHSO;HJ=@N#`8^#~aTc=5`sY2oMz7-@fD!}u z9#{r(D~60F-jXD?llS36yfs6vtaXu1dRRyZJRK|FJjD;_>&YhduXSw;I>2Uq3f7ZkO3>(|q;Kap9FluS=)G z8S7YL+^|9Ej`Qtq|a67iPbUQ3*>^}C+E@!IEeYp%1bdpseeas-u{GEC ztj+F;Tpt>JU2${V>TTqB_;qQ#`sTRrTelrvbG>%$TZ7l7@t{!4-gxcnnKjpw z*1rCE)p%WK+FrR#P`PJ&X;;|HuT@JxrQcT%P(k;4;TOn_{>QA*YW+vo9oo} z$)!J=bG-8JoDAD@XMX*BSv60Wd6^zZ8*9F4!XtKR0@!H=)w zOA3F!|M%dZzTJ+>{|E0{PdC56qxS1-`(Lxq?=OFS?&<9BdiUx+H2;2ockk~9cW3Ya z_;b&Pi}^p_9o@TK?|sa^(s%EFU+u4ZI=lRS#p7>J^J|x;*BjQC{?VlNG@8kD<-F@bI&4T;B zcJ)gA|F+++SW*ACVo&k=N7JWouYdi~;_s>Nc02w*_;hdWZvOZ8Yd$}eo-Y6Q?D=_h zAOCh+hxh+`+udJ#;ryRpKX>maeZTnsPi^_SHK(`d+19*Y=Kt(r^!|?yw!c@e=6-wc z?e6z`iho}F_~f?u_V@92wKiYB9i1H>f9>PS_V@pPG5&dUeBTQ5e0!VPuKL&gU!U^p zAOEhGcmH2>U7CMP+@1P@KXUu8sMnSL{K)^~p?bydNB69!*PrhH{$%d%?{a&7SO4j% z|IGYPZr_vp-;;kl`MaCHetrDs`0q>p#M<4Kh3uM>-Eq5|1MO%`eOh8WBrf&GRyz}`S`uh{r~s- z^z4{aVt0yl?scKj-}4 z->t29zIOHh|1;|getv7V->Y@zL?e|v) ze;sU(f5&d_Z@cH${_8*N|IPpZ>i^G||9?EK|0P)Wb-VqK>hk)^pZBh=->n@9ERq z{~W6S`R(@qtH@O|JMC>+og~9)>nLA8=ZfD z*PibW#lPPOJ|5h^@7w>c`*;6bKmV8fy<-bna?<_BTea`s!<@d31wr|42FTDJ@|KsG#$NyhE`a3-S z{PX)Y6#|6gu&-+%b=@#p`(JlxA(|LNe%M>~E! zd$#wxysd`+|D$)=*?2j{JPrzkH22t{_l^w*~R7KQkV1pP3PCU|NBE{ z#iJh|%Ip5LZ+~a|%{~15rI*ZgU(D@Gt8(W3xp?<>`TN>i;eQ^s|GY8z^YQ;*Hvj+r z+5i6+`@i%5P5=M-`TM`||KG^lSK54^yn51~AJ?uSf+ul90z+YkNIzFq(K z{N>}|?f0zqec1SZ=DpgA-{RB1%USRHvU&CDXRjW|#?|iGzvGWOfBxOwe+ojD-+!*Y z-QFVi&&J2b;og64t~Ia!`1$+)gIBjlh0p(WdAa+aixTr~=KZ>SdUZbgy}u9l|N9^? zdw%Tt-}S$r*MG~n`v2+IUH^aASK3tB%=>ZjYW}DEe`g;bPp>cgdi?OwxAJ%QR{vhR zd;hM_8NcKAR=j=|y7*n}oto#@{+_1}ftKbyV3d2jXigJ)Mie{p!H&7Sg~9QA+8AG~I;aa#X}ujISF z{f?-O>W@BOzis*U)w5>)d;4wj{-oRgepvspKkuKq{oj}E)8FPV`}~D%*ZFz>-XFjG z^ZWYCKW}|){{7wF^SS!VKPq$QFZn#Vq)un<^6Sgz?t5MH@bSw(-`8D!x%=Gz2a`+c sCY|%Y^wZPo|Nq(Nj`yegiyySNv(;R_w(i+{+5hs>`Zs5*{pVo-0MSgDqyPW_ literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor4.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor4.nbt new file mode 100644 index 0000000000000000000000000000000000000000..5667e7b2418bdd19047d432ffd6afaf622cd055a GIT binary patch literal 69572 zcmb2|=3qFTJwKh{|CGBo`(!+4#TTyEnsjvT&i5*lQ{IN!Rw=}K9*W@*GGMA&_eG&9 zE|l-Dh}xyI=Qm0Cr2YTr|NmZpKP|QL$M^Vuf4)CF zU;qD8QsuY%|G)45+yDRT`RS)W#s9xwe)@9#zu)!0zt{i$y#MFt`j2=2|J+{x$$m%l zzJK>mewu&Ay#3jmhxWfd-#^;2bB=*|_x}0$kN(d2_w)Vj3VVra`x&b_i)|D09&NUt z@%ewwKH1sboW&n@?vs}O9g{9R|Mi>vnsw2J&sSSc{@%0kgqYQCi>Cm+x2 zIcvRapM02Ya-Q0~&j)|h*qeR5n{V9K{61>7;hjp^-+i?kzks|2a((kh$r}4RJ?Hx> z^`8})v{@fJCXk$5vGa>WoSto)#A$h-TKhXapZhE&o*(>v_^bv0zUMGsr`Pz{v7c2Y=kE9R$_5)uTRr2KUex27yM3alVEN5JPo}66VwGk|l<7Zede5|fM*6)laNOLxy z>2itL!9HufL*^&FiRgr@y0%>6^u5&()3Rz8KNBf7SbqNav!p{2^OLf8mpl`J8u?M= zbKJAPRY`t^W)OpxUil~z{95zgzxl4P?ApyNzkK)4Ta$D48GPF=;w7x*+c*9^ zbYtVEJQH#2W7qr)&BP^UbN8HOJ@$+#xwvto&5;}VH9cz$_sRF3FHcU+E|iFFJ_?B$ zGdqdsZtGv4?_d7$M&kDyiRkttH-2dyTbF(qL}fj$Fx}SHW;u0#>&8;fp0&zz*F1~( zckSd0TYGuw-+EmuUwfLpuPmrNefem8`TRb+>z_And~AKJ@BNHj&r&|$Ecb~m-n8=Y zL8~Xr_}H(Xydp7g?K6*mV#oGLCujXFFg|zw__AyK*>eoH*6omdE*t#1eYV}*pE2da z#UCB-o&TA!ugqsH@3or5oP7pc&34ROKll2|tp{i6_sGsRFpHP?eXskc!m}ik_-4~B zzTfz+9nbPJOc$=%Z6>NC7{p7BLQc+hGk8NU2zAtPrO?O7r=Q};; z6Jl2v$rVrF^gnj&TIT)!d!HBY|C+dHo?+N|iD>&HH>9MFUAthgt*vciRo(aJ`_udF ze;b)?tLxYpcMMXTeJ@ISvpG5I?U$R6t!m87w%OHxG5|!#8YoB!1s3vXYvA@Ylm-cn=YRb zWxdw&=#|o`vn}ubd}A&QDhAGnthC!ZYeulo+U~IVNm;R5K+(1cq*ffHc2~w(&1LIW z-#PPg@%x$A7hB5SiH^E|6=d_?o{g2qZ|q41St^_Sxew%ya-X$x^PbhF`{~Zlcl&G? zVZHYKF_5M2kImTit;l$}^?GD?Y@Pl!nl1TfjkRGsNYTy%S4yXToh=AbB0i&er^FrY zy^_xl-pcG%JXW_j5gc13pKq4m`+V?u)fb+n-%l&dXMbHPZ5&~L=gaSNuWy)6mawj? zmAU%L$ZVTg$HwaIpmHNx`pAu%#GKeKZ=J1=K0kEh`Jo$C`p2$S8-9DUwS4u)-$l4)J(ZG0&lJ{q^>(2?6dZF?y-Um$0CwDR+jGf)#rb= zy4E27X{o{1xa~8$WrJUrnu^beS`SL`Rd>_$*k0$DiqEKOyWPC<>n`?U{bxx@euky; zC11stU3+a-{3|Jk@7b59H)8x|M6JJl=4Ic?-wU$+47bLG7gt#tE}yZBe-|j?N@rWv znwqf}|EkK#fyj2P{JLvaa8Imv^F~W>Jl|!HEd~j`3O>_%#`;;&qtdLs>%e+VmrF!% zKPYqN<%3zzpT2psMZIG0EWT zV%IE^vuf8=u?N3SHa)j}@yDBnThl`K2OE^?7yR`*cxBerv>LYTu&>rn^B!$Z&N{oQ zZaygQy}EaaJvqBj-hJ=q6L@OdZOYoXcaw|=%Vp1-<|+rB<#b@Tmavq3Hh z+aNh#HaMHr)NV$U_6*tiziM~A>^_+P@T|rA8By#j3Xff}ascH|MzhCzl3!J3YJLbIL_WAp6-OdAZPFp1N zJ$rQaMvUJcKd{IZ+cs128Mn-r_uZZGYi~?(qvee5>B-5pjVte;HWdd6L7CTuYa2H{ zW?feI{MtvR;Qhs~D;ihc-&q=S?8^H)AbZZOEd(*8(tZ9ynP)BD*R1w7tR!RM7?ynyZ@WoBE&Gdxh=US28%gSt5kW5=xapOwUEx+vgH|{)e-%@@ zf!qrAVw;av-+0#b3%~za_htLEjT`?iFf5h5sCK-pr#K^>p0N5waPDIR+#f8<8t&$C%? z?wR-0_E&A6)o&zzeD%i1=T2tKVSl}PcHuokvvcZ;zZ*v+*Zh=E-uZu?;a0zB)3%k_ z_sr(kJ}=FhTNa#bUBCL9eXYU#r}=Y1jevPOUp}3CeP!t_Q0A@L7Y53=ndXo8e74&5 ztYM?g5t%bb7r&Q&F8sA;W$CS1+&*hBgUaqJR&POR1I$UUc{T6&*%%umapBs=mFaQ0 z&$6GFX7O%&#vOcq&#Iq?u1Mva6<>BO!Tj^qK3v$gW98SYpt5rPwK++zD#JhtDt_%_@n!G&S6d#v zvUU1wOIe%MtNIFO?E1bIs%u76{Mw&~BKVWCYDvV*MCklWq-Y>IbGgXqI%kczgcf)ZTI(H@15`_GE`!Bzg+U` z()rUJ-D-`^wq0wnoc_IeW449iHy`z$wT%fmXJwN2Hg9}J6TM+G%jD zSt5G<;RybuH<3OPyPxqU-=7$_{@5?3DtF>_sZjzzmvXu=C_eq{FA?Pe6QFnn*=a+ds=vlj0qe)Dy%tTkAD%wQ}3Gf;CKGpjrVuXh`POU-+?Q){LZo->pN{OT->;_boQ!BpIGtm$2}`cXP>I7v{H%F zhCNq}kJar@&e1afHJS4d-Y}g!qxlc07%`o7d3kd3^@5}|?D4&J*ZVfgRGa>aIep{C z-$U!&(+XhB~8?BC9DGl5FIJvUJa>Zfy+ZHFFtP<@%hf0e4XUv>n9U( zYMGN?o6Ttc+I#R<*4q3(8>DuZ@g-m9NX*&GS6p!CXIjpi9nBk)&5vDsZBTaS;EngP zJ+Z6XHfCQm-1cAL*tM;7GFKm#CnsN*PkQsqxhJ;1V`Fu!;kIkN8@J|xd6q|SSo-#S z{d9OAZ+?=VLD@YhdN z?UHk1{~pbH6UjScap(1o$(Oq?R?E#%zqRMNZ1R0ZgYTcL^us@=9lG&-+VsWWjV;2B ze%HOJKD7GcZ^@YA-Ia3>R<^Szf4{mfE@JWh|1s;`*Be{Ze@u8Iwa5Imee~-(`&jfialFgIrs9#*EYXm z(pUeCd-f>ji&b-WjQM)wigk~l+45hjHs84``PHo}zU%CM`PLeKys58t&v@Cjme<9x zJ$Ba<_LhGJjj5fpPNk-lGY?{nE=1G{F^y;XB>UwqAT z?TeQ2do{c3zdOG-Z%n=nN<-Hcn;k!xf9%+`-uLeB(?6V9efE3H!P3I7+wFSqeSR=+ z>#t~u==8%i^L|8coAx{P%l5LK*!_(gUz;0z7p^~jjm_|z?dSH3)pBbruY51)S$qAj zMb+Hp$;taW4a#Cwk6l}1P&QxfSl#hNyHk7qn^f7~@9m8hZ{Jud-81+8!5hYR49av4 z+?d64tZ%AB^yGs#-d~=t9{2p^r?2L1vF05cpFc>&;O}2%}@0+Ec1K#^U(Xfe|;+KenmHboquzGseW?D#+X{es`JgIlg_^8 zS;tzt`^QG<4CR=k=eSXKr7- zf6MUOUcTh}uKnSkeU3d(IW)&_#^(Krbu$h2pL%X3|99=d{Dcn&Ioqtg7c=gZmi@zo3#NXR< z?tyiE?K=O(*Cqex-T3nR!S9-<{Kx8=Ya*?}>m%4K&3@e5T{%}a`Fcpgn{uvWpMEZ1 z+JAaRx$v{Nd!NrQzJAm2+nUUtx%r1~{N(Pb4L^Rv@?*T)`=7HnZv0#b9_@OcBk}uR z&&Kzq`~CLJS3iAy>(}P@i~9F@+r;+1{oS_le!RbXefEdDKVC=u|CfIJMlIKU{h06X z?}wY$XMd3WbnwPkkMke}e?Po7?)!fKeD}rsw<={%@0u?B>}rjYX7c%Ji&7=+IGgT zxbF$`I(ACTJotSV`{&s+PIDI98a4l3@Y?pi-;CW8CD(A~ANzUn^&S5!HUd!88zPFrm?wK3^ukul8U8GgGVOgGR@_kSee1H7h*Z)?(qWk08%)VO&t3d9aGTAqzAt&E)Ar7|pR%tn{PSFy*?sQy*&E6>R?asb99U?QeZuS{KFk*UqAT{Kdv@nOwL}uU#Gc8N@liM<&PJ(|9_eH z$WE`1{vo&X|4xH%xBv8C1r1T`mTRclnEZWmYxTn0H{Ksy&V9b)PW{~Jt2bKJY?eBG zZ~N+v|E!|U$|v=?rxo12-u%-o?m4Iodj2UlE`38;)U&Kde`D4^lP~J|y+!JG?1#fg zY7*y4Cg&(rh$!tb9yzk1_4%Ng#<^Af-B{ylxD&g0+QvgCb|($VpMa~HAK z$6JVRs$X*?!tL+J@carlTZ!GVrdGY>3dQ}?Y|wkb7vUheO|DIbeH z?bm~93(1)W%R46@y}r-D{$%>`h`zsOtDdVTC-2{HP*!VkY~9~~#}DQAn3ctI9$T0A zWBSz_->0dczJA|$+qrKgrq`_f)#IMuZ24Jt$R@t`>YvkBBh(Vs+&BC$@VV+y{@!^N zbI-5dnDevn(dPdqM$N@RvkT>9ickO9CH2~|=josI!t=S4AAi2x^0U^oO!vrp;rXw> zU#ynml zSvPtA$DMgc=d647;Lp*EH)MLwf4p(#&suB4bna~PTtBrl)rQZ7>tEMA%Af21XKi=q z{!+t_R?~&o7k@SH`MdUY=k=XGrH>u^koM^B9lt$%&lZIFA3K&Mn!L5j9MlXeVou)K zxG`q$>>n}j)$g7E-TD1<-J`z=I?oN+D=SRQrnO6)KHP44BmE<+D*ATQuuSK`6~lLt zUs#W2i3Ze6wByIKm_gOKk40qfQ^jM?xP$L|X6-ZhYP-*ZgzFZud+jh@>6Ls!b*oUNJL@B5c+<6c_Nja~!r=JCJuEiw4nCH&5rm7v=w|TBkO#aM(xOiKEeVnwkGiY4O@W_?--+#TC zG4uStz%xIO{7A@Jn_z4=Jvlg=_3O@a>UP(U9(le?qITWtjVn#tf5nIk&writWv5)N z`94r11vH(Q^>&fn^`}Q5jg(o=wd+=Qo-Z~1xO1JF-Sw+Sp6{CVBj&pB{MS{Fievq2 z*1hgLUuyet=Q?$}>t~NV-vyeJ6rRr=oNYaIwS=_1&sz7ZKkoST@E<$I9-Qqv`{Pcz z*-_c6lFgT0n`QR6#?H*_T)FV$=9Q+aSIPUVjl5d!0n%ZSoMpS}m1OecKXpkwpjpJI z>#Gcp$oz5JEjc^t`l|aGGr*+8>~f#A*;n@@^F8}pwi`5`1ev?a;$2%;o}9(I_L)d< zb_QgE2{M4b_fKIGWNr~HTI*}|ru2gxS!`hUJURJs^Tv+{Z~REeIs51Cp|8JwuWw%Y z^`4Zx&)V6Z8_>K<^7(VsYm@71`NC&M zyKTffiZK65Z;kNoVY>h*?4uH35bRZL6cd4F_{e~CTS_uUNL8{ZS(^+iE#jg3HuSLVEsc zki^c;Rq{S_XRr8p@XF3kDfyn>^IwnrNO&dV-pl_ip~kMyckW}b+-#}&v%%^oNy+=n z)m{mj?3{YVBKcK}Cpb-)CGi-R+ATdM5Pbbz-oEQ|dwu8nuiSayis?yHaf#X8yFtCK z%9&E>K69t9yl*|jNPa**{gVcVx8l*eoRcdXINUd{F!X<^YSblOnbjG;-GTvd1ux>gVK2` zKo-H7$)8K@4Z$=22Y<}z2bbdP$&Wvm#!s7e0_;xbU8Ne>6*n4L2u8~=L6F4`YPC@!#A!} z?zIX7OB;h!T7U;w&bxXkIeBsW4&zM^c9uIuY46UeLrJY+@fdP!PmV(iMpzD zmVVFK>pwveva5TRzE5m<;OEwrwf8~!`>)$s@n!4ouK?Beu|8+Sm#t%7`SZ|~QU%la z8N2wFfF`yYuYlHZ=&OU+lR*Vd)g-BOpIHB($2}`wduD-ZlyG4XJ1A?8;kTG1pV;YO zDG(RDkOe$)v{l>m+>BjiOOHt=TlR09bNq^_0murrWuOUyQe(sT8M~%|3bpH(KyHqj z1#+i%@aNW**_m1U49w!U3x96i2y&Sh z8m3O5;Bi~=OeFX^NA5LGzvIik39c>`@`=q30S&VEt~zE=x;F5t#IdY5e_j42tf@07 zjSU6`efFwf2d|X+hT6~AweBT|#lLJ__Nu6(ATdzft;`Y)KEHcK)X|8wbu(5t_gqz6 zwr=w(@L*YJ`;1-ZR=pAkz8)DWoAkOcXm^E9~l)OE7yi@9M zL~r7&TN_pxg2vuJ4mu2SP;SIkiDm0}S3{(u_N_APdHc24J`j>n*_N%VTz%`n71R7s z=^4A8t<7Ri-rBhF)`2Uf&7sos)gTK%b{@D9laQllfLIsu=uQjD>b7Pv2VY+gYPkKndh^zX_s8CcC1-d$gdqY3Z*tKtamK;R!nrDV#pVfsy zN?Slm=N5pJ3a^`W{7UJe(9biPXYH4lUR~J(67>X$nw|t1ptciafJ!)MDBVB&bJd|M zThCqyRFACy49 z?S91`e7)}ap5#}z-p>Lp&RVwa>iWw4GiH>7>if@qE3;2z-!uF+NAJwRJ@r!3v&(&A zyW>E@7eOttv-M|xKRvQ1`PHm%v&wy9FN0-nt-fz)_I}1LvwhEGgRdV0nJw2c>-*}? z%Hvl|zk!ODV_=yZ*TD;AO4rt%wFcXI{EDrh>HF)#Amjf*jkjL5?&o@t#{VFV&-On9 zFOjG=$-0*hszbi>UD=cT>R#ila-X}_8)kn0z0vYVY=M#4x7`fE-xWgsCcKhsStZ|d zm4Deg$(6r$&RrqzbN6(>*XEVglAy9u-}x!qvUjN~zVi00%};nWuVa<7&t2ib(vFqY zN~`z`OZ9!OKD_JFoA~Np*D6DwyU~HBZ7Zv_R~<9>`sXTp@b@qq3G4Yy8@HzRtkq3^ zW!LwL+vo1_z}m)@zb#hj8(O7Av&paOCakLTxyv79+Q0I*?AEOD_0(a|l#%&sCdaS^o~Z*e1W)H)&P6&)x8#uRSY&d###h zSQ_tn)p*%E?Uhx>uGFfAo}aO6{gPLb!QZEbKo$2~{d~ML>gbifnxLd@zcfoU`1^8D zW$|yys!*T1^Mkf_t^6IlD$KC7-s`H?vUmO~L50yh|0@#9-W9KuI((&850uQ#FU{f! z{=PG$H}RF-bddj_2bs2Q1Q#u9j@kJ_s>knlLvj;d?E^Is@0JH|ZCv>~Z`A_W0Kbu!pU(3=nC_Nu_ zmUY>?NKjkEHrrHu#>|}?{v5nw8^FKpUG3`1<5%|PgA&O1wV;;RzN?@_u^p5seusVT zTUmWS?fKn(lM~)ppS->Q)tcVF{|;TLEd%A3^Xpy-1b@E?Ds1g`gCajYytHHG?>C^x zpC5ZwaoM}gtF3Cb&)P+l!Xq$K^S1Hj%09?2E%Rdx{{AS`Hu+WD9#9;1hkxx^S^W_d zhx&1#I6S(#>e!XN6`(j2Uk{2ykm9sgH?Jiameu{NFx6M@sl9*TN^Sks_!+z2um8mz z{QWOzhI8NkSNcA8zlZ;AUHSXps{IC~_v62cFMIcUHOOa3ig$(8&jrtx%dfe2@XFuj ztJX7i)o-X`5B|;{_CDd&zk{!2eeT*v>}_88n|*b;LFxa5uYAkiAt_GZR`tBZRA24P zYR=&AT4DT2ui}ora`d^oI>NSNWwq#PcEi&3NnaI?RS6VdXm(Fdw(Zy`cjU_7saKn4 z?ApJnN+9@qco=x$Y-#<|9R51NVzZ0QGj{oJ2FYZCjI%onGH!V!SYw23@~gV@ppbeW z2}~c%`6DsDSG1PB zV_g?@^vd1?plm0;BTKY6V6}R3^32YSQAe-X9tDXm-vJs}>RMUdwK~i&Z1r_vP+2n> zWJP`v$aG&&S-$rq)bz(OAn7@)!BzjR<2zpoB$rkg2e!}H6}}7PHLq~lq*rk-S2_E< z-5gfhvGM*hiQl<>E34Om!tH!1D6Dp_t2%bY_Il`fiPg_reIF=vZh=B4?l&lOvSEtftAoP*F(};Y{(urme>^CWd<4ayeH|zUkFU2n za^>$2Q0XGS|J8@fE`JkV&HKAb-skS-cu>Xj4OA(guLD&{H`o6CdrL+xi&opS)!CPJdz-wv4?RFY#Kx=j-*| zonZZI_8WY?v;395kL~xBzqo_X*RJ|^=t}YYRrrN_zKS3F#cg~!zAX06#jH1xRuZp+ zd%kKeo0lG1+qLp}Waxa*l9#K?XH?A#B|&(m-PYeH4D7os<96LQy!L)Z)xNN=*30It z5B=M>@;PW5z^k88SBVkcSa zo2MJLvvFm5cW7S1tD8wvi4op-=fIWCN3}qPNSx;Fsr9#rwGuX%#yO+vT4XBIvU#Op zGaFW>&ka>ecomsG6-9WX&w(qO&uIx8d|k8o6pN4T>orD*M(qCh6^1)IDcWb)1I**+Fh(x+L@II7+0?FDIJOrF`W^7&DaY-J%x zQ(O#KIQV?`YM%pFKJ#mXT>0EPo#`0J*7ab)*C5CI*#&aU{&f)H_nb4DeSVmjT>~%6 zw)J2COCJKWUA>;n$k|Ai?`!wco*N z|AN$lgnK}#QaIvo>&oXWVfBfxEE_?I)h_`g93J_%b>qKXb6)6!RYikUiGft@Yz3*x zO9UsfWRR*uS3ZLlTz&m>7?e`~ZvdrK`!)Zd!q?)%g(0doi>=;o@O8~mkgDvBAXQOo z{vDF}a=m?{<%{*_lav3pu1q%r*)g*hWJg*u$R#%;Ai6)huHL^+{TDY_l?OwY@@e=5Sc1<_Dc3R?fs*mmAZB>%N=Qpg4J9fo5 zXZ3W$uROP35hEO-pZx0PxvQroUO(-J#0_YACjE2R{G?Ym_khYPvwTo_bvC-TYb8Em zP`Y39@>Oup*Oz}?>J!)OH@Fr*qv}}!D4|%!fD#HHsC6*&Fev?C6$Y2Wpi(sX@7K(i z_YOw9PgqlKaLsx~)xDyxe9Pu-kJ;P2^0_Xk;ZS+{Di+~2Xy+L1lHdYJzi{XTQ?-d7B#i zw{_*-oK^b`wodo`D!vS&c%OG^4yb*Q_UrVy<$EG~W39pE)jg}L%V*q*Uj9oYxcYU- z{G_b>xvzqK-mVRXF~+p=t?P^@~oi_`LNGnc1-NZ>N^9!B+dgRHkL$)K~c&xbn|s zD(8$_^H&%#24hz|jZ@+`U&BTpi>R}oIg@ubuKYVm%iLgVe9%+2W#7D4-8pcj&U32t zj9dCEidQJ)fz%Gj7dZxrsHn+Bg)8;%TVT`rA%Tn|$@kKi{d~ zp~tr$Lw+`|w4J9_Z?N@v@KgR}-zrx9Ie10Rf2#eATaQg&Xcca^v$>MS;x7C7Tp@hT&(;A+26x5TXTD^F?oytNFKY+Y%)Tx+qx z*5@IqBFnzbS=Dps%DmvIn2LMQq}$gSaV1NZZbO*Pyc%SB0?2g!H6YU)!KQD}f>@46 zdMkSv$n*ms%jF_KmW!_ko4yZW`ed-_MIh7t*MUqw2{wHv$nEOksUpWf8d^8@9J=x^ z9%RCQkow>CAoc&(gVg^AssFnlq~1Rsr2bXX%br6K;K11`9|>}R^6H*LSL#wg+WXfS zaRvXL2-0r9$=9t`O8T@$4@ehRGAPKdfQ)I60%;0Z4K^i>5RR~*_9IAxejG@{QIG}uDnJ&9gToONEHWuq{@#diOMFuea#L{iPmtI2 z_k)al8ZHS^aV4$}q~-K_kegD&KmoIE`Z=h}f~&d1+!C|$4}vu4Mo6}<+{>!H*kJ4S z1dxqlYkCgdfO#VLw**M3{9%yNWRTKY9+1-hM37R$HJ~tFJT*|_^orR_jX}W)inM)Q zAiKjif7cOOdOjIsdL_tobj2Xkk)-dfpBgx0X3sCzGj}gpwr!L-9MPAUm4E7# zq0d|2NXxdBdo{I>8*DXCeJZi++p;w>hp*h5GBtU|t=XH3c!H~g!>}lxhAO@P)+xiD zr#F5t{R|#C+-sy=Z?H8y4OAMOTJz`NmAILp(m;DND7&YI{Y%JNe+E<TwRINVm@#0MuJK(Ywc)*t>x*U671a?Pzg2{RD$i^3@X9O!?q=4y*~#k z?$8t;Ly_)DElZ~8$rFLxJ96H)_Y44b8vNMSYASw{zXtZs~WYlaphhYZF7UI z(=$MYve4Q)2d-dM+yj#Sv-Zx8cz6@_Z9S;v``2Gv*kJ2_P@DIgJ*c(%Z#k%1_`d~I zEzA#7OUU|v8B~WL6i?%vaSI~N9S&+q+v(nY53a{^Cug0%2CBypim$z&aSJY8AGZtC=AUuv_f}Btx*xP>^8IyC?fN$g zRJ+En_BY)6JsVWJ)~yBAuIoWnF+%YgkZy_Bm-QiinTYztto^q@6?}N~-`16Xvp^e8 z;&VY2{OYy;4qd6+3Th3k-}Z|;`1jQ?SQGSC^v++eK|@Fp@d<164Yu;!dxhg*6R{Qo}Ou@fDgvBRh$=`d$?eq3sZ=QErg7$akfOZaJ8?&jOIip*h|9@bQ;<0<@FJHY;V>|ap zw8U)vp0l8Z7@!^UKMzINCF@krUklpOzO!p%8tO< zlkf8ze)}tc&1uK7FkO7cr#I3q@y+jtpRa<}yn}{qC6mGJJxKd7?7YP4bkKf@SGa_Y zgU^4H{(m$p$5$d59MX`Oxh5|0n!5)!6tr>Q0ldP-wTan>B&?r*Dl*kq>xq5du<`S9 ziPxz;@Qn#^$0GET*FgJ6L<<}5&AD#5CkocDB3d7~7lvK+)9c>yyA7{_vQ-ag4}@$o zwELF4209u;n(!H){kKg|=7%MJcTEBh-hjqkp0XW-EMdHJ0CGISG-+~#)6~r0>^rf2 z^~Usb2|D$V3E!Tl;CbDj%^Uw5jQB^X@XV9))z8lChSxoi2FA2N2~hjt%I^LDwr&Ks z7r;$2upp>DP6pS&C~ENvmu{JrE_|$rCmB`)K}JGP8-jMGQ$sjS?f4tZrN_O~Wshy* z106Q9=5WNdM4i_LpzT6dJ*iX_F5gr_Ba_=VB3!+kE?(I-Yq{{TPXfu69UED22IbLITDeUq+@J2jq1Xc8%tj@e)VJ$l6T5$a;H;wh0}UiQZ2;N98O8GZ`s+e)xMS z61l{XI8EJh4q|p~gcU6cQHbHN0(w`!_j3svRu4D+ULvu=0(CHnuin09ntq!tNNS}> ztQ}XLFWn42ZUsD^qZ4f~4b&k5cVZ|Kj-U3foV2D6KGlEQmsW#!ppw_ngEiQmEtr1( zICwAXpT{oXsqbse60aS5K(pThkd+RQL&1m;K7M(=+Aq*NCZWbF_NH##ycPHx&e)sT zKc_<$3KH&V9Lsuh9m`ssN83B2{^mZ)xBc0F?-O{~{mtKm9MEb?c<;j4xXmnH;owYs&UbY1}=O*W#q4DQDa7}fi@aN5}H|B!J_Bn$F%EMMm ztPbtDiWpXhOdVqrPRqKw&pGLh`Ni+6H=3Fd-7~-l+%sQV*Dkb;@13g-8vX@OOdw4) zv~K)Iv@mFTcixMmS#drR*3Y{)QkL?-iLPhn%T$n2ueTbM>ApC3b(iLypKYEK|; z?Xh+I&@>lC1xX8<AySwcbaKgy&erq zY6(z7ex_gk^mDYR%wY8m#O!x>vvTC+soT`WQcnvQPj27eWf^6Kx2bz(F{rDB*19CK zxn~oH-!7jXl*S$FvXO zdi(G_y?uCJe=bdmF>FQT&)75VON&L5cXn;0Z5ax&{9EnU$Cv12*R<8&y`NKaI0;)F zn_T%L^Ce>Rj5dAYM4i`m`g4;(=MO!lQFk?d+BtcuH{HOa#B~u?utkAX8k{~>^!WHv zW6;9Bjo{UQI-nJNuqA@z3)fL=w7-5Hc;VhL@Nzj4dKHlMd=a1ttGbylh@S#M@96v} zT?ATgPIUijO<4Wx8KCVzXgxPG*b&a44&A@sNACYB`?+iSD$qV;_zL6t?NX;T5ZyS? z9|=v( zwQpW#z1ePgtgbl$yzNS2HE3VeG0?PHKYS)G40LiCcn=Ne%rYe588c^X2d#9<{g-39 zZCej{aba)`vMyLWZQ1^u+@HU%-uM~Q^A)suF}b#DBj~gO&{|LMx=_-D&-l#0_4Cg2 z)s=>c4?BHpqs|JSn#O+@GhHs5A|PF_)C4 zR{zFsclhd!&*c)RJz0a?e@rVnGq3tXmFYJg2Rik{D(N`jeEaH+eIc~y3PGxI)Na(Er#fBLzC9(q~` z_Tz`mOO5H}L$HMqKmMsPE!!sq*>4_kE?MWf;k3^Zrz?A&+8isAqouI%NYYYA7|>39Z1fDte44*#|A^FNLY)-=-28TxG@Mq zg(3NP)9j`FgCMO)Sc~1!n@jhi$#B}ka_@ADV@C8YDSrGOn9}L+C0f^R7&Yh5$8@&y z^WRJK8C*5|KYye3%}tx44rxeD3F=@q)e7U7(X{9PIwd{tTr~zN^?7VX2ncNQ{%;H zX;;ql%$gZUJ;Bd+-_Xu*zpke)X69u1>G#gR zJ)OaAwCib4p5@}`b1ycZKtpqC#9)#c-0x!C;`39!e06in*I8^n?V|MQ7rm)pju}-Y zOYYs+b1wozc;;mDW$Vq2epNkwm-^-Psh+ynnMC;%EnNKW?E&drul+vO?SH@W;``QT zU$7bPI@ptEuvq#G$;>k+d0&0^GyYXC^IiY*hXXI}8Snbu^Uij0^?6E|XHM>YT`jS1 zXV1QLBWfgjNUl-8d*Qo}-Hx7rXFRBrH{n^^@@4k)y7%*Zg0=7*eeOGB&jKQKi2L4yIi;0b1TkEezja| zmwx4W&#yUw^Nn8>Q(4gR<>r5}N8hLCSGe(>U-3}V)Mjy8`jrnoQu6{28)wl%@CX0& zowW&9e)d?+4}5O?s>W^Z`4yifOYIh)OQ(gPpVfcKXUA`DS6HljB7@uLR#VS5x-sX) z{l9BvaI3rLo6_RFCo=Sn2r=i?{mnNgq==v?U47Op^3(6rv#^F$4L?f1 z(Z8lJy47?)?LDpQLU{f9=ly1LnpgC&#>1cfo4;w&c0p?o{kN>9X`>9*&@11(9WpFJ z%@!ZbaHyH@<2RerViW|)%=_o>QF(|3$#CPWXYDtmrw6_^%8GScdwNBwWQLU(C!@7heY1r+)dFa2&6j*9Yisw;*dyjL9^uD1UK^;7kSf4NN4_d`Jl{bS9i}l zrNz5XywD?>`J?6oo`D0@@r2*sA7Bhjyx6?s>wW95v(LXcKJQ|`?PB?AH~Virb#G=) zmfw9Z(e1s#;_?|6t@qSQ*6Pj*JZ|*M#~3_x_M!~Ou!&KX{mjYV7q2~&p>6z2>eIQ@ zFVzZ?wY=c*iq~g)_MJQPqReR5+@3u3#kWrq!&KkCIKCcaO1b{x`>W5q@H5_Zx#yk9 zV(YVHGUwb`S-1Yvy;M0l3Cc#n;NxhPJInv>Kk<9|#qa59U;YM4ZdF~pE#=Czo?DXw zqm8n>-EvQ^&?QUIGP8T1z1HIQ=l?u2`epZ-8l#k`g9}$Sp7A{XB|S^-%sr}Pc&vqp zT%23|JS!@XSRh70&Uo_YC&X#ecJ^q8-Lv}5bf-lNqN9HMD1`Ss`DH#A*mlXm4Q|K{)1p65mM zn))|yr`|XZdbe+X`g`iHuQ7UcEMQ+>Y zT%>?GpP%S)5wtOs=l7ep&$<|W_Ql$?FJZ=2t0nhd?YWobmT$TktMJ#;2cJ*9h#i%_ z-alVD-wV35r&+Q#4uWP*o-e=mFm$okv$v;TWPk117k2)|>)xJwZf^O?i?>eU)6G@rDxWJKw+aSC(r^Na7PyAL-p;8*IzaM74`QVXej3IE^E-jnQ6wbWil_w zU=|mh{$;zRr|$fpcd1|ge>8>;^HIKls`wJ`-}*n*(=UD(Or>B!7ktqOVv*R)$^Tyb z?symPcK`ZZikG0F5AO6>O|yJCW8eDUvroS`Z;?*T6(fj}q^D|z<;#b>XPQsHc>m-i z4VNCKUAcP3GyH4$C!0Mz|NKtVXq^ReA#YiHDgE!tHEwhN7t*nLX+M{a z&CB!jD+|ZY-_Ps+%P3i)rBC0KQg2yJhqYz!BJa=Y(=X0@rqX+@)y&Dd z7v@i{vL$&ak{XM%j?NyKMRj$v=-iwB-cdJi0Ls>$Z4agoObFjQH!$mrUZ;Nf-)Bsn z<&Pu|=l{qZn1RRp12>v4KVW0(^#hc?@&;h+&*)auemYite}3PTrrFAE$VeDsiTJ<7 zZ!}z)j_5JTr_+4A;ob z-B0`3w@<$KHl@T`@~)p7NzBhrAK0dUnP*&eUUKjAo_ob^?=2U9pL4PL+zZ*XFMP&T z?UH*B_dpjTRe%Pk>U}4H#;*3Je<_}E@qD72{kq%JFRtHj^y_Q5o4vhc?b&G;-=!e! zPy4bn9nO0PapAKky(^)E(qF!wpL_bncVlBBmtWbXZ)t|)tu4(MLw=S!Q~yRi0}Ve# z7-u=T`JPz82^tSmOF?rjim8rA5f9{dGXELG~T@=xz)V*QrzFY5t4uRw)X2Uu5Z^{ zy#BB;UANvC-D=8Dr{99=nrBNs|0-{tcV=K(&UXi9h5r2k*pP6Le{(sl_KLy#^N^`j z$Dinrq34o3dQP66r{DHMb>8d$zt<1=8wbQZ4`d>(&QLOs&_o#nv68w0IS6ObcduQ&Y!66>d{_sCz+MI7>cb4j-Sf8mm zidCP!A9nl>8B2#?i;wi#w|{>6;P_W0T>5)|`77`NOm%Niml9R2F4tSU{#CUh;nC=ep|%bAn&UVPWuzq4mwxjAKLV___%n)Ai| z|9X|h@9$R_&?fyG{fe7-#`EU&^J^=(K0HI2^1L7!Qf7kHR{tDFDV(We5mKXdOM zbbCAPPEL~C`u#XP1~?agvzxn@CTBmPp9HX(PTrYM5AUeIz53m0&y2maKGq5}(p~IU zTW48K>X}(}KS2XQWVkPU^LLt_)CKj@xfSQv>lgn%K$o++D%^PMjY$qdGEXi0bNLM& z4m=B-Z>(N>?SAB!&u@6?bKqHp8}I*AIu7mbr{}`O{paq{@~}AMiqTK%pX9UcB=!vd zU%$84IoCDc_va8|PXSriAbGT6ntAS=}$hFJ$R|hgZ!n`8g6#zAp~DaV9}DOZ))4 z?cL{l&X-HQ_&iTOcy9Wt&pxH|R-QAyTDi>Xe8}^euWX1G{B!#FJK|MSuJZq_jn*VO zk$g-4e@!-@v$DIFF%kN(8Q#y6!I-{$h%XXa#37`2&D>ycF6;%cI z7r&vY`7>X=D(}B*wJhp*$mS)N~ z8CfF1y-BMAeM~75yl-C?JtK=dI5%;XuFuximD>!iiY>c!D1=&%jX#|IAm4 z!L})@+I_xGSSe?8)p=Rfk1M?^|35o$Wq-WER{dq)j$YX}9J9A~)%v(mm(P>$yVS>-*=wAPB=6`?2FG+TaLlF`Q zmdiQ6-j}f}dy{8ym3JA)$1`5B1>a3rCGAt%yplY@Vn6d&&&AK*nNjsuBKU9ODtn)= z?JNHoT$Nw;>u^Z@j92{R3(mPbzbg0GT3RIdGnT!puJ5p`PJVSyl{Ojmc*yH{yA4bA z)zOm332fDQhpsR|9^wTc3Zqf8BJPwC<(dlCC$s0WxIYo zO)dv#8rn5oXBO{@dVluQ)a32cSAH|P8n^7$>5%G~S^B|mQ&;Wv*-B->+K)GAVlKK{ zZ8S#_VkGdM~$| z(vC6Ke)WB8D)yG2{yv^Zc`q5^+Tyrmgzotm}W=k1i0bB(qJlOp(Qqjd0p+eX~|X{?=WEP~H-cK)kAWNf~y zZrMrd3}Ga!;@sYMmxY|s4{*Gq4xSYI3BO98=(G3S!<)(5DIcmq8R@BfckD{G#Y{>% z?b!PKpZ{$9P3d3&y1CE4ERS>k_mNhE1Hb$13zJ{%OQzA_z?{pw-nagI(!28e(nQ*J z-u-21+9&Z8k_%<#^$%u*!-h3 zHviDZYT{D^Smi_R_y0Ef!iROiV(4SNNP_WJWmpD-krWVa2H{D-=UzVieyHXr&4>Bc z%h0@}c(idg)rTh`%~Z&c=ef*h-w*F8A$j0}^ufBnujnzF#NT(9hJy*vxix*7PrCiu zO4}OZWQg(pI@)%FW@bGz@4Jhf)~H==KQr&Y>%6RrTBQc^v=rFPhuiyTH7R*K!+3f4ZqLET9uP&@K`dH-FC<~LCq&55gY?^~Bq zKG}Kb`}rGu!M78$tbKCZSH3maD!Xjk;VWe`ZV?uoYj5+|D&-Xf{YrcVLY1#7{>06J zblyPyH(8@n2+FmoO@8&8ciF!C2}o&pUhpyq0#6|AdNvb+vebgFYe7))xvf#Mzi&uh zHx4EP-DfuVYReFOpV?rm?6Wy>_NRGMrB&()rn-%Y`ME!YU8>E1b)d#mQ2IZova;j{Iru=%og`AO8A4-ToHQT!|T zySPE={AcR@cd1|4fD5p1E2V?quRTbEwHx3es=Lc+w>D&EayjKCE;ta-OYz!oH>g#j zqnkh9x{Rtd2EzOs&+~oeS|6ZUOp4RALam_HxTw{#sPBh1MuSr$l~*T$&AdCEoN&22 z{odc?*@Tx%J>Rk}?*8wmH10A^P2NtW1zX@CK?&wv;xsD(j)TXQDqr3}U6urH|KaJs zlGr`1`$}8${~aW`!%mXtYJSqz{dI3?X#R)S$MaB<6Xk0Pk&@_ri!$o3S%jJY``Jco z^oj*hT2s_#*jM_7+G`@gQ$Mx8soVYdJU7`KbvU1rrG5LV-%#34t$*JWYp|7jS=qrW zdNXdZ2JcSD68CxAw33kE(eLLg?#--1LH1=fb^B-h+B<3GeeIb@OFuztFQ3np4!)mn z@KwSH4P6agwk{ok5dFtjRw?Ip@~uwZp6B!Tw-L@R$9;8!ueD6U`{ND1{$|BkY6)L| zdB*bhs`tY4Y?Dz|V#1}7muKP>EIzmI)qVf@*2$!=LPcJ$dhTYzU-O60DVeJSFNl3` z{QM2f#icl1j~O<0g~v!xjk%Kb>&fJL{*x4}&2@Y>hxb}`wO#2OQfK?Hbpzv?zrRe* z$Frgq(#b3NxI_&Qu{3b3!(MOSH=e!6u3z4Uyazd2LLUjK|f187&C{K}RE z)N`)-t4RLZTF@{E($d_Tf5)!;)-j~Us$FE0pK~97hhz&?Rt1OD@2g0DWm`IvI!oWd z#XM{|eVj!ZwU*SQn7glp7S)sG^1!c~x9Q98CVixBqyGNi$IS?i*Zn?4qZ)h8<&9SR z9~`A+D|>n$%|-~W(yX8T_aKb|Jmh%XKEto~FHn6$3cPW5i$Ds0>7`9%zL`yv zqObG~rF(Nw#;$*UquxfHbJQ4v-Cs?1o22%APj=5rEa=U(k3aU^+*LPkui@9i8N0&f z|JD8zRl3%wbgfToO*EJ8n?lFEXa}Pn*oL?{V z*Vb(Fxh=8R*|3xMw;R0Hxph?|ZLaI?b)n1Fg+dr#{+u|H$XN*2Nk;f0HzqwbJPInyXv&)8=m7_3h}I&0*K~%_zP0>X!KCb5XIs zldeUs&W=B0m0kL_J2HLkx>`f5im#`izahT)oGwVi&ZQs?+e_YdM?Rkh(s1Vz$nBZh4)AL?}Ob02>ia%ooS6Tb6r`GUw%sG(i(>uQ%T~llcQmywKr21*h@1$!x=YWi! zUJNq22xK%!@iK(UdneZvtAq5sdjirk7p!M8NKbhYNRJ;#&z+MX3#`Ewz!e9BOb4s{ z{x;>>&F<{xGgj4wxf3GO_1Ezly?%3at7F>Sy*tcKtl2Dnoo#06w@0@WHlK@&k;b9; z*&N<=o5lUp=4O`}Z9ix5dd=ahENOE~cg#AlW;0*7@Ql)H53`sypRzMAul z)$0P&#>jNpb!wQ3(Nwy>NxAm3dA0NztNMb{=E&##>+%d<|2cS-H*K!{j$H@Wd}a?f zpHcen!7H}S=j3DVCSX^*3{B-XtC^*F55PMFukCDHt$W7GykKi<R*E;(_YMySt zb!g4zKVi``N~hh=;@*7jQ*>@3KE)x(Du15Zc>B;+l09%K<%W$C_qAdAoxuiR$v8mh89FZ$Zgs^#|AW(KbgJYyxE58ib7I%W?j z_jPZVI=ZI#W7y&urF!?WL^hv08r_?8ZD$2cW#scmYuyYn6r-zrf5&a@=OrLhp4|n> z?E#rGvm9i~=RDJ{$n<+4Q_k!LSy>6P()c}2#Vg$mUt_2Yy8>R_cP+AXwfz~Z)p=jr zBh#<0{b%rc&91BRX>&uj|2n*8^Q*A>8Kq%&U-54~w<`K?B8FnDDl4MyD;vI+*#&Z% zGstPhFF;P?1N&nk$RCy^Ab+%j{PFw($RAi02lpmj!%&&C3}mc4$k@-1LB`hI0R>M# z$k?BSAY<*p#vTV5`)3DE#j66(SYfDKx#bsVd1C3Z+aMp8fP6eN4-`C?b3wtg3luy) z+d-awx$W2CHO6;A!GosQ2b;>x6T(1SAUB^&0+|_^12VH4Z01IgnL67*W*!BZx%mdj zOfj$n&=jxyXYd+b<*W1NeRn}yEY}!c0cmWz1#)=+$QH>gkS)$&TULN<;n@nZWg*BG zbj7Re&sbqmdF#-c&lf>i&+Zl|N4SHtPX;La$mfD`{bF$T*#gQw{oAl8UZs1+3X95J z2iI&qA7(zI^xI8P>0=jtH{sgNbWlVxSxOXz2k5098ceye(~g*?=P)pezl9$@2fR@ZM*E+=c8-B z&xkrNzWH8qmTml*s{WNC|nplI^wKmuEW_-1i%N9RVCEvf5J8f_O@ms8$?;THm+Z6f! z@y4=)YrcPs*qwl(Tz}q1?zFw-M?i|LlR%1P!HWApimTm0X75!7nSD<%TU>wN@8f2# z5&Sb%?>n}3PtQA3<=?zjHf`_ngSYrL-@BZU+aCEobHld7YrdOA+)lh!Ew$#Y!E0OI zYh^RO&ST5AMphmSmY=hGZmIvrlWTte0@e8O|8FU5e)l?FI^|mJ-|XfyyVlp|PKf;e zbv>`q>wW*WI;P#dzTfNw4#k$zG2g$=KeH?STgo-tPucI!>~gPrJ2&$CiS>JpU(5a6 zTAp@SdH=U_YpS1Izc;hA|IaP!&F?10SEpkrMpaq-ZQnclSl@(ewl7z6p4p{dYuXt3 zeaU(?gV*!ETxChSJ9*!%18b@;f!Z7Xzp|J%zw?YILh-(`H);m2?LLA`PzRat`v}N{ z`9DA=2!l+heFU=3zXoJoC&)TNisS9eglCk#{{}MQZk%tzwY|4NCX`o$OvnS7aPKY1 zy4`z04&Dy3j)3Bpe3{*xXLil60+|pDGNJAj$OM0o3BOl@OtAk7vTixZy1!RI*5Olp z{_!oN&F|vlqSLPZJ)M2}%&z*%+?kQz_1Ehfzy9}hYiiov{d=~ZS@V1P^=UIp|9?VJ z?1QZGY5v@ej%jzf_n4hnQ{4zkIr<+!DTg&qI_28l1E7>6UI9uuOrVq#_W+b~P!&Je zetyTinWg97>>`B(DUQG7oj$8n|BUzJ&p#hY?!P8}{>Rohi^tci9`?k)ZZ)o3t3Nk! zUs3Y4?0bG`d)IwRx%OJiAI6Bc`u17^jqp#~+xPL~Ox4?Kt{d(vd2`)x-tRf`h0xCTiF20#xqqdgH8ol0{_1Y@s zTK3gzr6<;0UpMDW)!pkS*Icii3u5egHuLMQ^`&QxUzf&%N}$*K{L=Qm%g$|&T>m@j zcH*_y`>uUGv*voz+SfB9*B_0#{`quz%<3~$wwFK!TGf)$wMMVMdVmVS*AuU8J+-ys}Bkf;wUq4^|x-jk9d4I4T z<8}9Elr<7@HW;`!^pZf*b-@#!hAeE@VqE6@q=XF2y|GeY>|L*?(BQM|E@7PiPm+^hvo?olW|Njd2 zum8LC^lSb9=MLM~eSLKB>;Ij5>i-`9{r~6vxH2#A=gQmsxO#iLyv?3n<(0pu?hb$d^XmSRU$fWW-}~e2)9mf> zm0xaUm%sb_>D&GKlEVKF?f<-e+;(Sg&4&ly7wXTy@Kyi!wdno-nQLFA$o=2?y;kgf zO;`TDzYo4ljkm2T_&l{SA*T|L|$o^Mxd^L_Sf z_s9S4u8#lr>C@K7E3fOnv)l3K?c}c?&EMbIUGw$d(bxR-1%=Q5?XLe>{N5%cKkm-n z>f6tMzS#QxuhIU;kL`+W{{A|;`g;7wj}zVV|9%ty`Nul`>eK9UxxGL0e>|L5Rq*x2 zL+Sdt@*mg#7T!}{`hV~I2kdnW^Y`qj`0&AY{=?np|K44_ntl5I>TdtNb>A<}ea&C` z^I0_i{eAx~hp(5rTU}xE(ft1R%)5Jc{6BrV{<8mT^Xc#ZZn67ty!yZJ?}PRae$VUR z|955I`aP3pm30mMVY>eqHvfAt{r>)cHuVSef32^TegD5f{>$g;`=LJ= z?eFZrHjTf=_5aiUZ;f(0XX}5x_VLWqz3t_G|Bt-1?owa>|Igg}U3LF%zqi}>;aqvw z@sB@`-=AVr`|Gs*pYQ)~KmM{`{@>ZhAOHXTF8BZE=Hu?~_kQ}&`S@DD{=2`A)?Qy{ z->7a^bm!N}ulYyv|A?2bvw#1%^YKjk{ognLzV2G}_SgUVZ~5{2{(bOYzn|Trw(a=x zx-X}iSO3np-BVop-aUWc%)hgL zNAdfck7t_eub2P!TKmP9KlgvVeEInQk4I}?uYVrA-fq{we@_qczq|AM>(|F+rT^bX zAHQs0_gvrhd!T^8&1|E&GI_Bj73V4|`iJwXADj*jHEleD+vT=KY^j@_#SR{q6tf;@8b3zZ%~EJKH}; zZuauJn$qvD{vEG5`o3nycN$f%^YP>B-hY114X^*&z5U;}t5*-d z_WwKcvhu%*9)DT?|1Y0@%{R{f^CEsv@rjG)^RNBg|9`T5^`2M%U!~psf7sqy&R)*{ z-uUZx+k5}S_2PEd{=I$cZ};u}dp$JUPze_gS?#tNsxB7;3IDdY; zz5Dw!PcQyGef-Dj{p|Ny9vD`={Jvmy{fBQ~yKDvL@49&|Gkp8~pSeG-)&Kh}|95)* z_iy)q-8_G9XU_fk=g!M6|G%S1Mt_g_-2d-abNrWoCR*A1Jg>e~ zS>^jseck_xk9%MK;m^DD)7_l^UHu=hWc$lM26N??eYSmBQ*-3v?|rZT^ygjrX`Ux{ shkyTTh}7YdfB!A!%G=Jfj%BHT|7FRXZNEO&*Zk48bzdmE@E;EY07jwQumAu6 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt new file mode 100644 index 0000000000000000000000000000000000000000..20310995885d21f604f82878897cde5c71d77dbb GIT binary patch literal 69739 zcmb2|=3w~QIzOG^|CGBo`&3U(jY~`qJ(ql@IL$5XT1?98#u8P|T15{B?u7W4reB>_ zCHzvVICS>-X!YJ>CCr|NH67>;Iqs|84&Nf5+=TAOHX8_y5oG_0Q`Iw%7dL zKly3=nRvdlHxJi;IljM}v)D2*Pwc;4edqh)U&r^qfAl-y&F_SDYG=N-?CiY%FX5c} znS<|t<>h2qUw>~k`$ueg{iE``U6%1@Z?%#Y+r#&iObIf2HufF^354$&7PJa)Q+nCz{ zLRLra`25kk-8Q2+_s5e9F}>R!Uf#Gdx5M&A+xcV1wkaOlrueMtP=st!j&xFvbX@Ry|)ek8R>hzRg~|p;k_o`Hs(@vYxAK$Fi7{|F&+t-?#C8o%Js} z>tp-QzkTtWr*E;`na-TUlUx6u-#_Dda`N#g32U{3H}a3ioPKW=Yw_;GyV=Fep%52@n12-ZPUfrlL7PH>}H$jK(_(T5x|C@VWK0Q*A==U@~ z@!XU0#8(!3j=e5=`SH+|!irw;WqpUuA8$>56|?Nv>nxMF=Epx@>GymUU)J|Cd(XOQ za_d(wJil<-8uPfr)=)w<;ls< zPlKYYCg)9!WbpHh*||HCbENO-HRoDb^xsZ71dgSR#aU;b9{CQ6uW9d#|6C~QKVB<2 zyZGn18O`^=>)mQ!;(R=(y01?&1F5pBtDs$`d~QxB0%O53(M^~cSuKJ^~i+X=6J z9ZTE8cAd-Y@z&&=JqBet%`0C^UlpIRYu`r6^#@HCovnB~qdEDa`^{=QsmljTC!L+a zx32NZjHFjlUcH*j)-44yPo?>k`^0+R?0I>vY+Lp-3F*t-7iaLTW4yJiQU)H)EGtaB|nmY$MZUGj`d9C0AJ*E}O9{45Y_?&osTq6nud19J zAH&kS%Z`a8CwHv`iQfeo@?yu+ER$u;ugy%CNk|9x^lBdaC6Zj*wR6g?16Q`rl?wK` zd;V_E%X4O143En6ynJAn)2n&xm`L*PV4v9kEB|UPTlfFUKat?;^;tfKrGJ-$4c}HvRC8(j|-A|G)T{f8X#M56`i6 zbCcdkDIcq|2BECS6{cl(C6d2e7=$HDy#7AUK!3mrdT=19Ie6i!)oV zupRprFR|Oc!s=FAb9UA2S@JQ`cXAHPCZGSG@T%%rn)JJx^wZ8hvFGpP96q>p{qp}W z7XCed@Ji{4vt@EI-*1C*;&nyy+m*+!l%BYCPQse)z?ISy?4JYA{5%qo@Ji}&+8(y^ zH}a2VAHQOHOiJG;HhIm*Lsv|Xz2f$XO}>+IrSGT4vm}#c&DlMmxIGqO+p#jcXSQLj ztyyXB#$zJE*Cou8cO}1)N`6~zaBcZ?VNf#Yxw?GDu46kSFCYAR`0R{*va?Tjo?i(y zV29-8xo?w`yFg{j@u+Z!`mO7afUFGe`Kq~Wo#C|^Nw1`mAqnC5d5P2aUSFK?ZpN-- z5w%?#K@o0v4HV%L**=D)y@kfhtZyIx1xiwu5|{_H&lAUAS@ z-1yjZhu$v9^>g3mBp2@f@>BfSI`_mkGGfWk<0WpNo3YDm$IWxr^{4xc4dsvA>D~75 z!K`~~i_7emuX~xh?curSH!O9Itz%AjGt=BBR(x&lkHnkoFtgUY@{!_vPSz+na| zRNur29XrOIe6xGw#vKy9M`v$bncY15qf`tiWythge=zG_+Mc-Hvj;19*BM@`NPKlG z;jOk|X>P&h^>+-}ldX1K3;Ej$(qbqZBfr}4=#5epAKQ9RYA6P$A+sHlmt~WayEcL| zbi%)BQo%m4(raRlUfFsOR2IDqou9PE->@`y!!b}n05NIL^XTL%TdB*Snrq99s(%~$ zat%szH+-8qW0zS3D9trrT`pn0?cj}yyFH+^y!D`zeoyS?LszQTfO5TA#N*bD$$_Ba z@lBlBv3C;_-~4!9mb3>HTE=45$Ik6HD2r>@_*wtV!3dst$!lzm-1vF@ZiY19I{CbF zAK9<7y}lz8eExUtw(}1x_gYQ=xq;`~^5)lp(w}Q`-pthNNfkM^ZfT9w)mKJl-*Ob6 zIqfq(Hc$7+4NIM8RgcPVmhLa-{~!28;aHvcv32Q5Z+`JFTldno|JH#krQ4qO|IR*s z!*t8zt1`Y4ub)o7XeJZ$e5hBU;Y&G^WCeg`PYBz`)g@X*>L+Ns2G@Xt8K=vZJTelSs#1Fo_t#%`MaB; z>GbQ(JEz<2mFPYC;Fe!6>#=jP2By=)ds&w~`*f@4XdkFZ-Y5~1f3xT4gSi)^x=(lR zJ8)z3wHZ}$tE#Gd+O7*^cFw5tw__B4| zufP@MudG#Fwr+b!eInnnqz`xeK+==1L?pbj^6X_@wr=v3I`-gV*6R@oYswA2f7+hs zcDtb9ZPI4ma=YX6wjaDA6SI}quxww?%Fj>PlfNq&ew9m-{hjzK>fp2O@Biq&PCcXk zbI$II-zDepU;D{->|FUf_uC(C-ng;z-rpnT$7FI2r{?5H+s!$?H$v|1efiwOm#<#= zd9GWc+(-8F{)#=kGW-742T7 zKOXgC^B9la*!^urGpKBdH9mf$P~_OP*#{!}65s6kbT{kGEX!l_ULU(*_;$Db$J(5K zhCO@z|JIqh3#UCRwmbFBGU{x#jy79bw9D@K9sjH( zWnSOe^q=R_7yqj=Hv76KM z@ic&%z_}e8t@g~i(I#=bO~Sel)YyIXV<#x&&d<)Z*s(57vefq1TkB&+T*>DrC#d zv(HPOsoZM0O>$57_Mg%3`OY5iJbzH;Wcjfh#`zM~Zof=^MOz=cxBBRf>WTB!_I>{Q zBA<8N`n%`|Oq$ z&UAi?PG5NP@d@h6#u4g|uG-hd&({Am_q^MD;~C=FpDp{1{?vT2Z2r8=Hl(mG+5mZe9PI_2$-t=S#nfOH`Z5C0{o-EaUl^Dk;Of zM_SsN?LdTE;+rV*WAh{r+%RM~*2id2wpKd%y!W2C|2H>k99w6Z@Wz4*R0REO-e_~= z#zu{2ZrhBHo#Vc@=GZT$Vx|4E$^mxSDI+?FWAJi^lFV=rnXIgfbE%|+KU0iQ${=pl6 z*Xy5FsAv1V%y-+Hn!eQ2*Hbs_uP`$!tCviEKP&M~3|sPbRfBE%2X2_w^xR!tyR+tW zM)iCC}LM|@1Eu-zPWey_SHR84UgXV`SSL~`?n0Y)z_PU+MbvA9wq?*T25_e2#C;xt}k7^W0m%=6;>wuQ>-TPdqDT`@Hx1 z`&}}B*B<7S9G(bvsrz1fnP{+ zmHDgn2k&g2T_+#2`p%!V2Q4pd|LyR*{`KJ(zj>bRzELy(pp3}u^O7;2|7@%ORJ`TX z;r{wZzi&j;%#!H#U;KX0XUlE-f0+D=wXT1?ddBb0_su)!8+@Dl-u-@Mfo^&69D^P6 ze<$SFY4_O9Z`e8g?dQrbbJ?FCn!SH(^1G+M6W+{wcKu@heZ#VUeH)+m8kYHVuPpv^ z*6{6vIlKBY>mzzxR+rCG(_T1w4fAUh; zuGh=;%srl1H|71Gx`#Wr|2=OhReSEi+{O9tXTR;&e5U?0T3y+AhuY_ax@qr=cg+(2 zWVw9t`N}P|=fXb69D9`W#j^SL&e`WB_w3*N^IY?5m9MpWZu39q<>Xk$_nmoQ+xjay zT)3Y5^X4nZzP{Mb|Bn0m_nn~frgYM;IkPX8%f+a#Jik-6_S^$2&#UL}z9{Ei*Ldao z!960M3%^)47ymgW))VWzTfTO_Z1Q#UckZC%vlnCy!_@Nfc} z%odMV+xPkU#rslo_UHGRvpqjO`|s}ud#a0dHh!*sGmraN-EV&3`#;++mdnjC&g+}V z_B?F%dC58ad41uarp5FFH@>p;>|NZr@%L1T-*4@E_nn`-apUhR64loPlfN%8{AR~- z>|Jp3n;OaF_kR;X)N?+2|C)1`pWgmB|L*bQH;hFks{cQ_nf0b}f4cDf=Qm&Ezm?eS z_NB)3{gOI^vbo=m9y0v$udL4SS9EjntDE~v?LThU;g9dz_xZt{;?I`NpAVLIzu#?G z_Fn{4t?a)3t;%%U|0>&Ga}HMCc~;JQ?&3Y&x}4@p%a4|2bAIN1*dM9y&sUteIp1Kv&y4t|<#YT0U3(yTo&9r2*4LyjwQT1PUV9$n_h;Sd&ikdN zzoMHzufKKfy72zjhga0Gy>HI3OaCBu{Mm1wzMrd~fqed8=jC5>eqVgf^X_=AU3$Tp z{V%^CwB6+U?~TOnX`f0ZpS*fdQ93!f`SI1W&)-N?9~THdeq-u+d)>Y9$M(!OD0}ze z^NV7(M7w~-52>PdQT zX$3Lg6Y7MEEfd$drxo1YvG4QSmYvcw51KwaTP7#-Kj&CU!P(+q>G#Ku**!m<^(Nx= z@m9;Px2|k-NmV=c?)6`rkCyv&n%~I2Vb^|cSmx8TbN&yzvi`5vFW#^EV)!>Wz)}FJHZ}k25*>W6788Y`@>-zwi6CuljQ>+wXVm$-hrMU%cP+hQ7S* zyY7RV1!nIz-QiZUdE%Qtf7h?xXenk8{%QLO@!RG0krnS( z^qyV$sU*>^>F@c~I_r>3> zeA91ztmw`9|8L~aZ)8tCzc=|!oc*z9i)v1+n0)+pLBXBh3G+HD4UL)~U!8p1)U3k& zpGwv9w^{opzir;Q=I|fA`_J!Y{nM&{U13^3`E9YeQSV^0BuWkMM`EswMO#U35I$qx7@3w|zYrfuIF>iiv@7>~qH+FYPRO@}u=YFo3`(|c+ zk1hAd{M8#Rcg)kdf39-gsr>p~v)(`5Za??OoOI>SDYJFITIz=-oBq!-y?-+Q_#eB( ze`?Rp9=Ts-{AY1u?W6L)cE8Rwf9_^ae$SWi=Ew8(!uQ#euV)(W_xk&%^ilcW+(f&k zdc*hIpTFn-S)};vcHzgxuiLGk)f_tWXYFauV$;NR>SuaqOm4mNN4(g?Y+J40za#f| zi5BmgHJP*6DlzTfwYf7kw|;(T#(w{2MNZnkYwU*4h3`MFc~q>YX7@blQL&!7-SeVH z#p~SW7n_*LABpj=ng6=;eX;RJ%Nfmu_L9=l-)DpRI~TLxQndIBgAO5UYTll&e8+zMO);I;4jBku)@Poz$6y<; zVd(<9$^&iP?CUHJaf?tEWt`muJM+P?E&kK8{L(VMvD*gExnpT8a{-#7EeIdkFrKhqvr-}k9`4(|PZ ztTia@iQQRc{c(4mdfoNAN6Pm}*FN985!5BM`(BfiGrxOf^1oYcGpzhq=Ke@rWM*LY zZiW^6%Ew|pbDOUesx3R`n6<~iEN+IC`)bfYcivFtal96NgB#*XAyRZhLu%hsu1*^!)c z$I$HEa_;x#TQ`CRe!Exko^i~L={xI~8`Ikh8ZcrK1u$-&pRzABIP`?GE}r~>`Cd!5_{=Fnn?3ltV)pMlJ~{F|AnWY!#9uY+ujDVkMv0_iGD}U-^1Zs@x~mczxl21H*SScICx9?pv9C+VtIwUE3hcP-zfz zYvao7(;%k!hLyej?av+`0XyF8-Hct=VnJH&g0z5`8w;TxGkZ5*ZJRM@NC}1fynW~K zKiiYvprTiGr@CJ_`rIvE`L=mwwcgfRgVOU$xACW?{f^*ITEpHSmOQg_5M`0>z{zXzrCeeTMy0p+MzpC0jL?~Fl1p_N}j!s%?J4zgD(y){S#BcGXASmJI&xpKYD|>R)DVy3bwv zwQqYizOAv{IM=XLej7;b;cI2bZv2x?w(MW|dnYJx=SM$o-S~0WObLCTyW;CU9=cNd z5M;CXJ(>Pm32AG&!&m-3l`8kS8^5mb_?6l}Qr~ZP8Xmn;`wBFlvV0wwY4!imji2Jn z-j#>vCcLUEhs+#qEi?xuulzWWx1WK$4P}<*vIl>^w)&VsY5v|U9t4va#54no;$zzR z^;j=^xAyvul8-C?EeEP@R8C7i$Q~!MX&Ru+E+sfxMS<*?bEZc9j&8RxJ zaGTWXCFAA6xFgt&JA?E2vQ0ED$O^qe?7ko7t6|*q6^$TQSWZ|af5!3eo&Mgd{Kt;T z2A`jNWk>R>%1Kh?KDPcrkLwH#-_59+w*)4`ckJ)s8#gKvU+tU%3XiG6*K1+zNG&I|`{>T+$OHjC~EeCn&Nl5M;pC0RF^G>cTJbuO4 z()8VoDz)W(6AeHej^rF4+uOmQaIIcdXYe)0|0@5nSI^59nSt4C%jUgZdF#NH&9 zz^f7<#Zresij!wl^{vR_2`=6o(px)Yg}je#b_mGsUXa~u0znDDbQLH8xPcPDwH2VC zmkRw`Ge@Evr1Wv$%Jkl>JBDA^1om1ln`gSJ@c5O@ZXo|$TXF2~+ECOA97nD_`LE}vzmzGKSQrbKx#E)5>zVp?v3t! zyW4QuLy6NYJ-y<~<{7U3c<7388YsmdTLVh**K?1(zI-D>EkWn7;kNg6_JPt8t9gBF zt;0cS{W&PDzli~*^|`A-fmnR?w8Uy&@H&IX8Kz}%of|=3tpRy;+Io;zKY@zr$bGBi zeQZyMgTm$Ksyc%(`x!HTZT#$YX77y0S8td`_}E5AfKod5>M+BvIf+-bmd(>$6Ls{; z=GM^FGpe?203~^`u(e6AZXQ|{+H+OwSk~8+MPY_tWs*TklR-+0dq7J2HiDEIf|Obw z1Lcn6AakEftPV2_TP?Br>gB6fHur^|pHX#f<15MF^HyQD$*&@huS)l^eI4<&XJxwV z>UoA=*CbyxUN*0EP1P}|V!iTh^X$7VXRoOAu?>$j?O*v^YxOh3uQ91tZI;bjy=K;N znJa&$Z`?TRc*NP{SCZ#eRr=T-1}RIo04d{1ziM+V>tD^HXNF&OGC*2b*UmbAW%Gj2 z&oipTwq(gATlR0PIu>D@{OaZvkW*$yft(V&dY)m}d5P7}yF06nT`^t#uV-?vDlVJ1bFI~p2-!HlD~ikJ-Cb*S!8e&8y9ax^d+w0 zGyIxU3^F};9mvG9q3sf@55MlTI&$Und64PW}@}1NP{BpDV`8=Dl85b?i#u8Og{k*!b(uEDXs^F@O{54HpjB$g3qrGKb!oj@+&B`*MpQkzY0>irwXJreEqEB zS3bW2g>c;7EVcf*fVG z@0Dcm`}h#s`WY)giEi1v!|S7tUMc>m3{t3M`z z_7bb*efBO7_}aYky9lWKnCEnrf7!j@6~7K%spblWNQVb~Ew(p&Cm~(l(`&u#-r5y~ z$FJ-b1(g`v7afxYHKcYHWP_T|^VPxY6E=dE)8yzFn2AY9bNBSJ9y|8vto;AD<7P*0 zU`I8(rEb4Z(5W|=Wqt;osILZvMM|h_(yO^^Ryq6Zog7-)v9f&ADn7%neqo@1yFPoZv-NTNSt~+)_Wlpu z+O_igeo%e*FZ`<3vU~qmMIF8JJ027x|5s;;2EVTlU7Pgk@A_2`#Z`Nxc5iQ8S$<^I zJj1Vj5m$|u-4k40b?l0D5-5V**MK6pBh)temF&h<={|dv!@l-F6dQld`M%9hElV!= z{jAWl$**EJud4Lfn;mA_zq0)7s%M5@*F|2nS$5BK^{nGpcBg@o+4VIr#cQ4!hJ9YX zy3#oD)!ePGxPA6+4y$ckS$=JmzQNaXQD0e?-HTkk@4yx7?5pB4s?yi~VhVo0CNw?) zN%72=-TF!A)T-En-|q{3pYZDL_E)k#dw+-RZC+V^e^t4`*LTrh`Igcv;B#fA4aul)WMWaGX#kd4B(J@?e*eZni*!yuVtunZ4aCK0S#52QQ!H^?loF|HtE_MQMK z7LSCwW9wDxaIibHK^p5)LGD<;=H9_8zo%Zcmbm>MG-1rX*Ek}68OR|;AQNKGflN3Z z337-fNS9yX*K=P%4w-uaBqJOJl5qmdWPIfVTitT4jy?E&FG%~|iy%ejAVuHZRzt#x ze^=G>v_<6xU;kx-9ALi|(1C;nciZ|{%5D{N9V@0LU-tcJC{*~XeKqX~d zE+`4F2GvE?TR};9{Wee%z8ZEm`PJTAp!5z>46fDc=d4Kg**ib_YtPE>#h}8nE)SHK z&abUHcIEd@P+qd%4$4cM zl&wF5>Za;_pfcb*v~IH6Gk=A=&tCl)Q1REgy3XM1z5-D3C%*32!7INHfoiSz9k1Av zL3Ptl8*mBevv)SAyIVdv`;Ot)ydqF}=(`TllZ{uySpq)XUoU)H05lPaK?c9SW&dY$ z&cTRn39sh+79_~gcw<=?V(48ESL>t#(#)6t1G_{#UAd1d*3kj?MvK{o$g4=RcO zgG%D>`;W;6zyEiANAjz?|8Ev0 zj#XiXrs9rQwU#|oS`l^hN(@Wr>KU`T7i5VB7Yl~0-8X-QGe~J^2S_O&Sg9gNsnrpX z(sq#2R{|iVvPmFwozM8l-s`rE>WzJV{7MaL==mA5)-QM^8T?r^#5Or=U(>2|pR?fs zUwc;mHgNv0z-X~<`wY-w`Iolhs zw|V7G!Byo3rshsx`IbF%TXFB;l{*|)t!K=VUIAr_tU(84dS5HZ^o=0Xkrj)syk{AE_BCg4v1v$sV%EC0SNc9@uLk^WUAa?g z)qVrhaObb$%bsPe_;=_^4DZ$W8M9U|{Kbu=7_(_${Q-R=OyAb}QtaI(J z9DUCI46yB3X(_*o-O%*8^H+ss&uUi49l0`x|7!D$S)UhHAuH~INk{O{^Z%l->{%a3 z=^a6kQtL$^rS2ee-*te@l?}A*Sh-UfWNx_&NF!Xa#A`>Nvmoh>a(iaHaP&Fr2vTaP z0aD8D3R1cNWUh<|$lPYIxd9+^`MN;nA{1Y1o-qp~ooriSd9iuMtkYnnkszgd-5{l@ zAai%>fXtl^Hg^-q+!!&Cxd_E;*bPlV(#NVkWG!MhG*x#4IpGLM=^P1=QsKoQuO)%Z z_3Htd+X*t)(hy`WLU9CtQWi+M=j(&7F8oPZdA%T|Ye7nPnu3&W2b+5hWbPd)kh#%d zbF)F_A{1|wJ8}giE%Ex`>`u8OS7c;CN*9BbmVlJ@^?}U22r}2w3S_RkJIK8+K;|M8 zCxaptBz>)UyD%ss>_AGdgO&aQDUFc_nfn@SZY{{%b^Rc7zkN`L1jfYP62(BIaTmd>E`m+k>de>^My9lA0{5tROnm!K%_`6_aR+6G?;fE1BexQif0RMlp?V1@|MY{h1CrvOWvj~V{JyX*duFh5-+?PK zYFEW)%sRZ}7gKQYjF9+*EWXLFxP8th2GusMwDeh}Z(!Q)`4y^I=F8FL8#nIzVG?+L z#w_louOx$u7lQJ?-V{*&Zw>m|vvOwuDF2Ilf%3o8%Bo{mVl+a}ORP@sdHUzCi)>Ps z-_%vkK4(`3m3FMO3|+-%Xu90%s^YR|AuFwpT$!U4+CF1e@KQ*(!s?Grp#6+lvzNYN z2X%!1CS>JJ19c?M27PT_xifNAoq?&jH>exVp8WN5>dVK@Jy1^b%AYA9+4(+K`IkML zyzX*ohAvpe^Vdfr5>T41pcS{^7VVyxeP=@xP5U>32FH3Z$(c9Lg?(NhmTcL! zQReWC8A&-lhGwuO#n5HJM_-0C{P37^wa^c;-sKZ2SJmUfJx#H@8@iWr-$l?OJJh8B~&|M}bOmpVd)Eugu8= zmE^{2K_&UJ(6vcxK>g4eGo!Xemg;NtQii9-FEA{|-geC$8CVV7fmZ zr2RWc`=2_H_WNM%zd_pT_Jg#)2WkKL7i1Sm@v&dr$$wjCzSOVQdzWEqwq6P}24CB? zvXXnXzoBV<;#bXO&ve(=9lf%r_3H8&v$k*eB@+BuENp&K*1bcof_=_LN1!N%=$`rV zviuPl{kx|nUZ?t;T^zBuXJw_x>gk52{YhVqmOTqx6L;*2P1n`aGiJGOtdb1=tP!T4 zoF#Yk6^i0(Q0e5oJsacfBF}#2{9JShG_oOVU}~R|%CziR`x>7ESN=?x$~j|}{3avD z;LpxsY6)3&Cr+{WoaK+4*|74bqBe@+2&i;VDpQ)8aGgl;t`fBb9bp60<*6X^wt&o= zGYw?kWsrHrQ6TgDPJ_(L1es^43o;L@;^dhP8+{H$sLj!x%PDc1#pmosum&@bhT~}< z({F%GmzfPRJ$bVcV{mZ}$n?ImAk(ocw%IPTH1pQd!7z5><`GW zIrBk=eFhs=2Quv3d5~d0!8T)8T)y3iF?nXeMyS8pGeL$ato1o?MP>=eu;wiwmrVc} z#&-#1m}3;kW)G0f*cE?f2nU6s-t==UJs`teK!(j(0WwT@E6A`#AjABwfDG#d8x{yM zOg#&?;j@} zvv$N;2^&n~oH5II8^~qHK!%;W0WwT78syDnkYVXLAj5h5M=M6h8wAj8^oL56Jr878w0WY}S_&Da(9m!vWsGkRF|5|oeq6Ehe<2s)MS8NV|w6pI3 zWg1ZYWyw7N*~J_)vtear1IRA^0+3yB#o#0jk=_ROxBRqs&2WvA;fM*L1^c zkkVp%%-)`rKc|68i~B{O(jt0Y+_5V)r$MDf{!UP7p&PEBoVD*MsI)*R29*}=d#WUp z_x{OzX?HXNG@)r|+Ft@Hzb3A;J9@?D5~%!g-vuhaJi_NEWy!q+m0!xSpz>=8sIUVm zJ_eFr6b{n;UL9OCZv1!X%AXscqEvo2s3cAfuTRXXdjl#;`(yvMuKc-i^?n0W`!Z0u zdwd(6_C2X#-AA${RH4?ryi={=y9LUTB%S^fdktl*6UH7gFT1~tnoAl=#G z)8XKb@ipsswO>rhwT&D19k?>*IjCm&ya!aX%nOfC$U65KRI^mZfohiXtMv^`pI3rf z4`?or>N4Sdpt|f(_}Zi_zaP-SSkd6mpTj|wTm6g` z^5A+K(n&iQ0UBL22m_5*Bmo2HcdO;E@3^ra;w4fBI(tj-tDq$A3+T!E4$G1Gop?! zeTi{o| zW!DT=-8*`F=TJ^O4A>HDnR4ccQ-I(^lCgRSp^zKSoq7Q5=-p)0$*ug1@aDqo4BxaX^Q z+Oqv`;{M;hdSi33#Oq+6walTlT`Nl$tnxS9$`|rgbJ?}VRdz?OSOr{NJ|l{K)i06Y z*AAicld@!2yh2fY4JvJXdHJ_DcXofhf0{G-Z{Nz&m8Zq*C@YQ5~*(p7cGuj~rB z`hG^#^i{uPgI@=Q?oZB&UG=KmXRUWAF2xeB%g^}izg?~O9$F<_yR^#Zz?G<|shl&S zyjL4B24`o6swHIUu06%#vvz6d%!ZX)w`d6)Y@HUC%Cro-VjWOXD{;DI@zp&u45mrX zh`PPHh&edBIy5gKD|h`VUZ1sZLw7c=+`3oG++gdr@TY9cu6OYgyb_f>Rd+^I_L@zs!P&i`+Y++YZagLCv(_~1X4A^8$F!miwqA=! z7x|Qb*)`MEe-2*Rl{VFWM%48+pV)(6 z&kFsQkQKZ6l)TT{?69BBD@)I6)f=EImN<4wGzMS$a)tvBB1JQK=%!u0^iyIdsJ;durf}sPwf)T*0r`gkn)V4ORN>(Nh{d zsaI|yOuxGwWcqKg>GwgVzl#Q$UJEjPS3bz}?_ksSflNnN3^E-_TK5Fl^q&aRWp{y0 zcMb=+{RPN$zF3gy3qht^m4HldUk7sg1(50Jib19$N#~vdn|>5wdh8yM>D^${KY~ox zivyW{6lD6Y3XtjI>p`YJ0-27k7-Tw<^x89E)1M+tpSura`em@`zd)w@#e+x97m7UqzUH_W;Or=?GBBFl#S1*qWCBGM#r#&!H>38bPL; zZveTSEzB)33tchDbR=ori(u2gB21S(3^F|#Y&s9f^u9!p>4qTFt=d4Q9|xN*0Wuw3 zG01cz>DM4jUXTg_6RN-Vp!Y>mv}E4QXhO`Z`ods7ilaCUH5Ut(77sZ)kNYkeav+g5JX z)W%dSaT--RF88U#v7$GJFa2!Z_~+o2sF|Sbuf6#bdvJDY*uR9VwP!%te`@5<=9OEG zwCfGFhNXeZic@Q_DAqxhzO`ejz5MiZVm+W@>D`)~gI8|N1(jjDH-pNs@~~|QS#QsQ z%CNhUpfb!_JKA7tSvnTQ$tcptHnAq({FM3f&Vh)$ge={QpfXl93RK3rXqy{sot6PA zM1|JgIdCOv5vYvy-U2F+JHv1(J_eHh7nXNNAKX6zHAS!4gIcn`mV@er|Db-y>-nIT z?BC0vdZ8ZFy8r60Eo`v$AE=XpPz-8{u7yaqf}5iAr$d^e*K*d@9ltVbEvUZQy!DrC zaQ3#a{mEHpuYu~Tn^AxJR+>hyzHhiSEgMw1!4-p=qH96YkfvzlE`LK%-RQjSmq>8- z2~ba$_a><7RE)0eT4|cH+TU<%TMnq6ov_yK=oP6=pn4Xec#Xf|)@?;!UtWjz$+y1C z1=Z<$*MjQw?VvjS`!-OWelM&(G3)MaPy?Vk`fuyX()`u?4M6QieV?@#WBz_U>=K`_ zM&IC?_>8FY+kY_yzy28(pO9sH{}s2-+UKB2gs(NL^$oVp%m2!{?AqtG;8tIj?Tc5S z)t3Fjrv2ct|77rd){Ln4JF?`0U(1G{P0rf;cvYp(+VU9F{*_<*R)eOyBvx1YtWAss zY5AYI=on}Z^J>GMs}jeuc#>huuGU}*|E^4eH{mov+ql8oKp~?tpeEbpc(r4XP9Clo zxh;@<|M|T`p(*MipvttmH{w)cEk^3E>M9_by)YuK^20@pkcsZ!Fn+ z?%E%X&`(}79n$mZ`D%0w)P3pM7a0LW(|ow(O6ry59@V4asZn z8(w=a@fy_CJN8R9`EMUN!fC(m&hxC>Emf^Al)STXBe+P>F*led4PFh*cC3h*d|~6A ziSJ$aMfaYy1eL52;Fi`jdx_KXJx}?MePT}r7r2xNr>WKFoSXUGJ6!~{YZ2Dm(phXU zEl}e0itqpbT*o4=0op}u#FdPu9Jlb5i&^u0B~Bamfa(bz$gn4*9-0Q)TS~d`jF~c< zE4})spR?*ol?9zN64}0S&Ebe^i8`+hrj>%$+fzySnZj#3*;$j9Zstp-l@(CuKi+kj z4z{eZjy`*tGr6*3qs@^Bxg;Ha!)fgjr=5GADjxeJKt)rI#&SkcI23|D_HdP!5SAX#{3^-^QnhaJSi^>mD^Ncu%q z*-P3cbXX=T_kK?0ECe$dDSQ4%d`Xj14q603&9>8zwT~}eN2#HYrYflOFYiDp3|2g#~c)f>Cw81o8iPNC25V-pS8qood!jLC? z`uft}g+oEMIu({ZWmD(^qdS zR_c*;hD`T@PWS;W2nEd$Z;Uz`0U9U=uSNzfDuqlOLxj_^uJ$P!mic|DF)ice#oHCY z+i@_iO}u^~Zq2cG!k`IVaDNcI6ah3%yYU}%o|h=$nJ@Ks`+q4i)mQJi`Kwp&7-?$eZz>+2&3bb;np)igaKVG< zav1+iet&OYZ136YEgNAYNK|UM!^&q+*+287;q3Je$6(U$g`6ymWB4X3S^I33#aRO?ug zDAk3HcmA3^1|aXPLiRsYx~+6dpt^7Vf6Eh5X*nX;O?~Dtf;(Za@`WGw;qJkK4|b@Z|0DXo?)_^)TT#{(|M{Dxv)BN%hZNjv z+Xgy{8+5$eHbv0c7i*K&)PW_hs;}Po*s$mAV}ot|hw-g`f-H(UIxn%@dk&7PK;=~Hi znE7v0_UZHC$={0&uPv8&4LXMxvMP5YY*`#>!p5~(-;3kdJbT(g&fE`{fso@7`;$Ra zLia0nN>!g{O+G&}naU$K+-YjjZ!ABDdq1bn91upKF=OVRjo;tItv~k67Iadl&T#`8 zboMsN96s}8#@Xr*X{KiE3e=r#z}BgodGc`l(LJ&B8)?3ql@qH)quvmrf`#_9&OBLl z_VfR`m-OlxL3&-^GfeOMN}Nvbd1?$g8}Mh(#+qXhcFCYKW6#q}xc_?neSe}%xBK^e zzu7cuxWxEp&g;YTbmoFibm~d903GHe*|(ABctl&W&SCJ01qCz{UhbVvUkfEp7xbk5 zxOs_gJ_K6`@nhXSson9N8|NI4IG3#R+;G}wiPM#!^J|O1ClSz4c;?BU`@42VRK+)J ztYtj*jaA~dctXyAa;AH~=LVnUx{o3GH&f5sf#f{MdO1i!MdG%2jQ(Ez12+ais4yh| zZkoOH`yfaw61TbP=6j@qE8)Xh^V!GUZ%61pZ{LE*}ajD z4T<;9mli{tF%*u0eEu)FyFXWZwQkR%$qPJ!P73+3FtXnJ|1mH7UVX%yV$n5Ux!#x_ zXRokWv0Ad!bn&{hD_47V%?b=RewF1Gdln(MeY3go;*N^?7VX2ncN zQ|bxcKYQK=CxY4T!H`&uGk|j%Z z7WbuIp;VB6^LO>d|5C2Z@A)-3u-@pEzuVuFE9@n|k}vo(`&(YhmEN9R69dhSUb(s5 zJ+VSsvQ&97S%Sxo-+XVoxcdByd&axI_q?NsX@9nEx#ZnUxAIvR=cbjA%bd^uPJ8k1 zQ!n-z?ONYM2J@d?#b?RAKYQ-gxaHd|HlKfS_W2iQ)4x13uEHz)$DaMY`r_}CFaAFH z;%~~AI-@Fk$-VP??)kf+2=9~mW0U^n^PG$4i{0$cOa29MYLfr`&p+_`_|%L2+Kc7G z-R#%()Wyu4EI<9;`Lm}pxQ%u_?a8xT9DVM^<`ZaWPK_8$GJ`uW)@}d26EChyOYYs+ zb1%XzUuUuTw2RWGU-YJaIc8Lqj4AAQZ${nTi5J(K=f%72Uw`Js_o-xfyyn@Hv#-BT zmHfN!)9%wR{uicvNnb8`H^I$(#zo$=l4jDGmOCB)-pq9S-~agc={vRt6elZ4!YnR& z|4XXPdiurdK55iS{BF;dNdKC3QeJQIe&b2h$(-=K?e}Z(e&eF=M!&50P^lzADV=6c z?tA(E!@b=-`;L24y)1;4uQMmh)wS)kuck?9j;J9%A58tScRhN2g0+$%U$FR6Xzlyg z?VGooFaDNxVpjaQU%&feT*?-4$+xa<)e|XU`VWwwt0e#4QzXK#1OtOq1?trwMW5Y# zGkem-Whq-UC3C&p=*;|7^Ue2UMzGPXDLrPYi|Nd)H2gh4-kx-E*`K1BmIk-x_LQkF zzI!sG+=$-H>6`QE9^0^Fc53xabGpYiESWw1`i8Png3NLze_#riAEn>uT!cd^jQa!R z-P&*TswNko`)^3cHo*TmduiINfi{&s-@bX9mhCiH+i&0Oz0_|6!VHJCHt(OmN4v2R zaBKRH0d1S=^=I$x>WP{j_}VBd)@|+S6{V6}^%h@Cy+XO*_rh;f9V0op!hU|*dkV)! zkhIs#`%8rZ5^zuU@B3!yGcVYTcOC4>GgwRpvz{+ceev!SFZ7Idb@#keBAThsPIyEC zHqfx1eZH$3Iy(C2x8L6|<6l2dzId*_c>esJx;i5Wr})$7#oMbM8)bRB<(^!jD_I+d z70sM{-Wx2x_35+JFTcBc>SU*0T))_;s$FvL;huYmZto2im(RFpeddL1+7~`!4B@pSDf)Y{^k4Hx*2<^S4yClJa_l@ z{99K`xwXU(f>X7e{gL~P@US~oZG;*2==;Fb;{Rq0Orz!e zzL{6>`#B=o)^cvR|p<~J%V;lb=3*UsCkOSR7Ur|)mR&%3xcz2v>*-D)?= znE%hzotC^?0v>+(S@j{zxN5cJ-m5+LvfT1b7jK_+G5YL_ zwP|0l3fEcx*kkkyJIed>yZAA9LJGD@=EXGQDrw2Ry*>Bb-13!+KSjPc3!7Nak8|6v zf8xb=R?KxWuu(10sv5-Vt1r)tAx(U!Pr(C1tdf8CJ-C+oPEO*loIPmG&NO2ryGdpi z7oGm~c~{TBnt$I?znC(Uy-W*fC=#;t%kpL0zO)CsPrt~XMvXOP@MSAk=AZGb|6=NW zKi)0gc^=hQ!}VBAvwS&YU)!H^sb9XY#4HV{wYYE2mk-8g_@`g|{{JLpWgpT4N32EX z8PD*qf9v1Hx!t!nrr9D7a5)cII5Ou;e{3svnhfoElBP z^3#2DIZc))VJ2Y7(tjW6m_6%@B>&dmK*>V1%&TWSpMOm^@=qsYJyyjp(BdeH^76sW z1JOyDlhe4*?(@%qS*aoU_GtIb@5C%VgLPb~s5XAUMjYbK?W4jPI&#L8_sklov5pGc zfvNOn4@9QQ;I5lHFasUiPrvxDNtGpeL1+-fwGYO-*q|-rJbYsP?||KO?Iz=d(wYws;Rwu4LtPq zZ{A*tHmo5HE+%g++IMC{j`i~ArOMlSBd7&LtL zWZKv2Ew`s%{BM131*fE`;$pQFu!VubMp;g7z9&c*^qaN7zWMBn^9lQR_v~ZSr|#~^ zlPm1+$Gg?%D=l_Qy|SW5YHHwOqpT3O-cu_AB~7&`5u7>M?d9ueqhG&vSx>)s|NL3% z?mq?RV91`<;!Dnd_jbys=tKs$+!;E~X@Pp=?^SIFXsOfj z0qQ%<8i2mTe0sL87SpqRRq>6cI|fl&boMj%(teL3%trt8d^+ulG*;)m{{MT8Sv9E} zBJ021uis7fHcI>Xdug@v61lk#>sS0c`i6#kJuz+EPtTIH$LjwlqhEDX={@V<=obAU zi@w9**XcMMZnyZ{{+V=4rJxz4-#-7W24*lVe{(*(Lr%wp^v7;syemKb;`OF9YV3C= zeK76$fDNYI9@ieX1c=Zt{HG@m``T?sjd>dwBNe{YnCK6iIR<@@4r=U*?XyaEF6mAX;;pi@iewSd}sb%{KwT{UCl+3pykU|`^--_pMFs-okpikd)3l* zbLiN6wm)}|cE9(HvrIbAEb0jgEXm+3o*3;~VV{nL4{- zZ$F*9lR_Ww_|wBXXFRLFZWTD6_8zhqmX?Qefs^3;^Y=(S`D_0F@Avb_C{jLm-~3Je zBgVkKK+j0=dc~g)(BZH#a4Au5NuSc8=hvUCZ?rn84J8;sJFu(8_RgbYVV<8xx1rFi zAM5G4(Pld}hstOE-&+3t+_d}b^RCx#QjOF-d7gih?#XHM<0#GI@D*iYNO`aQ{1 z>i1vE&1KulLa+BM3BSLu_T2l=@3ilJw!WWb5zL#u>YDbS%rod7 z`TsT997{lB4Sfm)?^~43pZUr-xHfIod7rN{SK1k0O<(rwObGP_|C~+!PD}HV+x{03F57h~Bz)#8t>Dg1Fe&3sH-nG)r@T$f#siPr_XJm;4_a?0h^f9GK@VVw3Uvlgehaw~rESGbBy)R=|_9oBZD(^Cok7vAM z3%;AMO4_Hic_n#*#eU|mev6;KGo$LSMDX9lRrWq#+gJWGxGKNw*Wr-*8L#-s7o2l> zepT+VwX{g^XDoYHUEg6>o&4&aDs3|A@sQW^b{m%JtD_~66WG!XS%POQZP$D+srq;0 zY|5&cKBkjbrWsxJSvKori1ExUwP5NAp6Qq0O-u8AmfbUMS-Gz6(G6;s^ysz6v+6{< zN?I5GTEVe@uWZ~+qsj~6rLUKdzoUNTh%g^q3tv4iLx&pKzM3A9a)%y~@|hlyqEC-V ziMJ>twfR;1@UQ%B(i&~A#QX2kuBiu0&GA+w`-SvIXWdWQ7hrSNU8~-_r{c{wqpNYt zZk-OPo|&Z|{5EyfUZ1VgS5jM0Uv@W5%tdqS`_sqsXy*xpWxuB;Z>N4BA59mqS)-712pT(f+~ucpjCz$gpnr?{^!esndYp97rj^X6P``4y)UyuP^N+YM@s*T53vyxoRhrTi%GxubRbZR+1p zXG8#D?itI!E3Z$e|8s*1qhE-u4Jj^){T9F4_t^i=j9u?%P-oN*RwThk0-tYr2kMI^ zzpBlgLDkMWM)@5~+xlVh%Cx#)v>kz{dv*hLlntcRY)-Q=M2KbaRSj!*%ZP#{Jw_D1(tJc=*{)xwXx>eUx2A2p z`t5fW>P#d`o95l^@&P-xXkKU$nhDk zC=|R=-glP@Gf9YcBY1YI<~wy;&Y$*Dqj_KRzvr#NR@r6S4qqvoaf>hbc4C&bPj354 zA_RXfHeTnv42tBJt&?B2ZvOJVKHmUozUaJW zFa&`oj$%LiK#=L=mDy7v$ntsA+P>O1J+Ei3Bm=EyobgMlVdZ+p8MpX~&y~H(Zb;8N zv)0(>Z?zsd-9313vA8Vi|GetgH;|`J3HS0~ldLEz!Ck+;zi&2vKX>Kc%v;vM)#+L9 zecsMpxz~7W`Lb`M3KpNc_xg9(`MWc!ba^S9WJT8A`@H`ywI*+a?9*JJ+2iAR z)SLYW_a;AeN(X;8H>AcqFe3MYdVRmSXYBI-JefA-jYP2Q?<>74zh6tB;+hTAlJYX` z2E5K}w5CR(i>1uAtA0bhLLJ5Yjpt=|Q@PTBng8aq`Lc7ew2Mh@n#E-Ds#1NK-PBt( zgpvaLR$i<9NXxc>H#y<*&inoU8-$l)oUvTH`ug{}pR{c&?W=f0mDO74;SOE__Wjbv zXsi-c5G;=RzSlrsemByZB+@#Y7)zQkwI5zDLu2#hXls5rO}p!_9$u%V`TOf=nKXNo zw^M1MB4%RVl`luLl0N!)9#s}Xq74OK+1^jx?#F%0GODbK1WyS(++*Pi)n^CZNq)Qnwq zGj`R@+X?P-^eYCVq1e<{RcUa9)PG#({A|wa4OV5Zk6qcXZ(M4N9epij3XWGd`1+hR zxIPZgqRTm(*Z;D5c+(iynoO(Q(>O6Kaot6=N? z^uVUq&>RX`W=cr#wQ%|y#G+I}sv-;F!rpDqgOA@MYswGa z2fU?Oe9rH+X~lfIZy3vHQF?e-yM35~|ITdOj%7tIsYVrVi~0V#_S>;5-`!?XVI?#q z&lj67yXV}nv$SpHb$KId^{&o8&-dATUWojqx`-|scz^}A{C8gg)hGUZzCLf24t~G# zG}RWrBg*`*M`^Lv*vIshH%+RiVyV#k*}p%L)9L&D>9_qhg5z{Ix@pwQF7`YA>QB@3 zK3eUPI3Dsk&aRB|;YV0c5@ks9MtI*{Dh+R?AfBxKm^m$Bm`nAaO>YLAT+0QHu`%zUh zqg3o0f((0qa*gp~|FpT1d*#y8=1SHYy*~5etA+7vpC?}}jK5kKKesve+ULpS$mbi^ zJ@1Zu&b=OqoPWkD{zuBSpNC#oreCw%gCKv-)0g{eYPR{@me}iT*va_q2CsE)UDZgN z>$-bg=(2U85JuYE_)4SKG1p6NjR}%pO;t9ZD~;WqaBb(hY*0TS^7*cHu?ElIB+X^5 zGQ?=*?ojh;Kfp3(~N2DM-WilDFNF&!>Sj+_?lYJsMpcglej4*T>DtaYAfu-jgN!Z$84Xgr459Mg$u-65AU*G% zfb`4->zNGFQ(gqp;|J1n=OoAiYp?}y#laxc!79JMO}TcnJG=ReRdr$RgvfOLb-YHe z-yGfQm^OFs4zm+$Hj7_pn_2qp(Jh6|=i*|daVUN^hj-m(asRZr*=0uC&l$X4bNDJt z+T79|vkt7;%oi>^qx9OtET+xptYUlU40if!{b`Ix&2*cC5BQ~Awm zW@+97@CLzaI~!N)p0P47*xDNToNe7UgV%QsTop^3E4|~^p*6+K;n6d|DmS0wjmb^K zP>iB-UrqA0$U2Z|r}MYAMyCHfTdiU&CYT`|a9 zs7mYYy02^YUhXe_b|p(>^SPtZprvPLtiI=ZI#W7y&u zrF!>ZDzELVSRII=cp17%>+ONBZB~LzsRWr~{2pY=v%4Tu_C)t4U7J}BGUaogX;)mMD)5XIhDy<`;B9%OVRv8gZ$7sw`fuX3$kNsJXRKD|eQl3SzqmFyU+CffxegWh(nOz{KIfMLB`~u_;KCnL) zg8X4w0`dn|#UYDllwzoyoe2u$;~-=I>;M@n4>I=iW00|RcR<0@4>I;=A;?&Jup6){ z#-=h|Yb|JXV%pr7+kPEhV|*9n<7Kx&!BYYXo|$=|;JKU&^7JlH@c3*81rM6y;J=C2 zFjVR+0e8^WY`y_9Qw(fo63EQR9FUpaU^6#@%+%QiGV>_N0qBZX*`KjOQ@QNd=icP+ zplz0~dA5QyE(B>bz5=qP?H0)80U%o>vp}{ugKb#>vISi+4wc&sUe{~^<(B?!w+^lO zd=Zpe>~4W_i#s^CWPq})d@iT}SPafuXo_*D%rkiXW;3WDs@=Bh;F`_n!^~%te!B@O zi0q>8CS1Fj4l1>N=ae=_rq5rCSMiT;8_Q3v`F!G<-^^0Eo3}JKpHq&uPQ6x{lD+(l zRe#RgDUr`7uAOW2+Gf+%;Iz5!+scp?2g6k!&Uo7tnO?m%*5Gx{`mNk)bKh<)JGf@^ z-fMa@O1E9V#k%?2x2W9-*KWpTi=VN&oefv~W?^Zs;p>{!2-0Td*EvS75oF!Jikkcb zRqOXmKlc3an(wEoU!FO?e4Sz1-tc=T*L;6jm1z@yrb>SE*B=J2YtLMJeE7=a!)v}9 zT7Ul-`98A5=ymNbzqGyn*S(YD&s6oV{90r9+IHEs&qvpMpAmIleDl5JEZg`qRqJPf zB>qnHOWSLI$@_Sn{i3gXj9=R}UHg1)&3BHd^VXa1DQDQeKU3Ae03=as1D04936j|T zEah7DxizobBi~zozO?av@w27L`=6iL6*lwhJmc3T zdf^(7VCyE3p!lhiYrZ>K&iopu@p@J|SZ-eA`_@hCD%19gpW5{dMPg+(MDC|}{+TNI z{;k|;d;5>yV%>c2c=Fq($oG#omK|L4{bR)LgloSm*2EgTuC=+QH{+|FT(&rd@<&UJ zL5ll8imTm0iuWpm6yFmBDSqDpGQ0c;$ZYGRw~v;7ug}?h&pHWYi!9idzKGowKaZ{X zZW3`j@mjUinzsh8ZF#Si&GKyW@-PQTh^Q3O^mNjzh?U>`~8_+?saeH zMt(oBey{Osxu09hF%$=*sI*Lf|N7tMt1M}EC-0keU`_QUP{YFiR~FOecb@US3D<02 zuI4P^1xVHB;$hz`skaYwU z|2VdB_JK9OSAtBi{|Yi;Imm>+S3oAruL7A646?57705b&kac(!+pN(geI{{M8#X!E=HxahQNe@|zhKC`R7GIwU=cm4G!imxE6{C7=KI_28l z1E9npUI9uuOrVq#_W+b~xc8WySX12yN;&!;Kq-ec4pVX6@1EB)BfpLPYp&O>&7K#z{&&=Mo6T|GOO0Na#)Go;-RrmbHphM6x-LC!uUK~M`7>3z z*LKZ|w|pFxdhPYZYg6u>$IuYXY(KYX1&;4Dq_C4#G z=iQO_m7~v#Z{Fv=ZJvHwZGVpK@-x5cF8`{U7kNKFD*nI0>)*bwrIKGsC13kK`HP9>cGZ8c->-O9 z@#%f+p4!TqZx5x{|9$Z9YWDsglYfiv|1~*WUoPfO?T->>-0e*NFK*ZuGA?);bf_wV{Sb~j#6zrO$9-1hpS_m3XV zjgPxm_xaVk*XHuyYrmho{w_YQewTg4hg(|KN~InJ%0b5@}IwU z&c7sn@BhsFd;5PpeR`Mw|D^dAe?PN}e_v<+;BNQzx{uOz_p-y+@2mR$>9GC#qur}yI2|39>^ldt{RvaVkF{hs2Vzw(XaKQ-1_ z|Gd&^^RIe){NC!XjpsjYUS9v{f%yA-bss*wy7x5yS9|{c-wz%>{c9cGFL$Tz?Zwsm z>%8o$KL_mp_Tu5&{T~bJ|Gc&St{1<%{^PO3@-cUI{{MIX-<|6Hw{DAp5OodMK6B; z=NE75&+>nNvR+T##^&Fz<>lWW{hK}g|1A0UE7`;Q<@S~S`B%5!KQ6B3gYcg-?DLLa ze`jZ9Yq!;f74&MLC_$S-{efR#I+qTQ!*<11TaA*CGch=L7UtS+)TT}7%TmBzYyAQYP{vW=# zcUM)x&)NUaRJ`il-TyA;|DDs@?^phK_ceZB+1D5M4nOX!|Ni|(Bfovc{`N0_zl!~N zx3tQpKl-@w^zU-_EdRD#4ri9%`|tJle?C8NuHRo|QM>)i&&%Oq{reYG{Q9!J{)hZO z^W!h;?f<;{_~ZXS_x}ICZa!Z8J+Ai0k;2!<#lP46JNNqf{(r*qmU(|~ewDY$|NGba z`uuMnk9<56fA9Cpzpvf@e0}}@|IPiyKaU-@-~Vs(k1w2Z^M74j&A;y5{?8xIUEM3c z_wT*pqB(X4)9b%{c=*?Pyq0|D^WMsr!E( z%HIqeRlPumycf_-~avp*ZsTy>d*ftAGiPe#mCp;+9m{{%FK}e>(See(b%<&uiPa>#y6-W?B1#-@d?K z=KTMod*khPRsY?+W5>J~FMsZ;)6$EpeyuLPJ~qz&s{h}Yf4i-}&$FFZ`TNta#Qpo4 z{LcShJAaPdzkdCDJOBNyd9~I3dVGh?kArio_wT8@v+mvg>em&&j=%rAR$cBtm%Odr z&*%N`?EhRY_ZL6@ReW9k{?9)gE1#`jC%5mrb=|99`u2}L?<}otoip!&{qB9o>i=9j zy7#)C{G5M3C;$KWRrvcs`R(iMUwu{np!iMj|BuecC+Ek;{d=T+eg2R6ad&EepVyO% z+fzPuuHBb-n>{tZ_o_cS`FL;q&&Bq;ivM@o@2i{UC;#DZ{f~*4lRsbSU;i%d?*AG0 zKUT{>WA;DC|No@=zxm?xe!i^#X8%|J|MTPn>)~g=9^bv^UqyZC zPk#BkJL`YmTj96=od3Ih)lol%j~`z@{l{kO^?x5dfB$Fh>ecPn=l?QZ?*8Ya#C)rH z|3067ZMX01;`*QW7+vjmM}GhR?fkz-A6NZ9J-hV(_y2z?{#4lfocuceN&Mf{{c`hv z+$?>d_wL`1SHHS{t&YE2z2~of%$~a6yMn&!=k2e2e(>qt-P4zQzkc*uxnf9&=Z z&;MP$Dt-O`yAMA;{d@88RDR+0lU0Aey-cdExmfdi`-bi7$^Am^y1&s`#*-) zaqr_iko@ISzGL|R7k6KaRx8<+Zk~I2UEcoh%P+0{|0mu4m;S$dZ~uQ;ZeRO;)87Is ze|@FOcfXE5x1VutcF4aEx6S$A?f>6i@=tMYy~lI;OF!F7>J;WK|31~e_Ug|=?3XJi zpZdQ4)gS(U6VBN$`ON?FkF(YPv%b&W`=9%XAGEiy)m*-|?$3O=|Mm}jHc4({ry;t%}am3>Qqn99Hr!WMICdp-l*w!xKBF3?8v0CpmNFW zE4(WgU7nxx{%!XD`&vw#OizNX?@a&uKmGLG=`(BVcG~Rw^YH%v^Z&o^|NpOOXU(7Y z`~Usj|Nj5K`}LJIKfl!f-~a#k|Bv;5e?Omoy8ie7y853_?*D)O|C{~)-}nF5|NFQ9 z$KU^-?f>2V|KRrN{Qu8yKDD1&zcV|o=1={v-}USLW?WZ4v)gKmW@4`B}@#*N3lsO?($K|Gxa}{KtFuTkUG&pE3R8z8SmP&dkmJ(ViT9eL`jR zBh&rXAM-Gk3M+_pN*Q^hSuj zaVhW2Q&!8?DF&CG2$3}^<(+AL{lnzl&)#1AT6y3~%z=_ ztGMo!cBxvg=f&SC&k6o{_{#63cYD_R_n)0D{Qug_@1e=R9?5Te|2J>ldFHgc-S_r< zXOHvm)eL?=*Yfkd_g}6rzWsZ}{rl^GHdmjR{kpiozO1-b&S1UY4D0J3HYW%FJagsG z(JQ7Y?_v)7_xnEmyn6BLKQC^CtlhWk&Fep}Hmx`Q{HtZ<>oaS9U!DE>PebJQ)#lfK zHeUZ6`zLyR|FK68{(VT(v9mUNeXpYT`s>pND`fAa-|M-4@bBkSV$0q|&v?cC>~H7y ze{Va#hd%!L>_~;-dH)%w44neqP7`#rW&-Obf+ zO6Sge#l5VkXXWcNS4!)uZ(g6dQYLwo{)|%l`rz~ZeZEimgRjqwoG%;p&%jiC&u*ER z!|eao&f=c&>(1YQFMh@JojtwdoKNk#lvkTYA(8U+=BvL?A4tj7+}ru`sr&I|cJB>B z?S1Y_8<*D3*k$K$KkeBI?q%_*kx#8yUE!Bm@)fqG z<@;@_;@Rh~%{%s&akJg=wcpR}u}oZbe`eMD^?mn#A53qb{rz7<y?gexrYh%E-Mq^3NAIs>|9f|2|IsV9Lc!lB z_|%pqyu0#waq?%gGv@XG-%tMi{&o5BW$$`th8NDASrzZISAW^BDJyyEt4zPz3I*Rk zX!lqB-`Zbt4J-Fml$lP|_4)c~bN!?Hzx0lM`Pq5>^Pd;*W$t{xcjeeY+qdqYYp)zT zz51uxGw!s%W`)7$`Dg4>PrPRPc2)Yb-#@I^>#^^xDbTO_d{16}w)OkJpOcH9@2xM) zx%Qsb{Qcj{$-(dce!W<2zoUIm<@@V>iOBgc$quD z@5UT%e%})Q7nJU=tNX+{gR<*=Z-da}{Qi5t5AJ<&w)+3!jVr55)9$Wccc-HI%Rat$ z{NcHKtgGVrXYAsyFaNSnuEO@~to!kN&*nD&zG_-uTm7Y6&fs<2m$W+j9pZZ{ZP~xK zXTSURujs<^{yyKk-A1NjKDBZ+pFY-?{r?I|kw3Q2*wvmAcf30NRjpxZ{+TP~n)hRT z@5&o}y?tc!>Yr-=be9$V`+4!c<&Sq?p1qg3(|@<;D05ov{GG=h9liLv^1vT~XHT!% zbk?N3yYleh=VRvY|MDMCyZig@p6~2uc75Mn`JVl}_nPnL*8DyU%H{9Ni);7Un3?W3 zHr;Rh+WP!#yS?Gk>-*Q8Ke+eWF1s_QE8c?=_SKD*wU6GfsXkF!JLA+wbMg8 zuYCRa-I1?}*J_{5DxdL7?&aN!*>*eHV?KY{?*8n-zYmL7{tjLC?BM(L%ii(V?|Adu zaM?TlnZMS3dfh+$@xS|(B{{El%Pu?C9r-;+-q&{d_eV!wS5}(FAHSb??Yl?+yZFP+ z)t$4ie?D+O^1kxjnEB1sOZuN3-Z6bg<$L!1igvr+{O+Coy7+_a#j{^6ciacNUda6V z^TzAJUk}%CeEtP;*xzG|Pw%_GV`m%teN#|csP3Gd{o}y>mDwlO{O;{fyW79ks;0PP zF8@38uwKLUelxz-UfE^mb5)}F`Cj>&{LP=*BfkrozyHg)`JHOmKZCD2A9pXVfBoR+ zuG#l~{wkCElaXcjx1glf&em-Gqpvj@Ae-}9{by!C6-{k9*g?#b<)*X*;S()N4R^VR=fOsQMfu(H~0S=EG<@1tkT+CL-8 z`|H=MHoTvoWWD;#8oa-{uGrMyZ^o~@2`kUL_^*HF95X*%{mke3Lw_V5e|>a9X3g7O zhU}5$!O863+h4!mvv1Z^d-MO-n3vfJ@3pJ4WuIB_IbZfp_S)BfzMYWyqqq6YcK641 zAFNM2_P(E7UmvoXz4-ep$7S=X)8`%ko%HJaT>1Wg=ic}E*4CxJy7%n#{{P>9{;hvq zl=JGR{4%@8#$RI@L8b9oeVZsN6(8p+y8OaeA$`J_fzfu_g~+7 z*8gMvUJE1k`}sPbU%mJ$W23$&?)+`x_pje}UjO{=gp7^&_n-AWw-2v>etfZE?SU(w z_u9*TJ^J)U$l3bBzw57+8D4GnS-U&&+@5)_9GAVDIOCV^pVO;3)7Ce|=+h!QOe>-Rqw}`2FE){$A^k`Frg@=KrlQ zE!96&BmZpq>XkKVufCTr%X;(tv?G69pKtB_4?m(Vf0eZh{?6%hSKZ*N4{PxJwKJlo zAGz|r$LH)$AKTf#eqOzjujh03y5ZElKC$V`-W{K@%MM&Q&HS(5x9+@STYcsJayf(0 z)$uZW=dt^I6%RhY-QerbFQ=7@3+jJ--2aQ`(3RS|;o-sGrQ_xQ&h_v2y?fhc=L~N7 zy0iX$|JJhmr2a5h|F<^(U+4bMr)NyhKXY(T&F3nSg_s{0_&mTm-p8dV_!${!%KfgP2zq0<3Reg2HdG^=kd1nrOW>~F1L;vypq*wc<|NMF6^~&%6 z4tIY4clcs<-Glcb*ZvlK*(dj7`zyOYhdZx-et6{d&w?*i@BYq}U;pg&59>3Nh3l6e z`?CD>!I+;7KLxHoe-3W{RF^J$XFj89-S6j%zn8v$|EK8YcaQxtd!PCD`_`JJzuIgW zyx-X9Yc*H!en;a{{Zm(FnJ#ohyxuL|;H#`@@chJ?zhvKTUcK@>-+bA<&)9ux|0TV$es#X@-gV~s<@*+= ztumYOtM1Lmt08hmQ`L}rnb+I_pP0ln3ebI&x`w258l^Ue5`u)`MS9K`sWWe ze>i*J@<+_ii&tt7O&6d4{a5i*_s_+9)~{dp|7!Z`^?m=&9ejRDy7)uPQ}^KSTh6Ti zIBR~)AF)p#?*DxD;{Bc7cK++1^?xj%2g(4`?Pu8^&8{mn?SFK?s_@bKJ$q)IfAn>a z)vxVx2J?@;uB`oXkH2npZ2j}I7k^v*@Yxdg`S#-L#T(+@Kf4d&u6y`fc>T}Yi?7#w zkoj75_Ws-*ZTIIJ*vou9dhq#_tK#x{^E7WRvoo)?__dvHUv>QYnJaS=Uv0kU4{8JK z{yufJ{oD#$d-=a}o6jql7vDLU-fnu_@ax=r`s)AI#`pbO+x+|L?CQ?u-&gyW*_}2h z-GA^(`G$I%U)G=+uix|^Kt&&LhoToeO33^-~Czn@n^Gz>zD6~Pkj}svus~-$}8&$_VX*w`qbJVyJE{3 z{P|P-x@G&!{~dn1{rvON`5#VRy;3#PU*GPzeGTu-UFLNqAEk@$tFNhly?OP@eHAsP zUn8G=1T_Zq-ktn=ukykDRp$%m%g=0nzb5a@!OiUZ*QVZG_UzR9b<3VDTi<`?pfR(* zo~^jS{A1PiMUU?PdUj<0*DohzYWlxC+4TI5`u~g0{IkQ|pC#BncK>|+hxL2EKhf{~ zXXN*vIrv@0{QC0;zguQ+wD_?uq4#CK`oDAj;lai4){AGyZi_6wIjT zRy6a(SDv^MbFzlx^Yq30i{IbBWdAk#qm#{J`_DgVUkpI^PWzjVUP z*Y~SxAHCmW`OBL9yxIEKhyP^HC|8gB>>vJlx`BQC+4+7me)W7i4T|u^`z%iEx*A`< zPv*-fN4L9QKJDHAdAf4(`}cpoCiT@<`27Exl{J?s_`K7f_0_HI|Ia-S-~4XkynE|= zoA2+RcW?d1=KK5e&K$he*#9j4(fz8*6h6Dh`k$Yjkg2KrpYbpE%IEyw;`V=L)m!d5 z$8P%nOI^KeP5_2?@odH*(CR`ub$`0FE8b@9*Ei|=1(XCqc`z3Qib ze)aS1QE%k_WW2JhS!P%Me_MZbJ^#-aN%e=@&!)RSdm#7V=3hhGA2vU7uDl8l|GZoH zS^mfT+FH}A@9)Q*-G6ld*VkA7sAfI(4-ek|{NK+LGI!S7Nt^z^zS!{Zmm60=dF=Uz z?cM3S<<0(=74F~ayLM&btMUo|i%h@%IiLSr<;(N+{(9%u)ZVD6di1`g%(TAu`sbfl z|GaHkY4zt*)++sdHovUdzw4T>|M_6|!P(#ICagAp_F&$VpMT|SRyUhP&}Ht*!m>x=7OU)%_4#n}n}y?u06`~Q@AckXSk`LjR1wb1O{XM^?sK7N-o zJGZPx{Mp;i`qy{u|J|!Mx__sxZ@1;<$BdtUwOD@6-^=^>%qDU5Gp9iv_0PiZU;pg< z{`JrNium`3EUv%#$yxmTmyNAiY3&T_>(6g)T>1U$Baqx-i|cQ0at2>-U-_%D@{#HO zKk9LxwMVdhc_#5Y*aT#~=J%_nh+TTM2LpQ2%}R=M$^U<}`*rK6j-W z)SZK9*;}5Td3A;nm~&=VeC+$Vk>6LR->>eq4xafyX5%dG8N1G%*;OBReP-nM^RKOp zU;nF&O<%UoxcHgX^*>K_w&nZHSg!8VtGW5z&+9XcUeEiV<`XY7TS`BzRxjf5(JK{( z>BnC0HaIt9^~a=Z=@U%j&ivxpw2ptXUGtjPhwp$|?cQrtn>4mSHC8{`epFi`0?4Vm9;t7(vO+e z8@}FrZ`ZjqzxM1|xB2tGS5lyXk*_z4W1Z7#zx~O$mVUl;|G_oq=VkAi@%3g+@AS=l z*VAv5&Yk(yvOG3Dt@d2(^_k$_f7&Z4EACC}6oapW#$T?Ora(=KJ-DmQ=c-ol^_!B@ z!NGffe#O~yO>26RvV3Mr1w*^>hN)RTGmWn=KlbJ2)hjipu9T*&+7D{nOL3>w%5Oc^ z6nWo$?Z$*_<%Q|T7yas9x%2kTWv0tO;k_?CI{DO^_cyQ2FnV3R&2-tBU-NQ%HG`8+ zU72BIy6oJ{wT7wJ%B!+{W`3P}Pb&D?xf%N`&0bsY1u68)@73JA?{YLqtyTN?lboCP zNyltGxaK`uc&@?g-3LRZ&;0Vs?-d8Bd3)!h`oqKY#zwW)i zs}00^WBSLg$GGEqc{3<&M0U)6{pa0{HShmk0|$5cy7LFimz$@rz4zPtoMzm8`E}VR z*1YErUu*RG_hIl56(k84cfFP}dcFJ9?Cc-^ZmfB)b=@@OTKUx1Qbt#ogS4fudwqD# zd*kb06R#C(LR5k^pYsKqX9HF~@3oXs`Lpl&{bzrjD?aOc=GVDmkPo8c9zW%I4GPWj zU7*mMyRKUIS!j>==6%+&-yfd&^{%AX8pM8lZq55$*LPU^?>ROl^8V#@hN;)SZ+ZRM zX!E}1v7m6yybcQ1Gr#O=dS8}Lzq=e91?F)esa{aRuYL>)*?SeBkOc`}nNe4tq%%W` zdl|^qU|MkDTb5r-F&x`TxwGMv#@5%fh+p|EU zgU}rP_}^JjbMN){DejBeXMUZ1T8caE@3T$Enj-h_T(dFZTE1TT@kLb=R@&55ZM=Wn z?DhA#rti-Ds!i{;-duM-^6|Mf_sg&CFh&wCPP_BE?(5CYTM5_RyR0^w@zwg`D&Dle zep|AdBliohMHBwEJ?rt$qw@-Hhx|2oZN4(p{>(4mtgHN+>n2BiJ-p`rk}x#k^gS!* zs~=ys&$_m7(Xkm{Z(mzwnD%$u)~ueL!O8i3XMg2pUzONAuR0#2`2<+=rcisIr~JWR zKYw!hYw-H}4v-bLc~|*2&pRCd_~@GZkFQl2zW%<$G|s2@`fB0igKO@;xfWqie(cfF zjghaXUym?&y&arF-{$wSZm#t3H( zvz6zym2r92zun23ugzZnG3na-p6op{r1X~^d;PW(#GMMt`_)g+R_wJgd;R?ssPys$ zrK-BiF^`YVkzCK8cyF#maN6IxUB{+G?w`L-F6G+$<>ucf`1hZkTYcjB@wB(b8{R3- z{A&FM&}ax`DI%U3eoeipg<`O2Zh3& zuaeVN{`&dN<*xxKJl2 zijjoRi>|r#R!#wb*DiI`u-+Rf(8lu^uFX*Kh^|JvCyQve?K%S zci%r({t7%^{R&iAgSw2d@@aqn{kt7^@-}GnPqGaZ?mUNgwVkPION@1XcE)s#RPwd= z&*aZmolEQ$-#o84;_=Zn&t*UnYuRoZcLpYGVIBAS`@8$+ly9clKHqR`Zsd8(HHGQd ziutnd%=|j%uv9s+@VTDfRp%aV-+Xpkadw#WiGA?O|y01k~KB*yx`iXRIS(d=C5#0v+dvVYC`0B<+WBR*FJlI!qw&y zC|uEnx2`|2>To_d+9IP&kF80c28yCG1uHZhk$ApsZu|L{nK;p>~rLCN)7CMXrxMm;{d zCVl?33d8bauM_mAn8wNb#ej!zksAbT_m6MBE8qVe)cCr#IkEr!^*@u7gH8W`?Y#a6 zjO{&k7%7eAZ%bFob|Qlu2gWEZT$9QQzFk_2Q>jcmx7uA2;r5RkImR+ zUsGlJ_2%Tr^DjZsRa^y1cysQ7VsZI)P%NSdpJG{dE!yzw-(#DFL4p1g6zGxrK!H9j z9~9_Mqj3p;`;)cLD)Ci0dz!8A4p5}Ctcyy$X50u$3qB7(X#t0D_f}AXU|9#sXpNu* z;qw5LAcS||6t)a*mp`<}CUEtcDzySo2IGv`dTLENQ}|jV&|sQY@YYiype%SeboH64 ze_$2%AQjK~!$A{C)eLF2i+8-58F^k~T~*pO(aP(_?p5ZWKTM%&%8=&iyT)Cal~! zdnG8emV%7)c?q&Ncvsfcl{Piii^67py#p30-vx5XT(G^%wfSeR3Vn8N?~Cr_;IC)a zq{oEY8o!pj9(w*v)v?m6#+&CA#(w?t4pb6JUIzuku~JY#6~=-BDhAXh!zo-k|G*!K z`saUBpBo38o?r7kGyJUa>&jc9pU+gyE4ym5dEW9^oWgfj{%p2o2tQj7c6Q7=kVmHP z208mF*x5Tl{=+VO>iK&=P$B(37F0-AhxZ!3{&^1+X8X!PVTLB`^Y`DmD|=sjcQ^g^ zVL0m4Cg>M{q9;)Y-BQ zem{5R_kSOEzB{jf_w<>nwm+W(?ZJ&*L_Z;mmnrz`=dV|<+&LR!XFL@YO?ADRo9Ate zPd>FK{SBxRmi%qH>`c|Me{W`lfmHbWU11B}dT`D2pP+_%5|IAf}X>0XC_1st1)yHOR-Is7xV)Hd|P+k11DKz;^RQ!glp2%#suzv>W zS!?VL+wGn8YhPbvwq)2^qio&7t3uP(rbcW%wPq{N>adwxrzKw1+I-DuO;qZ&sJ776 zXQEDT$eOwmloRI9T@jkLwiBe(R1l<8EeWL51*CLV2S};##;mE4*-9XDeUE_5-5t60 z*PpCwyE;S9pNTTx_-bb4Yqc<2X3?=Dq(jt@i!C??FwEwg`(i$d*0+iaTxX(AKQm;9A=^R>b?P{lr9S%YgoesYO70BJPd^s5OJ4)F%rXHS4MN=DWmTw|&X z(wLS4(%1viIBOzI@ydM(uWl|6SI?Rk`PwV&tZ{bi$yJqUYqcXy&#&3LJ{&5rENfn5 zwm(SvEm+zXB)wIA^|P6?xM$3N^nQ=sMe#FHhryOdfLzUc8f1B5WbMH_FT0l?U-qjB zCbr8T|V6w5_tYwKo08!>9M^C(xV<#dvMKH7m%KL86ew**X~QWR<#IZ0Z8%6 zeF>}d@6CU~own8zq}0?Mr1TkBsSHTzti>Ru#UOLD`#|QN1)B>}90IX3y}VeybVFGt z$aHg%mS4+2TJD3iyq*oxQhOQXlzfo+UwuL5?}IA_JO91k730mrGoaB0-nGi$bnfD+-fEKnkRy|yZC)x7=of#-cd++2{}U28#lw}bS) z-UiZp_Zmp=ZIIs5=+*OPmVP_FDt+0jpY6in6&TsQH&!{Ptrd(eJ+a0#X*J)>t!_D2 z6*ph&05yT6HiovJiBjJ7YQjpZKLv~GW`G)m?JIvJUfZ=T)c#D=^=+@(BVXSN`)iOL zdwZ39+T7lvVEgZOr~gzWK{_wpD?cV(i`ruvcP6SE)KpwZr=8c&gq$@tjRSKbBMN7t>VI9l zGUpHoRTyTkeJ!P*wzf3(@zFI~*JbaSvGrPMuXu6V9<9YQcBv=6n)l?j@YaKCOgFDK zo3S;m>?+&lYiHKoO1L)bW~lU;C}U7*o1GS(Ymj~R&COdYeqRL*(cYi=>&}riUw4AS z!>$|@9?wB7fM0h&;W2;rs|k^>i^FA&vTNUg0`IO}bo-JR}Ly~ zeu8QhtNWnx<~gXEd0i8})+l@Kdr*1v8C2Jm?n}?!y3e|{%Jl1R@y*w`*Uw77R`oFS z^O-39J)oT23d*>9KY((wc%13^HD3>{el~M!T*Xxzh~ibxX0G~~4$ky_AfbNT^~&^?8C&ZrLFrb1{l0{2zn+59?fyNW zEHphl-XQz$Cs4YLj{{|))1Y*VP<-x-t8Mn*M=tLTvU@+jl1*D%7`ONE8q;&D%V%so zR{520^EHe0_Y$v3J-=#wChGB?s`kk2IpHXZL*5&Ft+{)8^-raLe4DR%t^b#FE$Zdf z_%l)3dw+FDW-kq|H_Tr9<&}Qg+Np7WkFMEzY4!dYTf?fpiX$loO#=QsdgacSS0IO+ z{R(o(POw9+gBn+F; zyTOjw4syiXZy-n91v}z4$Ps1LAV=hZT#Qh>@?X-b{r6(N?UmnrtpOw@^#NoK^FEMg z4uH(z{Q)wEG5+t-HKq?h=CIX(%z-P0cxKMa^|SWhoA*LLZLKOu>DDJ8rPIJlCxOh3 z`UEo98*J`Lkh!`)LFOV9ztRV-H27ClzG(l9t!lL(JC=Yn&iVqf>dvP3sSueta=+r^{sCpqi=(Z&b|#YI`=ooXprKN z_Xbz3eePbbEx-AhFBoLi7m((@I*?TtL7J_8fi%1C2f6D7NVDu;kmki8n@T~7U&*Gu z<=*&g?tA|$Hk+^A0%e4#-=K_;y&qH;z6Ir)wSPgmW^26Z`88X=fpX2YI#31!DPHxg z-Xd`InW+B#SyLlle*|S;+kc?!dpv&YsWo4JfbzOrJt(g~ULTcut?Cb`h5rgvw5}=r z3o1O;)q@I;uj{Q+uI>5pTvXwx25j8p2z-G2vPqOSaC8t?>t?xYOQ-Z#eeox$yM~ zEB8v(*?ruHz*X_z*IvX^gcTWmr+xBB1+tzM8))ZNtJx8{C7Wa%- zbJwq1W;fe7TfQIU>f^~ESAPV#y4D8d85H3iD|^{}o@y08m;2NxwfgUhnZM*-zOKLW z#Vqu^Pi2hn_!k>v_smW4yw1RzCkVZ~n^a zNz21O|Ktq*u6yQIaOzj_&EG;I{~ldq8yZ$`nC(CHYCJK*wJl-ww$>M|&)k}w`jv0< zx3tK;hu7?l40~^ooj>g=QNn*a@~WPn-1t-V-?`7LSAGpUbBjIgtHS1Qjght|*3>41 z@f&5!&$!x5gm4I0scF68*E4Usg>6r)`I`dLZ9fyF+aGM`WRRf*g?&KwgOrBw@3Xns zeCAd$So0i^X4`a-ndiY~5)=lx2&B~K>x0!G2kp%UX?{No5r zmj|ooOUB2aef-1P=d0%CZwDf4Ppz>n2%B$|%|GYr@-w%X(}@y>DJ@>+|9baa^XYe& zpSk4?)_MtK;@%RFiTZOv$_NUF%s0x0D^=M1?Ka3yf6G8#-9H!P)%X|DtY%sJFX@_`BdCgTzwk;w?XBPz;)R#JbDjC? z-m~4SSEhT-+$w(&Jz)EMa@3#l#z3UmEyk{D<_wbt9 zUQphPUku87c!WW#`E??m_IJv;C~%7p0|(x^XZEbHVInwb$j2~{r&ple$|01zpF}q=GIROPqf=T zYgOp7b>|3?fAH7CA%6|B=N|~QKXXgH;41&-Z=5k-53i|Z z3J1+aKvc|GIscc;_or8{{51}~Uuy`ehqX3;3j__U)rx@XZTX|1I>NmWR7W6$!Rm^a zg=O2NX4%^=t7HH9D(U{-+*Rc>wzfY3H6Dz2R<%d|_E~o?@tWOaQ0wD7ZsBEB?JLip zK69)4)8dusS7&UEe+o+HnL9!0JZjy)q-*o0fs+4nLc-u?L)csSpM#7# z3^M9>0mvx3IUu9(2!q>yN$0+V+cJMXd-Y0jhR;{c;M!Ab{PngV_Q>j)>*~_4)h%Crf9BTvFJG0Xy)EDMYi{K4xkL#s zgDC~A^ltle^Qw(iqL%QCQ!LAj8Y6%2Sm%>)&2F8x@QkhfuTQb0y?wlkC}Eh=l|BjQ zQVy*zod4lZmRD+`sxEuVw)xw<*qsO0>`f2PGsu2_lT=|JkO>`jv!(01 z_J4k~sknLNorG(3JGIScY>j_+iZ|`;^xZ|xk-wj=BUyOfRc-Sbr+TMP|7+R0@=k)5 z`HZc{--As22r{wy56DEh{UD1-6F&d#6z{X^2J7{#LBX5$)^d+gV`MeodY^=A^A3YT z`1uD=u#qPGd#_RB%4$x~g1or+GDzq$SAxREA#UfvHMSE#q09dS6uP7c`#fa}-g)rK z-XpV5pM#_XU64ELPJ`Te{}afa+d+d97+jk8V zU+ce;D!i-+l&)SCpZX08ha6Bi*xd$&!})KZaM-*Tlp{zIuD-k8CqYYi-`+PMY6i#@ z-hH6N&SUr8_R{dYEQq$gc?;}bWqCK5! zP29hSn|@DOX$Ni~-Tw`0M10=|YDDZ^4{Aib2Q?z_2rv6JCGxrW8jyDTIWHg`?4)aU z-#`U%|6fq~oV@>6cjWIIppG^^VNmD%_3_j1WI+|iy+lxDWB(si*_;P;WPg7K^=$wB z0aZ5GgQ&_yg>pcxu#m`vjCtwi<4>BJF4_W$rJ$hdK z)y$Qk5yY9R($nTH-|%W?T*b0;iHWP`&0KXg-tP*iWf39^ zZ)D(M?vMNS=iHjj_F=gOq0&BAK~n~x{v`@?ZuOxnJN|z>GQ+5}j3+pKt3he4-OfMT z{Ih$nFAooX{PjiFD`I74y;)ONZcJDeHgnb0^Xry9Qv;!6Q&xi4Fi8b3 zLua1r$vo@pbJo}A?thzovu4enu`4|Nnxy|~zL}+bS3uoxX3#v}a|h68H&V-1e(GGQ9=VK9)>ey?;ij+YOw;kXn7! z{u#geUYuUNGTjDjLN>^R=d(a2>`Vihu8+yK?rquN785L0L!1zko ze52PqTdyuZW96LtRde&Xfauy&YX}O1`cz=0b6#HFCI0u5X>(t0`!zR`B;l2H>F2&wzukD?O5GKIJ!|tBr+CxmhHfuvj!eJ0_D;gJ z$Wm?d8Kq%&Nfm|^uUT)On1=^fZw56DtgQ2&vTZ(hE_&y|HJd+&zNxxrtd{4ea&JEOGMac{R1#wq!=>05}l7aAjZbWO2nxSQeYn4?nz&sc>Q5-*Hq0@%o6 z^~HSWl745{b?!eL(q}j|+2^Um=5tLkmdDm?RtWDie64e0YVsK??jqua(M_niF*W(j zOqt)sf977FJ{M#`FvxUGkm)(6K&H$am3A>GsE88=2NjaiKX*W(b>;Tya~f%LckVRmicHS~MeNMkp!k0F3>4p_2rol5 z0h)fQ%5O>@UGv!%vq0-wSen z2u!<0*}2K5kdPzq%h+22VvEv6jcy7zcskx#tQfo|Q{M zsfajXaGWA3z4HW=HgA+qp9@;ixcOXi?9an%K1YQAGk9%tZL0kltNzlb{KN|TpegNn zHv7-c?{5x%5C5F`M|Rn#_LYAUuSsqK6+dlnKxK;JZcwRo0#qsyDU50Y$jIOG<@Kzi zXPgpSwy8Dp`Mq^HiPv^+*N&c1`tI#1v9!6>yGa#ZnUi?!=N0ptMep}LJ)HU+)YE|U z3$4zVg9`u8pnl=!n(#b>*EaV-B|1Uj5V%tP>ZfeM-&O46%Jv&yeSgNPx#Fw!=5q>h zf6uKk?g-y+{F>(xQNkfmr9NM+ga7`!ocbNyb2pwCKHuoI&l6DHEL;hyn_c2Sbu)3o z#moKY%gm1Vo3U&D|DT(xXReG(TLo%br_E*GTQxKCxg)4`U3p>k^qHk{UtXo+5MEXV z)mWPL1vKXmUJvl|%4+=?rFLImai`7o-}|d6@_8_5DiOOdXtEo$Sm3&F?ZGvlH-&@d z&%sUDXP_y@%{#;64PNKG12ti1SA&|c2;r;Z;P&gs5<)JI4e-1z0zF9j{Q=r9$!;t`gN~-@chR!R$-2-Aq}x%WBx8! zw(ovL%_997u-JlzKPcjeVH(#4-v3=&XWH*SqbjUr<^8oYUIl};u!DL*Gf8GzUS9rn z4M*^P$NECkuX{9t|DFp0SGEC+FYle{nK3T?AHt z`J}>`{{KGSHv`qla1kU)qM5bDrd!tw23sD3HGQbcELJ<7#eaMG^tq)zsj|V5$3w0e zPNf0!`&phR`%xLn;Gbvg$W5&mpr5R0~>65A!Jo97-jhJ^%o>4#kZ2iabxcIVl zMpIY&Jk<)`c`AfP%qx3e%szdN<{>xp)S2zm=h8UjLeh-B{+zq={QLKM*5NZxg)S?a zx-uqJi$=^>abNzXK35E`JOSBR{**S%`*CI9jq5Zr-skDVa+;T9e^b+GSWq4Z9ZqnQ zMumN_<+q2Mj6s6{koiIIcmUOyua2KSClBgG{7KXTjgwG``Sazb&8;hQ61AY+5^6Ai z{@nC??#jCKRrhDUDqr@CB4+*0H_)~{ytNJ<0*AHuNf3P+@Bc+1*!DySztPoZpRc4d z|9ymwQ3uz;2A)}oVcvP!t$uvjuSfps;OS#*ZCjN2WfTSfYZejF#0GDHu(dQRo&RCF zFnEJ7Xh)xTFqBzu8+g9n_Sg1zvCr@ScmIF)^;~wJztQzOX3Z*}@#?8P==_m0Gp`3j z7EGZGXn!>d-uvg|)ho|~m%US+ajJ4zR`beR39HOztm4JSG~OC$dH%{?mf-I~^W%JL zuO(~M&j4-NfUISoNswv0HR}6bpW18HC8nUmReqjS>W#`$N!1Hx2D;`h(a{B?KE%Jh3P zs^)$BeEJ+OWE@uuG%idrvsZr|=uDMU)HKw1XW)0~_&DFS@oCg7h9G6yGoOEVBKQA! za^p&zVSKFb+wP+@YA_$a632UH?wZ}x+vDSX=kgz-X|?S0^x@>yKb`-`(z?w#^Vgm; ze^k$y<8M9vJZt~&HZ`2``Q=qwHEdDLwc9=G*PnB=YSki{JLlw8tL%S2Q`7Z>Z=MeM zW;AuLPbzJh`*yr}ld4rc^HkijP19G>mU(ab^tm+m5G>4ozuL5!)*ga~S$upMJt7P2 zxA(J8pMzUW>v*fJzDcKqXf$>2dp&FVB*eI7o4)_0VpzBhJX1@D!eR6Ve@zeSKUr6niK)W#K;{C2b_s)YC?LyW9 z;bMaJ$rt5l&HrBo>Iup(dj;CHxC*g>5rz4$?9u&Scb{(m9RJ$NxODE!UFSe&PpK;Z>m^GeL6y3rxS>>{|KT8FWzVtYXkmENH)E$|}B@tDHe6 zVOwD^pZUmMn{)cgU&Z3*|32KC^ZVr0E9F(-$t{xl$dH9xwRuUeiiLykzpSlV1X@r8 zUm`?w;+@FhAue`sFqFElu3OnQ4sQc&Z%RnoK|)0-)EW(7$u&2;=gwJzeibF@f@@%=uR0v z^Xa=<^-6#JvTq)=oDVqV{LDx0-&6b9)#n>)N=-}IcxgC#4y#T-PdA9C$7p@XI-~TW zt>?Tdis;yeydMKP*YQ;PvQINt)}(38pGjk8UDe{0V9=SFHS3Ja=Es(`8BcxalWGwxc@A`9AkCTf``_@SYaO0>s$iMXoR#!o))(HS zliwgAS*(6|zRc|U-u<6HWxX=@UG|J=V9>kgGiPzf#eRzcUEpwKz{n53Ha#Dp5P*h! zllgR8$a;_gBlqlmv$J94K%xhCQ_r*doE zBunt|?OE?_7gwKuanE?y_nvnYFz4+4e!08%-QVA{@+}ufpL;RQc-PaOJTjR-a~|(A z+O@vto%Z72r(TfCJhSt+)!rK~Uf+|KE}wWYHl;*d@~*2Jam;gfkJ`Wg`TSV)*%!U3 zUyd17B}?wz*mEz!EnjD``Lv7Dr%{A&tnZC~-cvW%_*dz<7uPKp$3H)_GyeJI?%sbl z_1FIYoqzlFeA~tK-+KPtH2#%-{>6M-uo=5+ByzpnzR$b3H@)P&WUUw)nmPBp6Ik-g zGvixRwA(L=rF<#%#_j-2cg>t@zHEK8(XXn1uM)ph-{`61pM7!m`4?x?zdSRp`YgHk zXV1MFw|u+B=JW9im)+X~()qn(ovhpcbE=EqUrsA&mb{zbWyKT^jE9yVVpi%ihKQ@B4Zz@r&^sigN-yBi(%2R@e6VS>l)U2x?~Alq>Vk_|<<& zkMQGLY#%&_ie(JEh`RZ5#y_8rYY)G8Kj$Py35T`VBSUcW<-^7^ZfEDExt%?;Vy2|2 z@#3_!D`$FU%?va)&Z3^+JW_Uww)lBK4L*QH&#N6!tJy!DrpBulb zahrR7#b-$x2+o{)?tfF|hG)7bGPsRyHT7&$SWGYG^KB2lBz>0tZ_nTVKlYZvttmZb zs*8P3W&|4%V#@vddp~E3rev;{+w4gfm!*);{QK|G#aY|w=VwF+%gMX#FF%o?Z*;4> z=bO^vy>w%qIT!chccA~ZJ=6$4@?yaM`T$yfejt5*o`17hPnr7SyC*Zsjc(1QH}m{CMF@l+pWCc&34y5H*XMLwCvE>}Ti%!9K7QL4RozvtA8-yZqb_lQfr zb#<$rcrh+z3%!{8%PY1&qf4C$u7~%>7t^>QfYi9KU$c|yjVLS)v(Lv(x0^5imUiV{ z&#l>k)y7%*Zg0=7*ekh}%7TBlJfpQG&tj_m_06*0KQ}F>c9R#S8GZ5k7Rl1Dr)TY^ zWh?vdu4mU$uk7lHnjZMtC@a=&?dcVzl3Vo_Q$a94`yKVhRlvhCpKH%jWn2Z)n>^!Z z{-yNv%~`w29G!uf0v+5r*550A<^`Mau7f>!28&5%KF|B`C28^RUpos)7!4_bsQsAz zn25m;$XLX;>c^W;yg)}0|Mv#(zuHq*YxL{u$rsnv7stv-pzC?pLKC=TFG)UnKS2F+kUUzR=-cY{H?(+$(LtNwgn0sWjVR|o>;*tX{xwb zE#*o}&#Vcg3f`|i|KfgUynRodpT*+&mrt+ImE5Yjcw5SqY4G6AJxPw>8NcW+pUq|# z+vk5if8EUd+MlhyZuM$P)X38q<-~m5GcV59-;F7zcIknz$vX1$^*Xc>VKRnBkO!2J zwU<>@eEWaaet-PFQi;FcPZ<5GW};c`1gY_gwBgS(@4YX{kQA#&qhzUD3-E?RWjGnjegAK+4tx=xB+T}D=gOC zQ9r|5n$8VjXtSID+Ca3zL6+OZe5PZ&A7mq}m+|q%kNYHzB!N4zPcPp8f0ojbB+y96 zr;4)_jz@t^A#+6QQ_6r@o|Yb5ci1NO^ShKS){<}i+;&gCNPp(}YkLOHa>=*nKAXND zAfJPS{BzRT0SR`9xM?}P=AVk^+V8!w;`97#cW6J^1!?Pk`TFNMeP$2; zZF)xC*;bUHC+M{9-(AmWGJOo5lKz={mWqQ-i0&eI0PEfFS=Q8CDFmCvFWdHv3LSJ< z|NdEwxu3q-ee<4u-@hiGC9ks&Gs_L4{poXRtnjfcemBiu-|W`Yc`v|6xSTJxd+$rXw_N;v&c*6;FKpAl%rmY!FS+-5&%I(dtiqq?_ny~Yj2*qc zRKMTs-m;!;n#c>7woklx`^1aflrLsR*7IBM)j(#?YkNz68vOd}>b8IX36v#4kWnzi zN+G0`U*_{6Qwp$Ar?NbEknU>MaK7SAiC^|Mk-c6DzRc>(Io;R4>m>hLx2|r#c;1qd zrC}(8k8WwprGHtrXSZKGADK$o`Ze%4E7J0}nREZWc)n(xyqo>^d9+#;BYU&=@Qd@E z>G1V_$ip+#5WM;Fq2!sfhhMxmJ%z29qu%P3Gk)P;H}|QxU%byfi*{>N5Mw-Lzt-#* z|8i}XG|iWez-El>RL&zB&*KZ8Eq=)ViV!?t5}>|NRsPrj{=s zuncu?{Xk`?9~%ZNLp>gt3}v@=U>53qo@GtrCEkdZ!2i^lw{A0)RSM z_pjZd;(i8fUC+P!o+0gXqjJBuV%sz7@0rtC-1j%4n5ui`Qm)LOpZ$(Xd*+lE=lzNL zteakPTJmm@+x9sZ$z}e(w_|Qkp8De3Cts8q?IMY3k8{uqbM2G&|G&3>WKZhZr*?A1 zYP2O%E0QJm_V(O!bDMwt>ERdOr%L|aXSDddEp`Omxp;A28hAC*&C29k;K8!oQ!ifc z(r&-_J=1tsch5Ve#k)_u&@;lvv`gRe9LiC^CL8B@Ln3bcf3 z=3KQG)f*&h`M=#t{9;@|ja`^1qgXrZB>wK~?2(!pxY#Hw#I5(#ia<$It;KGsS5{CY zSSGb}e*Vc9&tK=sxYgU4<62)t@c`BtKmM=J)$-Quq}_h5v@2)M_!*y1@Z(#&f4}+S z{lYr5-)U95Z!680>bku>`({gc{rzyadilq155L&Ie)`4h4`EYa^jax&a4tPZH#T3c z{QG^;70|IUSHI;Mowh&PEN-)pquV0Lo0&WQ?R`F( z^sKL5|KD7i-2Iq;E|YE{B|Aawqv<%3YW(WYXZm_?zeUf#eW&QTbrm`yTCtOk8;;Vi z{0z^2N4uTCh;AaRKU%++p5807TE9R2(}3(-%iz8@KsE8*fvJh_$-CKe&w@;)(|M!b z(e?pbwkAIy`w~IR)@q^#Y(;b>InzFrH@@Sq(SL%{(JlHz=~-Hxlz>@2{@+HY5w7dB z9^tZ$F2;4N6XnBQe>T!+ge!*XBV6%R9pQ?j$_UrZ9dqra|Hssu{oDC3=TGt9n?IiK z`g7m96nt3K|2L?o_EfD7=Ucq~xY4gFoyF&sup>l69(<73n>~imBd}JtU;M6TMDz(q zuc!6w%RBi3LA^6sY<>2HpYg8CJ?~657cal{J-hwle(jT#pNs`I;moYMvbgUi^u29?|D(vu2|RQ2W%PHzuEXo_(Y3M(VRGR?nQf?$!IWoy8J=@3zrv zU*B%t_w-y|^8MN!dK^?_v$$>kI{KVT@RvU464Y*>$6)7*z5Lhj(D;M}@E+Fh7iZn3 z)K((yu%}<2V0nx!B$) zx(!eU9*$p6$CZisbgMejuYA~^okz=q^pF#zHSd4c&w14B8=m=pYj?T4_j~5E@AXwD zB~8Ba*U3}G^vYkOUT!xY*HCOest@C>%MQ=X zvIyo)U-i((bk52)U-s)v$o!eFjDu^_R-O0xN`1lm z7G*RwAK~UdXX)dqf7dqdJ{1x^^OaU`Z0f4jKBZGvt~0tCx@;FU1;5@t{*IRBPhGjL z?)iErnp|lq_Ne|CFEGQ8!~3Iu{^y2 z$+yxzrH@}q2jBm1@bxc$a6b}yoBGNyb*X(=Mm`Zgq3neSDlwtoe1Hd`ARX^ zHf2@&`8zXymGk-h{mdHtJ1HyP=WX}OTEngS%f21GvTw#Mafo1TZqlo4;o$h$Gj16L zN2g_-_Q{>OQrCEE>auNTu1uQ=6+B}Zz3zSPyuF5Bjrk}GLU;@m`w73gZ&~x^#@&Qf z(mtilEAtGl@-EwTFvNVuE4Ek==#Fif5)!u^`=EG1)I6IAo*3CA4>Z0!Io&q z6)dibc>nUtqm8pqh8WMxQVTwtvTCM}>ExAZMpu27&7z*5ynPu>&G*@x&Ji5@_Xy3) z{xju=Yd+neUCjckt$wXcE{CzHS#zP7`D%IpT`Jd%DCR?|$oZCKG_H<8)#W#OM9NNj zM9On|L`u8`9U^64$s1DJUcWB=uFoa0yesPc*-xJ~-aZ{t zJu^!`_-*Q{y*^u~ul#0oHE!80Dhuu_dP5U)(cQXUZa3{bfw1g-c;8*>2NJ@3NNk+3 zeEavYL4C;^x^w}3zW&@wr>@y6`Xsu#w>M~-sKN2|`z!6U>Z@1geRQax@7vI}adzLT z4BopTx1kE{9AVXd->!^WU1M;g8`0gqTi$n<@~$zcvw+&&Uh!UTH~C#-^q%#ny~*a( z=qIx*oAu#%dJYBssznxqK+z0td}e*OVO{~2qinh3$-Z887t9`2M5w!fT0#&`w1vyD95(Gq<; zkIeB84D&3PbAH|Iu`KTShd&!{Q)93ODMjunNPcBHhw`2~TF1Zg;|=PJ2q2kT{4039 z;{P8Tr7<%orJ4TO9Ji~r$LH@bEWK|?jUhX6qpMf1)4ZGV_Z4kxh?G?`e+QXF!d;Z1PdAaG^26-od7!2Tjix27%8t)?B@rx}yeiqJv}a|X;Z?(BR>wjp z72H?*hO$W{q$VSLV(Pi|@jRqfFU8ZI)85NbVY>5Sb$U+w%C`nvWtVL`e5Gv0ExzE} ziCNY@xr7DJ$Qk(-|9 zHG?4tT+PIO_JJVN$t$y`LXhS2sI`5yZ+c$OTuBCc&p6|kT*J!uj5BWW6`w16Ro(DB z@61|bpTEU=q;&HzdWpqlQUB*uzrKNU9+ikLAJU9#egEG-8^52sa&P7>>)`72toJ@| z=dRpqytRDUH&O+Q&)s|dJWT)2j4EATGACED&CT|T_uu8kCPALyxtDHx{hmFhZiWzB zcI#88bntg`LrUg$n)w^g%kHLXje#)#&1dsv=VWOYliW0m$>dd~`m(!e zvVI6W7*YF?X6uuDw!ZTwCtTingSuRV7fcmLg|C1A_Y;k~q(5mHK2wvoQ-56;I9?5( zZ+W*H)B&RDkbS%*ZKnk4OWt5CtRkhQi)CFFiuQPG+PXj9mWJm4xwSExdaDT`sRq76 z@$U8hyHs7Rh+_V}LYh?~`Et9dw;B>@MESl|85I|_t^8N>`vzI7ATeeEKr1U--pf=| z&^`q>Z|~bCi~GE7S{ZAwm3vv)!7F+*Zm|aMPRJr8_;If>be;$@TU5Sm-uHf4|9kq& z_JtXJ-8u>6KB%L?OD{nS1pl%H_bZ~K*wj~5X>f$pd0glGY|iTqR%Ne`U9s0UF15vu zzSc4Y-&Z&I`n750dU5Q_Ex~IrpTAkX&%fed59Vr2ur&G-O>BZ^EPt=6x2t{FL+(mc z$eLBl^yaVcTjFgfTh*G9)hutHjAMZ*HrHc@&95Vpu<1FnLgl)8|6f}bQkLRE0sv_x zZ?Rd#`nNx?Y%C{zz7Mq{IA`bo!*t-1rqY+CcgUGPPK`;&p)Mu-)}xb&BeQ*&f9!_ncY-a z2MjU_X&G_l%VSrnUl~zh**j7}4_-=N`|$=#vgB9y7a~^2 zP|()NL!#_=0jsQkPIe3J*E`AU62Vx|jkS+Y)^0BSYg3>6>U-j=sM>$|AJVUGJ#}U4 zuS1gZ=eg5sZ1m@R{J7_X`HzY$>oZox^En`SA6J!E2p22y)H6$&u-9^UqirSJ|FBV`cm+<=V`PuM5+z%{=kCFzr=g z+PTU(*Jqwk-+V4P_PqG!bK-GGq}|NYeIHJ)`P_Q_^SL#}6$tXPZM@yLncH69O1OrN zRNs7VOYHsa2CsE)UDZgN>$-bg=(2U85JuYE_)4SKG1p6NjR}%pZB;g(D~;WqaBb(h zY*52L^7*cHu?ElIB+X^5GQ?=*?ojh;Kfp3(~N2DM-WilDFNF&!>Sj+_?lYJsMpcglej4*T>DtaYAfu-jgN!Z$ z84Xgr459Mg$u-65AU*G%fb`4->zNGFQ(gqp;|J1n=OoAiYp?}y#laxc!79JMO}Tcn zJG=ReRdr$RgvfOLb-YHe-yGfQm^OFs4zm+$Hj7_pn_2qp(Jh6|=i*|daVUN^hj-m( zasRZr*=0uC&l$X4bNDJt+T79|vkt7;%oi>^qx9OtET+xptYUlU40 zif!{b`Ix&2*cC5BQ~AwmW@+97@V3BfI~!N)p0P47*xDNToNe7UgV%QsTop^3E4|~^ zp*6+K;n6d|DmS0wjmb^KP>iB-UrqA0$U2Z|r}MYAMyCHDcoWbVFu zAak#S%mt}DV-*i_1iE67xlonX+jU>p?7bZS`pimDe(T;2-ga54cP~q1^SPtZy-C-0 zR;&&@VSznuh;ClDxWqtbo;NvYc{_M ztDjLCcJ~$k=5wo}|0Z6GEM0AX#%gum*Y?Qtt84!mU?|3_(q`@Zi8D(1z)o8Ta++lc z$Z72$e>}ec@`ubWkUyM3{wRI{@&{JME8PrVW2iK{4DxY5$k?BSAY<*p#vTV5`)3Ep zSb31KpC5yat-FI$F;9nW?i4Wad$jnVWBb%oGEgnFKO3G6!U4H`oDaibLvW zl%lEh`TG3z@pqtome(Y+KpLIF8drd9;n@nZWg*BG<0~Lr+HQed9ssfhT`>-opuCd- z%9irEpiI6PoPD-{vQPiETZh(sz6i=bcDF#;#~qw~&=liPc{kzO&2&)7^gE}tIWm3z z+B}2TZ#IKUrrK@04zAgJKFoYZ>9?DplF2R_ui}quliyE?d_HmQT%*@Eo3;k0&2`^a zc52P%6W9D^mdf3{rMdZ>ab0>3uXEOKz_&2s(scz?~Z(LxOJX>+TP<= zs`kzJ8fOTS_^mwmOjZ4o@V>uwF0U)ouT`_GeLgqxz2KI44PwaDo8-hgYS=fQF|V7bp{s`RIno;6062)+)L z)4xCCtDRi7_?asC{;k|;d;5>yV%>c2c=Fq($oG#omK|L4{bR)LgloSm*2EgTuC=+Q zhoStacKVy9$oH~f#eE>f)$Sn0dzC?o?+Jp;e%}EyyZp$lquTHPZ#`QD=d*6UXPxx+ z(N*cq_bw;ownx6t+_3HNn(rnNw-c{bORafp@Y7`@*2Z>wY4-Rt|!POSO;3sm{X|G%ZM`Q7Vy>6B}=f3us<>{?%+ zJ0bG>*Y&(O6c?XkyI%WOee=7Swlhon|J<_P{BB}=b^0~iPucI!>~gPrJ2&$CiS>Jp zU(5a6TAp@SdH=U_YpS1IzlWjN2Sw$xIeXXt_6M~l{C{OJZGPt&@0)PV_T_5MGrQDl zO&cS>FIlf<@Os{tt1M}EC-0keU`_QUA{4i*m)p&GW|w~r$b?Ri33eYrCa8l<_x4np)jk4QM?mqR>wR}w((dlw3v$DDkO}XV z`91ymw3(&wizTrl#H9zXwHeFtW;@ zv(s}XM1E%iC5E^Mpp?VC$Lz$K>PAq?(fHRs3VE@w)W1 zyT-doA(w#^Pyh02X4+lu&#!(|#92K)U-h!b{&jcypU8Nd$LD`NlB~Zr{hR?Pd(PTE zIdc7Ko0(sCoq{vM`~O-ULn9_fu1~HhN;_%xy0mA#-0#w!=XT3qZ;b$zHQ7v{PRwg7)WXtU!`G(y zpb|Cv-Zj%>Yp$ikstBZ(HY_wl^#{w*5@i+FQH$W`2#@S}JSwdaJhj z=D6>rMz2fbL5!{ID%1A9%Z~kgrt0qXUC(BI-L-yl7u54R|LgkWGi&C5 zU4MLLq`h!_zj5)o$9wAhw#cQY{ryv7d+yAypD(NC%>4TKGDy$!p4ZvJ!RN&{*R3mm z_jzlb*oJxfX@7fiY~#=TlDr8j?u|Enon!R+x$o=Wm1%$XWY+#ayk@@n+U%Z{**%f= z`BB$zn4hokoB7pvI!IZ%9w-{lTU`5mZq58cP{D8iIO4o@@OkUcS07*dxUpRCU94SI z$DWp?rX|1MwGmy5eo{pHWcKj-CQ_7?wq zaPjWx_Uj)W$=|K5u=)D#rAe#${ukZv|1a9ECwFJ(p8Cq?cjABEdKrFi=bnEY@9lnF z{w?1B?%%6V-wyBoURV0_!L#y;__|NM?9;E$zw}*xU*XpWz1!c#?fGwRSN+-iUd5jm z-{ODIj<5KyT>bdf*X!?N>wc8~J@WFs{hl55e;M!Zu6R6s|I_P#A00fpUhjSFkL$JH z9(}t1|KH*Gebv7oE?)h6`u6z!!zl2IEpO;V6pMT=(^3Uh2_usC0l``*7zWgtZd%p$l*L{Du_%wU@dO7<& ze~&%Bu7CgkZ2i5p-~T<8=GVJd^W|@QetfKL)$4EVb_b`||7I@#{cvyhb^AYS?5e)c zJ^lFR_4RVLyQ+TgeB2rzZ!gXNF81#u@#*D#>G$^R`2OLO`T6h1>pwq_yHoq&-~T@| z`D?`T?^M_PnqmK?{m-=fUw1yfX|8{7N1ab!zfIlqAGLqu{Qv*@^lC{?ALrIT?tlCFy{-E6@^^N1zrTOHz4!Y;+nV2x?(MBVeE;pt-{Jgnd%ym! ze)BHo@2`LFKX3l~;rRFM|61yAZ~nc#ia|ck_TK~cAJspm*nhG9w^ska{r|}ol^?5X zdG7CCk}rEc_FjF-_apxC{dQG<@83Ut^L*Xst*^g)-X-oIe|vt7XZ5!)_WvK)|H|*b zTwnKL?&FjH|Mt)S^Zj{$|GoOZ7lV(lm5;si|EG2Ny8mC6+ZEmU_3^8C*YcVCzP z^6|>YJMs7azieK8{QLWu|NqbbpL^O|{_oGP(;F|hm)E>%UvIys>chFkyTiZN|M<4G zqU4uszU=w`A1*FtFORSP^WtRtk2Cq1FZI{$|7N@6_p$xeA0ND3&3<0a|NqUSnsw&? zEB`ZAe}47r=AVDn^WW{>?jIk&?*Dt($l%-+F!hJNvpHv-{tl_LpmYePmDZ@3p6Q@2_}$@oo3(^##lC|2xcoC-``Gec}J` z{`axl6PUFFu~MumAJl z;{3hUyDZl2FRl7LSDpV6#{V~u?%iHr^YO)_y{q4R ziT;0d@#*dNtCi;2-TOV+{@3B%{PTWIex3gEi}b$#=JrKZIrDyAyt;QayZmR#{oilb zJUIFDp#9Gy_Vq7!&j0uP|L6a|>i_;S^6|$n=g0h4{QoPy{>zUe=hwY1 zD}3)B9{zn^%|}by@9{f!6#w28$gh|8|Ixd{r>no~`A@%g^{eQov-kg*@B4qQdG%`Z z{QH%Eo_zZE;^VFN1=kPmD*j!v(ROFXzOU9dqQm?1;_cnvpMCnV`Ly~E?fuO6Ssrj! zeJx+Gy8g?%uU)o+^LO1mml?kO{_l6MuhoCtEdQ^0fBA3w-!J{|@6NHGbMEqKiMSpA zUVoPNdG4!K|6%QH_V4yToUQ&(IA_1)Gyls!&Q|sl&Rw>iJ%8WpnwQNl_jo@2eZTZy xd%eeV`Aa|BOa3X&{r_#*=f%glmv=vSKY!ko%VGBa{QLjQC(k$>V8Ou4007kc-Y)*u$0S}|u3<5Ls`$0AvPMnaM#f-yRr8q@ znwAUIKfLVxGedJ-0-N~9!lQL(G`=6{pLxkS?ZrYnTX%!ttqY951k9i3{r?ZA(1NU| zOgkdBvnp}Va?rWLziy5hzsR9{i>CtL?b?otAD{g;hI?1-%2;s)CMB+lyBtT04|`1y zixP`TwKR51zH@YKoOXMW5J&N~7aUICFBDY-N?rS~NPgPOZb=mvq`^2Y-ydc5CjAa^+QZ6CATf@kK@g{Z5+|QB^R6j)mHuNwEQ+# Wy8CX&GFmw$qzx znD?1J-om-$wXaTCv{q>Dqx!VE&l}V=oj8@+{-;PNKH1m(&)iX6df_MT$%n35_lO+} zI{m=jrZGD87rWAy-$!1g`R=*y!YF04@St7%#Zv2!3)SSZFC4I4FKL*(U+suE--QXB zzE6_X>U>2K(vR%5jcJA_gR#?JyE)f=zDBH{d0YG=PceupKC?INNX@J3K8Eg$X95|D-z3|8 z&UQQV{m(4Tc@_=qzbo=C^i;h2Z5nKOgz=0;!%P+fVfoLzvv&S9J?>L;hX0STo}b_} zY3YSex9K`WJ`hojsY}14Rog1~lS^2#WWDf~A1RTS&ptSDSNxO}v$n`*Cfn>CDLa=f zjScq_@kz718r69B=+0YS+g}cGEL|(U-wnPk-opcxKwqD5K=fy}tw>G2Nfr{V-?8 z+HMxzXssDr&y*frymQyr*XuRzn1)?0jVnIP(jm2U$?DdWn{LG#mlgJXU%px6`r)_F zRj>1k?n%i$yuz6A+bt)}xr@GZhv{CPX1v*H`Sc0Qx*?&C#X4SEJ+If#>JqxAHFfK% zNJo)ZlV0w>{;<+AX6_V|^0|(BibW<0dzQN%)D5516?S2c=>(_E?~LV)?=YF3vi1FVd2I&#Hd@iU-hUxqueCn%umA%C0L|!;1^@s6 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt new file mode 100644 index 0000000000000000000000000000000000000000..5f4058ae635715673a61ed1c2b285fa903bbb9da GIT binary patch literal 707 zcmb2|=3oGW|9hwU_Fpy-Xj6~Bt+G4DfvJ$?+Zn-yapH=FjvgK{%H}hdT(c@m**)c{ z{D<|D+kJ18_zE>{nR@HW$Jv$hCHvJZ9oRNLv^Qj8_}=?Fn@wDL;i>4!mtR>m9f?Sr z`0uiC;Bue;4h+Zr89vV{a1#Dyaxj9~c}?Zn4)rhD(<)qrXB{{${L}PclZEoU8|x)M zs_rW|V4C1I{)sNEKcxBDD*KVC$sewjoMUVRC zUGcjlTGZivZIwt;^>sy?wWiq{t@!SKeK=`;hUcf5-yZB-JNxUjOs@9OgG(-zosKnP zd=e9-CcRJaMVQpiHB=Oi0fa|*L_Gp@7AG!S!*0m?H9~CpK5Hk z(EI-qi_o+2t9IyL-FV2oO*?vecIPoM>92?P@`T9>XXx&#iaVQn=e_;U;Iw033x21b zEj`V$zA$&fp|IAgYgSLWWceh1%d3FsKDE}3%9mfk*H)RS z8fXW$QJl7YuF#zv&NZQ4 zyB2vbi9dBvM=@sSgmWh4%Z@J8(UiS3El_#sxd!vw)duhXF}iIyD>TLK?-PcPJEpn4 zmAm=r&4l}34qpFXJ}+I?e1{^d{5jL*If3F#ud7+sFXNP3RxV@KJeB?V#Y^64zsn9T zu=>1wo`6Yg((3Y*KWi52UK5z4dFJh03m5yhyr19Ny#APSN@1zlBfVcQb4!0VMtBoevH6551rrBpQFnp6PJ#Nsr*>w8RUcZlTv>H65 zlQjMvw{8l1^^c98PoDpo>A#j^@dD~U*w3CgEuEc^Fzb5Ho|^4xo#6%xKgQTJMjJok zygO@Rc**{A#XG;x3XDt7J3A%(!6&Y}vsV6US!bcW{aEyZnX}dxF!DRxU;kMuzcFoH z{U6r9#>XG;tVr6P)^$Akz~kK&Lfg}hOx|T0Z1az4-hrc&cbO{BE8d>gr5Cq4ljILl;}JBCF3vhHlDcTpss*aIROFYg zdTE+j%Kp77rPSi2>7$^@**=r6hT=|S?k2bB_xO7ohLGJD%=Ze<%9+xC;9^p_c54kIQ z{P)p7B3cGZ{J&&yp4a(~I6C(`V{^_uc;c`h5)4_Q(V>Pq>4UwZIlfn{vjX8(6h zwr@|!Yac7DeJk}fvfFuyo66kRv!nO*-|OX#epq$He`yZIsO#Zzimydw~043jZAOHXW literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt new file mode 100644 index 0000000000000000000000000000000000000000..bd086e73418b40b990e7970ec8cb9f85249671f2 GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..85fcd42ce78114fece8be67e8ab34cc3624a3360 GIT binary patch literal 718 zcmb2|=3oGW|95Ac&%b3L(YF6aVbTgU-^o_KuS%!SEqlHz^LXa+SY>9mJF_f`d;-7A zzu7z+ICBddcO`Ue`}L>w@@fI z!11#3A?fSi*lq5|8Qip(%*ewm;diLOMG?*)v{bzo*wkPUjnR$^}_P>O)h?%Po^YW zic3r@@I0W(I9;YVHX*3^-OS0Bn?Jvw_NMeXw~v-ObCHokJEJAfiH8n+>_wk8%GjM- zQp9q>oxzfILNJ4+s)fAS!6yvL$7a<0kvYxKrapt`#7jvw15I(}7@h*d14kLf*<)l1 zo;GO97k3t_Jr!#3W_T^su$m!;^??>cIOh(p1EEZMoI6w|I3M0=adwH-_cK?XmzyrL#pLDkK`e}ug9H;V27rfqZ zQ}5fktMhlaFU>05YOSN%8J+&h;gWUs)k|5Pm5=8v{l2(H`(;*gR_f~g|H`X_Ur!C6 zy&+;{b*$#&WQVoiX62n@4qMk(Qc&l&IbZMEuSK)W^txx7?ydFPWqLbI*8iXBl*jk8 z{vXy#4>3FSN}!~?(&^ZP_pu+gMuo59jnnNZFTENe>a%xg-FNr(J+`ab%Qk*}weZ%F zyHm}-TfHbvy?g3yX+YTm`#J3|k9#XI7Z!WvglunUeFwB# z8S*`Sll2y@j-I(CTzoEA1y?$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( literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt new file mode 100644 index 0000000000000000000000000000000000000000..765f6b416fb464d0a831302b776907d4ee647f97 GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt new file mode 100644 index 0000000000000000000000000000000000000000..c41d6130f31b1d152dd3dbf7a25b2df443bb123d GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt new file mode 100644 index 0000000000000000000000000000000000000000..24cf201f9df2f93c887b968e73e25becaa9fcef0 GIT binary patch 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 MVEp>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{uMpV43YWk*<$V_KAEg5nD{Aq)Ab3(qC$oA!pqanD#EDcN{v z+lmC+%mWOX-?HKMPH7ibH HVqgFO*~o{s literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end2.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..26659f20edcb16073488308b058710ec36da9a77 GIT binary patch literal 277 zcmb2|=3oGW|E&Su-bV}s=H-3Am?pTFqsjhI_4+RNk59Jx?7nQ2J&W_?iADbp)aNeR zy(ZwGL)_%|6Z3f-cu${@4`FhcceGGHJEA=7*Y%7~Yg^_HfsNfMq9i;~=H4>(HC+Oscw!!2&>R;`Y$HzHRhymWmdf8y-{zTDr* zmCd`w7PIA8bY$=KJ^H?*^L>HRj;o0|YJ%m{r}HUq-Md3&r4Y}R{z?Ce`|X@qx$hmk zdNc2Q@)760y&p3?rxslo^ZcR79e;lA&EA5ld7P34=N)ZWQ@b=Gd7o#2#9}oY%{% z>$;>P>eKJp^>Ssr0S9$nmWVh0~RgtDTg~rc;(XVXREnRr=WH#q#-fZoFDl;}~XVo(@ zn=PI6uHRaexj!cE;i{twa?)>aZaa76@cAOQ>TczOTi3LwrED|Ld|?o9dvoukL;KoZ z%}ch~{(@=Bgx8`mGIw&n2o%gdwY?z2qvaC!N{v4gTJ)FC+bWw-|2IA1{*fc0yk8fm zyT_Td&QP!RHA`E0^H7qv<1O*&hcq9r^gHv;T<3kjht3)gg*kfS zLYF8do_xLMXns~gXQs*f7^V}Of80E+`fTmgcdFNZh9!wjopRaI&`bZLheaRL|75lO zhDR;cW{aD8UC(OW86*)=Xeo6(c0ruEO;zn`gWH{jU0NMmuSBgg_^R}c|H&%zzMRjw zm9<*#yubavH_i?>ynUqH#3*lzyxHQ8-DkbMC(ibZd9NLCO|DDS6fr&}mc38c9 zdq&{pgk*i2$grn(wt5QHojH_!%WR5GW^&VxW6?p6*G2D7ziw{?#XTK44^E002zIhi(7> literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_launch_pad.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_launch_pad.nbt new file mode 100644 index 0000000000000000000000000000000000000000..c570c1891db134b6227d49278e6fd9ee899204fc GIT binary patch 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`(-!) literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt new file mode 100644 index 0000000000000000000000000000000000000000..07c03c552ea8813de3dd8f12810ff72372f490ba GIT binary patch literal 1074 zcmb2|=3oGW|5s<;?z?R!(B`gEx?%1DSAULK-3*nD_kM44)$fk`8n!?;>hu~NE|u8p zmCbuf-Q!Mg+8a|Cr84_S!?o2<&;Q*2FfpU@IfJo)-~MnJhF_}>ct4nWP9fSft@i!1 zitmliul9W5sy{Bb$2jkW!5*O<7gQ2?o0mUUX|Xt2-*H&q^i9-ZjyRnsM-NNcEqutL zFZU@ak#~NFGRI?Or@|v!)p!k;C!W3XV~OH=X za}LZAo>9zH?3Zwk^9+OY+WzciGuVCCT-(U;c|qsZjS`<1%uJFq2|mNwXsKvm%w((# zC)5p!nT(+XH`8VX11M4KmEh-mrZPf!^gcW8iXKnT zy8Y9c@ul_RX#Q4HU*+&#Er*h0CX7#$7DwNl!awbP@7e61+qIT%yRms{H0%1m%i{8S zGwWa0uUQiO^wyRY-;S|O`c>BR#qYY`yTl}!_VgeArhWc5Ha_2&d_Md5{Of)-NxLh5 z6#h+_?y&E*R!CS4Uy|;2w(G0yOLj~#7n`2@^~2p)pMIFxySko~|2wHpb#;(c{?koC z@7BGM%CY9E?zVgq12j)t9DzD+sQ-tMO#D^ycfiyc^ftxIX`? zQcZ}eyyEKX*{eU4-JI#R+xkhwdz)oDH%Fw|MJLH8@7j0b$dBtYZ}5EbGdop%^}q4c zqYj_G?NR>V5OqKK{6CJv%ICMNiizx1OuX=~;F_H2++&}G&u{-Z|60kZsL1^B+Wxdd+Oy}eU!Zr`!( z&AR;TUfb=xGi`o(6f$oy2wQB*H!D-|{a$YundA0bS_FxBRkOkkU?PQCen%573HAs&?@n2?#aqp5x8eCE=@3@RqAl#NozJ^uPWPEo zRy@xW$~t-E;ylLH)s`zisV_`hR269yxL0T9gtFkXV1?@<_j2!=l%=*rdudvaM31C$ z_>{7fOH4j5y{tO3STS?`#q{`+?Ce`^w){-s>;$+)*U z>sZf3?I-7F&FWmNE!%w3#h}gWH`lR_gCOIL*o2p!?pUb3L;Tgu3E$?->YT-G>~?n9 zs%Lw4=`Si#4XNGO)Hy5oq|4crDJ8EfSKgn$Lh^2vS<;&Hx%O^6^(u>_KU;xG?|*An z&(x?_S^S!NuKlFTUt7=3SC~Jq^OL)gV*S1#<6UxBekx1G^3Uon3^UkeXKHGv{%n1f z+x6wkj-{V$si|9)R#Lm`$$2if>&va`c@}&>&QJw1>#}P7yp@u%^I!d$*t5>R^dC#z zYY5N%#QgPF!9pjLPt9M_Rk^OtkHIp*Dt8`hCg03niyIGYtJ6JJZhrYc+nImsuf=6z zOV~uLWl|(nS+;SWYFgs0$*4bd&ve$Ga%BpcXFu7?C$X1Gy!kknZ;zX9$4rg~2Naq7 zo4qq$eDdU5^ENopOK_Lm2`1+9gPR#76K*#@zHp{~aoDt3n#PXrgb&7EIWSi{U#&v( zAKRO43yw?P`N+~GyZh?WDXo+C1k|gZI5SBjY2EqcZyZ~kH=14P|NJ@PXRYBP57|B$ zLqkuyLO}!fo)pJr#=k}WTzG!xYnhq($84J|?r%!l`OJS7eodY(zrRfOci7U7AbIPK zr;ULxe|7%LJg~k_TK4bP=lkpT%(1Kex|t*H^KymHg@+7|Yp@r|OO^@>zu#**;pvOE zeu-Uwd$kp(9k5hUp7KMwcV(=moY;e-(wA=9z1^-~UYOc{>#AFN)O~B|aOtH^YXfDk zcRyb2RVZH0$G3j1;>R_{MWF|G+jnkk&U(BiKzhotu)}rHv*(G&?%^O~CI`i}CqU7r&#-P?4h?B||)B9-qS%~^2Td3&_lqnc@}qwVT%+gi+z zn11#4thB9NAD5K29j?33~L&wIsNy?R%9QSe=@-0DNX zwZ&xJwD0X(Ki%A&wfO$_Z&^*+zDIs|mgdV}XWJ*QZXUL{rN6xS*DdkqtM1%a5@$UL53Go^y%Ix$CaZ z1mQQT&K@48(>N@3-;}sNa@H|(VQPQpv@mnxvF$3IM?3^Q<|s{&>3-<=a=q9iqr~%v z7qb=F_D#64_Wj#>?uSNtvdR-hmsCxt*#6r-Mdr!vDaBSff>%CI=D0UgcvI69clSN| z=W4}WTU64Ozo>Rs6os=KF8g1+I)Y#A>%SViJv*K(j+*?g<2P$k|1|rr6D%t$e(5ZK z_jsLeaL9*@lhb|~pPvxl%5eZ4&%lS@NP5D@t{iN<9tIg}T=hytNEZDze z_wF0rT*n@%9pKpd_V>!)6TUcf{SeiC_ABV1`?}R!dh>R-Ed2L)M)`MH_5JLYHtuIW U+p@jh-~6A!KhAQ=3>gLn0M3>Hx&QzG literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance2.nbt b/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance2.nbt new file mode 100644 index 0000000000000000000000000000000000000000..44ae3fd3258bd3898d530c9f62b33ca71ace715d GIT binary patch literal 1315 zcmb2|=3oGW|7)k+&3oh~a-99M^t!+7 z>wpI5j1nfb1=@RWx3A2NeHr`K+Na~&m2KaAEQBx2<4vE!Qn#q&=Uxf%&6{M4^=#}t zXM`}hc^+6IY%mjK<>dZ^DJ;97$RPG-f!gc?{!_~4cV5~z^WsOJkh&T*Eqgn##jC3) z)rARtSv6@v_*9m?t5kX{*MS&P%kQQ?`eo_2`}~owpZmT!SqNW0U-nc8SkfXPY&7mb^%k+ipFmnFCOj_ z`B8CVgXD=o!|;yu>jS^9ALo17d#8>u_4u49AyJlep6`;H z3wq94I_o=CE^qL1&Pu!%{qBE`ldh3Kg+@R7k9l7VL?0YDB-}JFZ`z3?(>4o4&d;A< zXew*NtD)Wcf7P<-r!K89c_22!`;;#GJbTSWZyN3kGk)3E>nO7Ij8=NgAKv*URog1~ z)!j@JSl0*c41N}r{IO}C*Fu?6lj$2pxVo=TVSePq+wlJ86}85S`ESBPD`T!+(!9b~ zHvLG`u9PP{Z!WJ(V4WhbGk?)^WzF2@KOQvfTO@p0bUj;5k%Io!?`?Z(Qlp;>y8MNjOX %Ux#&^#!Ca*WyEnIU zO|tO_pRhFPMMLzNm`T5yeRkelGjDp~b5m)Vxc*<|>RTcoFS{joCVK1amABSS-@45z zH*~r9*;kyhbLQTEE&S|-`J3d)^J@6FC2y?_zIN>E%6n%0TYmcPw9ed@w^j1;apj2D za%H#QtG(J`c|FZ{xtIT$Wnc5It$$Irzwq{}L;JMt!=JpnVAWLW1{{<*tz^QWV|n_p*k|Eu_aqW$)JgYfqmoAccD*b)Z)7?1S>1JBdui_Lx0B7Y7FVt~`#N}Q zq18nx^ZYB{GL~F7dGN}3!~B(7gID$Lt%T;;8xc&7Y2bc=h)7(Z+sR>1vJqWVaOZwa38`FaL@^kAG{W-hFwW+CDxZXPXHzXQ~`EQf92ZzAwVMKt*v) zdci*7>l~XEPdWWzX-l~GZQT)vn~G_D=3$Lnu9e>u>`>9rUSauZnTgAjr^?xditaD! zb6(&2w*22^RbM|w-a(V0fGk@J)w{w93&qnh_fr)~V z=eL@F)1MwJ(I#fG=-m?bxlfM1;D4H1&L{X`HG{|$E9F*iyQ$|wPi-$f)YAH4@4?q= d;xfEUbw26}_ATdl`@iWQ3we?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 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt new file mode 100644 index 0000000000000000000000000000000000000000..9dae0c6475ce50c0802b3e237eee409c914ab6ea GIT binary patch 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) literal 0 HcmV?d00001 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 new file mode 100644 index 0000000000000000000000000000000000000000..c13e4009a9253b2587632f7dd4034d38a9c4e92b GIT binary patch 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<#(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)idfReZTQuZB5H^~(L+%@Xc(_Uzs#?kZyBryzi$0_8~+OPUDxm3&3`uM{har6W^N32UD5RA!cGU17J=Wohu8D%=N1iFwew0G z|LTIT%i4Mj4hc4XH*or#d4m0eJZo>_l$sv3#)}hgObcuXJhrCSAj{5e@&TV8i=QT^ z{LvIG2v@CnCgIAo*ejuHM{$o{qoGQLXrcdStJ`A7MGBwK;CxqQx2(e&%vO3Q6MQ6g z`h#6r2Oi$mzkYqZK!0FaH5Nq$l2s4XOn%77o2(? zWal<@#&L}UIv!^Z8_r@`rXk)r*QchaCT#Pa^aQmEU7z2J(<;v%=%`p38D}ZstJF5D zMOQa_^_=zTp-jOh{Y^zCX3W7U-N`1LJ`?S;;@+M)Ao6pK*AEan_i(dfqo!zr31{3a z7Jc8Q>1qePCqG!~{lt6vgQeadE~!?$6x#E}vO@If=@YY;Pr6^-UE`*)-2Lo<6K9lH zeP6lHidlJ8`9%9uGXFZV(zEu?XcYX)BB&qQG+pbU_uS^`E7Uu7EdT4;Blwk9u)GgK zYCc-$UGQ8YFki3`nKW0akQCa(!x`7cqVL=k?s-T|>SrmL^J%6D3s#NJ+rp{4`!1cm~{;xxO1ixAdmd7?(AMdD|+p)Xv z$emJ^XXgwT#i>8a^Y~zdYLVvo=UH}Xho1ZXd~UI}%VfRS)IiNcj+0$7%CBVTZPonx zZKJ)ZjL_+2^W5Kbu%)KhILqogJ#E;fw{GW>o|5@N;%_x2M5kR`*7i8@x>wE3du0zC z8>BBz>NW3Zm7NjsygCHbOS3{lEZq+76n)daq99u(IjQ<(zn=`h1NVF=?w*00Qc-SvNxNX~0=^$Ze zgZ{_40{lrAE>HNkq`0y7qV@?3$%$oue5V|Gx7#FXmA6i=_spL+)Ek?6L~ngmYW0oh z)QBisQ7*Bt^L4Z5+`RHb!dKQ>$9)z#t!8Z8XZ7LS-HDQJC(1YazM96o!SIUWlvr-D z&zV_smKEO0v^G=u$T{tZ?T);M23#K|2?v~KQWms0GU+{w!>(Oo0S`niTR0bUi!n_% zo4us3hpo(6ZKYV5^oo$hfiAZfoMGFR$h4$f@sGm64XlNZsc8o@w<(3K3;wz5{IN!V zrJ(pn`D=c>-mj&#_K5k8&ATrb?9MT3D0SFv$aeBc)bw*(XFZD&d}`IYO5RKC{STu} z62b9}Ix{NNl#2ZS9p^pVk&&^S+i1gr_z4WRbyyRfJiT+?O1@^+RaepT7Fzl`v3p1F z#{)0DgnARNY+LqN!lw6#z_L>ZO)O{VHHc=m$a_8c-Du}-KV#D6TFoue7J{$y3mpzt zwaiX9cHB3tM9264-Q79c6m0u$8%tU!&AWNDkzLBLu(wP}cy{1s6;$v?bVezw7RU$%}$dz0VmH<=r-O33fIvp?}${x|)@m!GrW zua*!Mxv6eoxg+Ix&zkgPw`sCp6n5s_Q^;L+s-`@AnbCi>s~h4ct~^sNZZvhLZG8Ko zQz6gR_~b^Yc&wXd*Wj1`#`gKaX9pQCmtI~h$mtvAtZ*l7&zd7jU);61CcozKjC;GE zwP=sz>zBVb-k4$Lko4x;ZH3d_A3j*ESpUCza;Er^U+&8ScNAJ)`&e4RWv+j?S9;?< zz0+K8m9tcD#hmUnx+*W%^Ym_#)9PrZnd0lU*4LD*_S$rF#R69O-7L2Rifh^9=a#2! z6XJVg)qFG<=x0-CmII+9zJjk&6i$lCtlc_Vd4?_I0+S%&Xx*xvZ9IdHRMJI4m+ z1-VRx5)0p-y?c7W%e8)&m&R^8J@fea-^~xNTjs@`nNgLsfBxJVYKb&TsJe^%#|GWD1 zm7TH9jlH>3oOdXmGn^#&C8P1=neDx6eXl*&$+|6jUy|G9(}RLv4b}FQaUKcm%M(ui zWj1~%KdZ35{#yTk{k+MKRZsZx-Iy<*h;aV^`L7kHxl5`y86GDe0*8)rqm5 z@%4Z5KAl=W`Kq_$RM9tcKfhie;_5mzG$8P`CVLWx@YM4a$C)EqUVYeC)n&3s_{M5u z|BH``beA-q@5c=gVR%y`n&bhcIaJ}#{FT>@w+06TRCvJ0^KjGJfqsRZ>&8RVsbZdW| z*gUs*`lFsNIuQrV9!zasAM@k+$NO*pT;uq2V9Qjt(!{x&nBJJ4EVwc8?;?XcKi{6e z|LgVE^Y&9Xn~lWU?CTf)+M?Zt~-1!6_+x6@ucUN^n>kh-u@ z!L$!+#X76G)?Jr1t5tJd&~jFNZ*L#B&LjWaDHbnp}JGAOuXy8uYTWdty zC(Cn%TwHXQQ$|X!*UVQmB&suCao*!xbt}h`Eyq(hq8DzP&$6_pY)9b3cqiWGtvk*L z?dICL=hC5hzE0m_{wp1+|FfNGvlEMv!BqRU+J{n#uODRp)F`{X+Tzg0c{i`ToG5T~ z+SXL{0J%n;jhvUyiv(;sTavlqfaLMZJ*w${<5#n)>X@&e)_LT4Q+h=SQ{R-p?4Nmm?6+NOt9|0X|K{8;{rNn< zPpm$_P(|*Sp~0trzol;NVmobG7OwHeHS@ant}}Z3wr-mB<_{A)&jc~n)*7?_2Zdx5 zGY+pR7plxYF{iQlTlDrBH-s+Qm@r>!O5?KZI?cMxk@H8R-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 literal 0 HcmV?d00001 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 new file mode 100644 index 0000000000000000000000000000000000000000..edf86d761d0e4b6fbf5e21112f0219d323134dd2 GIT binary patch literal 1624 zcmb2|=3oGW|92y-d+xYM{QJA-Yn)Tx6Q&N8EQR72-8D<<)&TA>)C3b^7rehUuP4n*WZ;`kgY~>sYU2(X#QB z;Wox&jgxC5+XI4oV*4x)9oIa5gH7T%!{e|Qn@(F;Kb@g;uP*FN7|=tA9ClYVxXQGmeFPU2tp%Tg|Ex(VFKL z)6e*1+bvi9Xn6F>(G7k5$3k9iayY*-%kH>ATxCrTb5C^RMxHkrJ;@C#Kc!B8`iP|` zwPEF>9O;5>{s(UwANV0Eaok~g@`BTb7oJMIDB>yE$@a5|w`3>Vt{CRnb&Y!8MRu+F z^i=Z2C!Uf@wp}*NvGW@B?l<)3Kj2m~jWv&cBNZ!^{Ajh;^m#KwcV3vW%QEcvO```n zbDN4odv6BVKQ~>LCwDFL`ixzb5zAwfUp-5lTh_b!lHKgJUuW!^83__fOPgEPyYkXI zsf_D0cI}J;2|ddK3C&(zddn7U-+71W=?hL9UjR9S*Wx$ZoLc5{b&~1(|J*#E*)(}e zDszpeOTX6+mEC)q`qnKkR1j>T?2orP`s9eGb} z{dIovwX~nk7e8OtVbocovMea*YhSUT@4Ya!>7F8!e7H89V(~vTMX~T=OPcqGDO@Kt zE)}0-p4Mo3?A81?y9~B>tC-Bwi<=YO)0yI#zw6H|1s%DGh1+fkr^u8QT8g}B@RDjZ zeE)%QYD(IhOIIRXHrL%y)k=A6P#sJ^WJhIs}?R-=A+ZiR_uKuj)d1A5jLHdf2rL~1ED@6?7f6ZWtn|?$x?#slzT`k_7 zv$XzqCMrL4`qm#{bN62l|NryrS zdVRjAdu^P_EY^c;p5HEU98SL}kQ1cz`@6&@7w2BS+n_59WP$)il3+X?qUnqwaV@eMsd3xuWy7bu$QX;YEgH9 z{{_R>_DHWxlbaQP`}4kEJ}fGKRTHP#r{I)5Y;h?VEM!m(0I`;F|E&TiIy8ZiqzYafM&c{-2(CK6cvy%q1J1e&eO!l1BR(q=yH?1d;+w(q!XY$#*(dwiNxl)U zcvv6b)bi#tsJQWw@rU%!rJd~T=ic(P#>lUJbl{++NB07gcb^sorLRBp>9u#Z*1_2k z*Q9GFm1HctcK5r%zxMr%QAat>9L(99(|CJPNj+=l`pFd=JXKDv_L+HaYRLq3rTXtZ z{I%IW5&22erW|~^Xl>Ht+z&IlS=U;a7i(Ca?zgM_^!%yr|BL1C^tI#v{aweNzRg1> z-)Ktb6fWC;x^XOZ-wMj#1mEF~n=>`^n*6cfArS=&TSJ?_Y24cFZ7*%)_<31S-L^*? zrGmuf9QDiDcuUGKnD0GNXHZQfx&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 literal 0 HcmV?d00001 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 new file mode 100644 index 0000000000000000000000000000000000000000..5b06513430662220faa552325788bf5c4a63f6fe GIT binary patch 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 literal 0 HcmV?d00001 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 new file mode 100644 index 0000000000000000000000000000000000000000..3626a9cba706f13158f9f3ab5f497324fa7d0c78 GIT binary patch literal 874 zcmb2|=3oGW|95Ac&A)6QaqNDLg>Uo(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 literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt new file mode 100644 index 0000000000000000000000000000000000000000..eae1ee94c7c9aae7ce07c910bdb6322b1a0beb6c GIT binary patch literal 2313 zcmb2|=3oGW|97L#_e*<aNep9fCWoEp!@x)1Y11B*m zw#?eJJ12bE?$s;x`i&n>;%4vb;8w_saq!?+8^&~`@$Luy0;d>@f`=TI#hmMR#pdq5 z`%cfl=$1#{^1JbSzwcXrulnmPW8W636MZj(lN4K?tme~~j`QXX$^N~jSjzn2tLb7z zNsX+H^AlS|H%90N{O2)gH0&~5#&+z|fg3BV%f zJh7uWqRFR{!e(rmarVsRKNZKK&Tn6Akor;MOo&aH;W8iR)+MVuNXH%T}$Is;uQIF>||T)DzsZ@|M2x{`jqtwP}wcwT|78Dw`v8 z<`PG8R)P+%PpD1Wyz4SPp=Xx4fl!*=v#P?p8B#NhtlQdTTQ_WT6*r~!ykV`l>SfT^rXLbwU2KrLM`W4S z^YmA>e9Knpt$Ji=^2l)FtpBSFL%)WKZeA(4d8fmf)SZc$A2yj(L`v<^;fkLA_#vP4KT=lB9tvY$zz10<#QhQ{0p=8Jm7^^Yo<$PhWbF3bSerYeneS6IdIR_XitZ`-X@woW?Ze%(9lXz7+aOBKJ} zHJSFc;Sg`%?nPG*rXM*f!gE`ZkE5#inos?OyhXiI)>02ZGZgKBEfxtVr?)2PL z_+n)zT_G(imh(+g*hH*WNI2nX?lHl46V~6I_o;H_jpZ|cv2dB#C@Y>Q%v1cWSgUpY z2Je$QqADKyj+j4rZYTWdxXF>P^IlAF)D~;`@ovK84VT%onZD1;c=_StF=c^!PQAZ> zoV4RB;OAM_aQmsOV!`t-i7p-AKVG{wtu?IAz+QRd4)=2%`iD0M_^!?PchXV&W!IO* zZ__i6T30JH8mLTUOFuAi(}&j_zOnm%UoTfFnS0Fr%=e5NyVZj|gl4(iowhp2X}at7 z%Uv}B=ZiHDs0Bo8)bBVWcx6||0_FeLm$59BnN*^{@^JI2KGv$4lfP`X|L+=Sw51_M zbBos||3%!MWjlZDHV%GT`&drplXB$t7hP*iG#Vm~M6MOR66w6lKOwm9T9<6(`nwmU zkKSMNGBk9Rf7X7zxAwV98^S<+D8H*$-O04Oe_y?kPV%(2RktyF}c>ozrJs`8AcZoANgQc^&@Jtl0bb z44t{p<@fgGEp}TRo_Rm`uG+f-qc0Y=+HcKz_xpP9*{iF%qhfpIzelC!FW92GHux{d z_PX@CpkTi~|GU*UiVJlt@&eB}nJ+SsW4QRtFkSFrlaK^c&YzZJCoHC)yA&E;w7P&p zb8+6jnY&*)OC;*={_EPe(*DTv!qvw=?!4W4d)<_9hZlCu!LvDR%*t$yuYJBL@McH% zk)N!ZrzaTZ3oqjEe|*-=qeRQTpuK1Qwx=iOG~S=pJ6mP{DtYB&hrMM2E>3^gu_RK< z_?U^G;gpLanqG&59|wH+ie}>Sk3X2^V)++2Uu@N z7|)%#y2xyrZ(mLMuTNoBmSrEqrp29Pv^ck} zCaLRlheG>lUUuEK2@!YF_ugY!zS4Hz3ijLTcUfg)&dVH7d~vMyQTcPLz)7iU?z7JB zP>6W8@=}3Ro%Zb&Y^$8T0y3>%9xj+W<#ypgeS=GC^G&|L{kmo0-O7pkR=?izPYn&S9&;IVPT3MzlNO{Y)%YBmlDM4>pHrX%N z-OR~5=khm)C5l#FTeBaRyq`Fs;MUCpHVJ#$-o)zcOjWPw+Hcv-e?yY9VZZe0&q-T8 zoZG+q?t6c|J-4P#cGkZ5@=j}8CEI(hKNm08%l>=!ir@G{Z=`-~#hqm5>5n(KyPe*a zzmj=j;rz-i-kknl*Ds7Z_4nNSyS@Lf{QD$5L&>h;tiLxe!|4-tmOFRre}6px{+@5Q zzkhgmzkb)hr}i}!Pph*d|5r0~ZF-<)lfip?3=}q|Ixl8_=jn>)c zt;QEl-TjdBfVq3geyNjT5B&Z+eA}m1RQ6DWbM^|k2@cz)S=gtoEoGatX~)#L|9C@g zd)ql>wd|-dd64uyMva|E*l|i%P`yEx-Yf2>6C<*%i<-YLl==3{;?0DJd)xOj{_@`^ zl^`l|;-F9IZHI4$ip$LvKE%FZ{~hr_<@A!5ISQWt79DZ9#`pACc;fUW2j48Slv1oY zHeKZLkuyi0+59`_|L@P6ihg@x`G4Q#>;K&EPY|$dIGiLuuO-z(bN;Q`X%W#oUA-?G`u+U8#UcE^8RqP%$z14t-1G4L zX3jIohYi;LJ-_1c)wdUC{IHw2@~DFIJ { + + event.remove({ mod: 'ad_astra' }) + event.remove({ mod: 'ad_astra_giselle_addon' }) + + //#region Rocket parts + + event.shaped('ad_astra:launch_pad', [ + 'BAB', + 'AAA', + 'BAB' + ], { + A: '#forge:plates/steel', + B: '#forge:rods/steel' + }).id('tfg:launch_pad') + + event.recipes.gtceu.assembler('tfg:rocket_nose_cone') + .itemInputs( + 'minecraft:lightning_rod', + '1x #forge:double_plates/stainless_steel', + '3x #forge:plates/stainless_steel') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .itemOutputs('ad_astra:rocket_nose_cone') + .duration(600) + .EUt(480) + + event.shaped('2x ad_astra:rocket_fin', [ + ' A ', + 'AAA', + 'A A' + ], { + A: '#forge:plates/aluminium', + }).id('tfg:rocket_fin') + + //#region Tier 1 rocket + + event.recipes.gtceu.assembler('tfg:steel_engine') + .itemInputs( + '2x #forge:double_plates/stainless_steel', + '2x #gtceu:circuits/hv', + 'gtceu:hv_electric_pump', + '2x gtceu:power_thruster', + '#forge:rotors/stainless_steel') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .itemOutputs('ad_astra:steel_engine') + .duration(600) + .EUt(480) + + event.custom({ + type: 'ad_astra:nasa_workbench', + ingredients: [ + { item: 'ad_astra:rocket_nose_cone' }, + { item: 'gtceu:clean_machine_casing' }, + { item: 'gtceu:clean_machine_casing' }, + { item: 'gtceu:mv_sensor' }, + { item: 'gtceu:mv_emitter' }, + { item: 'gtceu:stainless_steel_crate' }, + { item: 'gtceu:hv_machine_hull' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'gtceu:stainless_steel_drum' }, + { item: 'gtceu:stainless_steel_drum' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:steel_engine' }, + { item: 'ad_astra:rocket_fin' } + ], + result: { + count: 1, + id: 'ad_astra:tier_1_rocket' + } + }) + //#endregion + + //#region Tier 2 rocket + event.recipes.gtceu.assembler('tfg:desh_engine') + .itemInputs( + '2x #forge:double_plates/titanium', + '2x #gtceu:circuits/iv', + 'gtceu:ev_electric_pump', + '2x gtceu:advanced_power_thruster', + '#forge:rotors/titanium') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .itemOutputs('ad_astra:desh_engine') + .duration(600) + .EUt(1920) + + event.custom({ + type: 'ad_astra:nasa_workbench', + ingredients: [ + { item: 'ad_astra:rocket_nose_cone' }, + { item: 'gtceu:stable_machine_casing' }, + { item: 'gtceu:stable_machine_casing' }, + { item: 'gtceu:ev_sensor' }, + { item: 'gtceu:ev_emitter' }, + { item: 'gtceu:titanium_crate' }, + { item: 'gtceu:ev_machine_hull' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'gtceu:titanium_drum' }, + { item: 'gtceu:titanium_drum' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:desh_engine' }, + { item: 'ad_astra:rocket_fin' } + ], + result: { + count: 1, + id: 'ad_astra:tier_2_rocket' + } + }) + //#endregion + //#endregion + + + //#region space suits + + event.shaped('ad_astra:space_helmet', [ + 'AAA', + 'ADA', + 'BCB' + ], { + A: 'gtceu:tempered_glass', + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam', + D: '#forge:small_fluid_pipes/polyethylene' + }).id('tfg:space_helmet') + + event.shaped('ad_astra:netherite_space_helmet', [ + 'AAA', + 'ADA', + 'BCB' + ], { + A: 'gtceu:laminated_glass', + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide', + D: '#forge:small_fluid_pipes/polytetrafluoroethylene' + }).id('tfg:netherite_space_helmet') + + + event.shaped('ad_astra:space_suit', [ + 'B B', + 'ADA', + 'BCB' + ], { + A: 'ad_astra_giselle_addon:oxygen_can', + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam', + D: 'ad_astra:oxygen_gear' + }).id('tfg:space_suit') + + event.shaped('ad_astra:netherite_space_suit', [ + 'B B', + 'ADA', + 'BCB' + ], { + A: 'ad_astra_giselle_addon:netherite_oxygen_can', + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide', + D: 'ad_astra:oxygen_gear' + }).id('tfg:netherite_space_suit') + + + event.shaped('ad_astra:space_pants', [ + 'BAB', + 'C C', + 'B B' + ], { + A: 'gtceu:hv_electric_motor', + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam' + }).id('tfg:space_pants') + + event.shaped('ad_astra:netherite_space_pants', [ + 'BAB', + 'C C', + 'B B' + ], { + A: 'gtceu:ev_electric_motor', + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide' + }).id('tfg:netherite_space_pants') + + + event.shaped('ad_astra:space_boots', [ + ' ', + 'C C', + 'B B' + ], { + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam' + }).id('tfg:space_boots') + + event.shaped('ad_astra:netherite_space_boots', [ + ' ', + 'C C', + 'B B' + ], { + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide' + }).id('tfg:netherite_space_boots') + + + event.shaped('ad_astra:oxygen_gear', [ + ' A ', + 'BCB', + 'BDB' + ], { + A: '#forge:small_fluid_pipes/stainless_steel', + B: '#forge:tiny_fluid_pipes/stainless_steel', + C: 'gtceu:hv_electric_pump', + D: 'gtceu:fluid_detector_cover' + }).id('tfg:oxygen_gear') + + //#endregion + + //#region Gas tanks + + event.shaped('ad_astra:gas_tank', [ + 'ABA', + 'ACA', + 'AAA' + ], { + A: '#forge:foils/polyethylene', + B: '#forge:tiny_fluid_pipes/polyethylene', + C: 'gtceu:aluminium_fluid_cell' + }).id('tfg:gas_tank') + + event.shaped('ad_astra:large_gas_tank', [ + 'ABA', + 'ACA', + 'AAA' + ], { + A: '#forge:sheets/polyethylene', + B: '#forge:small_fluid_pipes/polyethylene', + C: 'gtceu:stainless_steel_fluid_cell' + }).id('tfg:large_gas_tank') + + + event.shapeless('ad_astra_giselle_addon:oxygen_can', ['#forge:tiny_fluid_pipes/polyethylene', 'ad_astra:gas_tank']) + .id('tfg:oxygen_can') + + event.shaped('ad_astra_giselle_addon:netherite_oxygen_can', [ + 'DBD', + 'ACA', + 'AAA' + ], { + A: '#forge:plates/titanium_tungsten_carbide', + B: '#forge:tiny_fluid_pipes/titanium', + C: 'gtceu:titanium_fluid_cell', + D: '#forge:plates/polyphenylene_sulfide' + }).id('tfg:netherite_oxygen_can') + + //#endregion + + //#region Machines + + event.recipes.gtceu.assembler('tfg:nasa_workbench') + .itemInputs( + 'gtceu:hv_machine_hull', + '3x gtceu:hv_robot_arm', + '3x #gtceu:circuits/hv', + 'gtceu:hv_conveyor_module', + 'gtceu:computer_monitor_cover', + '#forge:screwdriver_tips') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 864)) + .itemOutputs('ad_astra:nasa_workbench') + .duration(1200) + .EUt(480) + + event.shaped('ad_astra:oxygen_distributor', [ + 'ABA', + 'ACA', + 'DED' + ], { + A: '#forge:rotors/stainless_steel', + B: 'gtceu:aluminium_fluid_cell', + C: 'ad_astra:oxygen_gear', + D: 'gtceu:filter_casing', + E: 'gtceu:mv_canner' + }).id('tfg:oxygen_distributor') + + event.shaped('ad_astra:gravity_normalizer', [ + 'A A', + 'ABA', + 'CDC' + ], { + A: '#forge:rods/magnetic_neodymium', + B: 'gtceu:hv_field_generator', + C: 'gtceu:stainless_steel_block', + D: 'gtceu:hv_polarizer', + }).id('tfg:gravity_normalizer') + + event.shaped('ad_astra:oxygen_sensor', [ + 'AAA', + 'ABA', + 'ACA' + ], { + A: '#forge:plates/red_alloy', + B: 'gtceu:activity_detector_cover', + C: 'gtceu:fluid_detector_cover', + }).id('tfg:oxygen_sensor') + + event.shaped('ad_astra:solar_panel', [ + 'AAA', + 'BCE', + ' F ' + ], { + A: 'gtceu:solar_panel', + B: 'minecraft:daylight_detector', + C: '#forge:rods/long', + E: '#gtceu:circuits/mv', + F: 'gtceu:mv_machine_hull' + }).id('tfg:solar_panel') + + //#endregion + + //#region TI-69 (ручной детектор кислорода хз) + + event.shaped('ad_astra:ti_69', [ + 'DBC', + 'AE ' + ], { + A: '#forge:screwdrivers', + B: '#forge:plates/steel', + C: 'gtceu:lv_sensor', + D: 'gtceu:computer_monitor_cover', + E: '#gtceu:batteries/lv' + }).id('tfg:ti_69') + + //#endregion + + //#region Радио + + event.shaped('ad_astra:radio', [ + 'AB ', + 'CDC', + 'CCC' + ], { + A: 'gtceu:lv_sensor', + B: '#forge:tools/screwdrivers', + C: '#forge:plates/iron', + D: '#gtceu:circuits/lv' + }).damageIngredient('#forge:tools/screwdrivers', '1') + .id('tfg:radio') + + //#endregion + + //#region Rover + + event.shaped('ad_astra:wheel', [ + ' A ', + 'ABA', + ' A ' + ], { + A: '#forge:plates/polyphenylene_sulfide', + B: '#forge:rings/titanium', + }).id('tfg:ad_astra_wheel') + + event.recipes.gtceu.assembler('tfg:tier_1_rover') + .itemInputs( + 'gtceu:mv_sensor', + 'ad_astra:radio', + 'ad_astra:gas_tank', + '4x ad_astra:wheel', + '2x gtceu:hv_electric_motor', + '4x #forge:plates/stainless_steel', + '4x #forge:frames/stainless_steel') + .itemOutputs('ad_astra:tier_1_rover') + .duration(2000) + .EUt(1920) + + //#endregion + + + //#region Стальной FE кабель т1 + + event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') + .itemInputs('4x #forge:single_wires/manganese_phosphide', '#forge:plates/steel') + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs('4x ad_astra:steel_cable') + .duration(60) + .EUt(120) + + //#endregion + + //#region FE кабель т2 + + event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') + .itemInputs('4x #forge:single_wires/magnesium_diboride', '#forge:plates/desh') + .inputFluids(Fluid.of('gtceu:polyethylene', 72)) + .itemOutputs('4x ad_astra:desh_cable') + .duration(60) + .EUt(480) + + //#endregion + + //#region Колесо + + event.shaped('ad_astra:white_flag', [ + 'ABB', + 'ABB', + 'A ' + ], { + A: '#forge:rods/long/steel', + B: '#tfc:high_quality_cloth', + }).id('tfg:white_flag') + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.shapeless(`ad_astra:${color}_flag`, ['#ad_astra:flags', `#forge:dyes/${color}`]) + }) + + + //#endregion + + //#region Воздушный пистолет + + event.shaped('ad_astra:zip_gun', [ + 'ACC', + 'DB ', + ' ' + ], { + A: 'gtceu:lv_electric_pump', + B: '#forge:bolts/steel', + C: '#forge:tiny_fluid_pipes/steel', + D: 'ad_astra:gas_tank', + }).id('tfg:zip_gun') + + //#endregion + + //#region Космо картина + + event.shaped('ad_astra:space_painting', [ + 'ABA', + 'BCB', + 'ABA' + ], { + A: '#forge:nuggets/desh', + B: '#forge:ingots/desh', + C: '#tfc:high_quality_cloth', + }).id('tfg:space_painting') + + //#endregion + +} diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js new file mode 100644 index 000000000..445f26394 --- /dev/null +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -0,0 +1,155 @@ +// priority: 0 + +const registerAdAstraFluidTags = (event) => { + + global.AD_ASTRA_DISABLED_FLUIDS.forEach(fluid => { + event.removeAllTagsFrom(fluid) + event.add('c:hidden_from_recipe_viewers', fluid) + }) + + event.removeAll('ad_astra:fuel') + event.removeAll('ad_astra:efficient_fuel') + + event.add('ad_astra:tier_1_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_2_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_3_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_4_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_5_rocket_fuel', 'gtceu:rocket_fuel') + + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:diesel') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:cetane_boosted_diesel') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:gasoline') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:high_octane_gasoline') +} + +const registerAdAstraItemTags = (event) => { + + global.AD_ASTRA_DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + + event.add('forge:cobblestone', 'ad_astra:moon_cobblestone') +} + +const registerAdAstraBlockTags = (event) => { + + global.AD_ASTRA_DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + + // All new stones + global.EXTRATERRESTRIAL_RAW_ROCKS.forEach(rock => { + event.add('forge:stone', rock) + event.add('tfc:breaks_when_isolated', rock) + event.add('tfc:rock/raw', rock) + event.add('minecraft:mineable/pickaxe', rock) + // Collapse tags also require a collapse recipe to work. + // Don't add the recipe if you don't want them to actually collapse! + event.add('tfc:can_collapse', rock) + event.add('tfc:can_trigger_collapse', rock) + event.add('tfc:can_start_collapse', rock) + event.add('tfc:powderkeg_breaking_blocks', rock) + event.add('tfc:bloomery_insulation', rock) + event.add('firmalife:oven_insulation', rock) + event.add('tfc:forge_insulation', rock) + }) + + global.EXTRATERRESTRIAL_HARDENED_ROCKS.forEach(rock => { + event.add('minecraft:mineable/pickaxe', rock) + event.add('tfc:can_collapse', rock) + event.add('tfc:can_trigger_collapse', rock) + event.add('tfc:powderkeg_breaking_blocks', rock) + event.add('tfc:bloomery_insulation', rock) + event.add('firmalife:oven_insulation', rock) + event.add('tfc:forge_insulation', rock) + }) + + // Moon + event.add('minecraft:rabbits_spawnable_on', 'tfg:raw_anorthosite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:hardened_anorthosite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:raw_basanite') + event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_sand') + event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/black') + event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/white') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/diorite') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/gabbro') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/basalt') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/diorite') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/gabbro') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/basalt') + + event.add('ad_astra:moon_stone_replaceables', 'tfg:raw_basanite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:raw_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:hardened_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/basalt') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/basalt') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/gabbro') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/gabbro') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/diorite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/diorite') + + event.add('tfc:can_landslide', 'ad_astra:moon_sand') + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone') + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone_slab') + event.add('forge:cobblestone', 'ad_astra:moon_cobblestone') + event.add('tfc:can_start_collapse', 'ad_astra:moon_cobblestone_slab') + event.add('tfg:rock_slabs', 'ad_astra:moon_cobblestone_slab') +} + +const registerAdAstraBiomeTags = (event) => { + + event.removeAll('ad_astra:has_structure/oil_well') + + global.MOON_BIOMES.forEach(biome => { + event.add('tfg:moon_biomes', biome) + event.add('tfg:has_structure/meteors', biome) + event.add('tfg:has_structure/cheese_ores', biome) + event.add('tfg:has_structure/moonbase', biome) + event.add('minecraft:spawns_gold_rabbits', biome) + event.add('minecraft:spawns_white_rabbits', biome) + }) + + event.add('tfg:has_structure/moon_rabbit_houses', 'tfg:lunar_plains') +} + +const registerAdAstraEntityTypeTags = (event) => { + + // moon + + const MOON_ENTITIES = [ + 'tfc:rat', + 'minecraft:rabbit', + 'minecraft:enderman', + 'minecraft:endermite', + 'minecraft:shulker', + 'minecraft:shulker_bullet', + 'species:limpet', + 'endermanoverhaul:windswept_hills_enderman', + 'endermanoverhaul:soulsand_valley_enderman', + 'endermanoverhaul:spirit' + ] + + MOON_ENTITIES.forEach(entity => { + + event.add('ad_astra:can_survive_extreme_cold', entity) + event.add('ad_astra:lives_without_oxygen', entity) + }) + + event.add('tfc:deals_crushing_damage', 'minecraft:enderman') + event.add('tfc:deals_crushing_damage', 'endermanoverhaul:windswept_hills_enderman') + event.add('tfc:deals_crushing_damage', 'endermanoverhaul:soulsand_valley_enderman') + event.add('tfc:deals_piercing_damage', 'minecraft:endermite') + event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler') +} + +const registerAdAstraPlacedFeatures = (event) => { + + global.MOON_VEINS.forEach(vein => { + + event.add('tfg:moon_veins', vein) + event.add('tfc:in_biome/veins', vein) + }) +} diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index c120022b8..81383631e 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -263,6 +263,16 @@ const registerAE2Recipes = (event) => { D: '#forge:plates/titanium', }).id('tfg:crafting/wireless_booster') + event.shaped('ae2:wireless_booster', [ + 'ABC', + 'DDD', + ], { + A: '#forge:dusts/fluix', + B: '#forge:gems/certus_quartz', + C: '#forge:plates/ender_pearl', + D: 'minecraft:shulker_shell', + }).id('tfg:crafting/wireless_booster_shulker') + // Memory Card event.shaped('ae2:memory_card', [ 'ABB', @@ -348,30 +358,42 @@ const registerAE2Recipes = (event) => { E: 'ae2:terminal' }).id('tfg:crafting/me_chest') - // ME Drive - event.shaped('ae2:drive', [ - 'ABA', - 'CDC', - 'EBE' - ], { - A: '#forge:plates/steel', - B: 'ae2:engineering_processor', - C: '#ae2:glass_cable', - D: '#gtceu:circuits/lv', - E: '#forge:plates/titanium' - }).id('tfg:crafting/drive') + // ME Drive + event.shaped('ae2:drive', [ + 'ABA', + 'CDC', + 'EBE' + ], { + A: '#forge:plates/steel', + B: 'ae2:engineering_processor', + C: '#ae2:glass_cable', + D: '#gtceu:circuits/mv', + E: '#forge:plates/titanium' + }).id('tfg:crafting/drive') - // Spatial Pylon - event.shaped('ae2:spatial_pylon', [ - 'ABA', - 'CDC', - 'ABA' - ], { - A: '#forge:plates/glass', - B: '#ae2:glass_cable', - C: '#forge:dusts/fluix', - D: '#forge:gems/fluix', - }).id('tfg:crafting/spatial_pylon') + event.shaped('ae2:drive', [ + 'ABA', + 'CDC', + 'EBE' + ], { + A: '#forge:plates/steel', + B: 'ae2:engineering_processor', + C: '#ae2:glass_cable', + D: '#gtceu:circuits/mv', + E: 'minecraft:shulker_shell' + }).id('tfg:crafting/drive_shulker') + + // Spatial Pylon + event.shaped('ae2:spatial_pylon', [ + 'ABA', + 'CDC', + 'ABA' + ], { + A: '#forge:plates/glass', + B: '#ae2:glass_cable', + C: '#forge:dusts/fluix', + D: '#forge:gems/fluix', + }).id('tfg:crafting/spatial_pylon') // IO Port event.shaped('ae2:io_port', [ @@ -386,28 +408,52 @@ const registerAE2Recipes = (event) => { E: 'ae2:engineering_processor' }).id('tfg:crafting/io_port') - // Spatial IO Port - event.shaped('ae2:spatial_io_port', [ - 'AAA', - 'BCB', - 'DED' - ], { - A: '#forge:plates/glass', - B: '#ae2:glass_cable', - C: 'ae2:io_port', - D: '#forge:plates/titanium', - E: 'ae2:engineering_processor' - }).id('tfg:crafting/spatial_io_port') + event.shaped('ae2:io_port', [ + 'AAA', + 'BCB', + 'DED' + ], { + A: '#forge:plates/glass', + B: 'ae2:drive', + C: '#ae2:glass_cable', + D: 'minecraft:shulker_shell', + E: 'ae2:engineering_processor' + }).id('tfg:crafting/io_port_shulker') - // Monitors - event.shapeless('ae2:semi_dark_monitor', ['ae2:dark_monitor']) - .id('tfg:crafting/semi_dark_monitor_2') + // Spatial IO Port + event.shaped('ae2:spatial_io_port', [ + 'AAA', + 'BCB', + 'DED' + ], { + A: '#forge:plates/glass', + B: '#ae2:glass_cable', + C: 'ae2:io_port', + D: '#forge:plates/titanium', + E: 'ae2:engineering_processor' + }).id('tfg:crafting/spatial_io_port') - event.shapeless('ae2:dark_monitor', ['ae2:monitor']) - .id('tfg:crafting/dark_monitor') + event.shaped('ae2:spatial_io_port', [ + 'AAA', + 'BCB', + 'DED' + ], { + A: '#forge:plates/glass', + B: '#ae2:glass_cable', + C: 'ae2:io_port', + D: 'minecraft:shulker_shell', + E: 'ae2:engineering_processor' + }).id('tfg:crafting/spatial_io_port_shulker') - event.shapeless('ae2:monitor', ['ae2:semi_dark_monitor']) - .id('tfg:crafting/monitor') + // Monitors + event.shapeless('ae2:semi_dark_monitor', ['ae2:dark_monitor']) + .id('tfg:crafting/semi_dark_monitor_2') + + event.shapeless('ae2:dark_monitor', ['ae2:monitor']) + .id('tfg:crafting/dark_monitor') + + event.shapeless('ae2:monitor', ['ae2:semi_dark_monitor']) + .id('tfg:crafting/monitor') // Cell Workbench event.shaped('ae2:cell_workbench', [ @@ -854,29 +900,41 @@ const registerAE2Recipes = (event) => { .duration(200) .EUt(480) - // 4k storage components - event.recipes.gtceu.assembler('ae2:cell_component_4k') - .itemInputs( - '4x #gtceu:circuits/ev', - '4x #forge:plates/titanium', - '4x #forge:dusts/certus_quartz', - 'ae2:logic_processor') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_4k') - .duration(200) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) + // 4k storage components + event.recipes.gtceu.assembler('ae2:cell_component_4k') + .itemInputs( + '4x #gtceu:circuits/ev', + '4x #forge:plates/titanium', + '4x #forge:dusts/certus_quartz', + 'ae2:logic_processor') + .inputFluids(Fluid.of('gtceu:steel', 144)) + .itemOutputs('ae2:cell_component_4k') + .duration(200) + .EUt(1920) + .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembler('ae2:cell_component_4k_1k') - .itemInputs( - 'ae2:logic_processor', - '2x #gtceu:circuits/ev', - '4x ae2:cell_component_1k') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_4k') - .duration(400) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:cell_component_4k_shulker') + .itemInputs( + '4x #gtceu:circuits/ev', + '4x minecraft:shulker_shell', + '4x #forge:dusts/certus_quartz', + 'ae2:logic_processor') + .inputFluids(Fluid.of('gtceu:steel', 144)) + .itemOutputs('ae2:cell_component_4k') + .duration(200) + .EUt(1920) + .cleanroom(CleanroomType.CLEANROOM) + + event.recipes.gtceu.assembler('ae2:cell_component_4k_1k') + .itemInputs( + 'ae2:logic_processor', + '2x #gtceu:circuits/ev', + '4x ae2:cell_component_1k') + .inputFluids(Fluid.of('gtceu:steel', 144)) + .itemOutputs('ae2:cell_component_4k') + .duration(400) + .EUt(1920) + .cleanroom(CleanroomType.CLEANROOM) // 16k storage components event.recipes.gtceu.assembler('ae2:cell_component_16k') @@ -1154,18 +1212,30 @@ const registerAE2Recipes = (event) => { // ME Контроллер event.recipes.gtceu.assembler('ae2:controller') - .itemInputs( - '2x ae2:engineering_processor', - '2x #gtceu:circuits/hv', - '2x #forge:plates/titanium', - 'ae2:fluix_block') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('ae2:controller') - .duration(200) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) + .itemInputs( + '2x ae2:engineering_processor', + '2x #gtceu:circuits/hv', + '2x #forge:plates/titanium', + 'ae2:fluix_block') + .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .itemOutputs('ae2:controller') + .duration(200) + .EUt(480) + .cleanroom(CleanroomType.CLEANROOM) - //#region ME Interfaces + event.recipes.gtceu.assembler('ae2:controller_shulker') + .itemInputs( + '2x ae2:engineering_processor', + '2x #gtceu:circuits/hv', + '2x minecraft:shulker_shell', + 'ae2:fluix_block') + .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .itemOutputs('ae2:controller') + .duration(200) + .EUt(480) + .cleanroom(CleanroomType.CLEANROOM) + + //#region ME Interfaces // MV event.recipes.gtceu.assembler('ae2:interface_mv') @@ -1636,65 +1706,37 @@ const registerAE2Recipes = (event) => { .category(GTRecipeCategories.CHEM_DYES) }; - // Inscriber Silicon Press - event.recipes.gtceu.laser_engraver('ae2:silicon_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/white') - .itemOutputs('ae2:silicon_press') - .duration(12000) - .EUt(116) + // Inscriber Silicon Press + event.recipes.gtceu.forming_press('ae2:silicon_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:silicon_press') + .itemOutputs('ae2:silicon_press') + .duration(100) + .EUt(480) - event.recipes.gtceu.laser_engraver('ae2:silicon_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/white') - .itemOutputs('ae2:silicon_press') - .duration(8000) - .EUt(116) + // Inscriber logic Press + event.recipes.gtceu.forming_press('ae2:logic_processor_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:logic_processor_press') + .itemOutputs('ae2:logic_processor_press') + .duration(100) + .EUt(480) - // Inscriber logic Press - event.recipes.gtceu.laser_engraver('ae2:logic_processor_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/green') - .itemOutputs('ae2:logic_processor_press') - .duration(12000) - .EUt(116) + // Inscriber engineering Press + event.recipes.gtceu.forming_press('ae2:engineering_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:engineering_processor_press') + .itemOutputs('ae2:engineering_processor_press') + .duration(100) + .EUt(480) - event.recipes.gtceu.laser_engraver('ae2:logic_processor_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/green') - .itemOutputs('ae2:logic_processor_press') - .duration(8000) - .EUt(116) - - // Inscriber engineering Press - event.recipes.gtceu.laser_engraver('ae2:engineering_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/light_blue') - .itemOutputs('ae2:engineering_processor_press') - .duration(12000) - .EUt(116) - - event.recipes.gtceu.laser_engraver('ae2:engineering_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/light_blue') - .itemOutputs('ae2:engineering_processor_press') - .duration(8000) - .EUt(116) - - // Inscriber calculation Press - event.recipes.gtceu.laser_engraver('ae2:calculation_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/blue') - .itemOutputs('ae2:calculation_processor_press') - .duration(12000) - .EUt(116) - - event.recipes.gtceu.laser_engraver('ae2:calculation_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/blue') - .itemOutputs('ae2:calculation_processor_press') - .duration(8000) - .EUt(116) + // Inscriber calculation Press + event.recipes.gtceu.forming_press('ae2:calculation_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:calculation_processor_press') + .itemOutputs('ae2:calculation_processor_press') + .duration(100) + .EUt(480) // Quartz Fiber event.recipes.gtceu.wiremill('ae2:quartz_fiber_certus') diff --git a/kubejs/server_scripts/gregtech/data.js b/kubejs/server_scripts/gregtech/data.js index 2729278a5..1272258bc 100644 --- a/kubejs/server_scripts/gregtech/data.js +++ b/kubejs/server_scripts/gregtech/data.js @@ -15,4 +15,43 @@ const registerTFCDataForGTCEU = (event) => { */ const registerGTCEUHeats = (event) => { event.itemHeat('gtceu:compressed_coke_clay', 0.1242, null, null) +} + + +const registerGTCEUBedrockOreVeins = (event) => { + + event.add('tfg:bedrock_olivine_vein', vein => { + + vein.dimensions('ad_astra:moon') + vein.material(GTMaterials.Olivine, 100) + vein.weight(1000) + vein.yield(30) + vein.depletedYield(1) + vein.depletionChance(2) + vein.depletionAmount(1) + }) + + event.add('tfg:bedrock_magnetite_vein', vein => { + + vein.dimensions('ad_astra:moon') + vein.material(GTMaterials.Magnetite, 100) + vein.weight(500) + vein.yield(20) + vein.depletedYield(1) + vein.depletionChance(2) + vein.depletionAmount(1) + }) + + event.add('tfg:bedrock_asbestos_vein', vein => { + + vein.dimensions('ad_astra:moon') + vein.material(GTMaterials.Asbestos, 100) + vein.weight(800) + vein.yield(20) + vein.depletedYield(1) + vein.depletionChance(2) + vein.depletionAmount(1) + }) + + // TODO: helium ore } \ No newline at end of file diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index f4bf51528..f7d07ec73 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -4,6 +4,7 @@ * Событие регистрации предмет-тэгов. */ ServerEvents.tags('item', event => { + registerAdAstraItemTags(event) registerAdvancedPeripheralsItemTags(event) registerAE2ItemTags(event) registerAFCItemTags(event) @@ -38,6 +39,7 @@ ServerEvents.tags('item', event => { registerRailWaysItemTags(event) registerRnrItemTags(event) registerSophisticatedBackpacksItemTags(event) + registerSpeciesItemTags(event) registerTFCAmbientalItemTags(event) registerTFCItemTags(event) registerTFCTextileItemTags(event) @@ -49,6 +51,7 @@ ServerEvents.tags('item', event => { * Событие регистрации блок-тэгов. */ ServerEvents.tags('block', event => { + registerAdAstraBlockTags(event) registerAE2BlockTags(event) registerAFCBlockTags(event) registerAsticorCartsBlockTags(event) @@ -72,6 +75,7 @@ ServerEvents.tags('block', event => { registerHotOrNotBlockTags(event) registerRailWaysBlockTags(event) registerSophisticatedBackpacksBlockTags(event) + registerSpeciesBlockTags(event) registerTFCBlockTags(event) registerTFGBlockTags(event) registerVintageImprovementsBlockTags(event) @@ -82,6 +86,7 @@ ServerEvents.tags('block', event => { */ ServerEvents.tags('fluid', event => { registerAFCFluidTags(event) + registerAdAstraFluidTags(event) registerCreateFluidTags(event) registerCreateAdditionsFluidTags(event) registerGTCEUFluidTags(event) @@ -96,6 +101,7 @@ ServerEvents.tags('fluid', event => { * Событие регистрации тегов структур. */ ServerEvents.tags('worldgen/placed_feature', event => { + registerAdAstraPlacedFeatures(event) registerFirmaLifePlacedFeatures(event) registerTFCPlacedFeatures(event) registerTFGPlacedFeatures(event) @@ -106,6 +112,14 @@ ServerEvents.tags('worldgen/biome', event => { registerTFGBiomeTags(event) }) +ServerEvents.tags('worldgen/biome', event => { + registerAdAstraBiomeTags(event) +}) + +ServerEvents.tags('entity_type', event => { + registerAdAstraEntityTypeTags(event) +}) + /** * Событие регистрации датапаков (Здесь можно регистрировать теги, данные, рецепты, общий метод короче). * Срабатывает до инициализации рецептов, но после тегов. @@ -147,11 +161,16 @@ GTCEuServerEvents.oreVeins(event => { event.removeAll() }) +GTCEuServerEvents.bedrockOreVeins(event => { + registerGTCEUBedrockOreVeins(event) +}) + /** * Событие регистрации рецептов. * Срабатывает после инициализации датапаков и тегов. */ ServerEvents.recipes(event => { + registerAdAstraRecipes(event) registerAdvancedPeripheralsRecipes(event) registerAlekishipsRecipes(event) registerAE2Recipes(event) @@ -202,8 +221,8 @@ ServerEvents.recipes(event => { registerTfceaRecipes(event) registerTFCRecipes(event) registerTFCBetterBFRecipes(event) - registerTFGRecipes(event) registerTFCGroomingStationRecipes(event) + registerTFGRecipes(event) registerToolBeltRecipes(event) registerTreeTapRecipes(event) registerVintageImprovementsRecipes(event) diff --git a/kubejs/server_scripts/minecraft/events.js b/kubejs/server_scripts/minecraft/events.js new file mode 100644 index 000000000..b4a246b53 --- /dev/null +++ b/kubejs/server_scripts/minecraft/events.js @@ -0,0 +1,11 @@ +PlayerEvents.tick(event => { + + // make levitation last shorter, so shulkers aren't so deadly on the moon + + if (event.player.hasEffect('minecraft:levitation')) { + event.server.scheduleInTicks(0, () => { }) + event.server.scheduleInTicks(40, () => { + event.player.removeEffect('minecraft:levitation') + }) + } +}); diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 20e19bfb2..0cc96b0ae 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -307,13 +307,13 @@ const registerMinecraftRecipes = (event) => { .duration(50) .EUt(30) - event.recipes.gtceu.large_chemical_reactor('golden_apple_1') - .itemInputs('tfc:food/red_apple', '8x #forge:ingots/gold') - .itemOutputs('minecraft:golden_apple') - .duration(50) - .EUt(30) + event.recipes.gtceu.large_chemical_reactor('golden_apple_1') + .itemInputs('tfc:food/red_apple', '8x #forge:ingots/gold') + .itemOutputs('minecraft:golden_apple') + .duration(50) + .EUt(30) - //#endregion + //#endregion //#region Выход: Компаратор diff --git a/kubejs/server_scripts/species/tags.js b/kubejs/server_scripts/species/tags.js new file mode 100644 index 000000000..44ef1ddbd --- /dev/null +++ b/kubejs/server_scripts/species/tags.js @@ -0,0 +1,47 @@ +const registerSpeciesBlockTags = (event) => { + + const DISABLED_BLOCKS = [ + 'species:birt_dwelling', + 'species:red_suspicious_sand', + 'species:bone_bark', + 'species:bone_vertebra', + 'species:bone_spike', + 'species:alphacene_moss_block', + 'species:alphacene_moss_carpet', + 'species:alphacene_grass_block', + 'species:alphacene_mushroom_block', + 'species:alphacene_mushroom_growth', + 'species:cruncher_pellet', + 'species:frozen_meat', + 'species:frozen_hair' + ] + + DISABLED_BLOCKS.forEach(block => { + event.removeAllTagsFrom(block) + event.add('c:hidden_from_recipe_viewers', block) + }) +} + +const registerSpeciesItemTags = (event) => { + + const DISABLED_ITEMS = [ + 'species:deepfish_bucket', + 'species:birt_egg', + 'species:bone_spike', + 'species:ancient_pinecone', + 'species:petrified_egg', + 'species:alphacene_grass', + 'species:alphacene_tall_grass', + 'species:alphacene_mushroom', + 'species:cruncher_egg', + 'species:ichor_bottle', + 'species:youth_potion', + 'species:springling_egg' + ] + + DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index d161fa580..d1c38530a 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -221,10 +221,22 @@ const registerTFCFoodData = (event) => { food.decayModifier(0.6) }) + // treasure + event.foodItem('minecraft:enchanted_golden_apple', food => { - food.hunger(3) - food.fruit(2) - food.decayModifier(0.2) + food.hunger(10) + food.saturation(10) + food.fruit(5) + food.water(20) + food.decayModifier(0) + }) + + event.foodItem('minecraft:golden_carrot', food => { + food.hunger(5) + food.saturation(5) + food.vegetables(3) + food.water(20) + food.decayModifier(0) }) event.foodItem('minecraft:glow_berries', food => { diff --git a/kubejs/server_scripts/tfc/select_climates.js b/kubejs/server_scripts/tfc/select_climates.js index 3245e4499..5deecaf4e 100644 --- a/kubejs/server_scripts/tfc/select_climates.js +++ b/kubejs/server_scripts/tfc/select_climates.js @@ -4,7 +4,7 @@ TFCEvents.selectClimateModel(event => { switch (location) { - /*case 'ad_astra:moon': + case 'ad_astra:moon': event.setModel('tfg:moon_climate'); break; @@ -16,7 +16,7 @@ TFCEvents.selectClimateModel(event => { case 'ad_astra:moon_orbit': case 'ad_astra:mars_orbit': event.setModel('tfg:orbit_climate'); - break;*/ + break; case 'minecraft:the_nether': event.setModel('tfg:nether_climate'); diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index 3fc20d86c..aab67fc39 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -2,6 +2,7 @@ function registerTFGCollapseRecipes(event) { + // #region Nether event.recipes.tfc.collapse('minecraft:cobbled_deepslate', 'minecraft:deepslate') event.recipes.tfc.collapse('minecraft:cobbled_deepslate', 'tfg:rock/hardened_deepslate') event.recipes.tfc.collapse('minecraft:blackstone', 'minecraft:blackstone') @@ -13,8 +14,23 @@ function registerTFGCollapseRecipes(event) { event.recipes.tfc.collapse('minecraft:cobbled_deepslate', '#forge:ores_in_ground/deepslate') event.recipes.tfc.collapse('minecraft:blackstone', '#forge:ores_in_ground/pyroxenite') event.recipes.tfc.collapse('minecraft:dripstone_block', '#forge:ores_in_ground/dripstone') - - + event.recipes.tfc.landslide('tfg:ash_pile', 'tfg:ash_pile') event.recipes.tfc.landslide('minecraft:cobbled_deepslate', 'minecraft:cobbled_deepslate') + // #endregion Nether + + // #region Space + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:raw_anorthosite') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:hardened_anorthosite') + event.recipes.tfc.collapse('tfg:raw_basanite', 'tfg:raw_basanite') + + event.recipes.tfc.landslide('ad_astra:moon_cobblestone', 'ad_astra:moon_cobblestone') + event.recipes.tfc.landslide('ad_astra:moon_sand', 'ad_astra:moon_sand') + + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:raw_syenite') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:hardened_syenite') + + event.recipes.tfc.landslide('ad_astra:mars_cobblestone', 'ad_astra:mars_cobblestone') + event.recipes.tfc.landslide('ad_astra:mars_sand', 'ad_astra:mars_sand') + // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 9a0ba3b7e..e26aeb8bd 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -10,7 +10,9 @@ function registerTFGRockRecipes(event) { { loose: 'tfg:loose/deepslate', block: 'minecraft:cobbled_deepslate' }, { loose: 'beneath:blackstone_pebble', block: 'minecraft:blackstone' }, { loose: 'tfg:brick/deepslate', block: '4x minecraft:deepslate_bricks' }, - { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' } + { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' }, + { loose: 'tfg:loose/anorthosite', block: 'ad_astra:moon_cobblestone' }, + { loose: 'tfg:loose/syenite', block: 'ad_astra:mars_cobblestone' } ] GLUEING_TOGETHER.forEach(x => { @@ -35,7 +37,9 @@ function registerTFGRockRecipes(event) { // loose to bricks const LOOSE_TO_BRICKS = [ - { loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' } + { loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' }, + { loose: 'tfg:loose/anorthosite', brick: 'tfg:brick/anorthosite' }, + { loose: 'tfg:loose/syenite', brick: 'tfg:brick/syenite' } ] LOOSE_TO_BRICKS.forEach(x => { @@ -109,7 +113,10 @@ function registerTFGRockRecipes(event) { { raw: 'minecraft:cobbled_deepslate', hammered: 'tfc:sand/black' }, { raw: 'minecraft:blackstone', hammered: 'tfc:sand/black' }, { raw: 'beneath:crackrack', hammered: 'tfc:sand/pink' }, - { raw: 'minecraft:dripstone_block', hammered: 'tfc:sand/brown' } + { raw: 'minecraft:dripstone_block', hammered: 'tfc:sand/brown' }, + { raw: 'tfg:raw_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'tfg:hardened_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'ad_astra:moon_cobblestone', hammered: 'tfc:sand/white' } ] HAMMERING.forEach(x => { @@ -255,5 +262,20 @@ function registerTFGRockRecipes(event) { .EUt(7) }) + event.recipes.gtceu.rock_breaker('tfg:raw_anorthosite') + .notConsumable('tfg:raw_anorthosite') + .itemOutputs('tfg:raw_anorthosite') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + + event.recipes.gtceu.rock_breaker('tfg:raw_basanite') + .notConsumable('tfg:raw_basanite') + .itemOutputs('tfg:raw_basanite') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + + // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js new file mode 100644 index 000000000..736f42ea5 --- /dev/null +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -0,0 +1,86 @@ +// priority: 0 + +global.AD_ASTRA_DISABLED_ITEMS = +[ + // Always disabled + + 'ad_astra:etrionic_capacitor', + 'ad_astra:etrionic_core', + 'ad_astra:energizer', + 'ad_astra:desh_fluid_pipe', + 'ad_astra:ostrum_fluid_pipe', + 'ad_astra:coal_generator', + 'ad_astra:compressor', + 'ad_astra:etrionic_blast_furnace', + 'ad_astra:fuel_refinery', + 'ad_astra:oxygen_loader', + 'ad_astra:water_pump', + 'ad_astra:cryo_freezer', + 'ad_astra:wrench', + 'ad_astra:cheese', + 'ad_astra:iron_plate', + 'ad_astra:iron_rod', + 'ad_astra:steel_ingot', + 'ad_astra:steel_nugget', + 'ad_astra:steel_plate', + 'ad_astra:steel_rod', + 'ad_astra:raw_desh', + 'ad_astra:raw_ostrum', + 'ad_astra:raw_calorite', + 'ad_astra:photovoltaic_etrium_cell', + 'ad_astra:photovoltaic_vesnium_cell', + 'ad_astra:engine_frame', + 'ad_astra:fan', + 'ad_astra:steel_tank', + 'ad_astra:desh_tank', + 'ad_astra:ostrum_tank', + 'ad_astra:calorite_tank', + 'ad_astra:ice_shard', + 'ad_astra:oxygen_bucket', + 'ad_astra:hydrogen_bucket', + 'ad_astra:oil_bucket', + 'ad_astra:fuel_bucket', + 'ad_astra:cryo_fuel_bucket', + 'ad_astra:moon_stone', + 'ad_astra:moon_deepslate', + 'ad_astra:mars_stone', + 'ad_astra_giselle_addon:gravity_normalizer', + 'ad_astra:steel_block', + 'ad_astra:raw_desh_block', + 'ad_astra:raw_ostrum_block', + 'ad_astra:raw_calorite_block', + 'ad_astra:glacio_globe', + + + + // Disabled until IV planets + + 'ad_astra:tier_3_rocket', + 'ad_astra:mercury_globe', + 'ad_astra:venus_globe', + 'ad_astra:netherite_space_helmet', + 'ad_astra:netherite_space_suit', + 'ad_astra:netherite_space_pants', + 'ad_astra:netherite_space_boots', + 'ad_astra:ostrum_engine', + + + + // Disabled until LuV planet + + 'ad_astra:tier_4_rocket', + 'ad_astra:jet_suit_helmet', + 'ad_astra:jet_suit', + 'ad_astra:jet_suit_pants', + 'ad_astra:jet_suit_boots', + 'ad_astra:calorite_engine' +]; + +global.AD_ASTRA_DISABLED_FLUIDS = +[ + 'ad_astra:oxygen', + 'ad_astra:hydrogen', + 'ad_astra:oil', + 'ad_astra:fuel', + 'ad_astra:cryo_fuel' +]; \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js new file mode 100644 index 000000000..d9ff977fb --- /dev/null +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -0,0 +1,80 @@ +// priority: 0 + +const registerAdAstraMaterials = (event) => { + + // #region moon ores + + event.create('tfg:diopside') + .gem(2) + .components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen') + .color(0xb7cca1) + .iconSet(GTMaterialIconSet.GEM_VERTICAL) + .ore() + .addOreByproducts('magnesium', 'magnetite', 'olivine') + + event.create('tfg:enstatite') + .gem(2) + .components('2x magnesium', '2x silicon', '6x oxygen') + .color(0x595813) + .iconSet(GTMaterialIconSet.GEM_VERTICAL) + .ore() + .addOreByproducts('olivine', 'olivine', 'magnetite') + + event.create('tfg:fayalite') + .gem(2) + .components('2x iron', '1x silicon', '4x oxygen') + .color(0x421209) + .iconSet(GTMaterialIconSet.LAPIS) + .ore() + .addOreByproducts('olivine', 'magnetite', 'magnetite') + + event.create('tfg:armalcolite') + .gem(2) + .components('1x magnesium', '1x rutile', '1x ilmenite') + .color(0x443333) + .iconSet(GTMaterialIconSet.GEM_HORIZONTAL) + .ore() + .addOreByproducts('rutile', 'rutile', 'ilmenite') + + // #endregion + + // #region ad astra ores + + // moon + + // TODO: add smelting recipe for this + event.create('ad_astra:desh') + .components('2x olivine', '1x rutile', '4x nitrogen') + .color(0xd38b4c) + .secondaryColor(0xa90936) + .iconSet(GTMaterialIconSet.METALLIC) + .ore() + + // TODO: still need to balance these + + // mars + event.create('ad_astra:ostrum') + .components('2x scheelite', '1x hematite', '1x rutile', '4x oxygen') + .color(0xbd7980) + .secondaryColor(0x543d4a) + .iconSet(GTMaterialIconSet.BRIGHT) + .ore() + + // mercury + event.create('ad_astra:calorite') + .components('2x mercury', '1x tungsten', '1x rhodium', '2x sulfur') + .color(0xcf223c) + .secondaryColor(0x691533) + .iconSet(GTMaterialIconSet.METALLIC) + .ore() + + // venus + event.create('ad_astra:etrium') + .components('1x niobium', '1x molybdenum', '1x ruthenium', '3x carbon', '1x monochloramine') + .color(0x58b1a1) + .secondaryColor(0xbafcf6) + .iconSet(GTMaterialIconSet.SHINY) + .ore() + + // #endregion +} \ No newline at end of file diff --git a/kubejs/startup_scripts/ae2/constants.js b/kubejs/startup_scripts/ae2/constants.js index c9d05dd58..5ee0aff89 100644 --- a/kubejs/startup_scripts/ae2/constants.js +++ b/kubejs/startup_scripts/ae2/constants.js @@ -56,15 +56,12 @@ global.AE2_DISABLED_ITEMS = [ 'ae2:chiseled_quartz_wall', 'ae2:quartz_pillar_wall', 'ae2:fluix_wall', - 'ae2:sky_stone_block', 'ae2:smooth_sky_stone_block', 'ae2:sky_stone_brick', 'ae2:sky_stone_small_brick', 'ae2:sky_stone_chest', 'ae2:smooth_sky_stone_chest', 'ae2:sky_stone_tank', - 'ae2:mysterious_cube', - 'ae2:not_so_mysterious_cube', 'ae2:sky_stone_stairs', 'ae2:smooth_sky_stone_stairs', 'ae2:sky_stone_brick_stairs', diff --git a/kubejs/startup_scripts/create/constants.js b/kubejs/startup_scripts/create/constants.js index 2c917a567..c3cfaf3a7 100644 --- a/kubejs/startup_scripts/create/constants.js +++ b/kubejs/startup_scripts/create/constants.js @@ -43,27 +43,6 @@ global.CREATE_DISABLED_ITEMS = [ 'create:layered_veridium', 'create:veridium_pillar', - // Scorchia - 'create:scorchia', - 'create:cut_scorchia', - 'create:cut_scorchia_stairs', - 'create:cut_scorchia_slab', - 'create:cut_scorchia_wall', - 'create:polished_cut_scorchia', - 'create:polished_cut_scorchia_stairs', - 'create:polished_cut_scorchia_slab', - 'create:polished_cut_scorchia_wall', - 'create:cut_scorchia_bricks', - 'create:cut_scorchia_brick_stairs', - 'create:cut_scorchia_brick_slab', - 'create:cut_scorchia_brick_wall', - 'create:small_scorchia_bricks', - 'create:small_scorchia_brick_stairs', - 'create:small_scorchia_brick_slab', - 'create:small_scorchia_brick_wall', - 'create:layered_scorchia', - 'create:scorchia_pillar', - // Scoria 'create:scoria', 'create:cut_scoria', @@ -127,27 +106,6 @@ global.CREATE_DISABLED_ITEMS = [ 'create:layered_crimsite', 'create:crimsite_pillar', - // Kingdom of Asura (Mushoku Tensei) - 'create:asurine', - 'create:cut_asurine', - 'create:cut_asurine_stairs', - 'create:cut_asurine_slab', - 'create:cut_asurine_wall', - 'create:polished_cut_asurine', - 'create:polished_cut_asurine_stairs', - 'create:polished_cut_asurine_slab', - 'create:polished_cut_asurine_wall', - 'create:cut_asurine_bricks', - 'create:cut_asurine_brick_stairs', - 'create:cut_asurine_brick_slab', - 'create:cut_asurine_brick_wall', - 'create:small_asurine_bricks', - 'create:small_asurine_brick_stairs', - 'create:small_asurine_brick_slab', - 'create:small_asurine_brick_wall', - 'create:layered_asurine', - 'create:asurine_pillar', - // Tuff 'create:cut_tuff', 'create:cut_tuff_stairs', diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 5deb267fd..c0d1236d1 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -1,3 +1,5 @@ +// priority: 0 + const registerGTCEuMaterials = (event) => { } diff --git a/kubejs/startup_scripts/gtceu/tag_prefixes.js b/kubejs/startup_scripts/gtceu/tag_prefixes.js index 6e6799af0..2e5b40724 100644 --- a/kubejs/startup_scripts/gtceu/tag_prefixes.js +++ b/kubejs/startup_scripts/gtceu/tag_prefixes.js @@ -1,4 +1,4 @@ -// priority: 0 +// priority: 0 const registerGTCEuTagPrefixes = (event) => { diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index cdf916826..98f728a81 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -61,6 +61,7 @@ GTCEuStartupEvents.registry('gtceu:tag_prefix', event => { }) GTCEuStartupEvents.registry('gtceu:material', event => { + registerAdAstraMaterials(event) registerAE2Materials(event) registerTFCMaterials(event) registerGTCEuMaterials(event) diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index d7f07dfed..95cdc5f73 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -588,7 +588,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:beetroot_soup', 'minecraft:cocoa_beans', 'minecraft:experience_bottle', - 'minecraft:shulker_shell', 'minecraft:rabbit_stew', 'minecraft:recovery_compass', 'minecraft:chorus_plant', diff --git a/kubejs/startup_scripts/tfg/blocks.js b/kubejs/startup_scripts/tfg/blocks.js index 115994f46..fb7167977 100644 --- a/kubejs/startup_scripts/tfg/blocks.js +++ b/kubejs/startup_scripts/tfg/blocks.js @@ -1,331 +1,100 @@ - -const registerTFGBlocks = (event) => { - - event.create('tfg:artificial_end_portal_frame') - .stoneSoundType() - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - .fullBlock(true) - .item(item => { - item.modelJson({ parent: 'minecraft:block/end_portal_frame' }) - }) - - global.MINECRAFT_DYE_NAMES.forEach(color => { - event.create(`tfg:decorative_vase/generated/${color}`, 'cardinal') - .model(`tfg:block/decorative_vase/loot_vase_${color}`) - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_${color}`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - - event.create(`tfg:decorative_vase/${color}`, 'cardinal') - .model(`tfg:block/decorative_vase/vase_${color}`) - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_${color}`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - .blockEntity(be => { - be.attach('tfc:inventory', { - width: 9, - height: 1, - size: size => size.isSmallerThan('large') - }) - be.rightClickOpensInventory() - }) - - event.create(`tfg:decorative_vase/unfired/${color}`, 'cardinal') - .model(`tfg:block/decorative_vase/vase_unfired_${color}`) - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_${color}`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - }) - event.create('tfg:decorative_vase', 'cardinal') - .model('tfg:block/decorative_vase/vase') - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_gray`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - .blockEntity(be => { - be.attach('tfc:inventory', { - width: 9, - height: 1, - size: size => size.isSmallerThan('large') - }) - be.rightClickOpensInventory() - }) - - event.create('tfg:decorative_vase/unfired', 'cardinal') - .model('tfg:block/decorative_vase/vase_unfired') - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_gray`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - - const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') - const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') - - // #region Deprecated tree tap - - event.create('treetap:tap') - .requiresTool(false) - .textureAll('tfg:item/deprecated') - - // #endregion - - // #region Nether blocks - - event.create('tfg:rock/hardened_deepslate') - .soundType('deepslate') - .property(BlockProperties.AXIS) - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'minecraft:item/deepslate' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/hardened') - .tagBlock('minecraft:mineable/pickaxe') - .mapColor('terracotta_grey') - .fullBlock(true) - .opaque(true) - - event.create('tfg:rock/hardened_blackstone') - .stoneSoundType() - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'minecraft:item/blackstone' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/hardened') - .mapColor('terracotta_grey') - .tagBlock('minecraft:mineable/pickaxe') - .fullBlock(true) - .opaque(true) - - event.create('tfg:rock/hardened_dripstone') - .soundType('dripstone_block') - .stoneSoundType() - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'minecraft:item/dripstone_block' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/hardened') - .mapColor('terracotta') - .tagBlock('minecraft:mineable/pickaxe') - .fullBlock(true) - .opaque(true) - - event.create('tfg:spike/dripstone_spike', 'tfc:rock_spike') - .soundType('dripstone_block') - .noItem() - - event.create('tfg:spike/deepslate_spike', 'tfc:rock_spike') - .soundType('deepslate') - .noItem() - - event.create('tfg:spike/blackstone_spike', 'tfc:rock_spike') - .stoneSoundType() - .noItem() - - event.create('tfg:loose/deepslate', 'tfc:loose_rock') - .itemTexture('tfg:item/loose/deepslate') - .rockTypeModel('metamorphic') - .soundType('deepslate') - .translationKey("block.tfg.loose.deepslate") - .tagBlock('tfc:loose_rocks') - .tagItem('tfc:any_knapping') - .tagItem('tfc:rock_knapping') - .tagItem('tfc:metamorphic_rock') - - event.create('tfg:loose/dripstone', 'tfc:loose_rock') - .itemTexture('tfg:item/loose/dripstone') - .rockTypeModel('sedimentary') - .soundType('dripstone_block') - .translationKey("block.tfg.loose.dripstone") - .tagBlock('tfc:loose_rocks') - .tagItem('tfc:any_knapping') - .tagItem('tfc:rock_knapping') - .tagItem('tfc:sedimentary_rock') - - - const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') - - event.createCustom('tfg:mushroom_roots', () => new $SproutsBlock($Properties.copy($Blocks.WARPED_ROOTS))) - event.createCustom('tfg:mushroom_sprouts', () => new $SproutsBlock($Properties.copy($Blocks.NETHER_SPROUTS))) - - event.create('tfg:charred_log') - .fullBlock(true) - .woodSoundType() - .property(BlockProperties.AXIS) - .tagBoth('minecraft:mineable/axe') - .tagBoth('tfc:logs_that_log') - .tagBoth('afc:logs_that_log') - .tagBoth('minecraft:logs') - .mapColor('black') - - // #endregion - - //#region Custom Supports - event.create('tfg:light_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/light_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/light_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(16) - horizontal.mapColor('color_light_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(16) - .mapColor('color_light_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:dark_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/dark_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/dark_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(16) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(16) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:reinforced_light_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/reinforced_light_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/reinforced_light_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(64) - horizontal.mapColor('color_light_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(64) - .mapColor('color_light_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:reinforced_dark_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/reinforced_dark_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/reinforced_dark_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(64) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(64) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:rebar_support', 'tfc:support') - .textureAll('tfg:block/support/rebar_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/rebar_support') - horizontal.soundType('chain') - horizontal.hardness(3) - horizontal.resistance(16) - horizontal.mapColor('color_orange') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.tagBlock('minecraft:climbable') - horizontal.requiresTool(true) - horizontal.renderType('cutout') - horizontal.opaque(false) - }) - .soundType('chain') - .hardness(3) - .resistance(16) - .mapColor('color_orange') - .tagBlock('minecraft:mineable/pickaxe') - .tagBlock('minecraft:climbable') - .requiresTool(true) - .renderType('cutout') - .opaque(false) - - event.create('tfg:steel_support', 'tfc:support') - .textureAll('tfg:block/support/steel_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/steel_support') - horizontal.soundType('metal') - horizontal.hardness(5) - horizontal.resistance(64) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('metal') - .hardness(5) - .resistance(64) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - - const other_stone = ['pyroxenite', 'migmatite', 'travertine'] - const stone_types = global.TFC_STONE_TYPES.concat(other_stone) - - stone_types.forEach(stone => { - event.create(`tfg:${stone}_support`, 'tfc:support') - .textureAll(`tfg:block/support/${stone}_support`) - .horizontal(horizontal => { - horizontal.textureAll(`tfg:block/support/${stone}_support`) - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(8) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(8) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - }) - //#endregion -} + +const registerTFGBlocks = (event) => { + + registerTFGNetherBlocks(event) + registerTFGSpaceBlocks(event) + registerTFGSupportBlocks(event) + + event.create('tfg:artificial_end_portal_frame') + .stoneSoundType() + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + .fullBlock(true) + .item(item => { + item.modelJson({ parent: 'minecraft:block/end_portal_frame' }) + }) + + // #region Decorative vases + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.create(`tfg:decorative_vase/generated/${color}`, 'cardinal') + .model(`tfg:block/decorative_vase/loot_vase_${color}`) + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + + event.create(`tfg:decorative_vase/${color}`, 'cardinal') + .model(`tfg:block/decorative_vase/vase_${color}`) + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + .blockEntity(be => { + be.attach('tfc:inventory', { + width: 9, + height: 1, + size: size => size.isSmallerThan('large') + }) + be.rightClickOpensInventory() + }) + + event.create(`tfg:decorative_vase/unfired/${color}`, 'cardinal') + .model(`tfg:block/decorative_vase/vase_unfired_${color}`) + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + }) + event.create('tfg:decorative_vase', 'cardinal') + .model('tfg:block/decorative_vase/vase') + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_gray`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + .blockEntity(be => { + be.attach('tfc:inventory', { + width: 9, + height: 1, + size: size => size.isSmallerThan('large') + }) + be.rightClickOpensInventory() + }) + + event.create('tfg:decorative_vase/unfired', 'cardinal') + .model('tfg:block/decorative_vase/vase_unfired') + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_gray`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + + // #endregion + + + // #region Deprecated tree tap + + event.create('treetap:tap') + .requiresTool(false) + .textureAll('tfg:item/deprecated') + + // #endregion +} diff --git a/kubejs/startup_scripts/tfg/blocks.nether.js b/kubejs/startup_scripts/tfg/blocks.nether.js new file mode 100644 index 000000000..90d7551c0 --- /dev/null +++ b/kubejs/startup_scripts/tfg/blocks.nether.js @@ -0,0 +1,95 @@ +function registerTFGNetherBlocks(event) { + + event.create('tfg:rock/hardened_deepslate') + .soundType('deepslate') + .property(BlockProperties.AXIS) + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'minecraft:item/deepslate' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_grey') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_blackstone') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'minecraft:item/blackstone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .mapColor('terracotta_grey') + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_dripstone') + .soundType('dripstone_block') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'minecraft:item/dripstone_block' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .mapColor('terracotta') + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:spike/dripstone_spike', 'tfc:rock_spike') + .soundType('dripstone_block') + .noItem() + + event.create('tfg:spike/deepslate_spike', 'tfc:rock_spike') + .soundType('deepslate') + .noItem() + + event.create('tfg:spike/blackstone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:loose/deepslate', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/deepslate') + .rockTypeModel('metamorphic') + .soundType('deepslate') + .translationKey("block.tfg.loose.deepslate") + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:metamorphic_rock') + + event.create('tfg:loose/dripstone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/dripstone') + .rockTypeModel('sedimentary') + .soundType('dripstone_block') + .translationKey("block.tfg.loose.dripstone") + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:sedimentary_rock') + + const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') + const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') + const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') + + event.createCustom('tfg:mushroom_roots', () => new $SproutsBlock($Properties.copy($Blocks.WARPED_ROOTS))) + event.createCustom('tfg:mushroom_sprouts', () => new $SproutsBlock($Properties.copy($Blocks.NETHER_SPROUTS))) + + event.create('tfg:charred_log') + .fullBlock(true) + .woodSoundType() + .property(BlockProperties.AXIS) + .tagBoth('minecraft:mineable/axe') + .tagBoth('tfc:logs_that_log') + .tagBoth('afc:logs_that_log') + .tagBoth('minecraft:logs') + .mapColor('black') +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js new file mode 100644 index 000000000..93d7c02ba --- /dev/null +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -0,0 +1,94 @@ +function registerTFGSpaceBlocks(event) { + + const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') + const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') + const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') + + // #region Moon blocks + + event.createCustom(`tfg:lunar_warped_roots`, () => new $SproutsBlock($Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) + event.createCustom(`tfg:lunar_sprouts`, () => new $SproutsBlock( $Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) + + event.create('tfg:rock/raw_anorthosite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/moon_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/raw') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_cyan') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_anorthosite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/moon_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_cyan') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/raw_basanite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/moon_deepslate' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/raw') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_cyan') + .fullBlock(true) + .opaque(true) + + event.create('tfg:loose/anorthosite', 'tfc:loose_rock') + .itemTexture('tfg:item/loose_anorthosite') + .rockTypeModel('igneous_intrusive') + + // #endregion + + // #region Mars blocks + + event.create('tfg:rock/raw_syenite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/mars_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/raw') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_orange') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_syenite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/mars_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_orange') + .fullBlock(true) + .opaque(true) + + event.create('tfg:loose/syenite', 'tfc:loose_rock') + .itemTexture('tfg:item/loose_syenite') + .rockTypeModel('igneous_intrusive') + +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.supports.js b/kubejs/startup_scripts/tfg/blocks.supports.js new file mode 100644 index 000000000..06425f725 --- /dev/null +++ b/kubejs/startup_scripts/tfg/blocks.supports.js @@ -0,0 +1,141 @@ +function registerTFGSupportBlocks(event) { + + event.create('tfg:light_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/light_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/light_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(16) + horizontal.mapColor('color_light_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(16) + .mapColor('color_light_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:dark_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/dark_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/dark_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(16) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(16) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:reinforced_light_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/reinforced_light_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/reinforced_light_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(64) + horizontal.mapColor('color_light_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(64) + .mapColor('color_light_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:reinforced_dark_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/reinforced_dark_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/reinforced_dark_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(64) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(64) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:rebar_support', 'tfc:support') + .textureAll('tfg:block/support/rebar_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/rebar_support') + horizontal.soundType('chain') + horizontal.hardness(3) + horizontal.resistance(16) + horizontal.mapColor('color_orange') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.tagBlock('minecraft:climbable') + horizontal.requiresTool(true) + horizontal.renderType('cutout') + horizontal.opaque(false) + }) + .soundType('chain') + .hardness(3) + .resistance(16) + .mapColor('color_orange') + .tagBlock('minecraft:mineable/pickaxe') + .tagBlock('minecraft:climbable') + .requiresTool(true) + .renderType('cutout') + .opaque(false) + + event.create('tfg:steel_support', 'tfc:support') + .textureAll('tfg:block/support/steel_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/steel_support') + horizontal.soundType('metal') + horizontal.hardness(5) + horizontal.resistance(64) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('metal') + .hardness(5) + .resistance(64) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + + const other_stone = ['pyroxenite', 'migmatite', 'travertine'] + const stone_types = global.TFC_STONE_TYPES.concat(other_stone) + + stone_types.forEach(stone => { + event.create(`tfg:${stone}_support`, 'tfc:support') + .textureAll(`tfg:block/support/${stone}_support`) + .horizontal(horizontal => { + horizontal.textureAll(`tfg:block/support/${stone}_support`) + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(8) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(8) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + }) + +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 72ad3a186..e39b6d14a 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -1,22 +1,72 @@ global.AIRCRAFT_UPGRADES = [ - "lv_aircraft_engine", - "hv_aircraft_engine", - "ev_aircraft_engine", + "lv_aircraft_engine", + "hv_aircraft_engine", + "ev_aircraft_engine", - "black_steel_plated_airplane_propeller", - "redblu_steel_plated_airplane_propeller", - "stainless_steel_plated_airplane_propeller", - "titanium_plated_airplane_propeller", + "black_steel_plated_airplane_propeller", + "redblu_steel_plated_airplane_propeller", + "stainless_steel_plated_airplane_propeller", + "titanium_plated_airplane_propeller", - "redblu_steel_landing_gear", - "aluminium_landing_gear", - "stainless_steel_landing_gear", - "titanium_landing_gear", + "redblu_steel_landing_gear", + "aluminium_landing_gear", + "stainless_steel_landing_gear", + "titanium_landing_gear", - "redblu_steel_hull_reinforcement", - "aluminium_hull_reinforcement", - "stainless_steel_hull_reinforcement", - "titanium_hull_reinforcement" + "redblu_steel_hull_reinforcement", + "aluminium_hull_reinforcement", + "stainless_steel_hull_reinforcement", + "titanium_hull_reinforcement" +] + +global.EXTRATERRESTRIAL_RAW_ROCKS = [ + 'tfg:raw_anorthosite', + 'tfg:raw_basanite', + 'tfg:raw_syenite' +] + +global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ + 'tfg:hardened_anorthosite', + 'tfg:hardened_syenite' +] + +global.MOON_BIOMES = [ + 'tfg:moon/lunar_plains', + 'tfg:moon/lunar_basalt_maria', + 'tfg:moon/lunar_gabbro_uplift', + 'tfg:moon/lunar_diorite_delta' +] + +global.MARS_BIOMES = [ + 'tfg:mars/martian_plains', + 'tfg:mars/martian_riverbed', + 'tfg:mars/martian_mountains' +] + +global.MOON_VEINS = [ + 'tfg:moon/vein/deep_magnetite', + 'tfg:moon/vein/deep_molybdenum', + 'tfg:moon/vein/deep_olivine', + 'tfg:moon/vein/deep_plutonium', + 'tfg:moon/vein/deep_sapphire', + 'tfg:moon/vein/deep_scheelite', + 'tfg:moon/vein/deep_sheldonite', + 'tfg:moon/vein/normal_apatite', + 'tfg:moon/vein/normal_bauxite', + 'tfg:moon/vein/normal_beryllium', + 'tfg:moon/vein/normal_certus_quartz', + 'tfg:moon/vein/normal_desh', + 'tfg:moon/vein/normal_diopside', + 'tfg:moon/vein/normal_enstatite', + 'tfg:moon/vein/normal_fayalite', + 'tfg:moon/vein/normal_garnierite', + 'tfg:moon/vein/normal_magnetite', + 'tfg:moon/vein/normal_mica', + 'tfg:moon/vein/normal_monazite', + 'tfg:moon/vein/normal_olivine', + 'tfg:moon/vein/normal_redstone', + 'tfg:moon/vein/normal_saltpeter', + 'tfg:moon/vein/normal_silver' ] global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index d665f28a6..ad7d37d8e 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -49,6 +49,18 @@ const registerTFGItems = (event) => { // #region Stone bricks and dusts event.create('tfg:brick/deepslate') .translationKey('item.tfg.brick.deepslate') + + event.create('tfg:brick/anorthosite') + .translationKey('item.tfg.brick.anorthosite') + + event.create('tfg:brick/syenite') + .translationKey('item.tfg.brick.syenite') + + event.create('tfg:dust/anorthosite_dust') + .translationKey('item.tfg.dust.anorthosite') + + event.create('tfg:dust/syenite') + .translationKey('item.tfg.dust.syenite') // #endregion // #region Primitive rubber gloves From fa1729b8738bceaaf29aa7b8d0bb3cb60f96116f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 20:07:47 +0100 Subject: [PATCH 002/246] missing stone recipes --- kubejs/server_scripts/tfc/recipes.stone.js | 13 ++++++++++++- kubejs/startup_scripts/gtceu/constants.js | 5 ++++- kubejs/startup_scripts/tfc/tag_prefixes.js | 21 +++++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.stone.js b/kubejs/server_scripts/tfc/recipes.stone.js index 8165b868f..dfb0293c7 100644 --- a/kubejs/server_scripts/tfc/recipes.stone.js +++ b/kubejs/server_scripts/tfc/recipes.stone.js @@ -624,7 +624,7 @@ function registerTFCStoneRecipes(event) { .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3700, 700) .outputFluids(Fluid.of(oxygenFluid, 16)) - // New + // TFC event.recipes.gtceu.centrifuge('gabbro_dust_separation') .EUt(GTValues.VA[GTValues.MV]) @@ -755,5 +755,16 @@ function registerTFCStoneRecipes(event) { .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) .outputFluids(Fluid.of(oxygenFluid, 12)) + // Space + + event.recipes.gtceu.centrifuge('anorthosite_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('anorthosite'), 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ilmenite, 1), 1700, 700) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index edc6dbcdb..02b49a697 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -185,6 +185,9 @@ global.ORE_BEARING_STONES = [ 'deepslate', 'pyroxenite', - 'dripstone' + 'dripstone', + + 'anorthosite', + 'basanite' ]; diff --git a/kubejs/startup_scripts/tfc/tag_prefixes.js b/kubejs/startup_scripts/tfc/tag_prefixes.js index 81a1f11e9..4eeba3a42 100644 --- a/kubejs/startup_scripts/tfc/tag_prefixes.js +++ b/kubejs/startup_scripts/tfc/tag_prefixes.js @@ -60,4 +60,25 @@ const registerTFCTagPrefixes = (event) => { .materialIconType(GTMaterialIconType.ore) .generationCondition(ItemGenerationCondition.hasOreProperty) .materialSupplier(() => GTMaterials.Deepslate) + + event.create('anorthosite', 'ore') + .stateSupplier(() => Block.getBlock('tfg:raw_anorthosite').defaultBlockState()) + .baseModelLocation('ad_astra:block/moon_stone') + .unificationEnabled(true) + .materialIconType(GTMaterialIconType.ore) + .generationCondition(ItemGenerationCondition.hasOreProperty) + + event.create('basanite', 'ore') + .stateSupplier(() => Block.getBlock('tfg:raw_basanite').defaultBlockState()) + .baseModelLocation('ad_astra:block/moon_deepslate') + .unificationEnabled(true) + .materialIconType(GTMaterialIconType.ore) + .generationCondition(ItemGenerationCondition.hasOreProperty) + + event.create('syenite', 'ore') + .stateSupplier(() => Block.getBlock('tfg:raw_syenite').defaultBlockState()) + .baseModelLocation('ad_astra:block/mars_stone') + .unificationEnabled(true) + .materialIconType(GTMaterialIconType.ore) + .generationCondition(ItemGenerationCondition.hasOreProperty) } \ No newline at end of file From 4faeaa533a9d23c2ff25c0a11853618acac04556 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 20:13:00 +0100 Subject: [PATCH 003/246] space mods --- pakku-lock.json | 276 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) diff --git a/pakku-lock.json b/pakku-lock.json index 2515b2ebe..780cc2098 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -226,6 +226,157 @@ } ] }, + { + "pakku_id": "433alm6SnUVbiAUS", + "pakku_links": [ + "J5CyvX6hIaMAyzVK", + "ot2YBFY8BHe8bgqE", + "cxgo5IyMJwtpohRH" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "ad-astra", + "modrinth": "ad-astra" + }, + "name": { + "curseforge": "Ad Astra", + "modrinth": "Ad Astra" + }, + "id": { + "curseforge": "635042", + "modrinth": "3ufwT9JF" + }, + "files": [ + { + "type": "curseforge", + "file_name": "ad_astra-forge-1.20.1-1.15.20.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6262/32/ad_astra-forge-1.20.1-1.15.20.jar", + "id": "6262032", + "parent_id": "635042", + "hashes": { + "sha1": "537ac3e358a97efd7b03648a9bfd7b11f1ae7ff7", + "md5": "1ce3f9859fce6a4eac9b7f17e375dfd2" + }, + "required_dependencies": [ + "714059", + "704113", + "570073" + ], + "size": 7508861, + "date_published": "2025-03-04T01:59:36.293Z" + }, + { + "type": "modrinth", + "file_name": "ad_astra-forge-1.20.1-1.15.20.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/3ufwT9JF/versions/Qf7QFXk2/ad_astra-forge-1.20.1-1.15.20.jar", + "id": "Qf7QFXk2", + "parent_id": "3ufwT9JF", + "hashes": { + "sha512": "c7337add217258cea0cb7d9f9136b5a7c8a17600bc2cc9c722321af838690b6c285628dcaebfccedb3e1274683591ef7a45a3514094e5a3bcd8fe1c1f25626bf", + "sha1": "537ac3e358a97efd7b03648a9bfd7b11f1ae7ff7" + }, + "required_dependencies": [ + "G1hIVOrD", + "2u6LRnMa", + "M1953qlQ" + ], + "size": 7508861, + "date_published": "2025-03-04T01:59:42.652052Z" + } + ] + }, + { + "pakku_id": "CS7svU2WHJVgE26v", + "pakku_links": [ + "J5CyvX6hIaMAyzVK", + "cxgo5IyMJwtpohRH", + "ot2YBFY8BHe8bgqE", + "433alm6SnUVbiAUS" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "ad-astra-giselle-addon", + "modrinth": "ad-astra-giselle-addon" + }, + "name": { + "curseforge": "Ad Astra: Giselle Addon", + "modrinth": "Ad-Astra: Giselle Addon" + }, + "id": { + "curseforge": "714958", + "modrinth": "XQDxCBVw" + }, + "files": [ + { + "type": "curseforge", + "file_name": "Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6119/244/Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", + "id": "6119244", + "parent_id": "714958", + "hashes": { + "sha1": "877b88e224cbcbee498ec9d58f3554dd89e36469", + "md5": "68d8d06a5277e289a242b4acdcf06313" + }, + "required_dependencies": [ + "714059", + "570073", + "704113", + "635042" + ], + "size": 458371, + "date_published": "2025-01-24T09:42:36.753Z" + }, + { + "type": "modrinth", + "file_name": "Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/XQDxCBVw/versions/XRJhnGGs/Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", + "id": "XRJhnGGs", + "parent_id": "XQDxCBVw", + "hashes": { + "sha512": "a5e8b7b792aa42df56612e3b8684d2d262a7acaa124d6fe96c4c9d028f16b4ded527dc40c1597e0c36ccb1ab74ae0c91d65e9bb742e8894aee514ddb4b222c1b", + "sha1": "877b88e224cbcbee498ec9d58f3554dd89e36469" + }, + "required_dependencies": [ + "G1hIVOrD", + "2u6LRnMa", + "3ufwT9JF", + "M1953qlQ" + ], + "size": 458371, + "date_published": "2025-01-24T09:45:43.026170Z" + } + ] + }, { "pakku_id": "jPHrYCLCUpKjNOWD", "type": "MOD", @@ -1722,6 +1873,69 @@ } ] }, + { + "pakku_id": "ot2YBFY8BHe8bgqE", + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "botarium", + "modrinth": "botarium" + }, + "name": { + "curseforge": "Botarium", + "modrinth": "Botarium" + }, + "id": { + "curseforge": "704113", + "modrinth": "2u6LRnMa" + }, + "files": [ + { + "type": "curseforge", + "file_name": "botarium-forge-1.20.1-2.3.4.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5486/70/botarium-forge-1.20.1-2.3.4.jar", + "id": "5486070", + "parent_id": "704113", + "hashes": { + "sha1": "a6928cb03b7c5f81900d3d3c8e8c8f6a89a51a5b", + "md5": "c204f9d834da78a3972fc98da96730aa" + }, + "required_dependencies": [], + "size": 157633, + "date_published": "2024-06-29T17:38:58.730Z" + }, + { + "type": "modrinth", + "file_name": "botarium-forge-1.20.1-2.3.4.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/2u6LRnMa/versions/O7D6FTfW/botarium-forge-1.20.1-2.3.4.jar", + "id": "O7D6FTfW", + "parent_id": "2u6LRnMa", + "hashes": { + "sha512": "aa3530dde50966e47958690b02a343c4de3782d32ae3b2cb75b2155eebb76e172a292768d846b8d14a97bc9ebe18f1f655eaa3469fce13b2b4b15b16af0aba01", + "sha1": "a6928cb03b7c5f81900d3d3c8e8c8f6a89a51a5b" + }, + "required_dependencies": [], + "size": 157633, + "date_published": "2024-06-29T17:39:00.425265Z" + } + ] + }, { "pakku_id": "hAYZJm96tcU47i8e", "type": "MOD", @@ -11647,6 +11861,68 @@ } ] }, + { + "pakku_id": "y4M31CBxuAYdKyZe", + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "species", + "modrinth": "species" + }, + "name": { + "curseforge": "Species", + "modrinth": "Species" + }, + "id": { + "curseforge": "857737", + "modrinth": "s5d4P01r" + }, + "redistributable": false, + "files": [ + { + "type": "curseforge", + "file_name": "Species-1.20.1-2.3-forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6131/829/Species-1.20.1-2.3-forge.jar", + "id": "6131829", + "parent_id": "857737", + "hashes": { + "sha1": "1bc4305fb83b28015461d63452a4a01cf5337dc3", + "md5": "a3aef474219746f567b71fd4af0a74dd" + }, + "required_dependencies": [], + "size": 19593288, + "date_published": "2025-01-27T22:01:14.603Z" + }, + { + "type": "modrinth", + "file_name": "Species-1.20.1-2.3-forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/s5d4P01r/versions/N9CbMB7B/Species-1.20.1-2.3-forge.jar", + "id": "N9CbMB7B", + "parent_id": "s5d4P01r", + "hashes": { + "sha512": "e18f9bb08d49741951ff9d3c3cf90feab8bc1016f69657aa90316ad4caa5eadecea558ef2f6054542ba1167b3a47763c0b13c03fe17f3d6d7e9391c49cbffe11", + "sha1": "1bc4305fb83b28015461d63452a4a01cf5337dc3" + }, + "required_dependencies": [], + "size": 19593288, + "date_published": "2025-01-27T22:01:08.387603Z" + } + ] + }, { "pakku_id": "cKIMFUo1WXYa0CYj", "type": "MOD", From 88b8cf7ba1c45846c2b1ae0bb982ea4d5853d60b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 23:25:20 +0100 Subject: [PATCH 004/246] got the game booting! --- .../entries/tfg_ores/moon_ore_index.json | 41 + .../entries/tfg_ores/moon_vein_index.json | 1818 +++++++++++++++++ .../entries/tfg_ores/moon_ore_index.json | 41 + .../entries/tfg_ores/moon_vein_index.json | 1818 +++++++++++++++++ .../entries/tfg_ores/moon_ore_index.json | 41 + .../entries/tfg_ores/moon_vein_index.json | 1818 +++++++++++++++++ .../earth/vein/deep_garnet_amethyst.json | 2 +- .../earth/vein/deep_garnet_opal.json | 2 +- .../earth/vein/deep_gold.json | 2 +- .../earth/vein/deep_hematite.json | 2 +- .../earth/vein/deep_limonite.json | 2 +- .../earth/vein/deep_magnetite.json | 2 +- .../earth/vein/deep_molybdenum.json | 2 +- .../earth/vein/deep_pitchblende.json | 2 +- .../earth/vein/deep_sapphire.json | 2 +- .../earth/vein/deep_scheelite.json | 2 +- .../earth/vein/deep_sheldonite.json | 2 +- .../earth/vein/deep_topaz.json | 2 +- .../earth/vein/normal_apatite.json | 2 +- .../earth/vein/normal_basaltic_sands.json | 2 +- .../earth/vein/normal_bauxite.json | 2 +- .../earth/vein/normal_beryllium.json | 2 +- .../earth/vein/normal_bismuthinite.json | 2 +- .../earth/vein/normal_cassiterite.json | 2 +- .../earth/vein/normal_coal.json | 2 +- .../earth/vein/normal_copper.json | 2 +- .../earth/vein/normal_garnet_tin.json | 2 +- .../earth/vein/normal_garnierite.json | 2 +- .../earth/vein/normal_gold.json | 2 +- .../earth/vein/normal_graphite.json | 2 +- .../earth/vein/normal_hematite.json | 2 +- .../earth/vein/normal_lapis.json | 2 +- .../earth/vein/normal_limonite.json | 2 +- .../earth/vein/normal_lubricant.json | 2 +- .../earth/vein/normal_magnetite.json | 2 +- .../earth/vein/normal_manganese.json | 2 +- .../earth/vein/normal_mica.json | 2 +- .../earth/vein/normal_monazite.json | 2 +- .../earth/vein/normal_oilsands.json | 2 +- .../earth/vein/normal_olivine.json | 2 +- .../earth/vein/normal_quartz.json | 2 +- .../earth/vein/normal_redstone.json | 2 +- .../earth/vein/normal_salt.json | 2 +- .../earth/vein/normal_saltpeter.json | 2 +- .../earth/vein/normal_silver.json | 2 +- .../earth/vein/normal_sphalerite.json | 2 +- .../earth/vein/normal_spodumene.json | 2 +- .../earth/vein/normal_sulfur.json | 2 +- .../earth/vein/normal_tetrahedrite.json | 2 +- .../earth/vein/surface_bismuthinite.json | 2 +- .../earth/vein/surface_cassiterite.json | 2 +- .../earth/vein/surface_copper.json | 2 +- .../earth/vein/surface_sphalerite.json | 2 +- .../earth/vein/surface_tetrahedrite.json | 2 +- .../moon/vein/deep_magnetite.json | 154 -- .../moon/vein/deep_molybdenum.json | 130 -- .../moon/vein/deep_olivine.json | 139 -- .../moon/vein/deep_plutonium.json | 53 - .../moon/vein/deep_sapphire.json | 117 -- .../moon/vein/deep_scheelite.json | 110 - .../moon/vein/deep_sheldonite.json | 107 - .../moon/vein/moon_apatite.json | 103 + .../moon/vein/moon_bauxite.json | 108 + .../moon/vein/moon_beryllium.json | 122 ++ .../moon/vein/moon_desh.json | 100 + .../moon/vein/moon_diopside.json | 174 ++ .../moon/vein/moon_enstatite.json | 194 ++ .../moon/vein/moon_fayalite.json | 174 ++ .../moon/vein/moon_garnierite.json | 112 + .../moon/vein/moon_magnetite.json | 166 ++ .../moon/vein/moon_mica.json | 194 ++ .../moon/vein/moon_molybdenum.json | 163 ++ .../moon/vein/moon_monazite.json | 80 + .../moon/vein/moon_olivine.json | 132 ++ .../moon/vein/moon_plutonium.json | 57 + .../moon/vein/moon_quartz.json | 194 ++ .../moon/vein/moon_redstone.json | 80 + .../moon/vein/moon_saltpeter.json | 119 ++ .../moon/vein/moon_sapphire.json | 94 + .../moon/vein/moon_scheelite.json | 142 ++ .../moon/vein/moon_sheldonite.json | 120 ++ .../moon/vein/moon_silver.json | 80 + .../moon/vein/normal_apatite.json | 99 - .../moon/vein/normal_bauxite.json | 96 - .../moon/vein/normal_beryllium.json | 105 - .../moon/vein/normal_certus_quartz.json | 177 -- .../moon/vein/normal_desh.json | 96 - .../moon/vein/normal_diopside.json | 161 -- .../moon/vein/normal_enstatite.json | 169 -- .../moon/vein/normal_fayalite.json | 169 -- .../moon/vein/normal_garnierite.json | 80 - .../moon/vein/normal_magnetite.json | 106 - .../moon/vein/normal_mica.json | 130 -- .../moon/vein/normal_monazite.json | 80 - .../moon/vein/normal_olivine.json | 155 -- .../moon/vein/normal_redstone.json | 88 - .../moon/vein/normal_saltpeter.json | 107 - .../moon/vein/normal_silver.json | 64 - .../nether/vein/nether_apatite.json | 2 +- .../nether/vein/nether_basaltic_sands.json | 2 +- .../nether/vein/nether_bauxite.json | 2 +- .../nether/vein/nether_beryllium.json | 2 +- .../nether/vein/nether_cassiterite.json | 2 +- .../nether/vein/nether_copper.json | 2 +- .../nether/vein/nether_garnet.json | 2 +- .../nether/vein/nether_garnet_tin.json | 2 +- .../nether/vein/nether_garnierite.json | 2 +- .../nether/vein/nether_goethite.json | 2 +- .../nether/vein/nether_gold.json | 2 +- .../nether/vein/nether_graphite.json | 2 +- .../nether/vein/nether_hematite.json | 2 +- .../nether/vein/nether_lapis.json | 2 +- .../nether/vein/nether_lubricant.json | 2 +- .../nether/vein/nether_magnetite.json | 2 +- .../nether/vein/nether_manganese.json | 2 +- .../nether/vein/nether_mica.json | 2 +- .../nether/vein/nether_molybdenum.json | 2 +- .../nether/vein/nether_monazite.json | 2 +- .../nether/vein/nether_naquadah.json | 2 +- .../nether/vein/nether_olivine.json | 2 +- .../nether/vein/nether_pitchblende.json | 2 +- .../nether/vein/nether_quartz.json | 2 +- .../nether/vein/nether_redstone.json | 2 +- .../nether/vein/nether_saltpeter.json | 2 +- .../nether/vein/nether_sapphire.json | 2 +- .../nether/vein/nether_scheelite.json | 2 +- .../nether/vein/nether_sheldonite.json | 2 +- .../nether/vein/nether_silver.json | 2 +- .../nether/vein/nether_sphalerite.json | 2 +- .../nether/vein/nether_sulfur.json | 2 +- .../nether/vein/nether_tetrahedrite.json | 2 +- .../nether/vein/nether_topaz.json | 2 +- .../earth/vein/deep_garnet_amethyst.json | 2 +- .../earth/vein/deep_garnet_opal.json | 2 +- .../placed_feature/earth/vein/deep_gold.json | 2 +- .../earth/vein/deep_hematite.json | 2 +- .../earth/vein/deep_limonite.json | 2 +- .../earth/vein/deep_magnetite.json | 2 +- .../earth/vein/deep_molybdenum.json | 2 +- .../earth/vein/deep_pitchblende.json | 2 +- .../earth/vein/deep_sapphire.json | 2 +- .../earth/vein/deep_scheelite.json | 2 +- .../earth/vein/deep_sheldonite.json | 2 +- .../placed_feature/earth/vein/deep_topaz.json | 2 +- .../earth/vein/normal_apatite.json | 2 +- .../earth/vein/normal_apatite_.json | 4 - .../earth/vein/normal_basaltic_sands.json | 2 +- .../earth/vein/normal_bauxite.json | 2 +- .../earth/vein/normal_beryllium.json | 2 +- .../earth/vein/normal_bismuthinite.json | 2 +- .../earth/vein/normal_cassiterite.json | 2 +- .../earth/vein/normal_coal.json | 2 +- .../earth/vein/normal_copper.json | 2 +- .../earth/vein/normal_garnet_tin.json | 2 +- .../earth/vein/normal_garnierite.json | 2 +- .../earth/vein/normal_gold.json | 2 +- .../earth/vein/normal_graphite.json | 2 +- .../earth/vein/normal_hematite.json | 2 +- .../earth/vein/normal_lapis.json | 2 +- .../earth/vein/normal_limonite.json | 2 +- .../earth/vein/normal_lubricant.json | 2 +- .../earth/vein/normal_magnetite.json | 2 +- .../earth/vein/normal_manganese.json | 2 +- .../earth/vein/normal_mica.json | 2 +- .../earth/vein/normal_monazite.json | 2 +- .../earth/vein/normal_oilsands.json | 2 +- .../earth/vein/normal_olivine.json | 2 +- .../earth/vein/normal_quartz.json | 2 +- .../earth/vein/normal_redstone.json | 2 +- .../earth/vein/normal_salt.json | 2 +- .../earth/vein/normal_saltpeter.json | 2 +- .../earth/vein/normal_silver.json | 2 +- .../earth/vein/normal_sphalerite.json | 2 +- .../earth/vein/normal_spodumene.json | 2 +- .../earth/vein/normal_sulfur.json | 2 +- .../earth/vein/normal_tetrahedrite.json | 2 +- .../earth/vein/surface_bismuthinite.json | 2 +- .../earth/vein/surface_cassiterite.json | 2 +- .../earth/vein/surface_copper.json | 2 +- .../earth/vein/surface_sphalerite.json | 2 +- .../earth/vein/surface_tetrahedrite.json | 2 +- .../moon/vein/deep_magnetite.json | 4 - .../moon/vein/deep_molybdenum.json | 4 - .../moon/vein/deep_olivine.json | 4 - .../moon/vein/deep_plutonium.json | 4 - .../moon/vein/deep_sapphire.json | 4 - .../moon/vein/deep_scheelite.json | 4 - .../moon/vein/deep_sheldonite.json | 4 - .../moon/vein/moon_apatite.json | 5 + .../moon/vein/moon_bauxite.json | 5 + .../moon/vein/moon_beryllium.json | 5 + .../placed_feature/moon/vein/moon_desh.json | 5 + .../moon/vein/moon_diopside.json | 5 + .../moon/vein/moon_enstatite.json | 5 + .../moon/vein/moon_fayalite.json | 5 + .../moon/vein/moon_garnierite.json | 5 + .../moon/vein/moon_magnetite.json | 5 + .../placed_feature/moon/vein/moon_mica.json | 5 + .../moon/vein/moon_molybdenum.json | 5 + .../moon/vein/moon_monazite.json | 5 + .../moon/vein/moon_olivine.json | 5 + .../moon/vein/moon_plutonium.json | 5 + .../placed_feature/moon/vein/moon_quartz.json | 5 + .../moon/vein/moon_redstone.json | 5 + .../moon/vein/moon_saltpeter.json | 5 + .../moon/vein/moon_sapphire.json | 5 + .../moon/vein/moon_scheelite.json | 5 + .../moon/vein/moon_sheldonite.json | 5 + .../placed_feature/moon/vein/moon_silver.json | 5 + .../moon/vein/normal_apatite.json | 4 - .../moon/vein/normal_bauxite.json | 4 - .../moon/vein/normal_beryllium.json | 4 - .../moon/vein/normal_certus_quartz.json | 4 - .../placed_feature/moon/vein/normal_desh.json | 4 - .../moon/vein/normal_diopside.json | 4 - .../moon/vein/normal_enstatite.json | 4 - .../moon/vein/normal_fayalite.json | 4 - .../moon/vein/normal_garnierite.json | 4 - .../moon/vein/normal_magnetite.json | 4 - .../placed_feature/moon/vein/normal_mica.json | 4 - .../moon/vein/normal_monazite.json | 4 - .../moon/vein/normal_olivine.json | 4 - .../moon/vein/normal_redstone.json | 4 - .../moon/vein/normal_saltpeter.json | 4 - .../moon/vein/normal_silver.json | 4 - .../nether/vein/nether_apatite.json | 2 +- .../nether/vein/nether_basaltic_sands.json | 2 +- .../nether/vein/nether_bauxite.json | 2 +- .../nether/vein/nether_beryllium.json | 2 +- .../nether/vein/nether_cassiterite.json | 2 +- .../nether/vein/nether_copper.json | 2 +- .../nether/vein/nether_garnet.json | 2 +- .../nether/vein/nether_garnet_tin.json | 2 +- .../nether/vein/nether_garnierite.json | 2 +- .../nether/vein/nether_goethite.json | 2 +- .../nether/vein/nether_gold.json | 2 +- .../nether/vein/nether_graphite.json | 2 +- .../nether/vein/nether_hematite.json | 2 +- .../nether/vein/nether_lapis.json | 2 +- .../nether/vein/nether_lubricant.json | 2 +- .../nether/vein/nether_magnetite.json | 2 +- .../nether/vein/nether_manganese.json | 2 +- .../nether/vein/nether_mica.json | 2 +- .../nether/vein/nether_molybdenum.json | 2 +- .../nether/vein/nether_monazite.json | 2 +- .../nether/vein/nether_naquadah.json | 2 +- .../nether/vein/nether_olivine.json | 2 +- .../nether/vein/nether_pitchblende.json | 2 +- .../nether/vein/nether_quartz.json | 2 +- .../nether/vein/nether_redstone.json | 2 +- .../nether/vein/nether_saltpeter.json | 2 +- .../nether/vein/nether_sapphire.json | 2 +- .../nether/vein/nether_scheelite.json | 2 +- .../nether/vein/nether_sheldonite.json | 2 +- .../nether/vein/nether_silver.json | 2 +- .../nether/vein/nether_sphalerite.json | 2 +- .../nether/vein/nether_sulfur.json | 2 +- .../nether/vein/nether_tetrahedrite.json | 2 +- .../nether/vein/nether_topaz.json | 2 +- kubejs/server_scripts/ad_astra/tags.js | 4 - kubejs/server_scripts/tfg/tags.js | 27 +- kubejs/startup_scripts/ad_astra/materials.js | 36 +- kubejs/startup_scripts/tfg/constants.js | 26 - 263 files changed, 8600 insertions(+), 2999 deletions(-) create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json create mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnierite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_redstone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_apatite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_bauxite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_beryllium.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_desh.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_diopside.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_enstatite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_fayalite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_garnierite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_magnetite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_mica.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_molybdenum.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_monazite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_olivine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_plutonium.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_quartz.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_redstone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_saltpeter.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sapphire.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_scheelite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sheldonite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_silver.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json 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 new file mode 100644 index 000000000..c8f8a258e --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json @@ -0,0 +1,41 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Moon Ore Index", + "icon": "ae2:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The 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)30%$(/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)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_plutonium)45%$(/l), $(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)$()", + "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)$()", + "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)$()", + "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)$()$(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)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file 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 new file mode 100644 index 000000000..340d0260c --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json @@ -0,0 +1,1818 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Moon Vein Index", + "icon": "gtceu:anorthosite_certus_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(item)The 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_plutonium)Desh & Plutonium$()$()$(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$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_olivine)Olivine$()$()$(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$()$()", + "type": "patchouli:text" + }, + { + "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 — 60$(br)$(thing)Size$(): 25$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basanite, Diorite", + "title": "Apatite & Pyrochlore", + "type": "patchouli:text", + "anchor": "moon_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrochlore", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Niobium$(br)$(thing)Formula$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tricalcium Phosphate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Calcium, Phosphorus$(br)$(thing)Formula$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Apatite", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Calcium, Phosphorus, Forestry PTSD$(br)$(thing)Formula$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "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", + "title": "Bastnasite & Monazite", + "type": "patchouli:text", + "anchor": "moon_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bastnasite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Cerium, Fluorine$(br)$(thing)Formula$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Monazite", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Phosphorous, Rare Earth$(br)$(thing)Formula$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Neodymium", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Neodymium$(br)$(thing)Formula$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite", + "title": "Bauxite & Ilmenite", + "type": "patchouli:text", + "anchor": "moon_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Ilmenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 33%$(br)$(thing)Source of$(): Iron, Titanium$(br)$(thing)Formula$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(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$(): 200$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Basanite, Diorite, Gabbro", + "title": "Certus Quartz", + "type": "patchouli:text", + "anchor": "moon_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Certus Quartz", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Barite", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Quartzite", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(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, Basanite, Diorite, Gabbro", + "title": "Chromite & Magnetite", + "type": "patchouli:text", + "anchor": "moon_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Chromite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(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": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Vanadium Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Vanadium$(br)$(thing)Formula$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.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, Basanite", + "title": "Cooperite & Bornite", + "type": "patchouli:text", + "anchor": "moon_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Bornite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sheldonite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Platinum, Nickel, Palladium$(br)$(thing)Formula$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Platinum", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Smelts into$(): Platinum$(br)$(thing)Formula$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Palladium", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Palladium$(br)$(thing)Formula$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite", + "title": "Desh & Ilmenite", + "type": "patchouli:text", + "anchor": "moon_desh" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Formula$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ilmenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(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$(): 20%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(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$(): 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$(): Basanite", + "title": "Desh & Plutonium", + "type": "patchouli:text", + "anchor": "moon_plutonium" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Formula$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): TODO", + "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.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, Basanite, Diorite, Gabbro", + "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, Basanite", + "title": "Emerald & Beryllium", + "type": "patchouli:text", + "anchor": "moon_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Emerald", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Used for$(): MV components, Item tag filters$(br)$(thing)Formula$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Beryllium", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Beryllium$(br)$(thing)Formula$(): Be$(br)$(thing)Hazard$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Thorium", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Thorium$(br)$(thing)Formula$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite, Diorite, Gabbro", + "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, Basanite, Diorite, Gabbro", + "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", + "title": "Garnierite & Cobaltite", + "type": "patchouli:text", + "anchor": "moon_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Garnierite", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobaltite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Cobalt, Arsenic$(br)$(thing)Formula$(): CoAsS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobalt", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Nickel", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite, Diorite, Gabbro", + "title": "Kyanite, Mica, & Bauxite", + "type": "patchouli:text", + "anchor": "moon_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Kyanite", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Mica", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Potassium, Aluminium, Fluorine$(br)$(thing)Formula$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pollucite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite, Gabbro", + "title": "Olivine", + "type": "patchouli:text", + "anchor": "moon_olivine" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 65%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diopside", + "multiblock": { + "mapping": { + "0": "#forge:ores/diopside" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Formula$(): MgCaSi₂O₅", + "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: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.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, Basanite", + "title": "Redstone, Cinnabar, & Ruby", + "type": "patchouli:text", + "anchor": "moon_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Redstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Redstone$(br)$(thing)Formula$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ruby", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Chromium, Aluminium$(br)$(thing)Formula$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cinnabar", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Mercury$(br)$(thing)Formula$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite, Diorite", + "title": "Saltpeter & Electrotine", + "type": "patchouli:text", + "anchor": "moon_saltpeter" + }, + { + "Type": "patchouli:multiblock", + "name": "Saltpeter", + "multiblock": { + "mapping": { + "0": "#forge:ores/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Source of$(): Potassium, Nitrogen$(br)$(thing)Formula$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Soapstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Talc", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "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, Basanite", + "title": "Sapphire & Almandine", + "type": "patchouli:text", + "anchor": "moon_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Almandine", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Aluminium, Iron$(br)$(thing)Formula$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrope", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 27%$(br)$(thing)Source of$(): Aluminium, Magnesium$(br)$(thing)Formula$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Green Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 16%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 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, Basanite, Diorite, Gabbro", + "title": "Scheelite & Tungstate", + "type": "patchouli:text", + "anchor": "moon_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tungstate", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Source of$(): Tungsten, Lithium$(br)$(thing)Formula$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Scheelite", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Tungsten$(br)$(thing)Formula$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lithium", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Lithium$(br)$(thing)Formula$(): Li", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 30$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basanite", + "title": "Silver, Galena, & Lead", + "type": "patchouli:text", + "anchor": "moon_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Silver", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Melts into$(): Silver$(br)$(thing)Formula$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Galena", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Smelts into$(): Lead$(br)$(thing)Formula$(): PbS$(br)$(thing)Hazard$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Lead", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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)$()", + "type": "patchouli:multiblock" + }, + { + "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, Basanite, Diorite, Gabbro", + "title": "Wulfenite & Molybdenite", + "type": "patchouli:text", + "anchor": "moon_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Wulfenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Source of$(): Lead, Molybdenum$(br)$(thing)Formula$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenite", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Molybdenum", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Powellite", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Molybdenum$(br)$(thing)Formula$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/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 new file mode 100644 index 000000000..d01862c8b --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json @@ -0,0 +1,41 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Moon Ore Index", + "icon": "ae2:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The 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)30%$(/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_plutonium)45%$(/l), $(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)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Вольфрамат: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/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)$()", + "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)$()", + "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)$()", + "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)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file 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 new file mode 100644 index 000000000..307fb1155 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json @@ -0,0 +1,1818 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Moon Vein Index", + "icon": "gtceu:anorthosite_certus_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)The 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_plutonium)_ и Плутоний$()$()$(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_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)Редстоун, Киноварь и Рубин$()$()", + "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)Шелдонит и Борнит$()$()", + "type": "patchouli:text" + }, + { + "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": "_ и Плутоний", + "type": "patchouli:text", + "anchor": "moon_plutonium" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", + "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)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базанит", + "title": "Desh & Ilmenite", + "type": "patchouli:text", + "anchor": "moon_desh" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ильменит", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(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)Процент руды$(): 20%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(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)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -10 — 80$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Базанит, Габбро, Диорит", + "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)Процент руды$(): 40%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Формула$(): MgCaSi₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 22%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 22%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 13%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "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-уровень$(): -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)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 25$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базанит, Диорит", + "title": "Апатит и Пирохлор", + "type": "patchouli:text", + "anchor": "moon_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Ниобий$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальцийфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Кальций, Фосфор$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "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)Виды камней$(): Габбро, Диорит", + "title": "Бастнезит и Монацит", + "type": "patchouli:text", + "anchor": "moon_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Церий, Фтор$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Фосфор, Редкая земля$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 120$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Базанит", + "title": "Боксит и Ильменит", + "type": "patchouli:text", + "anchor": "moon_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Ильменит", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 33%$(br)$(thing)Хромит$(): Железо, Титан$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(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)Виды камней$(): Базальт, Базанит, Габбро, Диорит", + "title": "Вульфенит & Молибденит", + "type": "patchouli:text", + "anchor": "moon_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфенит", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Свинец, Молибден$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибденит", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молибден", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеллит", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Молибден$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Диорит", + "title": "Гарниерит и Кобальтит", + "type": "patchouli:text", + "anchor": "moon_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарниерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Кобальт, Мышьяк$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Кобальт$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Никель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 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)Виды камней$(): Анортозит, Базальт, Базанит", + "title": "Изумруд и Бериллий", + "type": "patchouli:text", + "anchor": "moon_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Изумруд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Используется для$(): компоненты уровня MV, Предметные фильтры (Тэг)$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Бериллий", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Используется для$(): Эндер-жемчуг$(br)$(thing)Формула$(): Be$(br)$(thing)Ядовит$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торий", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Торий$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Базанит, Габбро, Диорит", + "title": "Истинный кварц", + "type": "patchouli:text", + "anchor": "moon_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Истинный кварц", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(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)Виды камней$(): Анортозит, Базанит", + "title": "Редстоун, Киноварь и Рубин", + "type": "patchouli:text", + "anchor": "moon_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубин", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Хром, Алюминий$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Киноварь", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Ртуть$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 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)Виды камней$(): Базальт, Базанит", + "title": "Сапфир и Альмандин", + "type": "patchouli:text", + "anchor": "moon_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Альмандин", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 38%$(br)$(thing)Хромит$(): Алюминий, Железо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пироп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 27%$(br)$(thing)Хромит$(): Алюминий, Магний$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелёный сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 16%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 60$(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/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Калий, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Мыльный камень", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 75$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базанит", + "title": "Серебро, Галена и Свинец", + "type": "patchouli:text", + "anchor": "moon_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Серебро", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Плавится в$(): Серебро$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): PbS$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинец", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Свинец$(br)$(thing)Формула$(): Pb$(br)$(thing)Ядовит$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "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)Виды камней$(): Анортозит, Базанит, Габбро, Диорит", + "title": "Хромит и Магнетит", + "type": "patchouli:text", + "anchor": "moon_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хромит", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(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/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Железо, Ванадий$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородная Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфир", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "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)Виды камней$(): Анортозит, Базанит, Габбро, Диорит", + "title": "Ционит, Слюда и Боксит", + "type": "patchouli:text", + "anchor": "moon_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Ционит", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Калий, Алюминий, Фтор$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Алюминий$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Поллуцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Цезий, Алюминий$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базанит, Габбро, Диорит", + "title": "Шеелит и Вольфрамат", + "type": "patchouli:text", + "anchor": "moon_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрамат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Хромит$(): Вольфрам, Литий$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеелит", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 40%$(br)$(thing)Хромит$(): Вольфрам$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Литий", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Литий$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "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)Виды камней$(): Анортозит, Базальт, Базанит", + "title": "Шелдонит и Борнит", + "type": "patchouli:text", + "anchor": "moon_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борнит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Хромит$(): Медь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Платина, Никель, Палладий$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Плавится в$(): Платина$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Палладий", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Хромит$(): Палладий$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json new file mode 100644 index 000000000..8210ea175 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json @@ -0,0 +1,41 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Moon Ore Index", + "icon": "ae2:quartz", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)The 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)30%$(/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_plutonium)45%$(/l), $(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)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Вольфрам: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/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)$()", + "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)$()", + "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)$()", + "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)$()", + "type": "patchouli:text" + } + ] +} \ No newline at end of file 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 new file mode 100644 index 000000000..b9966f2c7 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json @@ -0,0 +1,1818 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "The Moon Vein Index", + "icon": "gtceu:anorthosite_certus_quartz_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)The 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_plutonium)_ і Плутоній$()$()$(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_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)Редстоун, Кіновар і Рубін$()$()", + "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)Шелдоніт і Борніт$()$()", + "type": "patchouli:text" + }, + { + "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": "_ і Плутоній", + "type": "patchouli:text", + "anchor": "moon_plutonium" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", + "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)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базаніт", + "title": "Desh & Ilmenite", + "type": "patchouli:text", + "anchor": "moon_desh" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ільменіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(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)Відсоток$(): 20%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(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)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -10 — 80$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Базаніт, Габро, Діорит", + "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)Відсоток$(): 40%$(br)$(thing)Source of$(): Magnesium, Calcium$(br)$(thing)Формула$(): MgCaSi₂O₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 22%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 22%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 13%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "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$(): -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)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базаніт, Діорит", + "title": "Апатит і Пірохлор", + "type": "patchouli:text", + "anchor": "moon_apatite" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірохлор", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrochlore" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Ніобій$(br)$(thing)Формула$(): Ca₂Nb₂O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трикальційфосфат", + "multiblock": { + "mapping": { + "0": "#forge:ores/tricalcium_phosphate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Кальцію, Фосфору$(br)$(thing)Формула$(): Ca₃(PO₄)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Апатит", + "multiblock": { + "mapping": { + "0": "#forge:ores/apatite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Кальцію, Фосфору, Лісовий ПТСР$(br)$(thing)Формула$(): Ca₅(PO₄)₃Cl", + "type": "patchouli:multiblock" + }, + { + "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)Типи каменю$(): Габро, Діорит", + "title": "Бастнезит і Монацит", + "type": "patchouli:text", + "anchor": "moon_monazite" + }, + { + "Type": "patchouli:multiblock", + "name": "Бастнезит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bastnasite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Церію, Фтору$(br)$(thing)Формула$(): CeCFO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Монацит", + "multiblock": { + "mapping": { + "0": "#forge:ores/monazite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Фосфору, Рідкоземельні$(br)$(thing)Формула$(): ?(PO₄)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Неодим", + "multiblock": { + "mapping": { + "0": "#forge:ores/neodymium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Неодим$(br)$(thing)Формула$(): Nd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 120$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Базаніт", + "title": "Боксит і Ільменіт", + "type": "patchouli:text", + "anchor": "moon_bauxite" + }, + { + "Type": "patchouli:multiblock", + "name": "Ільменіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/ilmenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 33%$(br)$(thing)Джерело$(): Залізо, Титану$(br)$(thing)Формула$(): FeTiO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Armalcolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/armalcolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(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)Типи каменю$(): Базальт, Базаніт, Габро, Діорит", + "title": "Вульфеніт і Молібденіт", + "type": "patchouli:text", + "anchor": "moon_molybdenum" + }, + { + "Type": "patchouli:multiblock", + "name": "Вульфеніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/wulfenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Свинець, Молібденум$(br)$(thing)Формула$(): PbMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): MoS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Молібденум", + "multiblock": { + "mapping": { + "0": "#forge:ores/molybdenum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): Mo", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Повеліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/powellite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Молібденум$(br)$(thing)Формула$(): CaMoO₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Діорит", + "title": "Гарнієрит і Кобальтит", + "type": "patchouli:text", + "anchor": "moon_garnierite" + }, + { + "Type": "patchouli:multiblock", + "name": "Гарнієрит", + "multiblock": { + "mapping": { + "0": "#forge:ores/garnierite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): NiO", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальтит", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobaltite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Кобальту, Миш'яку$(br)$(thing)Формула$(): CoAsS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Arsenicosis (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кобальт", + "multiblock": { + "mapping": { + "0": "#forge:ores/cobalt" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Нікель", + "multiblock": { + "mapping": { + "0": "#forge:ores/nickel" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 210$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базаніт, Габро, Діорит", + "title": "Кіаніт, Слюда та Боксити", + "type": "patchouli:text", + "anchor": "moon_mica" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіаніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/kyanite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂SiO₅", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Слюда", + "multiblock": { + "mapping": { + "0": "#forge:ores/mica" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Калію, Алюмінію, Фтору$(br)$(thing)Формула$(): KAl₃Si₃F₂O₁₀", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Боксит", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Полюцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pollucite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Цезій, Алюмінію$(br)$(thing)Формула$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 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)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Базаніт, Габро, Діорит", + "title": "Поклади Істинного Кварцу", + "type": "patchouli:text", + "anchor": "moon_quartz" + }, + { + "Type": "patchouli:multiblock", + "name": "Поклади Істинного Кварцу", + "multiblock": { + "mapping": { + "0": "#forge:ores/certus_quartz" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кварцит", + "multiblock": { + "mapping": { + "0": "#forge:ores/quartzite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(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)Типи каменю$(): Анортозит, Базаніт", + "title": "Редстоун, Кіновар і Рубін", + "type": "patchouli:text", + "anchor": "moon_redstone" + }, + { + "Type": "patchouli:multiblock", + "name": "Редстоун", + "multiblock": { + "mapping": { + "0": "#forge:ores/redstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Редстоун$(br)$(thing)Формула$(): Si(FeS₂)₅(CrAl₂O₃)Hg₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Рубін", + "multiblock": { + "mapping": { + "0": "#forge:ores/ruby" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Хрому, Алюмінію$(br)$(thing)Формула$(): CrAl₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Кіновар", + "multiblock": { + "mapping": { + "0": "#forge:ores/cinnabar" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Ртуті$(br)$(thing)Формула$(): HgS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 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)Типи каменю$(): Базальт, Базаніт", + "title": "Сапфір і Альмадін", + "type": "patchouli:text", + "anchor": "moon_sapphire" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмандін", + "multiblock": { + "mapping": { + "0": "#forge:ores/almandine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 38%$(br)$(thing)Джерело$(): Алюмінію, Залізо$(br)$(thing)Формула$(): Al₂Fe₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піроп", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrope" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 27%$(br)$(thing)Джерело$(): Алюмінію, Магнію$(br)$(thing)Формула$(): Al₂Mg₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Зелений сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 16%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 60$(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/saltpeter" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Калію, Азот$(br)$(thing)Формула$(): KNO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Соапостон", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "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)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "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)Типи каменю$(): Анортозит, Базальт, Базаніт", + "title": "Смарагд і Берилій", + "type": "patchouli:text", + "anchor": "moon_beryllium" + }, + { + "Type": "patchouli:multiblock", + "name": "Смарагд", + "multiblock": { + "mapping": { + "0": "#forge:ores/emerald" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Використовується для$(): MV компонентів, Фільтр тегів предметів$(br)$(thing)Формула$(): Be₃Al₂Si₆O₁₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Берилій", + "multiblock": { + "mapping": { + "0": "#forge:ores/beryllium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Використовується для$(): Перли Енда$(br)$(thing)Формула$(): Be$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Rubber Gloves)Berylliosis (Skin Contact)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Торій", + "multiblock": { + "mapping": { + "0": "#forge:ores/thorium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базаніт", + "title": "Срібло, Гален і Свинець", + "type": "patchouli:text", + "anchor": "moon_silver" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Срібла", + "multiblock": { + "mapping": { + "0": "#forge:ores/silver" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Розплавляється в$(): Срібла$(br)$(thing)Формула$(): Ag", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Галена", + "multiblock": { + "mapping": { + "0": "#forge:ores/galena" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): PbS$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Свинець", + "multiblock": { + "mapping": { + "0": "#forge:ores/lead" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Свинцю$(br)$(thing)Формула$(): Pb$(br)$(thing)Небезпечний$(): $(c)$(t:Requires Face Mask)Weakly Poisonous (Inhalation)$(/t)$()", + "type": "patchouli:multiblock" + }, + { + "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)Типи каменю$(): Анортозит, Базаніт, Габро, Діорит", + "title": "Хроміт і Магнетит", + "type": "patchouli:text", + "anchor": "moon_magnetite" + }, + { + "Type": "patchouli:multiblock", + "name": "Хроміт", + "multiblock": { + "mapping": { + "0": "#forge:ores/chromite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(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/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ванадієвий магнетит", + "multiblock": { + "mapping": { + "0": "#forge:ores/vanadium_magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Залізо, Ванадію$(br)$(thing)Формула$(): (Fe₃O₄)V", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Самородна Золото", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Золото$(br)$(thing)Формула$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Сапфір", + "multiblock": { + "mapping": { + "0": "#forge:ores/sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Алюмінію$(br)$(thing)Формула$(): Al₂O₃", + "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)Типи каменю$(): Анортозит, Базаніт, Габро, Діорит", + "title": "Шеєліт та Вольфрам", + "type": "patchouli:text", + "anchor": "moon_scheelite" + }, + { + "Type": "patchouli:multiblock", + "name": "Вольфрам", + "multiblock": { + "mapping": { + "0": "#forge:ores/tungstate" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Джерело$(): Вольфраму, Літію$(br)$(thing)Формула$(): Li₂(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шеєліт", + "multiblock": { + "mapping": { + "0": "#forge:ores/scheelite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 40%$(br)$(thing)Джерело$(): Вольфраму$(br)$(thing)Формула$(): Ca(WO₃)O", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Літій", + "multiblock": { + "mapping": { + "0": "#forge:ores/lithium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Літію$(br)$(thing)Формула$(): Li", + "type": "patchouli:multiblock" + }, + { + "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)Типи каменю$(): Анортозит, Базальт, Базаніт", + "title": "Шелдоніт і Борніт", + "type": "patchouli:text", + "anchor": "moon_sheldonite" + }, + { + "Type": "patchouli:multiblock", + "name": "Борніт", + "multiblock": { + "mapping": { + "0": "#forge:ores/bornite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Джерело$(): Мідь$(br)$(thing)Формула$(): Cu₅FeS₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Шелдонітн", + "multiblock": { + "mapping": { + "0": "#forge:ores/cooperite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Платини, Нікелю, Паладію$(br)$(thing)Формула$(): Pt₃NiSPd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Платина", + "multiblock": { + "mapping": { + "0": "#forge:ores/platinum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Розплавляється в$(): Платини$(br)$(thing)Формула$(): Pt", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Паладій", + "multiblock": { + "mapping": { + "0": "#forge:ores/palladium" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Джерело$(): Паладію$(br)$(thing)Формула$(): Pd", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json index 198021f8c..e5d1ef6e0 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_amethyst.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 8, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json index d4b249680..2e91fad6c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 6, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json index 9421833da..24d21b7ae 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 32, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json index 082990bf1..dbbcb2f17 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 30, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json index 19f1bb155..c1e381ceb 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_limonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 32, 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 bea15e375..b1342e537 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_magnetite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 34, 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 8fce420b6..ab0c0b22d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 26, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json index 2a3dfaeb8..0465b213c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_pitchblende.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 24, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json index d0b865063..31bfc9eb2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 8, 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 179b56637..177deef3f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_scheelite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 20, 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 0b20e8ad6..86b5b4fd1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sheldonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 30, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json index bde75e016..9d0986083 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_topaz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 7, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json index 557ad519a..4696daff8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_apatite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 34, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json index 0fbcd129b..b5cc3d0bd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 9, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json index abc6b6409..002dcb3f7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bauxite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json index 2013a4c5a..1f76cc062 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:pipe_vein", "config": { "height": 60, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json index 72fa426fd..8dfaed1bf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_bismuthinite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json index 9fad2f7a1..89a719d27 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_cassiterite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json index 76388f825..59a041a82 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_coal.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 60, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json index 93a417772..7d27df5ef 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json index db22b2160..f8a3b27d5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json index c5f1474e3..73786ebeb 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnierite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json index d7c04632f..dace25d0e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 12, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json index 24e30b79c..6b74d783e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 6, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json index 1539defba..492ec069d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json index d2b16619a..ff8ee05f3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lapis.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json index 1477ea109..a06e3e613 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_limonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json index e94a879d4..e3eddfce0 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_lubricant.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 36, 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 6e44961e9..78e3a0a70 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_magnetite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, 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 4091106c1..7cf8b5eec 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json index d844a9e99..cc11da4db 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_mica.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 36, 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 f62a96ad3..9dc75d202 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_monazite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json index cb7a28d5e..5ec1ce356 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_oilsands.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 55, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json index 51834c8c2..98d8a9584 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 26, 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 56ebc1ed3..b45d00c8c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_quartz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json index 3d24a9493..5d2fbc602 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_redstone.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json index 80e717918..dd570e236 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_salt.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 4, 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 43eb97b3e..4422bdf31 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_saltpeter.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json index f0bbac1be..ae468cea7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_silver.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json index a564a1151..81af3111e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json index eb159579c..69d9b581a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_spodumene.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 6, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json index 868163fe2..8f99aadaa 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json index 5a78068b3..e66d29801 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_tetrahedrite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json index 3672fe0d6..7e3973619 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_bismuthinite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json index baa5d9e0a..3ce8220f8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_cassiterite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json index 7963a0348..f66f372cf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json index 4fdc6dd1d..a1d76e307 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json index b27de6f69..220ceb0c8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_tetrahedrite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json deleted file mode 100644 index 4071ab781..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.3, - "min_y": -64, - "max_y": 30, - "size": 30, - "random_name": "deep_magnetite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_chromite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_sapphire_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_chromite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_sapphire_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:anorthosite_chromite_ore", - "weight": 40 - }, - { - "block": "gtceu:anorthosite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:anorthosite_sapphire_ore", - "weight": 5 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_vanadium_magnetite_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_chromite_ore", - "weight": 40 - }, - { - "block": "gtceu:basanite_gold_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_sapphire_ore", - "weight": 5 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 1000, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 35 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 10 - }, - { - "block": "gtceu:chromite_indicator", - "weight": 40 - }, - { - "block": "tfg:buds/small_sapphire_bud", - "weight": 3 - }, - { - "block": "tfg:buds/medium_sapphire_bud", - "weight": 2 - }, - { - "block": "tfg:buds/large_sapphire_bud", - "weight": 1 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json deleted file mode 100644 index 6fcf092ba..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 245, - "density": 0.45, - "min_y": -64, - "max_y": 10, - "size": 26, - "random_name": "deep_molybdenum", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_powellite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_powellite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_powellite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_wulfenite_ore", - "weight": 40 - }, - { - "block": "gtceu:basanite_molybdenite_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_molybdenum_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_powellite_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 500, - "blocks": [ - { - "block": "gtceu:wulfenite_indicator", - "weight": 40 - }, - { - "block": "gtceu:molybdenite_indicator", - "weight": 30 - }, - { - "block": "gtceu:molybdenum_indicator", - "weight": 15 - }, - { - "block": "gtceu:powellite_indicator", - "weight": 15 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json deleted file mode 100644 index 55fecf192..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 120, - "density": 0.4, - "min_y": -64, - "max_y": 20, - "size": 40, - "random_name": "normal_olivine", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_olivine_ore", - "weight": 65 - }, - { - "block": "gtceu:basanite_diopside_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:basanite_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_olivine_ore", - "weight": 65 - }, - { - "block": "gtceu:basalt_diopside_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_olivine_ore", - "weight": 65 - }, - { - "block": "gtceu:gabbro_diopside_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfg:buds/small_olivine_bud", - "weight": 30 - }, - { - "block": "tfg:buds/medium_olivine_bud", - "weight": 20 - }, - { - "block": "tfg:buds/large_olivine_bud", - "weight": 10 - }, - { - "block": "tfg:buds/small_diopside_bud", - "weight": 8 - }, - { - "block": "tfg:buds/medium_diopside_bud", - "weight": 6 - }, - { - "block": "tfg:buds/large_diopside_bud", - "weight": 4 - }, - { - "block": "tfg:buds/small_enstatite_bud", - "weight": 5 - }, - { - "block": "tfg:buds/medium_enstatite_bud", - "weight": 3 - }, - { - "block": "tfg:buds/large_enstatite_bud", - "weight": 2 - }, - { - "block": "tfg:buds/small_fayalite_bud", - "weight": 5 - }, - { - "block": "tfg:buds/medium_fayalite_bud", - "weight": 3 - }, - { - "block": "tfg:buds/large_fayalite_bud", - "weight": 2 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json deleted file mode 100644 index 54371b126..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 310, - "density": 0.30, - "min_y": -64, - "max_y": -20, - "size": 15, - "random_name": "deep_plutonium", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_desh_ore", - "weight": 45 - }, - { - "block": "gtceu:basanite_armalcolite_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_plutonium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 500, - "blocks": [ - { - "block": "gtceu:desh_indicator", - "weight": 45 - }, - { - "block": "gtceu:armalcolite_indicator", - "weight": 30 - }, - { - "block": "gtceu:plutonium_indicator", - "weight": 25 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json deleted file mode 100644 index 3f883cdab..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "type": "tfc:disc_vein", - "config": { - "rarity": 280, - "density": 0.35, - "min_y": -64, - "max_y": 26, - "size": 28, - "random_name": "deep_sapphire", - "biomes": "#tfg:moon_biomes", - "height": 8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_green_sapphire_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_almandine_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_pyrope_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_sapphire_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_green_sapphire_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 500, - "blocks": [ - { - "block": "tfg:buds/small_almandine_bud", - "weight": 20 - }, - { - "block": "tfg:buds/medium_almandine_bud", - "weight": 12 - }, - { - "block": "tfg:buds/large_almandine_bud", - "weight": 8 - }, - { - "block": "tfg:buds/small_pyrope_bud", - "weight": 10 - }, - { - "block": "tfg:buds/medium_pyrope_bud", - "weight": 6 - }, - { - "block": "tfg:buds/large_pyrope_bud", - "weight": 4 - }, - { - "block": "tfg:buds/small_sapphire_bud", - "weight": 7 - }, - { - "block": "tfg:buds/medium_sapphire_bud", - "weight": 5 - }, - { - "block": "tfg:buds/large_sapphire_bud", - "weight": 3 - }, - { - "block": "tfg:buds/small_green_sapphire_bud", - "weight": 7 - }, - { - "block": "tfg:buds/medium_green_sapphire_bud", - "weight": 5 - }, - { - "block": "tfg:buds/large_green_sapphire_bud", - "weight": 3 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json deleted file mode 100644 index b532f7487..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.35, - "min_y": -64, - "max_y": 0, - "size": 20, - "random_name": "deep_scheelite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_scheelite_ore", - "weight": 40 - }, - { - "block": "gtceu:diorite_tungstate_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_lithium_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_scheelite_ore", - "weight": 40 - }, - { - "block": "gtceu:gabbro_tungstate_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_lithium_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_scheelite_ore", - "weight": 40 - }, - { - "block": "gtceu:anorthosite_tungstate_ore", - "weight": 50 - }, - { - "block": "gtceu:anorthosite_lithium_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_scheelite_ore", - "weight": 40 - }, - { - "block": "gtceu:basanite_tungstate_ore", - "weight": 50 - }, - { - "block": "gtceu:basanite_lithium_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 500, - "blocks": [ - { - "block": "gtceu:scheelite_indicator", - "weight": 45 - }, - { - "block": "gtceu:tungstate_indicator", - "weight": 35 - }, - { - "block": "gtceu:lithium_indicator", - "weight": 20 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json deleted file mode 100644 index 659a0d91c..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.3, - "min_y": -64, - "max_y": 0, - "size": 30, - "random_name": "deep_sheldonite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:anorthosite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_palladium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_palladium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bornite_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_cooperite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_platinum_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_palladium_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 500, - "blocks": [ - { - "block": "gtceu:bornite_indicator", - "weight": 35 - }, - { - "block": "gtceu:cooperite_indicator", - "weight": 25 - }, - { - "block": "gtceu:platinum_indicator", - "weight": 25 - }, - { - "block": "gtceu:palladium_indicator", - "weight": 15 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json new file mode 100644 index 000000000..be427e547 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_apatite.json @@ -0,0 +1,103 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 25, + "rarity": 250, + "density": 0.25, + "min_y": -32, + "max_y": 60, + "random_name": "moon_apatite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_apatite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_pyrochlore_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_pyrochlore_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_apatite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_pyrochlore_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_pyrochlore_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_apatite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_pyrochlore_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_pyrochlore_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:apatite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrochlore_indicator", + "weight": 40 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..c955ee389 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json @@ -0,0 +1,108 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 120, + "density": 0.3, + "min_y": -32, + "max_y": 70, + "random_name": "moon_bauxite", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bauxite_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:basalt_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_bauxite_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:basanite_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_bauxite_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:anorthosite_aluminium_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_armalcolite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bauxite_indicator", + "weight": 35 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 25 + }, + { + "block": "gtceu:armalcolite_bud_indicator", + "weight": 20 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..52c336bed --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json @@ -0,0 +1,122 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 10, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "rarity": 300, + "density": 0.35, + "min_y": -32, + "max_y": 50, + "random_name": "moon_beryllium", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:anorthosite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_beryllium_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_emerald_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_thorium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:beryllium_indicator", + "weight": 35 + }, + { + "block": "gtceu:emerald_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:thorium_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json new file mode 100644 index 000000000..f43262f4a --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json @@ -0,0 +1,100 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 180, + "density": 0.3, + "min_y": -32, + "max_y": 70, + "random_name": "moon_desh", + "blocks": [ + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_desh_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_desh_block", + "weight": 2 + }, + { + "block": "gtceu:anorthosite_ilmenite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_aluminium_ore", + "weight": 20 + }, + { + "block": "gtceu:anorthosite_armalcolite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_desh_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_desh_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_ilmenite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_aluminium_ore", + "weight": 20 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:desh_indicator", + "weight": 40 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 25 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 20 + }, + { + "block": "gtceu:armalcolite_bud_indicator", + "weight": 15 + } + ] + } + } +} \ 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_diopside.json new file mode 100644 index 000000000..13642ce6d --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json @@ -0,0 +1,174 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 36, + "rarity": 250, + "density": 0.25, + "min_y": -10, + "max_y": 80, + "random_name": "moon_diopside", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_diopside_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_tantalite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_diopside_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_diopside_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_tantalite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_diopside_block", + "weight": 2 + }, + { + "block": "gtceu:anorthosite_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_tantalite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_diopside_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_tantalite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:diopside_bud_indicator", + "weight": 45 + }, + { + "block": "gtceu:trona_indicator", + "weight": 25 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 25 + }, + { + "block": "gtceu:tantalite_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..7829d220e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json @@ -0,0 +1,194 @@ +{ + "__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": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_enstatite_block", + "weight": 2 + }, + { + "block": "gtceu:anorthosite_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_enstatite_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_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 new file mode 100644 index 000000000..f6a40d299 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json @@ -0,0 +1,174 @@ +{ + "__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": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:anorthosite_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_fayalite_ore", + "weight": 45 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_pyrite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_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 new file mode 100644 index 000000000..7b5de583e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnierite.json @@ -0,0 +1,112 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 250, + "density": 0.4, + "min_y": -32, + "max_y": 60, + "random_name": "moon_garnierite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_garnierite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_pentlandite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_garnierite", + "weight": 30 + }, + { + "block": "tfc:ore/small_garnierite", + "weight": 10 + }, + { + "block": "gtceu:cobaltite_indicator", + "weight": 20 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 25 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json new file mode 100644 index 000000000..48f42b48b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json @@ -0,0 +1,166 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 180, + "density": 0.3, + "min_y": -64, + "max_y": 30, + "random_name": "moon_magnetite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_chromite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_sapphire_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 25 + }, + { + "block": "gtceu:vanadium_magnetite_indicator", + "weight": 15 + }, + { + "block": "firmalife:ore/small_chromite", + "weight": 40 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 15 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json new file mode 100644 index 000000000..63807d823 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json @@ -0,0 +1,194 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 25, + "rarity": 250, + "density": 0.25, + "min_y": 0, + "max_y": 210, + "random_name": "moon_mica", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_kyanite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_mica_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_pollucite_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_pollucite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:kyanite_indicator", + "weight": 35 + }, + { + "block": "gtceu:mica_indicator", + "weight": 25 + }, + { + "block": "gtceu:bauxite_indicator", + "weight": 25 + }, + { + "block": "gtceu:pollucite_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json new file mode 100644 index 000000000..38b481688 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json @@ -0,0 +1,163 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 26, + "rarity": 245, + "density": 0.45, + "min_y": -64, + "max_y": 10, + "random_name": "moon_molybdenum", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_wulfenite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_molybdenite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_powellite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:wulfenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:molybdenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:molybdenum_indicator", + "weight": 15 + }, + { + "block": "gtceu:powellite_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json new file mode 100644 index 000000000..1fcbbcebb --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_monazite.json @@ -0,0 +1,80 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 250, + "density": 0.25, + "min_y": -32, + "max_y": 50, + "random_name": "moon_monazite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_neodymium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_bastnasite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_neodymium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bastnasite_indicator", + "weight": 50 + }, + { + "block": "gtceu:monazite_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:neodymium_indicator", + "weight": 25 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json new file mode 100644 index 000000000..7c890b63d --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json @@ -0,0 +1,132 @@ +{ + "__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": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_diopside_ore", + "weight": 15 + }, + { + "block": "gtceu:raw_diopside_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_olivine_ore", + "weight": 65 + }, + { + "block": "gtceu:raw_olivine_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_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 new file mode 100644 index 000000000..de7339764 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json @@ -0,0 +1,57 @@ +{ + "__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": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_desh_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_desh_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_plutonium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:desh_indicator", + "weight": 45 + }, + { + "block": "gtceu:armalcolite_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:plutonium_indicator", + "weight": 25 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..72734b4a6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json @@ -0,0 +1,194 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 200, + "density": 0.3, + "min_y": -32, + "max_y": 100, + "random_name": "moon_quartz", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:basalt_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:anorthosite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:anorthosite_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:quartzite_bud_indicator", + "weight": 10 + }, + { + "block": "gtceu:certus_quartz_bud_indicator", + "weight": 50 + }, + { + "block": "gtceu:barite_indicator", + "weight": 15 + }, + { + "block": "gtceu:nether_quartz_bud_indicator", + "weight": 25 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..ff446a6b6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_redstone.json @@ -0,0 +1,80 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 250, + "density": 0.4, + "min_y": -32, + "max_y": 100, + "random_name": "moon_redstone", + "blocks": [ + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_cinnabar_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_redstone_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_cinnabar_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:redstone_indicator", + "weight": 45 + }, + { + "block": "gtceu:ruby_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:cinnabar_bud_indicator", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json new file mode 100644 index 000000000..f3efb4c77 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_saltpeter.json @@ -0,0 +1,119 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 35, + "rarity": 180, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "random_name": "moon_saltpeter", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_talc_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_talc_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_saltpeter_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_talc_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:saltpeter_indicator", + "weight": 35 + }, + { + "block": "gtceu:soapstone_indicator", + "weight": 25 + }, + { + "block": "gtceu:electrotine_indicator", + "weight": 25 + }, + { + "block": "gtceu:talc_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..8e66746f4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json @@ -0,0 +1,94 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 8, + "size": 28, + "rarity": 280, + "density": 0.35, + "min_y": -64, + "max_y": 26, + "random_name": "moon_sapphire", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_almandine_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_green_sapphire_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:almandine_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrope_bud_indicator", + "weight": 25 + }, + { + "block": "gtceu:sapphire_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:green_sapphire_bud_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json new file mode 100644 index 000000000..6e30ac22e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_scheelite.json @@ -0,0 +1,142 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 20, + "rarity": 250, + "density": 0.35, + "min_y": -64, + "max_y": 0, + "random_name": "moon_scheelite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 2 + }, + { + "block": "gtceu:diorite_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 2 + }, + { + "block": "gtceu:gabbro_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 2 + }, + { + "block": "gtceu:anorthosite_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_scheelite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_tungstate_block", + "weight": 2 + }, + { + "block": "gtceu:basanite_lithium_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:scheelite_indicator", + "weight": 40 + }, + { + "block": "gtceu:tungstate_indicator", + "weight": 50 + }, + { + "block": "gtceu:lithium_indicator", + "weight": 10 + } + ] + } + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..0d8fa2bc5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json @@ -0,0 +1,120 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 250, + "density": 0.3, + "min_y": -64, + "max_y": 0, + "random_name": "moon_sheldonite", + "blocks": [ + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_bornite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_palladium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bornite_indicator", + "weight": 35 + }, + { + "block": "gtceu:cooperite_indicator", + "weight": 25 + }, + { + "block": "gtceu:platinum_indicator", + "weight": 25 + }, + { + "block": "gtceu:palladium_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json new file mode 100644 index 000000000..30c1a38be --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_silver.json @@ -0,0 +1,80 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 30, + "rarity": 210, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "random_name": "moon_silver", + "blocks": [ + { + "replace": [ + "tfg:rock/raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_silver_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:basanite_lead_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfg:rock/raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:anorthosite_silver_ore", + "weight": 45 + }, + { + "block": "gtceu:raw_silver_block", + "weight": 1 + }, + { + "block": "gtceu:anorthosite_lead_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:galena_indicator", + "weight": 30 + }, + { + "block": "tfc:ore/small_native_silver", + "weight": 45 + }, + { + "block": "gtceu:lead_indicator", + "weight": 25 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json deleted file mode 100644 index 986da049c..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.25, - "min_y": -32, - "max_y": 60, - "size": 25, - "random_name": "normal_apatite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_apatite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_pyrochlore_ore", - "weight": 40 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_apatite_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:anorthosite_pyrochlore_ore", - "weight": 40 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_apatite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_tricalcium_phosphate_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_pyrochlore_ore", - "weight": 40 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:tricalcium_phosphate_indicator", - "weight": 35 - }, - { - "block": "gtceu:pyrochlore_indicator", - "weight": 40 - }, - { - "block": "tfg:buds/small_apatite_bud", - "weight": 12 - }, - { - "block": "tfg:buds/medium_apatite_bud", - "weight": 8 - }, - { - "block": "tfg:buds/large_apatite_bud", - "weight": 5 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json deleted file mode 100644 index 1535f400a..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 120, - "density": 0.3, - "min_y": -32, - "max_y": 70, - "size": 30, - "random_name": "normal_bauxite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_ilmenite_ore", - "weight": 40 - }, - { - "block": "gtceu:basalt_aluminium_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_armalcolite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_ilmenite_ore", - "weight": 40 - }, - { - "block": "gtceu:basanite_aluminium_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_armalcolite_ore", - "weight": 20 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bauxite_indicator", - "weight": 15 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 40 - }, - { - "block": "gtceu:aluminium_indicator", - "weight": 25 - }, - { - "block": "tfg:buds/small_rutile_bud", - "weight": 10 - }, - { - "block": "tfg:buds/medium_rutile_bud", - "weight": 7 - }, - { - "block": "tfg:buds/large_rutile_bud", - "weight": 4 - }, - { - "block": "gtceu:armalcolite_indicator", - "weight": 20 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json deleted file mode 100644 index 1f400b5a5..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "type": "tfc:pipe_vein", - "config": { - "rarity": 300, - "density": 0.35, - "min_y": -32, - "max_y": 50, - "random_name": "normal_beryllium", - "min_skew": 6, - "max_skew": 18, - "min_slant": 0, - "max_slant": 4, - "sign": 0, - "height": 60, - "radius": 10, - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:basalt_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:anorthosite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:anorthosite_thorium_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_beryllium_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_emerald_ore", - "weight": 50 - }, - { - "block": "gtceu:basanite_thorium_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:beryllium_indicator", - "weight": 35 - }, - { - "block": "gtceu:thorium_indicator", - "weight": 15 - }, - { - "block": "tfg:buds/small_emerald_bud", - "weight": 35 - }, - { - "block": "tfg:buds/medium_emerald_bud", - "weight": 25 - }, - { - "block": "tfg:buds/large_emerald_bud", - "weight": 15 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json deleted file mode 100644 index 0b0b2ec23..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "biomes": "#tfg:moon_biomes", - "config": { - "rarity": 200, - "density": 0.3, - "min_y": -32, - "max_y": 100, - "size": 40, - "random_name": "normal_certus_quartz", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_quartzite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_certus_quartz_ore", - "weight": 50 - }, - { - "block": "gtceu:basalt_barite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_nether_quartz_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_quartzite_ore", - "weight": 10 - }, - { - "block": "gtceu:basanite_certus_quartz_ore", - "weight": 50 - }, - { - "block": "gtceu:basanite_barite_ore", - "weight": 10 - }, - { - "block": "gtceu:basanite_nether_quartz_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_quartzite_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_certus_quartz_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_barite_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_nether_quartz_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_quartzite_ore", - "weight": 10 - }, - { - "block": "gtceu:anorthosite_certus_quartz_ore", - "weight": 50 - }, - { - "block": "gtceu:anorthosite_barite_ore", - "weight": 10 - }, - { - "block": "gtceu:anorthosite_nether_quartz_ore", - "weight": 30 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_quartzite_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_certus_quartz_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_barite_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_nether_quartz_ore", - "weight": 30 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:barite_indicator", - "weight": 10 - }, - { - "block": "ae2:small_quartz_bud", - "weight": 25 - }, - { - "block": "ae2:medium_quartz_bud", - "weight": 15 - }, - { - "block": "ae2:large_quartz_bud", - "weight": 10 - }, - { - "block": "tfg:buds/small_quartzite_bud", - "weight": 5 - }, - { - "block": "tfg:buds/medium_quartzite_bud", - "weight": 3 - }, - { - "block": "tfg:buds/large_quartzite_bud", - "weight": 2 - }, - { - "block": "tfg:buds/small_nether_quartz_bud", - "weight": 18 - }, - { - "block": "tfg:buds/medium_nether_quartz_bud", - "weight": 15 - }, - { - "block": "tfg:buds/large_nether_quartz_bud", - "weight": 12 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json deleted file mode 100644 index b6f899918..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.3, - "min_y": -32, - "max_y": 70, - "size": 30, - "random_name": "normal_desh", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_desh_ore", - "weight": 40 - }, - { - "block": "gtceu:anorthosite_ilmenite_ore", - "weight": 20 - }, - { - "block": "gtceu:anorthosite_aluminium_ore", - "weight": 20 - }, - { - "block": "gtceu:anorthosite_armalcolite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_desh_ore", - "weight": 40 - }, - { - "block": "gtceu:basanite_ilmenite_ore", - "weight": 20 - }, - { - "block": "gtceu:basanite_aluminium_ore", - "weight": 20 - }, - { - "block": "gtceu:basanite_armalcolite_ore", - "weight": 20 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:desh_indicator", - "weight": 40 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 10 - }, - { - "block": "gtceu:aluminium_indicator", - "weight": 20 - }, - { - "block": "tfg:buds/small_rutile_bud", - "weight": 10 - }, - { - "block": "tfg:buds/medium_rutile_bud", - "weight": 7 - }, - { - "block": "tfg:buds/large_rutile_bud", - "weight": 4 - }, - { - "block": "gtceu:armalcolite_indicator", - "weight": 20 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json deleted file mode 100644 index 298930c86..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json +++ /dev/null @@ -1,161 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.25, - "min_y": -10, - "max_y": 80, - "size": 36, - "random_name": "normal_diopside", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_diopside_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_trona_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_cobalt_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_tricalcium_phosphate_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_diopside_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_trona_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_cobalt_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_tricalcium_phosphate_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_diopside_ore", - "weight": 45 - }, - { - "block": "gtceu:basalt_trona_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_cobalt_ore", - "weight": 25 - }, - { - "block": "gtceu:basalt_tricalcium_phosphate_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_diopside_ore", - "weight": 45 - }, - { - "block": "gtceu:anorthosite_trona_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_cobalt_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_tricalcium_phosphate_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_diopside_ore", - "weight": 45 - }, - { - "block": "gtceu:basanite_trona_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_cobalt_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_tricalcium_phosphate_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfg:buds/small_diopside_bud", - "weight": 25 - }, - { - "block": "tfg:buds/medium_diopside_bud", - "weight": 18 - }, - { - "block": "tfg:buds/large_diopside_bud", - "weight": 12 - }, - { - "block": "gtceu:trona_indicator", - "weight": 25 - }, - { - "block": "gtceu:cobalt_indicator", - "weight": 25 - }, - { - "block": "gtceu:tricalcium_phosphate_indicator", - "weight": 15 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json deleted file mode 100644 index 456d41439..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.25, - "min_y": -20, - "max_y": 90, - "size": 36, - "random_name": "normal_enstatite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:diorite_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:gabbro_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:basalt_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:anorthosite_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:anorthosite_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:anorthosite_fayalite_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_enstatite_ore", - "weight": 45 - }, - { - "block": "gtceu:basanite_chromite_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_ilmenite_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_fayalite_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfg:buds/small_enstatite_bud", - "weight": 20 - }, - { - "block": "tfg:buds/medium_enstatite_bud", - "weight": 15 - }, - { - "block": "tfg:buds/large_enstatite_bud", - "weight": 10 - }, - { - "block": "gtceu:chromite_indicator", - "weight": 30 - }, - { - "block": "gtceu:ilmenite_indicator", - "weight": 15 - }, - { - "block": "tfg:buds/small_fayalite_bud", - "weight": 9 - }, - { - "block": "tfg:buds/medium_fayalite_bud", - "weight": 7 - }, - { - "block": "tfg:buds/large_fayalite_bud", - "weight": 5 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json deleted file mode 100644 index 3e679429d..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.3, - "min_y": -40, - "max_y": 90, - "size": 40, - "random_name": "normal_fayalite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:diorite_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:diorite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:diorite_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:gabbro_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:basalt_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:anorthosite_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:anorthosite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:anorthosite_fayalite_ore", - "weight": 45 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_enstatite_ore", - "weight": 10 - }, - { - "block": "gtceu:basanite_pyrite_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_pentlandite_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_fayalite_ore", - "weight": 45 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfg:buds/small_enstatite_bud", - "weight": 9 - }, - { - "block": "tfg:buds/medium_enstatite_bud", - "weight": 7 - }, - { - "block": "tfg:buds/large_enstatite_bud", - "weight": 5 - }, - { - "block": "gtceu:pyrite_indicator", - "weight": 30 - }, - { - "block": "gtceu:pentlandite_indicator", - "weight": 15 - }, - { - "block": "tfg:buds/small_fayalite_bud", - "weight": 20 - }, - { - "block": "tfg:buds/medium_fayalite_bud", - "weight": 15 - }, - { - "block": "tfg:buds/large_fayalite_bud", - "weight": 10 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json deleted file mode 100644 index 53989b9fa..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.4, - "min_y": -32, - "max_y": 60, - "size": 40, - "random_name": "normal_garnierite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:gabbro_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_cobalt_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_garnierite_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_nickel_ore", - "weight": 10 - }, - { - "block": "gtceu:basanite_cobaltite_ore", - "weight": 20 - }, - { - "block": "gtceu:basanite_pentlandite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_cobalt_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_garnierite", - "weight": 100 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json deleted file mode 100644 index 5ca68643b..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 200, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 40, - "random_name": "deep_magnetite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_magnetite_ore", - "weight": 65 - }, - { - "block": "gtceu:diorite_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_gold_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_magnetite_ore", - "weight": 65 - }, - { - "block": "gtceu:gabbro_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_gold_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_magnetite_ore", - "weight": 65 - }, - { - "block": "gtceu:anorthosite_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_gold_ore", - "weight": 10 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_magnetite_ore", - "weight": 65 - }, - { - "block": "gtceu:basanite_vanadium_magnetite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_gold_ore", - "weight": 10 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_magnetite", - "weight": 80 - }, - { - "block": "tfc:ore/small_native_gold", - "weight": 20 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json deleted file mode 100644 index d96a496a1..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.25, - "min_y": 0, - "max_y": 210, - "size": 25, - "random_name": "normal_mica", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_pollucite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:gabbro_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_pollucite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:anorthosite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_pollucite_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_kyanite_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_mica_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_bauxite_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_pollucite_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:kyanite_indicator", - "weight": 35 - }, - { - "block": "gtceu:mica_indicator", - "weight": 25 - }, - { - "block": "gtceu:bauxite_indicator", - "weight": 25 - }, - { - "block": "gtceu:pollucite_indicator", - "weight": 15 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json deleted file mode 100644 index 3c99c5b8d..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.25, - "min_y": -32, - "max_y": 50, - "size": 40, - "random_name": "normal_monazite", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:diorite_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_neodymium_ore", - "weight": 25 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_bastnasite_ore", - "weight": 50 - }, - { - "block": "gtceu:gabbro_monazite_ore", - "weight": 25 - }, - { - "block": "gtceu:gabbro_neodymium_ore", - "weight": 25 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "gtceu:bastnasite_indicator", - "weight": 50 - }, - { - "block": "gtceu:neodymium_indicator", - "weight": 25 - }, - { - "block": "tfg:buds/small_monazite_bud", - "weight": 14 - }, - { - "block": "tfg:buds/medium_monazite_bud", - "weight": 8 - }, - { - "block": "tfg:buds/large_monazite_bud", - "weight": 5 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json deleted file mode 100644 index 7aa8fa5e9..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 180, - "density": 0.35, - "min_y": -10, - "max_y": 80, - "size": 25, - "random_name": "normal_olivine", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_olivine_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_diopside_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_enstatite_ore", - "weight": 20 - }, - { - "block": "gtceu:basanite_fayalite_ore", - "weight": 20 - }, - { - "block": "gtceu:basanite_armalcolite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "block": "gtceu:basalt_olivine_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_diopside_ore", - "weight": 30 - }, - { - "block": "gtceu:basalt_enstatite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_fayalite_ore", - "weight": 20 - }, - { - "block": "gtceu:basalt_armalcolite_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "block": "gtceu:gabbro_olivine_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_diopside_ore", - "weight": 30 - }, - { - "block": "gtceu:gabbro_enstatite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_fayalite_ore", - "weight": 20 - }, - { - "block": "gtceu:gabbro_armalcolite_ore", - "weight": 20 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfg:buds/small_olivine_bud", - "weight": 15 - }, - { - "block": "tfg:buds/medium_olivine_bud", - "weight": 12 - }, - { - "block": "tfg:buds/large_olivine_bud", - "weight": 8 - }, - { - "block": "tfg:buds/small_diopside_bud", - "weight": 15 - }, - { - "block": "tfg:buds/medium_diopside_bud", - "weight": 12 - }, - { - "block": "tfg:buds/large_diopside_bud", - "weight": 8 - }, - { - "block": "tfg:buds/small_enstatite_bud", - "weight": 9 - }, - { - "block": "tfg:buds/medium_enstatite_bud", - "weight": 7 - }, - { - "block": "tfg:buds/large_enstatite_bud", - "weight": 5 - }, - { - "block": "tfg:buds/small_fayalite_bud", - "weight": 9 - }, - { - "block": "tfg:buds/medium_fayalite_bud", - "weight": 7 - }, - { - "block": "tfg:buds/large_fayalite_bud", - "weight": 5 - }, - { - "block": "gtceu:armalcolite_indicator", - "weight": 20 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json deleted file mode 100644 index 96858f9fd..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.4, - "min_y": -32, - "max_y": 100, - "size": 30, - "random_name": "normal_redstone", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:anorthosite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:anorthosite_cinnabar_ore", - "weight": 20 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_redstone_ore", - "weight": 45 - }, - { - "block": "gtceu:basanite_ruby_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_cinnabar_ore", - "weight": 20 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "minecraft:redstone_wire", - "weight": 45 - }, - { - "block": "tfg:buds/small_ruby_bud", - "weight": 20 - }, - { - "block": "tfg:buds/medium_ruby_bud", - "weight": 12 - }, - { - "block": "tfg:buds/large_ruby_bud", - "weight": 8 - }, - { - "block": "tfg:buds/small_cinnabar_bud", - "weight": 10 - }, - { - "block": "tfg:buds/medium_cinnabar_bud", - "weight": 6 - }, - { - "block": "tfg:buds/large_cinnabar_bud", - "weight": 4 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json deleted file mode 100644 index defa605dd..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json +++ /dev/null @@ -1,107 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 150, - "density": 0.3, - "min_y": -32, - "max_y": 60, - "size": 35, - "random_name": "normal_saltpeter", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "block": "gtceu:diorite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:diorite_soapstone_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:diorite_talc_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:basanite_soapstone_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:basanite_talc_ore", - "weight": 15 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_saltpeter_ore", - "weight": 35 - }, - { - "block": "gtceu:anorthosite_soapstone_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_electrotine_ore", - "weight": 25 - }, - { - "block": "gtceu:anorthosite_talc_ore", - "weight": 15 - } - ] - } - ], - "indicator": { - "rarity": 15, - "depth": 50, - "underground_rarity": 40, - "underground_count": 100, - "blocks": [ - { - "block": "gtceu:saltpeter_indicator", - "weight": 35 - }, - { - "block": "gtceu:soapstone_indicator", - "weight": 25 - }, - { - "block": "gtceu:electrotine_indicator", - "weight": 25 - }, - { - "block": "gtceu:talc_indicator", - "weight": 15 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json deleted file mode 100644 index 9f63be526..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "type": "tfc:cluster_vein", - "config": { - "rarity": 250, - "density": 0.4, - "min_y": -32, - "max_y": 75, - "size": 30, - "random_name": "normal_silver", - "biomes": "#tfg:moon_biomes", - "blocks": [ - { - "replace": [ - "tfg:raw_basanite" - ], - "with": [ - { - "block": "gtceu:basanite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_silver_ore", - "weight": 15 - }, - { - "block": "gtceu:basanite_lead_ore", - "weight": 55 - } - ] - }, - { - "replace": [ - "tfg:raw_anorthosite" - ], - "with": [ - { - "block": "gtceu:anorthosite_galena_ore", - "weight": 30 - }, - { - "block": "gtceu:anorthosite_silver_ore", - "weight": 15 - }, - { - "block": "gtceu:anorthosite_lead_ore", - "weight": 55 - } - ] - } - ], - "indicator": { - "rarity": 12, - "depth": 60, - "underground_rarity": 40, - "underground_count": 200, - "blocks": [ - { - "block": "tfc:ore/small_native_silver", - "weight": 100 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json index 54b3b2c08..4e79709f3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_apatite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 39, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json index df75cbd16..09470d9cf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 9, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json index 3c2e058c3..d296d1750 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_bauxite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, 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 d142162e8..26a43e8ce 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:pipe_vein", "config": { "height": 60, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json index 914546050..d08470054 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_cassiterite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json index 80d3b5d91..d6975cd48 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json index 9e966015d..0dbc417eb 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 8, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json index 6642a215f..1ae4fac3e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet_tin.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, 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 0b179b9f1..1d8e11e84 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnierite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json index ee11316fa..da563d976 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 37, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json index 9ebda997b..b1e1dad54 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gold.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 37, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json index 7cd434eba..fcb099213 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_graphite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:pipe_vein", "config": { "height": 60, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json index e3e05d3ba..48b653d6c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 35, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json index 43c2a3c2a..60a675e80 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lapis.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 40, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json index 541c3885f..392803c26 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_lubricant.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 41, 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 8791870e7..80eda2ddd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 39, 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 9ad956b13..9b2eb3b28 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, 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 aad3151da..4cd20165a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_mica.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 41, 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 99074189e..bbc615c42 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_molybdenum.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 31, 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 86f017b68..8c7060843 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_monazite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json index 3f7541f38..4f59be363 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 32, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json index c46ba4b71..5662185ca 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 31, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json index c1192c401..4f13a1922 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_pitchblende.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 29, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json index 979052305..5b618a691 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json index 7274eeaae..34f3756c3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_redstone.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json index e6735ced6..524a66859 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_saltpeter.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json index d728f61b7..c68f3a7fe 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sapphire.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 8, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json index 4dfa0a3a5..f931eccbf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_scheelite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 25, 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 a76165658..0913d43fd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 35, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json index 4a1d6de86..9b37cfbe1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_silver.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json index ac38ae4a5..974dba7fa 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json index b08494a66..b6e10b202 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 50, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json index d6c5bba20..2a2e5669e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_tetrahedrite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { "size": 45, diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json index 4d875ebf1..64607724c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { "height": 7, diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json index 1a83d7c6f..12cf023fe 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_amethyst.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_garnet_amethyst", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json index 1ff817c2d..d4637c686 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_garnet_opal.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_garnet_opal", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json index 98108496d..8e7191034 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_gold.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json index 059f08afe..6b96a7ba4 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_hematite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json index 1984a7bdd..8e9fb43fb 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_limonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_limonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json index e6826b673..56d1e989f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_magnetite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json index 48d9f9e6d..a025e08f2 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_molybdenum.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_molybdenum", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json index 792baa0e6..8f78f714f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_pitchblende.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_pitchblende", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json index 2f219b1b5..de6572699 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sapphire.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_sapphire", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json index 08fa6f556..d1ce1a428 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_scheelite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_scheelite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json index 114e19497..2704c34e0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_sheldonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_sheldonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json index e1663516b..89cd4fbbe 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/deep_topaz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/deep_topaz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json index 27c62b400..01770aca2 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_apatite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json deleted file mode 100644 index ae107fbd0..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:earth/vein/normal_apatite_", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json index b1a5a44f5..eaae7ccbb 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_basaltic_sands.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_basaltic_sands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json index 3cffffe39..291490b92 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bauxite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_bauxite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json index 6a02a16e4..1aefe2ba5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_beryllium.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_beryllium", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json index d2d611e17..691139137 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_bismuthinite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_bismuthinite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json index 70b93faa7..39bdf75d9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_cassiterite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json index d10edd0f8..578bdec95 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_coal.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_coal", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json index 7ea325dad..0059b3a14 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_copper.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json index 36565e985..76709f84d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnet_tin.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_garnet_tin", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json index 3c5fdba66..9e2f5bc33 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_garnierite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_garnierite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json index d63824b78..815bd7bfd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gold.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json index 84d1eb435..fe55cca94 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_graphite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_graphite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json index 04c4578d9..4185c679f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_hematite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json index 4cd1be831..caf6b4995 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lapis.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_lapis", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json index 154cac600..c544c34ca 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_limonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_limonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json index 55ebe2e2d..a1c5136c4 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_lubricant.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_lubricant", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json index 32cac0aba..59a7310f5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_magnetite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json index 2ac1b5528..e86cae586 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_manganese.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_manganese", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json index 46af3832b..efeded951 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_mica.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_mica", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json index eba288e3b..6b6b4c877 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_monazite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_monazite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json index ffe1081ab..1e7b09f22 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_oilsands.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_oilsands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json index e552e7bc9..c14228e77 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_olivine.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_olivine", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json index 8c2b388e6..1e58cc10c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_quartz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_quartz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json index 0f30dff44..b174febc3 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_redstone.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_redstone", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json index 46defa7e6..41b79833e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_salt.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_salt", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json index 2b2ca13e9..b654dedc5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_saltpeter.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_saltpeter", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json index 632508223..0fb399f59 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_silver.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_silver", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json index ea1e0eb42..c85fa467c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sphalerite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_sphalerite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json index c4f2e9fac..96a72fc80 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_spodumene.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_spodumene", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json index afb84a0b0..02a09c720 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_sulfur.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_sulfur", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json index 554077354..a0cd887f6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_tetrahedrite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/normal_tetrahedrite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json index 1432f6c79..c89e46755 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_bismuthinite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/surface_bismuthinite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json index a5b86adda..ecc412fe6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_cassiterite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/surface_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json index 57505e253..fd84089ab 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_copper.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/surface_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json index 6b29a13a6..ae5db54b6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_sphalerite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/surface_sphalerite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json index f72b832bd..52f06423d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/surface_tetrahedrite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:earth/vein/surface_tetrahedrite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json deleted file mode 100644 index 3f391cf21..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_magnetite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json deleted file mode 100644 index 8d12396e0..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_molybdenum", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json deleted file mode 100644 index 8c5af542b..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_olivine", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json deleted file mode 100644 index 51a895464..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_plutonium", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json deleted file mode 100644 index c68a35a4a..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_sapphire", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json deleted file mode 100644 index 2aaa1cf65..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_scheelite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json deleted file mode 100644 index 325dbca3f..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/deep_sheldonite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_apatite.json new file mode 100644 index 000000000..9adfaef1a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_apatite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_apatite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_bauxite.json new file mode 100644 index 000000000..f588181d7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_bauxite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_bauxite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_beryllium.json new file mode 100644 index 000000000..7f1017fb2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_beryllium.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_beryllium", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_desh.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_desh.json new file mode 100644 index 000000000..6e9948f2b --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_desh.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_desh", + "placement": [] +} \ No newline at end of file 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 new file mode 100644 index 000000000..8c896a00f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_diopside.json @@ -0,0 +1,5 @@ +{ + "__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 new file mode 100644 index 000000000..e21a459ef --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_enstatite.json @@ -0,0 +1,5 @@ +{ + "__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 new file mode 100644 index 000000000..5619cbe5c --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_fayalite.json @@ -0,0 +1,5 @@ +{ + "__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_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_garnierite.json new file mode 100644 index 000000000..5c4d181b5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_garnierite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_garnierite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_magnetite.json new file mode 100644 index 000000000..1a4f026fc --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_magnetite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_magnetite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_mica.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_mica.json new file mode 100644 index 000000000..ff6561065 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_mica.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_mica", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_molybdenum.json new file mode 100644 index 000000000..dab5e7ec3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_molybdenum.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_molybdenum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_monazite.json new file mode 100644 index 000000000..9fe8ecd35 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_monazite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_monazite", + "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_olivine.json new file mode 100644 index 000000000..24bcabd8c --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_olivine.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_olivine", + "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 new file mode 100644 index 000000000..c297c96cf --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_plutonium.json @@ -0,0 +1,5 @@ +{ + "__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/moon/vein/moon_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_quartz.json new file mode 100644 index 000000000..933af8de9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_quartz.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_quartz", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_redstone.json new file mode 100644 index 000000000..1f45f8cbb --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_redstone.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_redstone", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_saltpeter.json new file mode 100644 index 000000000..eb80e0395 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_saltpeter.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_saltpeter", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sapphire.json new file mode 100644 index 000000000..3fae395a1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sapphire.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_sapphire", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_scheelite.json new file mode 100644 index 000000000..315402ff7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_scheelite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_scheelite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sheldonite.json new file mode 100644 index 000000000..af842efda --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sheldonite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_sheldonite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_silver.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_silver.json new file mode 100644 index 000000000..4e37f69d1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_silver.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_silver", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json deleted file mode 100644 index cd5b3991f..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_apatite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json deleted file mode 100644 index b583d3104..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_bauxite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json deleted file mode 100644 index 2e691d057..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_beryllium", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json deleted file mode 100644 index 2742dde42..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_certus_quartz", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json deleted file mode 100644 index 8591b919d..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_desh", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json deleted file mode 100644 index 9abb2dcf8..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_diopside", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json deleted file mode 100644 index 1fc576c96..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_enstatite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json deleted file mode 100644 index 4675cfba6..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_fayalite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json deleted file mode 100644 index 67805bbff..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_garnierite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json deleted file mode 100644 index dde613607..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_magnetite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json deleted file mode 100644 index 06d420a7a..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_mica", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json deleted file mode 100644 index 8c26d62dd..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_monazite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json deleted file mode 100644 index b1b9b421a..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_olivine", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json deleted file mode 100644 index ee052fa68..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_redstone", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json deleted file mode 100644 index 47fe2e1f2..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_saltpeter", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json deleted file mode 100644 index f25d0970a..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:moon/vein/normal_silver", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json index da231b395..b8b16da19 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_apatite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_apatite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json index 29ad291af..e24fd3084 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_basaltic_sands.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_basaltic_sands", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json index b26aac7c2..d0402daf0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_bauxite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__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/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json index 9f0f7af1a..ab61d5b13 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_beryllium.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_beryllium", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json index 68432a569..407ab518b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_cassiterite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_cassiterite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json index 4ac403b72..820f706d3 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_copper.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_copper", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json index 3ac38f206..4d9edf964 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnet", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json index 38e7cd564..b0d48f041 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnet_tin.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnet_tin", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json index a762ff8cf..19c50eda8 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_garnierite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_garnierite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json index 4fb8a793a..d7e469278 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_goethite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_goethite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json index 770433315..2b4331025 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gold.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_gold", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json index 2c6a13c8a..3e24793c9 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_graphite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_graphite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json index f91542742..5786b369b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_hematite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_hematite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json index d03a469f5..90f83a44c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lapis.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_lapis", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json index 8cea3b9cf..46f94d16b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_lubricant.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_lubricant", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json index df8bd57f9..8b18d1455 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_magnetite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_magnetite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json index 8d27db6fd..5af7dd128 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_manganese.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_manganese", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json index bc499e503..f98ef9ed1 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_mica.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_mica", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json index 5c6f4db99..d025e2390 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_molybdenum.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_molybdenum", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json index aefc0bda6..f94e15624 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_monazite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_monazite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json index 3014c0ec0..7e13718a7 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_naquadah.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_naquadah", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json index 70352965b..270697fef 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_olivine.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_olivine", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json index 2d6759f8e..7f111b225 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_pitchblende.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_pitchblende", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json index 5b8a3b265..12425c618 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_quartz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_quartz", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json index 81af68125..605deac2e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_redstone.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_redstone", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json index c181dd593..a6b025409 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_saltpeter.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_saltpeter", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json index 8c8fa6ceb..5e57f4509 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sapphire.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sapphire", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json index 2f390741a..e11b93886 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_scheelite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_scheelite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json index 3dbc5af66..baa041d78 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sheldonite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sheldonite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json index ec821f8e9..5940b0bf1 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_silver.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_silver", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json index 34a9c4c7d..fc4f3bd9e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sphalerite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sphalerite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json index dfd165bfc..e4f971de4 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_sulfur.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_sulfur", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json index 3c69d3b69..afe6e7ade 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_tetrahedrite.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_tetrahedrite", "placement": [] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json index beb301caf..952012c04 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_topaz.json @@ -1,5 +1,5 @@ { - "__credits__": "This page was automatically generated by OresToFieldGuide.", + "__credits__": "This vein was automatically generated by OresToFieldGuide.", "feature": "tfg:nether/vein/nether_topaz", "placement": [] } \ 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 445f26394..a9ec07996 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -147,9 +147,5 @@ const registerAdAstraEntityTypeTags = (event) => { const registerAdAstraPlacedFeatures = (event) => { - global.MOON_VEINS.forEach(vein => { - event.add('tfg:moon_veins', vein) - event.add('tfc:in_biome/veins', vein) - }) } diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index f19ff1179..d6cf1015e 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -384,7 +384,6 @@ const registerTFGPlacedFeatures = (event) => { // #endregion - // #region Nether decorations event.add('tfg:nether_underground_decoration', 'minecraft:spring_open') @@ -392,4 +391,30 @@ const registerTFGPlacedFeatures = (event) => { event.add('tfg:nether_underground_decoration', 'minecraft:spring_closed') // #endregion + + // #region Moon Ores + + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_apatite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_bauxite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_beryllium') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_desh') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_diopside') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_enstatite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_fayalite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_garnierite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_magnetite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_mica') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_molybdenum') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_monazite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_olivine') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_plutonium') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_quartz') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_redstone') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_saltpeter') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sapphire') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_scheelite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sheldonite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_silver') + + // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index d9ff977fb..2287c9f5b 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -4,35 +4,39 @@ const registerAdAstraMaterials = (event) => { // #region moon ores - event.create('tfg:diopside') + event.create('diopside') .gem(2) .components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen') .color(0xb7cca1) - .iconSet(GTMaterialIconSet.GEM_VERTICAL) + .secondaryColor(0x7d9150) + .iconSet(GTMaterialIconSet.getByName('tfc_amethyst')) .ore() .addOreByproducts('magnesium', 'magnetite', 'olivine') - event.create('tfg:enstatite') + event.create('enstatite') .gem(2) .components('2x magnesium', '2x silicon', '6x oxygen') .color(0x595813) - .iconSet(GTMaterialIconSet.GEM_VERTICAL) + .secondaryColor(0x2a3804) + .iconSet(GTMaterialIconSet.getByName('tfc_opal')) .ore() .addOreByproducts('olivine', 'olivine', 'magnetite') - event.create('tfg:fayalite') + event.create('fayalite') .gem(2) .components('2x iron', '1x silicon', '4x oxygen') .color(0x421209) - .iconSet(GTMaterialIconSet.LAPIS) + .secondaryColor(0x2e0302) + .iconSet(GTMaterialIconSet.getByName('tfc_topaz')) .ore() .addOreByproducts('olivine', 'magnetite', 'magnetite') - event.create('tfg:armalcolite') + event.create('armalcolite') .gem(2) .components('1x magnesium', '1x rutile', '1x ilmenite') .color(0x443333) - .iconSet(GTMaterialIconSet.GEM_HORIZONTAL) + .secondaryColor(0x5e2c21) + .iconSet(GTMaterialIconSet.getByName('tfc_emerald')) .ore() .addOreByproducts('rutile', 'rutile', 'ilmenite') @@ -43,37 +47,37 @@ const registerAdAstraMaterials = (event) => { // moon // TODO: add smelting recipe for this - event.create('ad_astra:desh') + event.create('desh') .components('2x olivine', '1x rutile', '4x nitrogen') .color(0xd38b4c) .secondaryColor(0xa90936) - .iconSet(GTMaterialIconSet.METALLIC) + .iconSet(GTMaterialIconSet.getByName('tfc_hematite')) .ore() // TODO: still need to balance these // mars - event.create('ad_astra:ostrum') + event.create('ostrum') .components('2x scheelite', '1x hematite', '1x rutile', '4x oxygen') .color(0xbd7980) .secondaryColor(0x543d4a) - .iconSet(GTMaterialIconSet.BRIGHT) + .iconSet(GTMaterialIconSet.getByName('tfc_cassiterite')) .ore() // mercury - event.create('ad_astra:calorite') + event.create('calorite') .components('2x mercury', '1x tungsten', '1x rhodium', '2x sulfur') .color(0xcf223c) .secondaryColor(0x691533) - .iconSet(GTMaterialIconSet.METALLIC) + .iconSet(GTMaterialIconSet.getByName('tfc_copper')) .ore() // venus - event.create('ad_astra:etrium') + event.create('etrium') .components('1x niobium', '1x molybdenum', '1x ruthenium', '3x carbon', '1x monochloramine') .color(0x58b1a1) .secondaryColor(0xbafcf6) - .iconSet(GTMaterialIconSet.SHINY) + .iconSet(GTMaterialIconSet.getByName('tfc_silver')) .ore() // #endregion diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index e39b6d14a..d8aad0cc4 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -43,30 +43,4 @@ global.MARS_BIOMES = [ 'tfg:mars/martian_mountains' ] -global.MOON_VEINS = [ - 'tfg:moon/vein/deep_magnetite', - 'tfg:moon/vein/deep_molybdenum', - 'tfg:moon/vein/deep_olivine', - 'tfg:moon/vein/deep_plutonium', - 'tfg:moon/vein/deep_sapphire', - 'tfg:moon/vein/deep_scheelite', - 'tfg:moon/vein/deep_sheldonite', - 'tfg:moon/vein/normal_apatite', - 'tfg:moon/vein/normal_bauxite', - 'tfg:moon/vein/normal_beryllium', - 'tfg:moon/vein/normal_certus_quartz', - 'tfg:moon/vein/normal_desh', - 'tfg:moon/vein/normal_diopside', - 'tfg:moon/vein/normal_enstatite', - 'tfg:moon/vein/normal_fayalite', - 'tfg:moon/vein/normal_garnierite', - 'tfg:moon/vein/normal_magnetite', - 'tfg:moon/vein/normal_mica', - 'tfg:moon/vein/normal_monazite', - 'tfg:moon/vein/normal_olivine', - 'tfg:moon/vein/normal_redstone', - 'tfg:moon/vein/normal_saltpeter', - 'tfg:moon/vein/normal_silver' -] - global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; \ No newline at end of file From f18ab76620548aee475b1de17fe53d8c3eebc51c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 23:25:57 +0100 Subject: [PATCH 005/246] langs --- kubejs/assets/ad_astra/lang/en_us.json | 44 +- kubejs/assets/beneath/lang/en_us.json | 1 + kubejs/assets/minecraft/lang/en_us.json | 1 - kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++++------------ kubejs/assets/tfg/lang/en_us.json | 115 +- 5 files changed, 2658 insertions(+), 2771 deletions(-) diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index c3cb3d377..978a38567 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -1,20 +1,28 @@ { - "block.ad_astra.moon_sand": "Moon Sand", - "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", - "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", - "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", - "block.ad_astra.moon_pillar": "Anorthosite Pillar", - "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", - "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", - "block.ad_astra.moon_stone_brick_wall": "Anorthosite Brick Wall", - "block.ad_astra.moon_stone_bricks": "Anorthosite Bricks", - "block.ad_astra.moon_stone_slab": "Anorthosite Slab", - "block.ad_astra.moon_stone_stairs": "Anorthosite Stairs", - "block.ad_astra.chiseled_moon_stone_bricks": "Chiseled Anorthosite Bricks", - "block.ad_astra.chiseled_moon_stone_slab": "Chiseled Anorthosite Slab", - "block.ad_astra.chiseled_moon_stone_stairs": "Chiseled Anorthosite Stairs", - "block.ad_astra.cracked_moon_stone_bricks": "Cracked Anorthosite Bricks", - "block.ad_astra.polished_moon_stone": "Polished Anorthosite", - "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", - "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.ad_astra.moon_sand": "Moon Sand", + "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", + "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", + "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", + "block.ad_astra.moon_pillar": "Anorthosite Pillar", + "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", + "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", + "block.ad_astra.moon_stone_brick_wall": "Anorthosite Brick Wall", + "block.ad_astra.moon_stone_bricks": "Anorthosite Bricks", + "block.ad_astra.moon_stone_slab": "Anorthosite Slab", + "block.ad_astra.moon_stone_stairs": "Anorthosite Stairs", + "block.ad_astra.chiseled_moon_stone_bricks": "Chiseled Anorthosite Bricks", + "block.ad_astra.chiseled_moon_stone_slab": "Chiseled Anorthosite Slab", + "block.ad_astra.chiseled_moon_stone_stairs": "Chiseled Anorthosite Stairs", + "block.ad_astra.cracked_moon_stone_bricks": "Cracked Anorthosite Bricks", + "block.ad_astra.polished_moon_stone": "Polished Anorthosite", + "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", + "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", + "material.ad_astra.desh": "Desh", + "material.ad_astra.ostrum": "Ostrum", + "material.ad_astra.calorite": "Calorite", + "material.ad_astra.etrium": "Etrium", + "tagprefix.anorthosite": "Anorthosite %s Ore", + "tagprefix.basanite": "Basanite %s Ore", + "tagprefix.syenite": "Syenite %s Ore" } \ No newline at end of file diff --git a/kubejs/assets/beneath/lang/en_us.json b/kubejs/assets/beneath/lang/en_us.json index 7d988d17a..cdeb75e30 100644 --- a/kubejs/assets/beneath/lang/en_us.json +++ b/kubejs/assets/beneath/lang/en_us.json @@ -2,6 +2,7 @@ "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", "block.beneath.blackstone_pebble": "Loose Pyroxenite", "block.beneath.blackstone_aqueduct": "Pyroxenite Aqueduct", + "block.beneath.loose_blackstone": "Loose Pyroxenite", "block.beneath.ore.nether_cursecoal": "Anthracite Ore", "block.beneath.ore.nether_cursecoal.prospected": "Anthracite", "block.beneath.cursecoal_pile": "Anthracite Pile", diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index a274ef417..93e6cc9b5 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -39,7 +39,6 @@ "block.minecraft.polished_blackstone_slab": "Polished Pyroxenite Slab", "block.minecraft.polished_blackstone_stairs": "Polished Pyroxenite Stairs", "block.minecraft.polished_blackstone_wall": "Polished Pyroxenite Wall", - "block.beneath.loose_blackstone": "Loose Pyroxenite", "block.minecraft.dripstone_block": "Raw Travertine", "block.minecraft.magma_block": "Pyroxenite Magma", "item.minecraft.iron_nugget": "Cast Iron Nugget", diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 733c9f510..fdae4da32 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2660 +1,2612 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy", - "trim_material.tfc.almandine_tfc": "Almandine", - "trim_material.tfc.andradite_tfc": "Andradite", - "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", - "trim_material.tfc.cinnabar_tfc": "Cinnabar", - "trim_material.tfc.coal_tfc": "Coal", - "trim_material.tfc.diamond_tfc": "Diamond", - "trim_material.tfc.emerald_tfc": "Emerald", - "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", - "trim_material.tfc.grossular_tfc": "Grossular", - "trim_material.tfc.rutile_tfc": "Rutile", - "trim_material.tfc.lazurite_tfc": "Lazurite", - "trim_material.tfc.pyrope_tfc": "Pyrope", - "trim_material.tfc.rock_salt_tfc": "Rock Salt", - "trim_material.tfc.ruby_tfc": "Ruby", - "trim_material.tfc.salt_tfc": "salt", - "trim_material.tfc.sapphire_tfc": "Sapphire", - "trim_material.tfc.sodalite_tfc": "Sodalite", - "trim_material.tfc.coke_tfc": "Coke", - "trim_material.tfc.spessartine_tfc": "Spessartine", - "trim_material.tfc.topaz_tfc": "Topaz", - "trim_material.tfc.uvarovite_tfc": "Uvarovite", - "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", - "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", - "trim_material.tfc.quartzite_tfc": "Quartzite", - "trim_material.tfc.realgar_tfc": "Realgar", - "trim_material.tfc.malachite_tfc": "Malachite", - "trim_material.tfc.glass_tfc": "Glass", - "trim_material.tfc.olivine_tfc": "Olivine", - "trim_material.tfc.opal_tfc": "Opal", - "trim_material.tfc.amethyst_tfc": "Amethyst", - "trim_material.tfc.lapis_tfc": "Lapis", - "trim_material.tfc.apatite_tfc": "Apatite", - "trim_material.tfc.red_garnet_tfc": "Red Garnet", - "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", - "trim_material.tfc.monazite_tfc": "Monazite", - "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", - "trim_material.tfc.fluix_tfc": "Fluix", - "trim_material.tfc.silver_tfc": "Silver", - "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", - "trim_material.tfc.gold_tfc": "Gold", - "trim_material.tfc.rose_gold_tfc": "Rose Gold", - "trim_material.tfc.nickel_tfc": "Nickel", - "trim_material.tfc.platinum_tfc": "Platinum", - "trim_material.tfc.titanium_tfc": "Titanium", - "trim_material.tfc.bismuth_tfc": "Bismuth", - "trim_material.tfc.neutronium_tfc": "Neutronium", - "trim_material.tfc.pyrite_tfc": "Pyrite", - "trim_material.tfc.redx_tfc": "RedX" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy" } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 58da9d294..2293d9ef1 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -11,6 +11,10 @@ "biome.tfg.nether/gneiss_caves": "Deep Caves", "biome.tfg.nether/granite_caves": "Deep Caves", "biome.tfg.nether/schist_caves": "Deep Caves", + "biome.tfg.moon/lunar_basalt_maria": "Lunar Maria", + "biome.tfg.moon/lunar_diorite_delta": "Lunar Delta", + "biome.tfg.moon/lunar_gabbro_uplift": "Lunar Uplift", + "biome.tfg.moon/lunar_plains": "Lunar Plains", "block.tfg.decorative_vase.black": "Black Decorative Vase", "block.tfg.decorative_vase.gray": "Gray Decorative Vase", "block.tfg.decorative_vase.light_gray": "Light Gray Decorative Vase", @@ -126,6 +130,13 @@ "block.tfg.spike.dripstone_spike": "Travertine Spike", "block.tfg.loose.deepslate": "Loose Migmatite Rock", "block.tfg.loose.dripstone": "Loose Travertine Rock", + "block.tfg.rock.hardened_anorthosite": "Hardened Anorthosite", + "block.tfg.rock.raw_anorthosite": "Raw Anorthosite", + "block.tfg.loose.anorthosite": "Loose Anorthosite Rock", + "block.tfg.rock.raw_basanite": "Raw Basanite", + "block.tfg.rock.raw_syenite": "Raw Syenite", + "block.tfg.rock.hardened_syenite": "Hardened Syenite", + "block.tfg.loose.syenite": "Loose Syenite Rock", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -173,6 +184,12 @@ "item.tfg.spade_head_extruder_mold": "Extruder Mold (Spade Head)", "item.tfg.unfired_chalk": "Unfired Chalk Stick", "item.tfg.brick.deepslate": "Migmatite Brick", + "item.tfg.loose.anorthosite": "Loose Anorthosite", + "item.tfg.brick.anorthosite": "Anorthosite Brick", + "item.tfg.dust.anorthosite": "Anorthosite Dust", + "item.tfg.loose.syenite": "Loose Syenite", + "item.tfg.brick.syenite": "Syenite Brick", + "item.tfg.dust.syenite": "Syenite Dust", "item.tfg.terra_firma_greg": "TerraFirmaGreg", "item.tfg.scaffolding_frame": "Scaffolding Frame", "item.tfg.airship_hull": "Airship Hull", @@ -221,6 +238,10 @@ "material.tfg.schist": "Schist", "material.tfg.gneiss": "Gneiss", "material.tfg.chalk": "Chalk", + "material.tfg.fayalite": "Fayalite", + "material.tfg.diopside": "Diopside", + "material.tfg.enstatite": "Enstatite", + "material.tfg.armalcolite": "Armalcolite", "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", @@ -347,100 +368,6 @@ "trim_material.tfc.neutronium_tfc": "Neutronium", "trim_material.tfc.pyrite_tfc": "Pyrite", "trim_material.tfc.redx_tfc": "RedX", - "quests.naming-1": "t - Title", - "quests.naming-2": "st - Subtitle", - "quests.naming-3": "d* - Description, where * description number, for example: d1, d2, d3, d4...", - "quests.naming-4": "t* - Task, where * task number, for example: t1, t2, t3, t4...", - "quests.76EF4D00586A8B74.t": "&aTerraFirmaGreg Modpack!", - "quests.76EF4D00586A8B74.st": "Thank you for choosing our modpack!", - "quests.76EF4D00586A8B74.d1": "The fun starts right now! May this world be blessed with your existence!", - "quests.387DEEADF4922AB3.t": "Ore generation in the TFG world", - "quests.387DEEADF4922AB3.st": "Much more fun than vanilla", - "quests.387DEEADF4922AB3.d1": "In TerraFirmaGreg ore is generated more interestingly than anywhere else. \n1. Each ore appears in its own rock. TFC adds many different rocks to the world, that is, you won’t find a regular vanilla stone anywhere, so ores, like in real life, are generated only in certain rocks. \n2. There are several types of ore veins, such as: cluster, sphere, pipe and a few rare others that we will not talk about. \n3. To make life easier for players, ore indicators appear on the surface, under which in most cases the ore vein itself is located. \nTFG contains a small Wiki for this in an Excel spreadsheet. In order to follow the link, complete the task, then pick up the reward and a button will appear in the chat when you click on it, which will transfer you to an Excel table with ore generation.", - "quests.63E6C5684E12828C.st": "You need to drink water in order not to die, try to find a river or lake with ordinary water!", - "quests.63E6C5684E12828C.d1": "Use the right mouse button to drink some water. \nCareful! If you drink salt water you will experience increased thirst and will most likely die.", - "quests.63E6C5684E12828C.t1": "Look at regular water (not salty or hot).", - "quests.6D43C29AC049341D.t": "How to create a team?", - "quests.6D43C29AC049341D.st": "Do you play with friends? Surprising...", - "quests.6D43C29AC049341D.d1": "You can create a team to complete quests together. To do this, open your inventory, then in the upper left corner select the button where 3 colorful people are drawn, then an interface will open in which you can create a team, use the §aCreate a team§r button, then give it a name and possibly some other parameters, after successful creating a team, you can invite other players to it using the plus button in the green circle in the upper right corner, in the future your quests will be synchronized and any team member will be able to complete them. Good luck!", - "quests.6D43C29AC049341D.t1": "Click here to complete the quest", - "quests.0B42D4AE2AC67F93.t": "How to capture territory?", - "quests.0B42D4AE2AC67F93.st": "Or how to load chunks in your territory", - "quests.0B42D4AE2AC67F93.d1": "You can private the chunks you want if you play on a server, for example. How to do it? Use the button to open the mini-map, then select the chunks that you want to capture, then by clicking on the right mouse button, select §aCapture territory§r from the list, it seems to be the third item from the bottom, voila, you have captured the territory. Attention: your teammates will be able to break blocks in your region, which is logical.", - "quests.0B42D4AE2AC67F93.t1": "Click here to complete the quest", - "quests.2672C65095539E23.t": "How to get crushed ore without a crusher?", - "quests.2672C65095539E23.st": "It's actually very simple.", - "quests.2672C65095539E23.d1": "Simply break a block of ore with a hammer (sledgehammer) and you will immediately receive crushed ore, which can be crushed by hand into powders such as graphite or sulfur.", - "quests.2672C65095539E23.t1": "Click here to complete the quest", - "quests.3D7B0F3134C30364.t": "Important information about quests!", - "quests.3D7B0F3134C30364.d1": "The quests are still in development, more descriptions and more will be added in the future. You can partially use the TFC book to find the information you need. &cFull quests in each branch with translation will appear in update 1.0.0, since now the developers have very little time.", - "quests.3D7B0F3134C30364.t1": "Click here to complete the quest", - "quests.7196BB6BDBAE7B51.st": "Food is very important in this world!", - "quests.7196BB6BDBAE7B51.d1": "Try to kill some animal and get some meat from it. Eating raw meat is a bad idea, so try roasting it over a fire.", - "quests.7196BB6BDBAE7B51.t1": "Get any raw meat", - "quests.557D3A67A36DF9D8.st": "Cook the meat over the fire!", - "quests.557D3A67A36DF9D8.d1": "Congratulations, you have cooked the meat and are now safe to eat.", - "quests.557D3A67A36DF9D8.t1": "Get any fried meat", - "quests.682B58EC2D39F1A1.st": "A fire, but not an ordinary one", - "quests.682B58EC2D39F1A1.d1": "Throw 3 sticks and 1 log onto the block, then move the mouse cursor over this block and use a primitive lighter (Just hold down the right mouse button as if you were aiming with a bow), it may not work the first time. After success, a fire will appear in place of the discarded 3 sticks and 1 log, into which you need to throw logs so that the fire continues to burn. To increase the chance of creating a fire, you can add to the existing sticks and logs: paper, straw and other flammable items, +10% for each item.", - "quests.682B58EC2D39F1A1.t1": "Make a fire", - "quests.6D940527BFF1D4C0.t": "Primitive lighting", - "quests.6D940527BFF1D4C0.st": "Are they going out? Yes! They may go out, I'm shocked myself!", - "quests.6D940527BFF1D4C0.d1": "You will be surprised, but the torches are not endless in TFC. They will burn for about 2 game days, after which they will go out. But don’t worry, they don’t go out in your hands or inventory, so you can carry 1 torch with you and when others in your house go out, just use the right mouse button on them with a torch from your inventory, it will set fire to already extinguished torches.", - "quests.3B3BA51C8CAEFC7F.t": "Primitive lighter", - "quests.3B3BA51C8CAEFC7F.st": "People in ancient times lit fires using such a thing, or maybe not, how should I know?", - "quests.3B3BA51C8CAEFC7F.d1": "This thing will allow you to start a fire, or set fire to anything, just move the mouse cursor over any block, then press and hold the right mouse button, after maximum tension, release, with a 50% chance the block you were looking at will be set on fire. How to make a fire using a primitive lighter in the next quest.", - "quests.365F6F48E0BB2EFC.t": "ROCK AND STONE!", - "quests.365F6F48E0BB2EFC.st": "Collect some stones and sticks for future development", - "quests.365F6F48E0BB2EFC.d1": "When entering the world, the first thing you encounter is a completely changed world. The main items at the start are sticks and pebbles, which lie on the ground and appear in any biome, they are also updated every season, that is, after winter, sticks and pebbles are regenerated on the ground. Collect several using RMB and proceed to the next one. step. \n\nTake 2 or more stones into your hand, then click the right mouse button, then a menu will open in which you can make headbands for stone tools, all recipes can be viewed in EMI or simply by clicking on the icon of the stone headband item in the quest. Then connect the headband with a stick and get a real aboriginal tool. \n\nNow you are a smart monkey!", - "quests.365F6F48E0BB2EFC.t1": "Find any sticks", - "quests.365F6F48E0BB2EFC.t2": "Find any pebbles", - "quests.508DA76FA2766B7B.st": "This is not a rocket launcher!", - "quests.508DA76FA2766B7B.d1": "Spears work on a similar principle to the trident from vanilla Minecraft, just hold down the right mouse button and aim, then release and your trident will fly where you were looking.", - "quests.508DA76FA2766B7B.t1": "Craft any stone spear", - "quests.318BF1F671BC4620.st": "Thank you for not being diamond...", - "quests.318BF1F671BC4620.d1": "Hoes are used for digging up beds and planting plants. Interesting fact: in TFC you can dig up beds even far from water, the main thing is that when you hover, look at the tooltip (the panel at the top), it will display the amount of water saturation of the bed. Next, select seeds collected in a world with suitable climatic conditions (including the humidity of the bed), plant them and wait.", - "quests.36A9E5CD45A79288.st": "Realistic", - "quests.36A9E5CD45A79288.d1": "Using the right mouse button with a hoe in your hand, plow the ground, seriously, it's very easy, try it.", - "quests.36A9E5CD45A79288.t1": "Plow the ground", - "quests.5C396041880D32FF.st": "Looks promising", - "quests.5C396041880D32FF.d1": "While exploring the world you can find wild plants, collect them with a knife or hand, this way you will get seeds and the plant itself.", - "quests.5C396041880D32FF.t1": "Find any seeds", - "quests.4CF472C9778068D6.t": "Harvest your first harvest", - "quests.4CF472C9778068D6.st": "Is it edible?", - "quests.4CF472C9778068D6.d1": "Not sure. \n\nAttention! Plants grow for a very long time and they are also very picky about their growth conditions; be sure to check the conditions in which a particular plant grows before planting it, otherwise it will turn into a dead bush.", - "quests.4CF472C9778068D6.t1": "Click here to complete the quest", - "quests.2BFC2744E4DE4B5A.st": "Don't cut down a tree with your hand, it's wrong!", - "quests.2BFC2744E4DE4B5A.d1": "Axes are used to chop wood, and indeed anything wooden, because in TFC you cannot break a tree with your hand.", - "quests.716B407EEED8BE95.st": "Thanks for digging", - "quests.716B407EEED8BE95.d1": "Shovels are used to create paths and dig up dirt, sand and possibly something else!", - "quests.06C7B7138EDE4B38.st": "Your best friend", - "quests.06C7B7138EDE4B38.d1": "Knives are a very important tool in TFC, they allow you to cut grass and get straw, you can use it to make a fire pit and fry metals and clay molds, but more on that later in the quests.", - "quests.45D907EF7902A200.st": "Needed to create a shelter or roasting pit", - "quests.45D907EF7902A200.d1": "An important item in the initial stages of development, you will need a lot of it, I suggest collecting about 3 stacks.", - "quests.27DA5AAB102611A2.st": "A cute hat that will save you from the heat and scorching sun", - "quests.30AE1FF285B64716.st": "This is a sheaf of straw, you can build a cute house out of it", - "quests.0ED8BE436A0ECDDB.st": "This is a sheaf of hay, you can make beautiful decorations from it", - "quests.0ED8BE436A0ECDDB.d1": "Indeed, this block is just decorative, do not try to feed it to the horse.", - "quests.69D20168E26BBF59.st": "Realism", - "quests.69D20168E26BBF59.d1": "First, dig 1 block in the ground, or any other surface, then use the V key to place the things you want to fry in the hole. If we are talking about forms, there are 4 of them. Next, take Hay in your hand and right-click into the hole, the hay will begin to fill the hole, you need to use 8 hay, then add 8 logs in the same way, then you can safely set fire to this thing using a primitive flint or torch (just throw a torch on top of your hole and it will start to flare up). Then you must wait for the firing to finish and then take out your finished objects. Metal melting in containers occurs in the same way. That is, you put pieces of copper in a vessel and in this very pit, after the process described above you will get molten copper, which you can cast into ingots, headbands, and so on.", - "quests.69D20168E26BBF59.t1": "Create a roasting pit", - "quests.373FD04AD6CA9F92.t": "New or old tree", - "quests.373FD04AD6CA9F92.st": "Use an ax to collect some wood, I would like to remind you that logs cannot be obtained by hand", - "quests.373FD04AD6CA9F92.t1": "Get any tree", - "quests.5DB0CA9F9724D301.t": "Coal pits", - "quests.5DB0CA9F9724D301.st": "Get your first coal! Wait, why is it needed?", - "quests.5DB0CA9F9724D301.d1": "To create a charcoal pit you will need lots and lots of wood. First, dig a hole 1 block deep (you can go deeper if the amount of wood allows).", - "quests.5DB0CA9F9724D301.d2": "Afterwards, using Shift + RMB, click on any block in the hole, you will have an armful of logs, you can fill it by right-clicking with a log in your hand on the armful, or simply open the interface and fill it manually. The amount of coal subsequently obtained depends on the number of trees in the armful.", - "quests.5DB0CA9F9724D301.d3": "Next, cover it all with a non-flammable block, stone or earth, leave one block open and set it on fire using a discarded torch or a primitive igniter.", - "quests.5DB0CA9F9724D301.d4": "Now your pile of earth has started to smoke, cover the last block that you set on fire again with a non-combustible block and wait, as soon as the pile stops smoking, dig it up and get coal.", - "quests.478D0DF94D7495EF.st": "Is it really simple or not?", - "quests.478D0DF94D7495EF.d1": "The glass casting process is shown in the TFC guide book, which you can find in the inventory on the right side, but for glass blocks, or rather for their casting, brass blocks are used, in TerraFirmaGreg for this you can use brass blocks from GTCEu or kaolinite clay blocks, Good luck! :)", - "quests.478D0DF94D7495EF.t1": "Cast any block of glass", - "quests..t": "", - "quests..st": "", - "quests..d1": "", - "quests..t1": "", "tfc.jei.flint_knapping": "Flint Knapping", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "Dyeing", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.gray": "Dyeing", From c74339adb77c64438a361ead0f558e721a742d8b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 29 Apr 2025 23:54:56 +0100 Subject: [PATCH 006/246] tweaks --- kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++-------- .../blocks/{ => rock}/raw_anorthosite.json | 4 +- kubejs/server_scripts/ad_astra/recipes.js | 46 +- kubejs/startup_scripts/ad_astra/materials.js | 6 +- 4 files changed, 2685 insertions(+), 2639 deletions(-) rename kubejs/data/tfg/loot_tables/blocks/{ => rock}/raw_anorthosite.json (89%) diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index fdae4da32..733c9f510 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2612 +1,2660 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX" } \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json b/kubejs/data/tfg/loot_tables/blocks/rock/raw_anorthosite.json similarity index 89% rename from kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json rename to kubejs/data/tfg/loot_tables/blocks/rock/raw_anorthosite.json index d390db6a4..40de6701f 100644 --- a/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json +++ b/kubejs/data/tfg/loot_tables/blocks/rock/raw_anorthosite.json @@ -10,7 +10,7 @@ "children": [ { "type": "minecraft:item", - "name": "tfg:raw_anorthosite", + "name": "tfg:rock/raw_anorthosite", "conditions": [ { "condition": "tfc:is_isolated" @@ -19,7 +19,7 @@ }, { "type": "minecraft:item", - "name": "tfg:loose_anorthosite", + "name": "tfg:loose/anorthosite", "functions": [ { "function": "minecraft:set_count", diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index f0ecd4130..05cab8a91 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -122,7 +122,7 @@ const registerAdAstraRecipes = (event) => { ], { A: 'gtceu:tempered_glass', B: 'gtceu:carbon_fiber_plate', - C: '#forge:plates/polycaprolactam', + C: 'tfg:polycaprolactam_fabric', D: '#forge:small_fluid_pipes/polyethylene' }).id('tfg:space_helmet') @@ -145,7 +145,7 @@ const registerAdAstraRecipes = (event) => { ], { A: 'ad_astra_giselle_addon:oxygen_can', B: 'gtceu:carbon_fiber_plate', - C: '#forge:plates/polycaprolactam', + C: 'tfg:polycaprolactam_fabric', D: 'ad_astra:oxygen_gear' }).id('tfg:space_suit') @@ -168,7 +168,7 @@ const registerAdAstraRecipes = (event) => { ], { A: 'gtceu:hv_electric_motor', B: 'gtceu:carbon_fiber_plate', - C: '#forge:plates/polycaprolactam' + C: 'tfg:polycaprolactam_fabric' }).id('tfg:space_pants') event.shaped('ad_astra:netherite_space_pants', [ @@ -188,7 +188,7 @@ const registerAdAstraRecipes = (event) => { 'B B' ], { B: 'gtceu:carbon_fiber_plate', - C: '#forge:plates/polycaprolactam' + C: 'tfg:polycaprolactam_fabric' }).id('tfg:space_boots') event.shaped('ad_astra:netherite_space_boots', [ @@ -221,7 +221,7 @@ const registerAdAstraRecipes = (event) => { 'ACA', 'AAA' ], { - A: '#forge:foils/polyethylene', + A: '#forge:foils/polyphenylene', B: '#forge:tiny_fluid_pipes/polyethylene', C: 'gtceu:aluminium_fluid_cell' }).id('tfg:gas_tank') @@ -231,7 +231,7 @@ const registerAdAstraRecipes = (event) => { 'ACA', 'AAA' ], { - A: '#forge:sheets/polyethylene', + A: '#forge:sheets/polyphenylene', B: '#forge:small_fluid_pipes/polyethylene', C: 'gtceu:stainless_steel_fluid_cell' }).id('tfg:large_gas_tank') @@ -269,26 +269,25 @@ const registerAdAstraRecipes = (event) => { .EUt(480) event.shaped('ad_astra:oxygen_distributor', [ - 'ABA', + 'DBD', 'ACA', - 'DED' + 'DBD' ], { - A: '#forge:rotors/stainless_steel', - B: 'gtceu:aluminium_fluid_cell', - C: 'ad_astra:oxygen_gear', - D: 'gtceu:filter_casing', - E: 'gtceu:mv_canner' + A: '#forge:plates/stainless_steel', + B: '#gtceu:circuits/hv', + C: 'gtceu:hv_machine_hull', + D: 'gtceu:filter_casing' }).id('tfg:oxygen_distributor') event.shaped('ad_astra:gravity_normalizer', [ 'A A', - 'ABA', - 'CDC' + 'CBC', + 'ADA' ], { A: '#forge:rods/magnetic_neodymium', - B: 'gtceu:hv_field_generator', - C: 'gtceu:stainless_steel_block', - D: 'gtceu:hv_polarizer', + B: 'gtceu:ev_field_generator', + C: '#forge:plates/titanium', + D: 'gtceu:ev_polarizer', }).id('tfg:gravity_normalizer') event.shaped('ad_astra:oxygen_sensor', [ @@ -308,7 +307,7 @@ const registerAdAstraRecipes = (event) => { ], { A: 'gtceu:solar_panel', B: 'minecraft:daylight_detector', - C: '#forge:rods/long', + C: '#forge:rods/long/aluminium', E: '#gtceu:circuits/mv', F: 'gtceu:mv_machine_hull' }).id('tfg:solar_panel') @@ -321,7 +320,7 @@ const registerAdAstraRecipes = (event) => { 'DBC', 'AE ' ], { - A: '#forge:screwdrivers', + A: '#forge:tools/screwdrivers', B: '#forge:plates/steel', C: 'gtceu:lv_sensor', D: 'gtceu:computer_monitor_cover', @@ -341,8 +340,7 @@ const registerAdAstraRecipes = (event) => { B: '#forge:tools/screwdrivers', C: '#forge:plates/iron', D: '#gtceu:circuits/lv' - }).damageIngredient('#forge:tools/screwdrivers', '1') - .id('tfg:radio') + }).id('tfg:radio') //#endregion @@ -367,8 +365,8 @@ const registerAdAstraRecipes = (event) => { '4x #forge:plates/stainless_steel', '4x #forge:frames/stainless_steel') .itemOutputs('ad_astra:tier_1_rover') - .duration(2000) - .EUt(1920) + .duration(400) + .EUt(GTValues.VA[GTValues.HV]) //#endregion diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index 2287c9f5b..4b2d83ca6 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -8,7 +8,7 @@ const registerAdAstraMaterials = (event) => { .gem(2) .components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen') .color(0xb7cca1) - .secondaryColor(0x7d9150) + .secondaryColor(0x26631b) .iconSet(GTMaterialIconSet.getByName('tfc_amethyst')) .ore() .addOreByproducts('magnesium', 'magnetite', 'olivine') @@ -17,7 +17,7 @@ const registerAdAstraMaterials = (event) => { .gem(2) .components('2x magnesium', '2x silicon', '6x oxygen') .color(0x595813) - .secondaryColor(0x2a3804) + .secondaryColor(0x47380a) .iconSet(GTMaterialIconSet.getByName('tfc_opal')) .ore() .addOreByproducts('olivine', 'olivine', 'magnetite') @@ -26,7 +26,7 @@ const registerAdAstraMaterials = (event) => { .gem(2) .components('2x iron', '1x silicon', '4x oxygen') .color(0x421209) - .secondaryColor(0x2e0302) + .secondaryColor(0x3b4710) .iconSet(GTMaterialIconSet.getByName('tfc_topaz')) .ore() .addOreByproducts('olivine', 'magnetite', 'magnetite') From 187e5a2f5f4ee47b0ff81d3230ee85e2e972272c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 30 Apr 2025 00:29:53 +0100 Subject: [PATCH 007/246] fixed a crash when tping to the moon lol --- kubejs/assets/ad_astra/lang/en_us.json | 4 - kubejs/assets/gtceu/lang/en_us.json | 8 + kubejs/assets/tfc/lang/en_us.json | 5268 ++++++++--------- kubejs/assets/tfg/lang/en_us.json | 4 - .../data/tfg/loot_tables/chests/moonbase.json | 2 +- .../biome/moon/lunar_basalt_maria.json | 3 +- .../biome/moon/lunar_diorite_delta.json | 4 +- .../biome/moon/lunar_gabbro_uplift.json | 3 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 3 +- .../moon/blob/cut_deepslate.json | 18 - .../moon/blob/cut_diorite.json | 18 - .../moon/surface/loose_anorthosite_rocks.json | 2 +- .../moon/surface/moon_rock_pile.json | 4 +- .../worldgen/noise_settings/mars_noise.json | 6 +- .../worldgen/noise_settings/moon_noise.json | 6 +- .../moon/blob/cut_deepslate.json | 24 - .../placed_feature/moon/blob/cut_diorite.json | 24 - kubejs/server_scripts/ad_astra/tags.js | 12 +- kubejs/server_scripts/tfg/recipes.collapse.js | 10 +- kubejs/server_scripts/tfg/recipes.rocks.js | 22 +- kubejs/startup_scripts/tfc/tag_prefixes.js | 6 +- kubejs/startup_scripts/tfg/constants.js | 10 +- kubejs/startup_scripts/tfg/items.js | 2 +- 23 files changed, 2666 insertions(+), 2797 deletions(-) delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index 978a38567..1995e0fa3 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -18,10 +18,6 @@ "block.ad_astra.polished_moon_stone": "Polished Anorthosite", "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", - "material.ad_astra.desh": "Desh", - "material.ad_astra.ostrum": "Ostrum", - "material.ad_astra.calorite": "Calorite", - "material.ad_astra.etrium": "Etrium", "tagprefix.anorthosite": "Anorthosite %s Ore", "tagprefix.basanite": "Basanite %s Ore", "tagprefix.syenite": "Syenite %s Ore" diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 16d32b372..2ed03e10f 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -54,6 +54,14 @@ "item.gtceu.ice_bucket": "Ice Water Bucket", "material.gtceu.ice": "Ice Water", "material.gtceu.cooperite": "Cooperite", + "material.gtceu.fayalite": "Fayalite", + "material.gtceu.diopside": "Diopside", + "material.gtceu.enstatite": "Enstatite", + "material.gtceu.armalcolite": "Armalcolite", + "material.gtceu.desh": "Desh", + "material.gtceu.ostrum": "Ostrum", + "material.gtceu.calorite": "Calorite", + "material.gtceu.etrium": "Etrium", "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice", diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 733c9f510..fdae4da32 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2660 +1,2612 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy", - "trim_material.tfc.almandine_tfc": "Almandine", - "trim_material.tfc.andradite_tfc": "Andradite", - "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", - "trim_material.tfc.cinnabar_tfc": "Cinnabar", - "trim_material.tfc.coal_tfc": "Coal", - "trim_material.tfc.diamond_tfc": "Diamond", - "trim_material.tfc.emerald_tfc": "Emerald", - "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", - "trim_material.tfc.grossular_tfc": "Grossular", - "trim_material.tfc.rutile_tfc": "Rutile", - "trim_material.tfc.lazurite_tfc": "Lazurite", - "trim_material.tfc.pyrope_tfc": "Pyrope", - "trim_material.tfc.rock_salt_tfc": "Rock Salt", - "trim_material.tfc.ruby_tfc": "Ruby", - "trim_material.tfc.salt_tfc": "salt", - "trim_material.tfc.sapphire_tfc": "Sapphire", - "trim_material.tfc.sodalite_tfc": "Sodalite", - "trim_material.tfc.coke_tfc": "Coke", - "trim_material.tfc.spessartine_tfc": "Spessartine", - "trim_material.tfc.topaz_tfc": "Topaz", - "trim_material.tfc.uvarovite_tfc": "Uvarovite", - "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", - "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", - "trim_material.tfc.quartzite_tfc": "Quartzite", - "trim_material.tfc.realgar_tfc": "Realgar", - "trim_material.tfc.malachite_tfc": "Malachite", - "trim_material.tfc.glass_tfc": "Glass", - "trim_material.tfc.olivine_tfc": "Olivine", - "trim_material.tfc.opal_tfc": "Opal", - "trim_material.tfc.amethyst_tfc": "Amethyst", - "trim_material.tfc.lapis_tfc": "Lapis", - "trim_material.tfc.apatite_tfc": "Apatite", - "trim_material.tfc.red_garnet_tfc": "Red Garnet", - "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", - "trim_material.tfc.monazite_tfc": "Monazite", - "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", - "trim_material.tfc.fluix_tfc": "Fluix", - "trim_material.tfc.silver_tfc": "Silver", - "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", - "trim_material.tfc.gold_tfc": "Gold", - "trim_material.tfc.rose_gold_tfc": "Rose Gold", - "trim_material.tfc.nickel_tfc": "Nickel", - "trim_material.tfc.platinum_tfc": "Platinum", - "trim_material.tfc.titanium_tfc": "Titanium", - "trim_material.tfc.bismuth_tfc": "Bismuth", - "trim_material.tfc.neutronium_tfc": "Neutronium", - "trim_material.tfc.pyrite_tfc": "Pyrite", - "trim_material.tfc.redx_tfc": "RedX" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy" } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 2293d9ef1..ca2630f5c 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -238,10 +238,6 @@ "material.tfg.schist": "Schist", "material.tfg.gneiss": "Gneiss", "material.tfg.chalk": "Chalk", - "material.tfg.fayalite": "Fayalite", - "material.tfg.diopside": "Diopside", - "material.tfg.enstatite": "Enstatite", - "material.tfg.armalcolite": "Armalcolite", "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json index 276c20d4b..80cd0c990 100644 --- a/kubejs/data/tfg/loot_tables/chests/moonbase.json +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -33,7 +33,7 @@ }, { "type": "minecraft:item", - "name": "gtceu:aluminium_plate", + "name": "vintageimprovements:aluminium_sheet", "weight": 50, "functions": [ { diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json index 9e9daa1b1..20c9bbf37 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json @@ -24,8 +24,7 @@ [], [ "tfg:moon/blob/asurine", - "tfg:moon/blob/smooth_basalt", - "tfg:moon/blob/cut_deepslate" + "tfg:moon/blob/smooth_basalt" ], [ "tfg:moon/surface/basalt_delta", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json index 663168ccf..5f78f22ab 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json @@ -23,9 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", - "tfg:moon/blob/cut_diorite", - "tfg:moon/blob/cut_deepslate" + "tfg:moon/blob/asurine" ], [ "tfc:vein/gabbro_dike", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json index dc51923a9..d15344292 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json @@ -23,8 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", - "tfg:moon/blob/cut_deepslate" + "tfg:moon/blob/asurine" ], [ "tfc:vein/diorite_dike", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 058a73d0d..107af9b67 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -23,8 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", - "tfg:moon/blob/cut_deepslate" + "tfg:moon/blob/asurine" ], [ "tfc:vein/gabbro_dike", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json deleted file mode 100644 index 82e586460..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "size": 40, - "targets": [ - { - "state": { - "Name": "create:cut_deepslate" - }, - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfg:raw_basanite" - } - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json deleted file mode 100644 index 4f3333c78..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "size": 40, - "targets": [ - { - "state": { - "Name": "create:cut_diorite" - }, - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/diorite" - } - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json index 9a7db46d2..f0fb3e7ba 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json @@ -14,7 +14,7 @@ "source": { "type": "minecraft:simple_state_provider", "state": { - "Name": "tfg:loose_anorthosite" + "Name": "tfg:loose/anorthosite" } } } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json index 1c56d84b8..5bf7ab068 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json @@ -25,13 +25,13 @@ { "weight": 20, "data": { - "Name": "tfg:raw_basanite" + "Name": "tfg:rock/raw_basanite" } }, { "weight": 20, "data": { - "Name": "tfg:raw_anorthosite" + "Name": "tfg:rock/raw_anorthosite" } } ] diff --git a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json index 6717441d1..367049a09 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json @@ -5,7 +5,7 @@ "ore_veins_enabled": false, "legacy_random_source": false, "default_block": { - "Name": "tfg:raw_syenite" + "Name": "tfg:rock/raw_syenite" }, "default_fluid": { "Name": "minecraft:air" @@ -311,7 +311,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "tfg:hardened_syenite" + "Name": "tfg:rock/hardened_syenite" } } }, @@ -569,7 +569,7 @@ "if_true": { "type": "minecraft:biome", "biome_is": [ - "tfg:lunar_diorite_delta" + "tfg:moon/lunar_diorite_delta" ] }, "then_run": { diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index 3c323cc8d..f2144853e 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -5,7 +5,7 @@ "ore_veins_enabled": false, "legacy_random_source": false, "default_block": { - "Name": "tfg:raw_anorthosite" + "Name": "tfg:rock/raw_anorthosite" }, "default_fluid": { "Name": "minecraft:air" @@ -250,7 +250,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "tfg:raw_basanite", + "Name": "tfg:rock/raw_basanite", "Properties": { "axis": "y" } @@ -280,7 +280,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "tfg:hardened_anorthosite" + "Name": "tfg:rock/hardened_anorthosite" } } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json deleted file mode 100644 index fd866dcee..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "feature": "tfg:moon/blob/cut_deepslate", - "placement": [ - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:trapezoid", - "max_inclusive": { - "absolute": 8 - }, - "min_inclusive": { - "absolute": -64 - } - } - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json deleted file mode 100644 index 5e5c77b11..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "feature": "tfg:moon/blob/cut_diorite", - "placement": [ - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:trapezoid", - "max_inclusive": { - "absolute": 210 - }, - "min_inclusive": { - "absolute": 8 - } - } - } - ] -} \ 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 a9ec07996..d4af8120f 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -68,9 +68,9 @@ const registerAdAstraBlockTags = (event) => { }) // Moon - event.add('minecraft:rabbits_spawnable_on', 'tfg:raw_anorthosite') - event.add('minecraft:rabbits_spawnable_on', 'tfg:hardened_anorthosite') - event.add('minecraft:rabbits_spawnable_on', 'tfg:raw_basanite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/raw_anorthosite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/hardened_anorthosite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/raw_basanite') event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_sand') event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/black') event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/white') @@ -81,9 +81,9 @@ const registerAdAstraBlockTags = (event) => { event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/gabbro') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/basalt') - event.add('ad_astra:moon_stone_replaceables', 'tfg:raw_basanite') - event.add('ad_astra:moon_stone_replaceables', 'tfg:raw_anorthosite') - event.add('ad_astra:moon_stone_replaceables', 'tfg:hardened_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/raw_basanite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/raw_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_anorthosite') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/gabbro') diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index aab67fc39..ed52c7a3f 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -20,15 +20,15 @@ function registerTFGCollapseRecipes(event) { // #endregion Nether // #region Space - event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:raw_anorthosite') - event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:hardened_anorthosite') - event.recipes.tfc.collapse('tfg:raw_basanite', 'tfg:raw_basanite') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/raw_anorthosite') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/hardened_anorthosite') + event.recipes.tfc.collapse('tfg:raw_basanite', 'tfg:rock/raw_basanite') event.recipes.tfc.landslide('ad_astra:moon_cobblestone', 'ad_astra:moon_cobblestone') event.recipes.tfc.landslide('ad_astra:moon_sand', 'ad_astra:moon_sand') - event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:raw_syenite') - event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:hardened_syenite') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/raw_syenite') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/hardened_syenite') event.recipes.tfc.landslide('ad_astra:mars_cobblestone', 'ad_astra:mars_cobblestone') event.recipes.tfc.landslide('ad_astra:mars_sand', 'ad_astra:mars_sand') diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index e26aeb8bd..ee37661b4 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -114,8 +114,8 @@ function registerTFGRockRecipes(event) { { raw: 'minecraft:blackstone', hammered: 'tfc:sand/black' }, { raw: 'beneath:crackrack', hammered: 'tfc:sand/pink' }, { raw: 'minecraft:dripstone_block', hammered: 'tfc:sand/brown' }, - { raw: 'tfg:raw_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, - { raw: 'tfg:hardened_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'tfg:rock/raw_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'tfg:rock/hardened_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, { raw: 'ad_astra:moon_cobblestone', hammered: 'tfc:sand/white' } ] @@ -262,20 +262,26 @@ function registerTFGRockRecipes(event) { .EUt(7) }) - event.recipes.gtceu.rock_breaker('tfg:raw_anorthosite') - .notConsumable('tfg:raw_anorthosite') - .itemOutputs('tfg:raw_anorthosite') + event.recipes.gtceu.rock_breaker('tfg:anorthosite') + .notConsumable('tfg:rock/raw_anorthosite') + .itemOutputs('tfg:rock/raw_anorthosite') .duration(16) .EUt(7) .dimension('ad_astra:moon') - event.recipes.gtceu.rock_breaker('tfg:raw_basanite') - .notConsumable('tfg:raw_basanite') - .itemOutputs('tfg:raw_basanite') + event.recipes.gtceu.rock_breaker('tfg:basanite') + .notConsumable('tfg:rock/raw_basanite') + .itemOutputs('tfg:rock/raw_basanite') .duration(16) .EUt(7) .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:syenite') + .notConsumable('tfg:rock/raw_syenite') + .itemOutputs('tfg:rock/raw_syenite') + .duration(16) + .EUt(7) + .dimension('ad_astra:mars') // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfc/tag_prefixes.js b/kubejs/startup_scripts/tfc/tag_prefixes.js index 4eeba3a42..23bab9be2 100644 --- a/kubejs/startup_scripts/tfc/tag_prefixes.js +++ b/kubejs/startup_scripts/tfc/tag_prefixes.js @@ -62,21 +62,21 @@ const registerTFCTagPrefixes = (event) => { .materialSupplier(() => GTMaterials.Deepslate) event.create('anorthosite', 'ore') - .stateSupplier(() => Block.getBlock('tfg:raw_anorthosite').defaultBlockState()) + .stateSupplier(() => Block.getBlock('tfg:rock/raw_anorthosite').defaultBlockState()) .baseModelLocation('ad_astra:block/moon_stone') .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) .generationCondition(ItemGenerationCondition.hasOreProperty) event.create('basanite', 'ore') - .stateSupplier(() => Block.getBlock('tfg:raw_basanite').defaultBlockState()) + .stateSupplier(() => Block.getBlock('tfg:rock/raw_basanite').defaultBlockState()) .baseModelLocation('ad_astra:block/moon_deepslate') .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) .generationCondition(ItemGenerationCondition.hasOreProperty) event.create('syenite', 'ore') - .stateSupplier(() => Block.getBlock('tfg:raw_syenite').defaultBlockState()) + .stateSupplier(() => Block.getBlock('tfg:rock/raw_syenite').defaultBlockState()) .baseModelLocation('ad_astra:block/mars_stone') .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index d8aad0cc4..9faaaac77 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -20,14 +20,14 @@ global.AIRCRAFT_UPGRADES = [ ] global.EXTRATERRESTRIAL_RAW_ROCKS = [ - 'tfg:raw_anorthosite', - 'tfg:raw_basanite', - 'tfg:raw_syenite' + 'tfg:rock/raw_anorthosite', + 'tfg:rock/raw_basanite', + 'tfg:rock/raw_syenite' ] global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ - 'tfg:hardened_anorthosite', - 'tfg:hardened_syenite' + 'tfg:rock/hardened_anorthosite', + 'tfg:rock/hardened_syenite' ] global.MOON_BIOMES = [ diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index ad7d37d8e..0b011bd52 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -56,7 +56,7 @@ const registerTFGItems = (event) => { event.create('tfg:brick/syenite') .translationKey('item.tfg.brick.syenite') - event.create('tfg:dust/anorthosite_dust') + event.create('tfg:dust/anorthosite') .translationKey('item.tfg.dust.anorthosite') event.create('tfg:dust/syenite') From 2c0d2cbd2446b3701dfcadf8b7eef5377b0c08e9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 5 May 2025 17:41:36 +0100 Subject: [PATCH 008/246] big rock naming overhaul -- keeping to the ad astra naming scheme, then using lang files to give them funny rock names --- kubejs/assets/ad_astra/lang/en_us.json | 93 ++++++++- .../entries/tfg_ores/moon_ore_index.json | 6 +- .../entries/tfg_ores/moon_vein_index.json | 176 +++++++++--------- .../entries/tfg_ores/moon_ore_index.json | 4 +- .../entries/tfg_ores/moon_vein_index.json | 174 ++++++++--------- .../entries/tfg_ores/moon_ore_index.json | 4 +- .../entries/tfg_ores/moon_vein_index.json | 174 ++++++++--------- .../tfg/blockstates/loose/anorthosite.json | 55 ------ .../tfg/blockstates/loose/mars_stone.json | 55 ++++++ .../tfg/blockstates/loose/moon_deepslate.json | 55 ++++++ .../tfg/blockstates/loose/moon_stone.json | 55 ++++++ .../assets/tfg/blockstates/loose/syenite.json | 55 ------ .../rock/hardened_anorthosite.json | 7 - .../blockstates/rock/hardened_mars_stone.json | 7 + .../rock/hardened_moon_deepslate.json | 7 + .../blockstates/rock/hardened_moon_stone.json | 7 + .../blockstates/rock/hardened_syenite.json | 7 - .../tfg/blockstates/rock/raw_anorthosite.json | 7 - .../tfg/blockstates/rock/raw_basanite.json | 7 - .../tfg/blockstates/rock/raw_syenite.json | 7 - kubejs/assets/tfg/lang/en_us.json | 27 +-- .../tfg/models/block/loose/mars_stone_1.json | 6 + .../tfg/models/block/loose/mars_stone_2.json | 6 + .../tfg/models/block/loose/mars_stone_3.json | 6 + .../{syenite_1.json => moon_deepslate_1.json} | 2 +- .../{syenite_2.json => moon_deepslate_2.json} | 2 +- .../{syenite_3.json => moon_deepslate_3.json} | 2 +- .../{anorthosite_1.json => moon_stone_1.json} | 0 .../{anorthosite_2.json => moon_stone_2.json} | 0 .../{anorthosite_3.json => moon_stone_3.json} | 0 ..._syenite.json => hardened_mars_stone.json} | 0 ...site.json => hardened_moon_deepslate.json} | 0 ...rthosite.json => hardened_moon_stone.json} | 0 .../tfg/models/block/rock/raw_basanite.json | 6 - .../tfg/models/block/rock/raw_syenite.json | 6 - .../brick/{anorthosite.png => moon_stone.png} | Bin .../dust/{anorthosite.png => moon_stone.png} | Bin .../loose/{anorthosite.png => moon_stone.png} | Bin .../loot_tables/blocks/moon_deepslate.json | 44 +++++ .../loot_tables/blocks/moon_stone.json} | 4 +- .../tfg/structures/moon/meteors/meteor5.nbt | Bin 69739 -> 69743 bytes .../moon_rabbit_houses/moon_rabbit_house1.nbt | Bin 706 -> 714 bytes .../moon_rabbit_houses/moon_rabbit_house2.nbt | Bin 823 -> 836 bytes .../moon_rabbit_houses/moon_rabbit_house3.nbt | Bin 707 -> 718 bytes .../moon_rabbit_houses/moon_rabbit_house4.nbt | Bin 756 -> 770 bytes .../tfg/worldgen/biome/moon/lunar_plains.json | 2 +- ...rocks.json => loose_moon_stone_rocks.json} | 2 +- .../moon/surface/moon_rock_pile.json | 4 +- .../moon/vein/moon_apatite.json | 16 +- .../moon/vein/moon_bauxite.json | 20 +- .../moon/vein/moon_beryllium.json | 16 +- .../moon/vein/moon_desh.json | 20 +- .../moon/vein/moon_diopside.json | 20 +- .../moon/vein/moon_enstatite.json | 20 +- .../moon/vein/moon_fayalite.json | 20 +- .../moon/vein/moon_magnetite.json | 24 +-- .../moon/vein/moon_mica.json | 68 +------ .../moon/vein/moon_molybdenum.json | 10 +- .../moon/vein/moon_olivine.json | 10 +- .../moon/vein/moon_plutonium.json | 24 +-- .../moon/vein/moon_quartz.json | 24 +-- .../moon/vein/moon_redstone.json | 16 +- .../moon/vein/moon_saltpeter.json | 20 +- .../moon/vein/moon_sapphire.json | 10 +- .../moon/vein/moon_scheelite.json | 16 +- .../moon/vein/moon_sheldonite.json | 20 +- .../moon/vein/moon_silver.json | 16 +- .../data/tfg/worldgen/mars_rock_layers.json | 14 +- .../worldgen/noise_settings/mars_noise.json | 4 +- .../worldgen/noise_settings/moon_noise.json | 6 +- ...rocks.json => loose_moon_stone_rocks.json} | 2 +- kubejs/server_scripts/ad_astra/tags.js | 13 +- kubejs/server_scripts/tfc/recipes.stone.js | 4 +- kubejs/server_scripts/tfg/recipes.collapse.js | 11 +- kubejs/server_scripts/tfg/recipes.rocks.js | 35 ++-- kubejs/startup_scripts/ad_astra/constants.js | 3 - .../ad_astra/dimension_markers.js | 29 +++ kubejs/startup_scripts/gtceu/constants.js | 5 +- kubejs/startup_scripts/main_startup_script.js | 9 +- kubejs/startup_scripts/tfc/tag_prefixes.js | 12 +- kubejs/startup_scripts/tfg/blocks.space.js | 52 ++---- kubejs/startup_scripts/tfg/constants.js | 12 +- kubejs/startup_scripts/tfg/items.js | 16 +- 83 files changed, 914 insertions(+), 784 deletions(-) delete mode 100644 kubejs/assets/tfg/blockstates/loose/anorthosite.json create mode 100644 kubejs/assets/tfg/blockstates/loose/mars_stone.json create mode 100644 kubejs/assets/tfg/blockstates/loose/moon_deepslate.json create mode 100644 kubejs/assets/tfg/blockstates/loose/moon_stone.json delete mode 100644 kubejs/assets/tfg/blockstates/loose/syenite.json delete mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_mars_stone.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_moon_deepslate.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_moon_stone.json delete mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_syenite.json delete mode 100644 kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json delete mode 100644 kubejs/assets/tfg/blockstates/rock/raw_basanite.json delete mode 100644 kubejs/assets/tfg/blockstates/rock/raw_syenite.json create mode 100644 kubejs/assets/tfg/models/block/loose/mars_stone_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/mars_stone_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/mars_stone_3.json rename kubejs/assets/tfg/models/block/loose/{syenite_1.json => moon_deepslate_1.json} (62%) rename kubejs/assets/tfg/models/block/loose/{syenite_2.json => moon_deepslate_2.json} (62%) rename kubejs/assets/tfg/models/block/loose/{syenite_3.json => moon_deepslate_3.json} (62%) rename kubejs/assets/tfg/models/block/loose/{anorthosite_1.json => moon_stone_1.json} (100%) rename kubejs/assets/tfg/models/block/loose/{anorthosite_2.json => moon_stone_2.json} (100%) rename kubejs/assets/tfg/models/block/loose/{anorthosite_3.json => moon_stone_3.json} (100%) rename kubejs/assets/tfg/models/block/rock/{hardened_syenite.json => hardened_mars_stone.json} (100%) rename kubejs/assets/tfg/models/block/rock/{hardened_anorthosite.json => hardened_moon_deepslate.json} (100%) rename kubejs/assets/tfg/models/block/rock/{raw_anorthosite.json => hardened_moon_stone.json} (100%) delete mode 100644 kubejs/assets/tfg/models/block/rock/raw_basanite.json delete mode 100644 kubejs/assets/tfg/models/block/rock/raw_syenite.json rename kubejs/assets/tfg/textures/item/brick/{anorthosite.png => moon_stone.png} (100%) rename kubejs/assets/tfg/textures/item/dust/{anorthosite.png => moon_stone.png} (100%) rename kubejs/assets/tfg/textures/item/loose/{anorthosite.png => moon_stone.png} (100%) create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/moon_deepslate.json rename kubejs/data/{tfg/loot_tables/blocks/rock/raw_anorthosite.json => ad_astra/loot_tables/blocks/moon_stone.json} (89%) rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{loose_anorthosite_rocks.json => loose_moon_stone_rocks.json} (90%) rename kubejs/data/tfg/worldgen/placed_feature/moon/surface/{loose_anorthosite_rocks.json => loose_moon_stone_rocks.json} (82%) create mode 100644 kubejs/startup_scripts/ad_astra/dimension_markers.js diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index 1995e0fa3..df168e698 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -1,9 +1,10 @@ { "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.ad_astra.moon_sand": "Moon Sand", - "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", - "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", - "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", + "block.ad_astra.moon_sand": "Lunar Sand", + "block.ad_astra.moon_stone": "Raw Anorthosite", + "block.ad_astra.moon_cobblestone": "Anorthosite Cobble", + "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobble Slab", + "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobble Stairs", "block.ad_astra.moon_pillar": "Anorthosite Pillar", "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", @@ -18,7 +19,85 @@ "block.ad_astra.polished_moon_stone": "Polished Anorthosite", "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", - "tagprefix.anorthosite": "Anorthosite %s Ore", - "tagprefix.basanite": "Basanite %s Ore", - "tagprefix.syenite": "Syenite %s Ore" + "block.ad_astra.moon_deepslate": "Raw Norite", + "block.ad_astra.moon_cheese_ore": "Anorthosite Cheese Ore", + "block.ad_astra.mars_sand": "Martian Sand", + "block.ad_astra.mars_stone": "Raw Argillite", + "block.ad_astra.mars_cobblestone": "Argillite Cobble", + "block.ad_astra.mars_cobblestone_slab": "Argillite Cobble Slab", + "block.ad_astra.mars_cobblestone_stairs": "Argillite Cobble Stairs", + "block.ad_astra.mars_pillar": "Argillite Pillar", + "block.ad_astra.mars_stone_brick_slab": "Argillite Brick Slab", + "block.ad_astra.mars_stone_brick_stairs": "Argillite Brick Stairs", + "block.ad_astra.mars_stone_brick_wall": "Argillite Brick Wall", + "block.ad_astra.mars_stone_bricks": "Argillite Bricks", + "block.ad_astra.mars_stone_slab": "Argillite Slab", + "block.ad_astra.mars_stone_stairs": "Argillite Stairs", + "block.ad_astra.chiseled_mars_stone_bricks": "Chiseled Argillite Bricks", + "block.ad_astra.chiseled_mars_stone_slab": "Chiseled Argillite Slab", + "block.ad_astra.chiseled_mars_stone_stairs": "Chiseled Argillite Stairs", + "block.ad_astra.cracked_mars_stone_bricks": "Cracked Argillite Bricks", + "block.ad_astra.polished_mars_stone": "Polished Argillite", + "block.ad_astra.polished_mars_stone_slab": "Polished Argillite Slab", + "block.ad_astra.polished_mars_stone_stairs": "Polished Argillite Stairs", + "block.ad_astra.conglomerate": "Martian Conglomerate", + "block.ad_astra.polished_conglomerate": "Polished Martian Conglomerate", + "block.ad_astra.venus_sand": "Venusian Sand", + "block.ad_astra.venus_stone": "Raw Trachyte", + "block.ad_astra.venus_cobblestone": "Trachyte Cobble", + "block.ad_astra.venus_cobblestone_slab": "Trachyte Cobble Slab", + "block.ad_astra.venus_cobblestone_stairs": "Trachyte Cobble Stairs", + "block.ad_astra.venus_pillar": "Trachyte Pillar", + "block.ad_astra.venus_stone_brick_slab": "Trachyte Brick Slab", + "block.ad_astra.venus_stone_brick_stairs": "Trachyte Brick Stairs", + "block.ad_astra.venus_stone_brick_wall": "Trachyte Brick Wall", + "block.ad_astra.venus_stone_bricks": "Trachyte Bricks", + "block.ad_astra.venus_stone_slab": "Trachyte Slab", + "block.ad_astra.venus_stone_stairs": "Trachyte Stairs", + "block.ad_astra.chiseled_venus_stone_bricks": "Chiseled Trachyte Bricks", + "block.ad_astra.chiseled_venus_stone_slab": "Chiseled Trachyte Slab", + "block.ad_astra.chiseled_venus_stone_stairs": "Chiseled Trachyte Stairs", + "block.ad_astra.cracked_venus_stone_bricks": "Cracked Trachyte Bricks", + "block.ad_astra.polished_venus_stone": "Polished Trachyte", + "block.ad_astra.polished_venus_stone_slab": "Polished Trachyte Slab", + "block.ad_astra.polished_venus_stone_stairs": "Polished Trachyte Stairs", + "block.ad_astra.mercury_stone": "Raw Komatiite", + "block.ad_astra.mercury_cobblestone": "Komatiite Cobble", + "block.ad_astra.mercury_cobblestone_slab": "Komatiite Cobble Slab", + "block.ad_astra.mercury_cobblestone_stairs": "Komatiite Cobble Stairs", + "block.ad_astra.mercury_pillar": "Komatiite Pillar", + "block.ad_astra.mercury_stone_brick_slab": "Komatiite Brick Slab", + "block.ad_astra.mercury_stone_brick_stairs": "Komatiite Brick Stairs", + "block.ad_astra.mercury_stone_brick_wall": "Komatiite Brick Wall", + "block.ad_astra.mercury_stone_bricks": "Komatiite Bricks", + "block.ad_astra.mercury_stone_slab": "Komatiite Slab", + "block.ad_astra.mercury_stone_stairs": "Komatiite Stairs", + "block.ad_astra.chiseled_mercury_stone_bricks": "Chiseled Komatiite Bricks", + "block.ad_astra.chiseled_mercury_stone_slab": "Chiseled Komatiite Slab", + "block.ad_astra.chiseled_mercury_stone_stairs": "Chiseled Komatiite Stairs", + "block.ad_astra.cracked_mercury_stone_bricks": "Cracked Komatiite Bricks", + "block.ad_astra.polished_mercury_stone": "Polished Komatiite", + "block.ad_astra.polished_mercury_stone_slab": "Polished Komatiite Slab", + "block.ad_astra.polished_mercury_stone_stairs": "Polished Komatiite Stairs", + "block.ad_astra.glacio_stone": "Raw Sylvinite", + "block.ad_astra.glacio_cobblestone": "Sylvinite Cobble", + "block.ad_astra.glacio_cobblestone_slab": "Sylvinite Cobble Slab", + "block.ad_astra.glacio_cobblestone_stairs": "Sylvinite Cobble Stairs", + "block.ad_astra.glacio_pillar": "Sylvinite Pillar", + "block.ad_astra.glacio_stone_brick_slab": "Sylvinite Brick Slab", + "block.ad_astra.glacio_stone_brick_stairs": "Sylvinite Brick Stairs", + "block.ad_astra.glacio_stone_brick_wall": "Sylvinite Brick Wall", + "block.ad_astra.glacio_stone_bricks": "Sylvinite Bricks", + "block.ad_astra.glacio_stone_slab": "Sylvinite Slab", + "block.ad_astra.glacio_stone_stairs": "Sylvinite Stairs", + "block.ad_astra.chiseled_glacio_stone_bricks": "Chiseled Sylvinite Bricks", + "block.ad_astra.chiseled_glacio_stone_slab": "Chiseled Sylvinite Slab", + "block.ad_astra.chiseled_glacio_stone_stairs": "Chiseled Sylvinite Stairs", + "block.ad_astra.cracked_glacio_stone_bricks": "Cracked Sylvinite Bricks", + "block.ad_astra.polished_glacio_stone": "Polished Sylvinite", + "block.ad_astra.polished_glacio_stone_slab": "Polished Sylvinite Slab", + "block.ad_astra.polished_glacio_stone_stairs": "Polished Sylvinite Stairs", + "tagprefix.moon_stone": "Anorthosite %s Ore", + "tagprefix.moon_deepslate": "Norite %s Ore", + "tagprefix.mars_stone": "Argillite %s Ore" } \ 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 c8f8a258e..d4415de53 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 @@ -14,12 +14,12 @@ }, { "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)30%$(/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_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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_plutonium)45%$(/l), $(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)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)$()", "type": "patchouli:text" }, { @@ -34,7 +34,7 @@ }, { "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)$()$(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)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)$()", "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 340d0260c..56b3e34cc 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,7 +1,7 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", "name": "The Moon Vein Index", - "icon": "gtceu:anorthosite_certus_quartz_ore", + "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, "secret": false, @@ -14,12 +14,12 @@ }, { "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_plutonium)Desh & Plutonium$()$()$(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$()$()", + "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$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_olivine)Olivine$()$()$(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_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$()$()", "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, Basanite, Diorite", + "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", "title": "Apatite & Pyrochlore", "type": "patchouli:text", "anchor": "moon_apatite" @@ -163,7 +163,7 @@ }, { "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, Basanite", + "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", "title": "Bauxite & Ilmenite", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -255,7 +255,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Basanite, Diorite, Gabbro", + "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$(): Anorthosite, Basalt, Diorite, Gabbro, Norite", "title": "Certus Quartz", "type": "patchouli:text", "anchor": "moon_quartz" @@ -347,7 +347,7 @@ }, { "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, Basanite, Diorite, Gabbro", + "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", "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, Basanite", + "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", "title": "Cooperite & Bornite", "type": "patchouli:text", "anchor": "moon_sheldonite" @@ -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, Basanite", + "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", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -638,74 +638,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$(): Basanite", - "title": "Desh & Plutonium", - "type": "patchouli:text", - "anchor": "moon_plutonium" - }, - { - "Type": "patchouli:multiblock", - "name": "Desh", - "multiblock": { - "mapping": { - "0": "#forge:ores/desh" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 45%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Formula$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Armalcolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/armalcolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): TODO", - "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.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, Basanite, Diorite, Gabbro", + "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" @@ -797,7 +730,7 @@ }, { "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, Basanite", + "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", "title": "Emerald & Beryllium", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -864,7 +797,7 @@ }, { "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, Basanite, Diorite, Gabbro", + "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" @@ -956,7 +889,7 @@ }, { "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, Basanite, Diorite, Gabbro", + "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" @@ -1155,7 +1088,7 @@ }, { "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, Basanite, Diorite, Gabbro", + "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", "title": "Kyanite, Mica, & Bauxite", "type": "patchouli:text", "anchor": "moon_mica" @@ -1247,7 +1180,7 @@ }, { "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, Basanite, Gabbro", + "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" @@ -1339,7 +1272,74 @@ }, { "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, Basanite", + "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", "title": "Redstone, Cinnabar, & Ruby", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1406,7 +1406,7 @@ }, { "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, Basanite, Diorite", + "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", "title": "Saltpeter & Electrotine", "type": "patchouli:text", "anchor": "moon_saltpeter" @@ -1498,7 +1498,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, Basanite", + "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", "title": "Sapphire & Almandine", "type": "patchouli:text", "anchor": "moon_sapphire" @@ -1590,7 +1590,7 @@ }, { "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, Basanite, Diorite, Gabbro", + "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", "title": "Scheelite & Tungstate", "type": "patchouli:text", "anchor": "moon_scheelite" @@ -1657,7 +1657,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, Basanite", + "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", "title": "Silver, Galena, & Lead", "type": "patchouli:text", "anchor": "moon_silver" @@ -1724,7 +1724,7 @@ }, { "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, Basanite, Diorite, Gabbro", + "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", "title": "Wulfenite & Molybdenite", "type": "patchouli:text", "anchor": "moon_molybdenum" 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 d01862c8b..cdfd15fd5 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 @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_plutonium)30%$(/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_plutonium)45%$(/l), $(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_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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Вольфрамат: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/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_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)$()", "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 307fb1155..812b99c24 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,7 +1,7 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", "name": "The Moon Vein Index", - "icon": "gtceu:anorthosite_certus_quartz_ore", + "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, "secret": false, @@ -14,7 +14,7 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_plutonium)_ и Плутоний$()$()$(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_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_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)Редстоун, Киноварь и Рубин$()$()", "type": "patchouli:text" }, { @@ -29,74 +29,7 @@ }, { "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": "_ и Плутоний", - "type": "patchouli:text", - "anchor": "moon_plutonium" - }, - { - "Type": "patchouli:multiblock", - "name": "Desh", - "multiblock": { - "mapping": { - "0": "#forge:ores/desh" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Armalcolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/armalcolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", - "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)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базанит", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Норит", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -188,7 +121,7 @@ }, { "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)Виды камней$(): Анортозит, Базальт, Базанит, Габбро, Диорит", + "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", "type": "patchouli:text", "anchor": "moon_diopside" @@ -280,7 +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)Виды камней$(): Анортозит, Базальт, Базанит, Габбро, Диорит", + "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" @@ -372,7 +305,7 @@ }, { "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)Виды камней$(): Анортозит, Базальт, Базанит, Габбро, Диорит", + "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" @@ -464,7 +397,74 @@ }, { "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)Редкость$(): 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)Виды камней$(): Анортозит, Диорит, Норит", "title": "Апатит и Пирохлор", "type": "patchouli:text", "anchor": "moon_apatite" @@ -598,7 +598,7 @@ }, { "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)Редкость$(): 120$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 70$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Норит", "title": "Боксит и Ильменит", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -690,7 +690,7 @@ }, { "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-уровень$(): -64 — 10$(br)$(thing)Размер$(): 26$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Габбро, Диорит, Норит", "title": "Вульфенит & Молибденит", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -889,7 +889,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)Редкость$(): 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)Виды камней$(): Анортозит, Базальт, Норит", "title": "Изумруд и Бериллий", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -956,7 +956,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Базанит, Габбро, Диорит", + "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 80$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Габбро, Диорит, Норит", "title": "Истинный кварц", "type": "patchouli:text", "anchor": "moon_quartz" @@ -1048,7 +1048,7 @@ }, { "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)Виды камней$(): Базальт, Базанит, Габбро", + "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" @@ -1140,7 +1140,7 @@ }, { "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-уровень$(): -32 — 100$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Норит", "title": "Редстоун, Киноварь и Рубин", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1207,7 +1207,7 @@ }, { "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-уровень$(): -64 — 26$(br)$(thing)Размер$(): 28$(br)$(thing)Высота$(): 8$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Норит", "title": "Сапфир и Альмандин", "type": "patchouli:text", "anchor": "moon_sapphire" @@ -1299,7 +1299,7 @@ }, { "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-уровень$(): -32 — 60$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Диорит, Норит", "title": "Селитра и Электротин", "type": "patchouli:text", "anchor": "moon_saltpeter" @@ -1391,7 +1391,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-уровень$(): -32 — 75$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Норит", "title": "Серебро, Галена и Свинец", "type": "patchouli:text", "anchor": "moon_silver" @@ -1458,7 +1458,7 @@ }, { "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)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 30$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", "title": "Хромит и Магнетит", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -1565,7 +1565,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 — 210$(br)$(thing)Размер$(): 25$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", "title": "Ционит, Слюда и Боксит", "type": "patchouli:text", "anchor": "moon_mica" @@ -1657,7 +1657,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)Редкость$(): 250$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", "title": "Шеелит и Вольфрамат", "type": "patchouli:text", "anchor": "moon_scheelite" @@ -1724,7 +1724,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)Редкость$(): 250$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): -64 — 0$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Норит", "title": "Шелдонит и Борнит", "type": "patchouli:text", "anchor": "moon_sheldonite" 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 8210ea175..78af17196 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 @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_plutonium)30%$(/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_plutonium)45%$(/l), $(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_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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Вольфрам: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/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_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)$()", "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 b9966f2c7..2e41f5975 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,7 +1,7 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", "name": "The Moon Vein Index", - "icon": "gtceu:anorthosite_certus_quartz_ore", + "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, "secret": false, @@ -14,7 +14,7 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_plutonium)_ і Плутоній$()$()$(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_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_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)Редстоун, Кіновар і Рубін$()$()", "type": "patchouli:text" }, { @@ -29,74 +29,7 @@ }, { "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": "_ і Плутоній", - "type": "patchouli:text", - "anchor": "moon_plutonium" - }, - { - "Type": "patchouli:multiblock", - "name": "Desh", - "multiblock": { - "mapping": { - "0": "#forge:ores/desh" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", - "type": "patchouli:multiblock" - }, - { - "Type": "patchouli:multiblock", - "name": "Armalcolite", - "multiblock": { - "mapping": { - "0": "#forge:ores/armalcolite" - }, - "pattern": [ - [ - "0" - ], - [ - " " - ] - ] - }, - "enable_visualize": false, - "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Формула$(): TODO", - "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)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базаніт", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Норит", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -188,7 +121,7 @@ }, { "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)Типи каменю$(): Анортозит, Базальт, Базаніт, Габро, Діорит", + "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", "type": "patchouli:text", "anchor": "moon_diopside" @@ -280,7 +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)Типи каменю$(): Анортозит, Базальт, Базаніт, Габро, Діорит", + "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" @@ -372,7 +305,7 @@ }, { "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)Типи каменю$(): Анортозит, Базальт, Базаніт, Габро, Діорит", + "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" @@ -464,7 +397,74 @@ }, { "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)Рідкість$(): 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)Типи каменю$(): Анортозит, Діорит, Норит", "title": "Апатит і Пірохлор", "type": "patchouli:text", "anchor": "moon_apatite" @@ -598,7 +598,7 @@ }, { "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)Рідкість$(): 120$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 70$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Норит", "title": "Боксит і Ільменіт", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -690,7 +690,7 @@ }, { "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$(): -64 — 10$(br)$(thing)Розмір$(): 26$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Габро, Діорит, Норит", "title": "Вульфеніт і Молібденіт", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -889,7 +889,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 — 210$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", "title": "Кіаніт, Слюда та Боксити", "type": "patchouli:text", "anchor": "moon_mica" @@ -981,7 +981,7 @@ }, { "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)Типи каменю$(): Базальт, Базаніт, Габро", + "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" @@ -1073,7 +1073,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Базаніт, Габро, Діорит", + "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 80$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Габро, Діорит, Норит", "title": "Поклади Істинного Кварцу", "type": "patchouli:text", "anchor": "moon_quartz" @@ -1165,7 +1165,7 @@ }, { "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$(): -32 — 100$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Норит", "title": "Редстоун, Кіновар і Рубін", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1232,7 +1232,7 @@ }, { "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$(): -64 — 26$(br)$(thing)Розмір$(): 28$(br)$(thing)Висота$(): 8$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Норит", "title": "Сапфір і Альмадін", "type": "patchouli:text", "anchor": "moon_sapphire" @@ -1324,7 +1324,7 @@ }, { "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$(): -32 — 60$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Діорит, Норит", "title": "Селітра та Електротин", "type": "patchouli:text", "anchor": "moon_saltpeter" @@ -1416,7 +1416,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)Рідкість$(): 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)Типи каменю$(): Анортозит, Базальт, Норит", "title": "Смарагд і Берилій", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -1483,7 +1483,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$(): -32 — 75$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Норит", "title": "Срібло, Гален і Свинець", "type": "patchouli:text", "anchor": "moon_silver" @@ -1550,7 +1550,7 @@ }, { "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)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", "title": "Хроміт і Магнетит", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -1657,7 +1657,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)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", "title": "Шеєліт та Вольфрам", "type": "patchouli:text", "anchor": "moon_scheelite" @@ -1724,7 +1724,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)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): -64 — 0$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Норит", "title": "Шелдоніт і Борніт", "type": "patchouli:text", "anchor": "moon_sheldonite" diff --git a/kubejs/assets/tfg/blockstates/loose/anorthosite.json b/kubejs/assets/tfg/blockstates/loose/anorthosite.json deleted file mode 100644 index 2e82d3ebb..000000000 --- a/kubejs/assets/tfg/blockstates/loose/anorthosite.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "variants": { - "count=1": [ - { - "model": "tfg:block/loose/anorthosite_1", - "y": 90 - }, - { - "model": "tfg:block/loose/anorthosite_1" - }, - { - "model": "tfg:block/loose/anorthosite_1", - "y": 180 - }, - { - "model": "tfg:block/loose/anorthosite_1", - "y": 270 - } - ], - "count=2": [ - { - "model": "tfg:block/loose/anorthosite_2", - "y": 90 - }, - { - "model": "tfg:block/loose/anorthosite_2" - }, - { - "model": "tfg:block/loose/anorthosite_2", - "y": 180 - }, - { - "model": "tfg:block/loose/anorthosite_2", - "y": 270 - } - ], - "count=3": [ - { - "model": "tfg:block/loose/anorthosite_3", - "y": 90 - }, - { - "model": "tfg:block/loose/anorthosite_3" - }, - { - "model": "tfg:block/loose/anorthosite_3", - "y": 180 - }, - { - "model": "tfg:block/loose/anorthosite_3", - "y": 270 - } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/mars_stone.json b/kubejs/assets/tfg/blockstates/loose/mars_stone.json new file mode 100644 index 000000000..bc2f65392 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/mars_stone.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/mars_stone_1", + "y": 90 + }, + { + "model": "tfg:block/loose/mars_stone_1" + }, + { + "model": "tfg:block/loose/mars_stone_1", + "y": 180 + }, + { + "model": "tfg:block/loose/mars_stone_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/mars_stone_2", + "y": 90 + }, + { + "model": "tfg:block/loose/mars_stone_2" + }, + { + "model": "tfg:block/loose/mars_stone_2", + "y": 180 + }, + { + "model": "tfg:block/loose/mars_stone_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/mars_stone_3", + "y": 90 + }, + { + "model": "tfg:block/loose/mars_stone_3" + }, + { + "model": "tfg:block/loose/mars_stone_3", + "y": 180 + }, + { + "model": "tfg:block/loose/mars_stone_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/moon_deepslate.json b/kubejs/assets/tfg/blockstates/loose/moon_deepslate.json new file mode 100644 index 000000000..fd7011681 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/moon_deepslate.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/moon_deepslate_1", + "y": 90 + }, + { + "model": "tfg:block/loose/moon_deepslate_1" + }, + { + "model": "tfg:block/loose/moon_deepslate_1", + "y": 180 + }, + { + "model": "tfg:block/loose/moon_deepslate_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/moon_deepslate_2", + "y": 90 + }, + { + "model": "tfg:block/loose/moon_deepslate_2" + }, + { + "model": "tfg:block/loose/moon_deepslate_2", + "y": 180 + }, + { + "model": "tfg:block/loose/moon_deepslate_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/moon_deepslate_3", + "y": 90 + }, + { + "model": "tfg:block/loose/moon_deepslate_3" + }, + { + "model": "tfg:block/loose/moon_deepslate_3", + "y": 180 + }, + { + "model": "tfg:block/loose/moon_deepslate_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/moon_stone.json b/kubejs/assets/tfg/blockstates/loose/moon_stone.json new file mode 100644 index 000000000..7171ce448 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/moon_stone.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/moon_stone_1", + "y": 90 + }, + { + "model": "tfg:block/loose/moon_stone_1" + }, + { + "model": "tfg:block/loose/moon_stone_1", + "y": 180 + }, + { + "model": "tfg:block/loose/moon_stone_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/moon_stone_2", + "y": 90 + }, + { + "model": "tfg:block/loose/moon_stone_2" + }, + { + "model": "tfg:block/loose/moon_stone_2", + "y": 180 + }, + { + "model": "tfg:block/loose/moon_stone_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/moon_stone_3", + "y": 90 + }, + { + "model": "tfg:block/loose/moon_stone_3" + }, + { + "model": "tfg:block/loose/moon_stone_3", + "y": 180 + }, + { + "model": "tfg:block/loose/moon_stone_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/syenite.json b/kubejs/assets/tfg/blockstates/loose/syenite.json deleted file mode 100644 index f669c176a..000000000 --- a/kubejs/assets/tfg/blockstates/loose/syenite.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "variants": { - "count=1": [ - { - "model": "tfg:block/loose/syenite_1", - "y": 90 - }, - { - "model": "tfg:block/loose/syenite_1" - }, - { - "model": "tfg:block/loose/syenite_1", - "y": 180 - }, - { - "model": "tfg:block/loose/syenite_1", - "y": 270 - } - ], - "count=2": [ - { - "model": "tfg:block/loose/syenite_2", - "y": 90 - }, - { - "model": "tfg:block/loose/syenite_2" - }, - { - "model": "tfg:block/loose/syenite_2", - "y": 180 - }, - { - "model": "tfg:block/loose/syenite_2", - "y": 270 - } - ], - "count=3": [ - { - "model": "tfg:block/loose/syenite_3", - "y": 90 - }, - { - "model": "tfg:block/loose/syenite_3" - }, - { - "model": "tfg:block/loose/syenite_3", - "y": 180 - }, - { - "model": "tfg:block/loose/syenite_3", - "y": 270 - } - ] - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json b/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json deleted file mode 100644 index bb672340d..000000000 --- a/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/rock/hardened_anorthosite" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_mars_stone.json b/kubejs/assets/tfg/blockstates/rock/hardened_mars_stone.json new file mode 100644 index 000000000..195ba8628 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_mars_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_mars_stone" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_moon_deepslate.json b/kubejs/assets/tfg/blockstates/rock/hardened_moon_deepslate.json new file mode 100644 index 000000000..7a7e2cfb0 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_moon_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_moon_deepslate" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_moon_stone.json b/kubejs/assets/tfg/blockstates/rock/hardened_moon_stone.json new file mode 100644 index 000000000..b553dca3e --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_moon_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_moon_stone" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json b/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json deleted file mode 100644 index 9d6728ed9..000000000 --- a/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/rock/hardened_syenite" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json b/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json deleted file mode 100644 index 7638b9b12..000000000 --- a/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/rock/raw_anorthosite" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_basanite.json b/kubejs/assets/tfg/blockstates/rock/raw_basanite.json deleted file mode 100644 index 6a6652475..000000000 --- a/kubejs/assets/tfg/blockstates/rock/raw_basanite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/rock/raw_basanite" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_syenite.json b/kubejs/assets/tfg/blockstates/rock/raw_syenite.json deleted file mode 100644 index 0282f16bf..000000000 --- a/kubejs/assets/tfg/blockstates/rock/raw_syenite.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/rock/raw_syenite" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 8574bf2a6..459d986b3 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -130,13 +130,12 @@ "block.tfg.spike.dripstone_spike": "Travertine Spike", "block.tfg.loose.deepslate": "Loose Migmatite Rock", "block.tfg.loose.dripstone": "Loose Travertine Rock", - "block.tfg.rock.hardened_anorthosite": "Hardened Anorthosite", - "block.tfg.rock.raw_anorthosite": "Raw Anorthosite", - "block.tfg.loose.anorthosite": "Loose Anorthosite Rock", - "block.tfg.rock.raw_basanite": "Raw Basanite", - "block.tfg.rock.raw_syenite": "Raw Syenite", - "block.tfg.rock.hardened_syenite": "Hardened Syenite", - "block.tfg.loose.syenite": "Loose Syenite Rock", + "block.tfg.rock.hardened_moon_stone": "Hardened Anorthosite", + "block.tfg.loose.moon_stone": "Loose Anorthosite Rock", + "block.tfg.rock.hardened_moon_deepslate": "Hardened Norite", + "block.tfg.loose.moon_deepslate": "Loose Norite Rock", + "block.tfg.rock.hardened_mars_stone": "Hardened Argillite", + "block.tfg.loose.mars_stone": "Loose Argillite Rock", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -184,12 +183,14 @@ "item.tfg.spade_head_extruder_mold": "Extruder Mold (Spade Head)", "item.tfg.unfired_chalk": "Unfired Chalk Stick", "item.tfg.brick.deepslate": "Migmatite Brick", - "item.tfg.loose.anorthosite": "Loose Anorthosite", - "item.tfg.brick.anorthosite": "Anorthosite Brick", - "item.tfg.dust.anorthosite": "Anorthosite Dust", - "item.tfg.loose.syenite": "Loose Syenite", - "item.tfg.brick.syenite": "Syenite Brick", - "item.tfg.dust.syenite": "Syenite Dust", + "item.tfg.loose.moon_stone": "Loose Anorthosite", + "item.tfg.brick.moon_stone": "Anorthosite Brick", + "item.tfg.dust.moon_stone": "Anorthosite Dust", + "item.tfg.loose.moon_deepslate": "Loose Norite", + "item.tfg.dust.moon_deepslate": "Norite Dust", + "item.tfg.loose.mars_stone": "Loose Argillite", + "item.tfg.brick.mars_stone": "Argillite Brick", + "item.tfg.dust.mars_stone": "Argillite Dust", "item.tfg.terra_firma_greg": "TerraFirmaGreg", "item.tfg.scaffolding_frame": "Scaffolding Frame", "item.tfg.airship_hull": "Airship Hull", diff --git a/kubejs/assets/tfg/models/block/loose/mars_stone_1.json b/kubejs/assets/tfg/models/block/loose/mars_stone_1.json new file mode 100644 index 000000000..0af44bf56 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/mars_stone_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_1", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/mars_stone_2.json b/kubejs/assets/tfg/models/block/loose/mars_stone_2.json new file mode 100644 index 000000000..5082a0a94 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/mars_stone_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_2", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/mars_stone_3.json b/kubejs/assets/tfg/models/block/loose/mars_stone_3.json new file mode 100644 index 000000000..0889aec61 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/mars_stone_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_3", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_1.json b/kubejs/assets/tfg/models/block/loose/moon_deepslate_1.json similarity index 62% rename from kubejs/assets/tfg/models/block/loose/syenite_1.json rename to kubejs/assets/tfg/models/block/loose/moon_deepslate_1.json index c44fa06da..e80679a6c 100644 --- a/kubejs/assets/tfg/models/block/loose/syenite_1.json +++ b/kubejs/assets/tfg/models/block/loose/moon_deepslate_1.json @@ -1,6 +1,6 @@ { "parent": "tfc:block/rock/loose_igneous_intrusive_1", "textures": { - "texture": "ad_astra:block/mars_stone" + "texture": "ad_astra:block/moon_deepslate" } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_2.json b/kubejs/assets/tfg/models/block/loose/moon_deepslate_2.json similarity index 62% rename from kubejs/assets/tfg/models/block/loose/syenite_2.json rename to kubejs/assets/tfg/models/block/loose/moon_deepslate_2.json index b2df88e75..367ddde23 100644 --- a/kubejs/assets/tfg/models/block/loose/syenite_2.json +++ b/kubejs/assets/tfg/models/block/loose/moon_deepslate_2.json @@ -1,6 +1,6 @@ { "parent": "tfc:block/rock/loose_igneous_intrusive_2", "textures": { - "texture": "ad_astra:block/mars_stone" + "texture": "ad_astra:block/moon_deepslate" } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_3.json b/kubejs/assets/tfg/models/block/loose/moon_deepslate_3.json similarity index 62% rename from kubejs/assets/tfg/models/block/loose/syenite_3.json rename to kubejs/assets/tfg/models/block/loose/moon_deepslate_3.json index 4583503f2..db5e10109 100644 --- a/kubejs/assets/tfg/models/block/loose/syenite_3.json +++ b/kubejs/assets/tfg/models/block/loose/moon_deepslate_3.json @@ -1,6 +1,6 @@ { "parent": "tfc:block/rock/loose_igneous_intrusive_3", "textures": { - "texture": "ad_astra:block/mars_stone" + "texture": "ad_astra:block/moon_deepslate" } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_1.json b/kubejs/assets/tfg/models/block/loose/moon_stone_1.json similarity index 100% rename from kubejs/assets/tfg/models/block/loose/anorthosite_1.json rename to kubejs/assets/tfg/models/block/loose/moon_stone_1.json diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_2.json b/kubejs/assets/tfg/models/block/loose/moon_stone_2.json similarity index 100% rename from kubejs/assets/tfg/models/block/loose/anorthosite_2.json rename to kubejs/assets/tfg/models/block/loose/moon_stone_2.json diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_3.json b/kubejs/assets/tfg/models/block/loose/moon_stone_3.json similarity index 100% rename from kubejs/assets/tfg/models/block/loose/anorthosite_3.json rename to kubejs/assets/tfg/models/block/loose/moon_stone_3.json diff --git a/kubejs/assets/tfg/models/block/rock/hardened_syenite.json b/kubejs/assets/tfg/models/block/rock/hardened_mars_stone.json similarity index 100% rename from kubejs/assets/tfg/models/block/rock/hardened_syenite.json rename to kubejs/assets/tfg/models/block/rock/hardened_mars_stone.json diff --git a/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json b/kubejs/assets/tfg/models/block/rock/hardened_moon_deepslate.json similarity index 100% rename from kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json rename to kubejs/assets/tfg/models/block/rock/hardened_moon_deepslate.json diff --git a/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json b/kubejs/assets/tfg/models/block/rock/hardened_moon_stone.json similarity index 100% rename from kubejs/assets/tfg/models/block/rock/raw_anorthosite.json rename to kubejs/assets/tfg/models/block/rock/hardened_moon_stone.json diff --git a/kubejs/assets/tfg/models/block/rock/raw_basanite.json b/kubejs/assets/tfg/models/block/rock/raw_basanite.json deleted file mode 100644 index d758f032e..000000000 --- a/kubejs/assets/tfg/models/block/rock/raw_basanite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "ad_astra:block/moon_deepslate" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_syenite.json b/kubejs/assets/tfg/models/block/rock/raw_syenite.json deleted file mode 100644 index 275c2a6ab..000000000 --- a/kubejs/assets/tfg/models/block/rock/raw_syenite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "ad_astra:block/mars_stone" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/brick/anorthosite.png b/kubejs/assets/tfg/textures/item/brick/moon_stone.png similarity index 100% rename from kubejs/assets/tfg/textures/item/brick/anorthosite.png rename to kubejs/assets/tfg/textures/item/brick/moon_stone.png diff --git a/kubejs/assets/tfg/textures/item/dust/anorthosite.png b/kubejs/assets/tfg/textures/item/dust/moon_stone.png similarity index 100% rename from kubejs/assets/tfg/textures/item/dust/anorthosite.png rename to kubejs/assets/tfg/textures/item/dust/moon_stone.png diff --git a/kubejs/assets/tfg/textures/item/loose/anorthosite.png b/kubejs/assets/tfg/textures/item/loose/moon_stone.png similarity index 100% rename from kubejs/assets/tfg/textures/item/loose/anorthosite.png rename to kubejs/assets/tfg/textures/item/loose/moon_stone.png diff --git a/kubejs/data/ad_astra/loot_tables/blocks/moon_deepslate.json b/kubejs/data/ad_astra/loot_tables/blocks/moon_deepslate.json new file mode 100644 index 000000000..5e092fc48 --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/moon_deepslate.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "ad_astra:moon_deepslate", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose/moon_deepslate", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/raw_anorthosite.json b/kubejs/data/ad_astra/loot_tables/blocks/moon_stone.json similarity index 89% rename from kubejs/data/tfg/loot_tables/blocks/rock/raw_anorthosite.json rename to kubejs/data/ad_astra/loot_tables/blocks/moon_stone.json index 40de6701f..d8a2a84e9 100644 --- a/kubejs/data/tfg/loot_tables/blocks/rock/raw_anorthosite.json +++ b/kubejs/data/ad_astra/loot_tables/blocks/moon_stone.json @@ -10,7 +10,7 @@ "children": [ { "type": "minecraft:item", - "name": "tfg:rock/raw_anorthosite", + "name": "ad_astra:moon_stone", "conditions": [ { "condition": "tfc:is_isolated" @@ -19,7 +19,7 @@ }, { "type": "minecraft:item", - "name": "tfg:loose/anorthosite", + "name": "tfg:loose/moon_stone", "functions": [ { "function": "minecraft:set_count", diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt index 20310995885d21f604f82878897cde5c71d77dbb..d265a37220fdccaff139bd1a80ea7ca1b338c827 100644 GIT binary patch delta 5825 zcmaF8faU!H77qDt4u(bFBr-N~Tse^Y-fr4G_F4Diy;P2>t^D0O$;0c)U!&yy+yfhQ z4{R`z@;3hPuFoKDEi?ODrAU?AS!IR4m2}I6+5ODQAJoX+?i6-6OE|Fb;emz1>fGww zZ|XO!JG_qn=tGbD&(C<>^kOhn{&@Ln=<_}2w|B4kJTHE7;6ahe=MHgjKAY3_zi`HS zx!sc&9JHFe;h@&!4F@?`{!L9TpImUree!{WQj<3vs0gW1f#HcC%^d&qS1 zxkH95AM#~(Pj);aJK5o)7t6nA8-GvUaM5e>g^MyQ&+}zrGVUy&xA)(jJn?MQt|HeAW)WmaKB>lx#WnqsjsTi;Arx~S0Y?BuZ~^WU!3r2zW(IKUsBvjug6&E$u7W7%eAJv-iicXHr8-^m*;3v#@dJQNac zU-)M7$0MebH=N>|+;Bve?ekuP`8J?njc1*@a$Vi4$p!aQm|rHBPhNP|YjVLkah6x< zeTW#CZ;Md+4y^PivQlw`QYL+w$%#h{S@(VT7k_*5#Y=jd1J5mHPmLE3ju#KUE&)a7 zt%E`6cd+@gecKaPt@bIMx^kV-)zD?TPF>l05Q0L&XTH)3j!n&q_j%jBvevNltT6j4!ZohR1=j@F<#!u?eJ?y?^2Te1llOlT z0LR3Ab(`YkSLw4RPdu(W+2FAZbHQt9l9A+jZnCgW?Btc#GV^T9CeOd_F!{q#e)eh4 z^L+NUO@>B^H1m1+-IG6Fcb#nTo}07Sul|+k6M6fx$qT>OPCoEXjAzc}6}#U55H?@- z&N^*!;A{WM1xML=&RDMf9XG@O-i)evsmY9|LMIE{<7D}BW#jD02On5Xo_|-BX};ZL zhkJ3%^DWCJZ@i^E`NJENNq5pm6nNc27=x7{z9E^{~Dih-tuD z_wn!kZIdUy(q#GIef-^I#k;|i3r@0gp0Tw36E{O&e)r^s527aDzs$<=^AW;n%=)rm z2_B=XKF{W))!Cmpef-_z!c)GJ8;*!DUtJH1>J+9bJFKhp6%ofmz9|J7lM;1^Zv>=lLJp$PfmEN%vAbja^O*eNhh_KzQ3KE_&to}jrH+& zlNoQAPImYy%e=4p&E$)ZTqix_VEK7(| zbD-#|&$3x3ub7^Ppb+DkyTYKTc-_@kH;$j%F>mHBG-QXy$Hx67*Rb+E;|vh>*5G;0 z@_p?{-|J6yc&5NJ=kokr`x{pNHnFdKGg1&bd}uy7;hPf6UGe_AlNon@?$D8=PEMi)W+(` zhIgGO7o3!2`Ev`-5o39H9oa#JU(w>!lhF1-j zSslAldSXtoY}oONeHKCO7<&p8VjW0_U?iwO8%u+m#=iEceN9a=}Ml&N-V8{whCoe*VVE{vU1GjJ6)^ zpTBYPf)A3D4}9dAyx{{Uh-T|vSzG(4XY$1lI+Oc<@l1a3k(KTB!!wJ!()!1K<2G^ckD_vhr#x9248g|&z5njyi(h3Y z2fVXl`Zg7mFqmt<-k7}bhrwk2ZyIdt@67mBo-z6137^RVH+h+B-`<$~@Vmuih3CqQ zuVESF*yQ=o!&ttZP5wSP@rK4^hi6*M_pM;{3NLfbZ)m+E!CdqF#^jHmY$n_PVrRZ@ zn>_j92N`I{3e@i_KW2LD3KmrMx}xTOPOLpB*erZvSD*ioDf=gwFOSK6NQu|0Rjvj4M{@XwTM zm1|!AOuF{-5HhL0`JA}j%+h@ys_xA!<$I4H_dV}+ukSy*#yI!-)`Qr|@49EKy30(v zA|lf-uFIafGJ7h75&1lP-WjXwrLpG;lePRO*A&NI*PBtg?)5F!;N1z=cCO17KV!K& zBHeM`WZ^%GliB|$@qfK({O#zPV(;twW|Zc=yfxY4kEZl3@y+LSV}B=I+qpD5e!g{b z{28n1#c#VKpBJs0T=PehcV(^N>zH#}_0#5dmm5vK|3_@{i9br>SN6>)efI>Ux7K=Q z>96gHoWi;GQIiro1>E>pU;|mX07oVtJejljgjfH>(nL(|1}m~HtWEe z&3xg)GfJ;L%wpPnPSASh1cYs^0 zrFjpsxHq5UjhXb%M8IcjYvgmbb=wSH-#Kt~n*ROCh5s}r=loMrzABbB_v!Xqht_QV z6BZq3Qx-j=bl<%!?%>?SYd@=2>z=WS&!4>UpQ#*3-FlF^&tK2wp0ah7RU zs-3%uy{MXk=o7=rz>gbx{k70{vlJB*@qDn#xwlu8&bu%r20zXSYo4W;E3* zt-Av2w>Dtf2)qy@BWye9v{_FrLlLy;AHLQNd)K`r9Q{ONOGOnD?$jB(dDt74= zfADk{Mn?VVZj6kA(pTlv<{sS!a?K5pYs7B90u?yNHvT>wGJQTHqrQ4++bxg-1HcZ< zT5a$1wLLO@#oB)cuX(nDG%o~cHoh|bDVg0!!<*=L@xH~gOW9mY*+eykDFayZTJk`I)6_ z!IE1~t@%DD^19aMdmxGUeTJ|123*^EYK{GOC$K2@)0At~3+J4v(w|a#))*vddVUQ^ z&SvvH?$p@NC=yqoa(}wbr+ct4T5&c-zJI*2?BgZL>D?@hD%?$x?`1*U-}SlMx3DmZ zG7IgEvv~ad*CWaO*Tv8O*t@Ud*!$_X*%?DD_g~9q0+mzOU#`t=j$D5^`a0X@xaHf| z^-k}v%{6#kTJ=0m`l?~tUbl?cblM5xbIunRi^EI_d4a;>wVYCW_;bXeyeQS-gnut=g(B> zUfVTq=GUk-rMCNvj!nPL!KhgOwQ5P}TBGMS?_a0Cetj$9+UuZeTMw?ezH|-9ZQhX} zw@u%)j(6ES?zF!?#kS|p{EGZvHD~76&Huhy7{5;c`?@gg+W8~bAD@}?*<$^C;kCzS zM%vrQ_8V`mtJ@`)p7!@o2}qCS<6oOQS3d8Kw7+is{b!Utcf@(|&2?_u=GE(`{q4!I zjX(2C@@AFa%&(u9ef?{*x$fSUeg6}$ou7RTTv4r=Z@xDBO?0}=@-x3?o(3s1p8j=@ z@#}OMP>MKjaqaWDHS-JCJfFMr`P`qk3Sa-YVJ%*+FK@S}=G(9R^^a#hKDodA-2X-5dU5+}KR$T)w_AQsZE5NIZ?C6Me{Zv+`q$sa^>gfAy`Fx3{)xHm^+oR= zJ)9dKcdzdAt9P%>_aFTIZu0uO`}h1SwXgVa>+0X@_jVP3{CEGyqu=wdMT>ur-@m8) z=dYbQ^KXma`#&}R-u@p?pWfyFKW)Cn-@okQ-`CkcxZ8cb?xS?w-R$u7`>MWwI=uhg z^hsQd>bmhi+sB=cXYSwg{qpbY{Xbq` z|Nnn;{qs+~?e%qk(?7lxwz2!VI9xvFZvFFzb5~c}SN-1m{E061njdp_Z}r#Jx4-MZ+gn-r`E=cn_cs6TF>dx!mszgxO#iNO~vy^;osvbzrMP+ zn0^1hKl}dt2;A}RwDtD;yY_s37R{d@A5+g?^y`Cs-Gg}+^Zs{N@2@HO{%iI0E4+-x z^;LFXZ!LbE?;`i-!MVNharSxP-|z1&wfXz_`@iMta{u|{ZS8(O?|*0i=W@Bf`0=mh z8}j#m{^3~pZ2da9ecwgxOaI2(Kl;40w6=B5ya)EX_Z_SMbM5Hf>w5BY{{5T$|KnHT z?+5qi#nxYW?f$^|jq<;5!pA4u@80w0X!tt&kM?_a{5JhIKh|bX#d|I5+86sPDt>;e z_CGTDc=i6z?)4?l{|VRE{MDIj_uzN^XXWL`pRJUSzq@zWf5Z6cyZIQk>f@h%UH;|A z>&jp6<8135$m_o~|Mz_6W991`e|=f6znVSYcGvIj)4%;?=KsC_Y z|Iepg{rP`i#P2H)x_CbC+TZ`%m2^)Z{ve+v&-dT?(MCv+_h!hy7d$C|32IQvAO(ReC*!B z-(TJP_22i)t^XrdK6lOa{P}v@j*Fk&Ue8_q`qjg?ub;ozyVGV@{ZEPdr`sRQX0UP7 z|1VbZwg2AU`nZkikAlr_TfTkut-4<8?yvLp-xmLW^#1NY|N38-zw6!RU;g<^)}-g_ z{{Q;Jez|h;DfznJ&kp|m{(r(b`z4?GU;c5n`aj_u|B}yN*gh|RZx#O|!74xK=fCo~ z{}0Mv`q^IcPjPO&$MgL=U;cUV@y<)7AMDH3pKiI@|Nrvi|Lo7#udra*&&bOF02Y`B Aa{vGU delta 5843 zcmaFAfaUc977qDt4u+qt^V2tSTse^Y{oJ(s?DMYIZ&HoaJ$asglkUlB^X1bL8nn0y zL|bj;-pouYKW@5adc%U9lh!RcwszmGx((sGIT=qrV|n7u!^tTa66oq7C@^V4&cvLn z|JYC4zWP1MRO2 zC!S7VF7LlP`QXC{=Do@0lNY@6XH8lac;9|<<4-@9KNmO7p8Vja)#Qe&yv#oy8&CH8 zXctlcy61KKN_6ym@$tu-c~Vw3Uvlh|6R+A#4mifmX}O&9>wOu!vNw|xo+?kydn!6P@2N0Pv7h;?-{R-* z%&7V+G1=f*5L;F5v9%Bn@+YkdJY(6r>iQ15>f~4VR3|??;WN453NPEd-G-(5>XRK# z`b_@thL`h zzR3+ocv+uSC)!m`F1Vk}^7qQd-IEud^_u+Qk~quP%g5hMo_IED@`p?8ELYFVfWx2l zR7kjeHAL|pWW}G673)J3gCZ;5qHOZSBL=Ls5C6*Fo_z6=-sZq_i`i56>o2Q|_lZr0 zBHQ;qVB~*y#;;p#E7uua4PCbDR7m*DS6ac>*`O#kb=7L0(y1$J4Y%qq`*!q->3Il( zD2q+aiuZZjZJ8ebb?e#7=F9%cwoHz@W;40q8Y_FSXe?+P*3 z{es1s6m#9P8}M>`{;8WWeR9H)6y|u#vdJHhm_n0|JagSwU-4%e&jh-%VEhrZ#!O4?U(E<&zD*gfQ29M~(^!mQSF3Z*a_s zx#oY*O1J+Ei3L__vy ze5~B{j5B^oHLP6EIO7&y@wu{B*$wG=XVx0~{H@lT+;B~5a=|raj^eVY|MRL}-)&DL@6M>w<(>TCxY6YJr;;qa&-?FAp7_*Z zvj0dbg%@`tbCtRctks^3gz{N^_K!#6>ejpt=| zPZs=UHhIAhMfNwJ&6k~%h3n;p>OKG6l^IklEPSat+5V_0bL~f@*!G4hvOg-z`p*0P z{~MDZo>1aEW4U(q_3w2*;YoyPU&Z8yZ)2D*ZH%7u+-b7FNimM%sPB6X^yPO?ZoFeO zIpD7HWPvN}EQi<2pbN;M34}v(0Nc!053hrn(TsIqvwM@bPrmrjebRFwmRKiTk$AM<_7vdM;zwI>H0lV^Ll`}jTU;K>u-+p_%re(uKP zXYZ9Je||4qU-Q4``P`K#=x_4z$KShG+H24JwRzG?HG``x%Vr%25uUNDZpN;kU?Aua8~XuWwvxi-N@A{I8`jY0K&OY!2_Wdf~c%ljmQx znVkQTmAURu&*X(4wI^@*z&ZKAM^2X4!s%}&Kl~s)`R_;m$rFBYPu~BLgLS^mx9bxo zZ@j8CIsc^(0u+2EN!Ye+q)u!EGsI_%F|rGwwEJUw~il@Ml7X|~{<|KtttSXo|y(ikNE z#Mq0aLhon){xtc+R}y4=JO}7=7W*B4^`{9`P#%03&UQTHb(~$< z zQvd6oPJZ>+pmeR>@9jUfzKTkH6;=DL=lt`X#&+|cpZifW z?{{>K-B#JOx!(Kio}MnpX0KhSsM1Es%A#1 z*f#_j_P+k)8so+OX>%p_%B82xm8>;-edfhi3**;5Prh0hf3+}vZgcLn&y&fK&o{1n z-W~azdp#04|BO}qkCbaa552BTzh=1yLH?YlFZb8fZ1cG-vDewKlkwXPUhCYtsu7ts z*LC;0&}HjFA&j)S@s&oeW3HFl8WSYHnyPF*R~oxJ;o8o1+2THLnIK?E1bLrPp5Fx}JXi#$@L|n$o3tFK>x&KBpV|J1HyvjMes%x80G? zr>(24eb+O&{g0+Z8Ir+pNUGX)=>LBjBC%43deKuZg!c`_H&ct{u;}r%`M$A>%f}L zeBr_~vY0lXvx@OexE9&In)8g6`>;GCz-u0JTa@nqfYd*7wo6jiy_uv)V=5yby zW|rnX$l?y3%>BipB{us7+MycLCu&nj=z}Ge_CpZ1q znq2>1Mru{y8LQ8Erd^Tg_tv@@zCN@2sz%ye(XGD@hfIF-UwQJ4|1wfOU)v+oude-P z@OsUztMX}cL%07ryvBImwd)>Jtr<0@nlZ|Vhb*2^%6AuJ{=(?qq-&NXs{_wi&CZ;9 zfKg=XDn`+%lNeglmy~_TKRX13ABUpOdRrzJVKKCYnZ(lim6(gha^aYHJ zvSP3JH=hfL{+oDBG7Ds$Gg!llX-teN)4zk{K>_C;4GP?h)w*Y_{SDUc=Wls}ZEl%CB>bUL(l5e-$vMSRi{!Eqp=C3~tUe}(v_W1CX$A{N^H?;o#G4g$6iP7uYU4ChM{jYl`$DgU{ zU-`Ah@U`u-YoCv<`934+y!ht&d&yb0@n@>m&j88%o#>ag*Zz|C@jClOU-uZlwr#rh z`P`cC98u@3H{Vmvuzi1~s(%4UqSgj1u`UuMvHMxdwd!+gUbjcSxBPr* zaT>2@rGq8sMS|oi)Aov=+Vu=YVr4c&?x%SEnJW4It=!X{SQxE1A1yU5JGkb1U&QoQ z7Dg4;M@zrg=WO4?!YIltv^CD+@%3MiB==tvKmTLvzKUb(r{89046&DgZQA(yR>HN{ zU#@LExaRuHwb{*)>n}%NKX&@~KC>BLt@akL?|mh)IZk;CD8QfP#wMSsI(vK9u^C^Z zwwB5oP0!$9RPZc&nsV*+KEJfR?_Pr#*G$i^xn8?AdtT)F-%;0XHphK0HF{kdpKX1n z>hAShe4FFGZ(Wz3wpT1W_WYSD-D|t%#alj(O1<`a;|r>Uj68GVcNOM zIoH2;UVD6I&HMT5j?av|Zy(!lym?>!E|8x2g`jTk=c8-hzn=TMX6<{{HP5>v?<+^2 z7vH?kecQZx{j}Qt9NXn*e$`$6RW&d2etuN^e}mV*eP2r@zmiJ6_I>s>({F2y=LM(L zo=*iSn|HeE-psGIeV}wvEd#0%zFS=TeD2EUb2V>wl-9hN+r4`_zkHls_229FE1p$+ zdLO%|wzB5iL+SN@AN;$Tz5mDL-{Sj!O%B(Wi@8(#<4yg?H|O8Q?=7zU|8VYU_Uj)W z$=|Iku=)7zrAg~?`*b^p7&JO8Er{kwjS-Hq4NukZgix4pjT{iBC- z!ace)?=K zMs?kK<@bAvfBwohj{nqHXZ`a^r_I0W?eTl7zc!x#w0U{`rw8Ki@6~v{9oAyZ){C{yuK+&u33x9}mutxl>#4^UTLD z(&Fo5|L>a~$jxX}U$@^sF0ST-@Sij6^NwGCXJ=(=xc{*G@4NE*`Ty6|A3y*8`=2-e zw(@_sw%@-0d-l_NSO4CBoc#UwzXJKHw0i#Qr`qif-v7z?C)@vh_x_#Rw#(nyTk-X9 zXZ??N*3*w)ULR*$Q}Oj%{vT7j54Y?7AHKJDS5?8!+5gW}yz1TE|1ReLo%++;?^phK z_ceZB+1D5M4nOX!|Ni|(Bfovc{`N0_zl!~Nx3tQpKl-@w^zU-_EdRD#4ri9%`|tJl ze?C8NuHRo|QM>)i&&%Oq{reYG{Q9!J{)hZO^W!h;?f<;{_~ZXS_x}ICZa!Z8J+Ai0 zk;2!<#lP46JNNqf{(r*qmU(|~ewDY$|NFPz`uhBDACG)I6Mygb%fGMP|9pM@|NqVX z#XpZ7w%`A6^N%l_a`S&(T+P4k-Tu!X&RyLrzxVIG;-Wcr2h;1ne0ccRdc9rMj~~G` zr<^|=TL1q{)#qQ_Ex*g-es9-*x4*XZ|I5cG?e|*5ikSbe{;yd5_|>mRe-BpgzgwO^ zf1kyUfBVgU*w_D@|NrCv->9IotkY@9N#<>+4E?|2w+ZTtC0=7XSab$LHT(`}o@Zy;XnDNtf%r-~WAf z^`n=MUmoB8{r}hfyZ`FX|0f@}|NF(q*W%;s7mF`y(*OVd|95Bg|NHxYJpHZtbM*DMFXvBPfI`?*d?7hm*YumT$uiMXNS^I^s9+I@+)*;Dg-ull2t zkN3v^Tx`Fq_+#)t{#DeM{^Xax zyR-i1y%m1@&-uUGR~_|J`1tYl(|>HXUjO&e^Y?$|u3p`Kef}@wc{M<`@JjZyMEsO%I624-rYTYx%cZ=zqo#0%m2r2U-A6k z)vMCi|G)e2)>Y9r+zqfDLzE1AmzPi49vrjMnJ-z>9cpdjX z&I8F`KIPXthW~$Y_qAxXl3nTMxtG`F?f<^~(%S!j((Qlg|GW40|Ci-cl~8Ruq){QGd*od4ba|LrCJ6zA4^JeR-pv%REFVeazpQ|)W7{yfBfxpMNU z@B3f<;r}<`oc)r|{4f7FTm3)l``o?%xu5t!dkb65ugeb8EKDPAS({Xq;fNan8eIiq~B|Vg!VQuAlH#>)hHW zds8pkM_mot~DfExhW> zz@0qP^_Rat%UYwu%yM7k<^7WX$R3;BD0%dwT=CE2g?|j$zRlt@Xp}bY65eI_k7wNj zfz1_beomCT-#hcv>Ef4>y9|S?YNpRyDs9|VY|C3`rg_XuTYQ)3e9P26azcWMA_8*UJqxX5vGajd|QoVvbCP)9nMImcD1^*ne?~@}1ifV)J#)Ztr|n`n`2iYy(G4+=0_=-e*j; zbE7l^7n~_twsp~t?&z)4rae&+c(x``u;tr6*NU*LYY7+mPnT4CmSu5%YW?=0Rd@B4 zv{{D|CmOEYvbJ)14?E}dX(zkZvy^G~#!T~i9wFfS$MYpueq?spqkBCoez~T3=-oOK zFl&v|sr^D(hf_`0U6}g2<$X+Xv?yQLSGn&}>vCo;7wSD5_UgF|*Z+9Uq#YSE9kMrS z-~5{J>h-x0U%x%~t#50nS}Us@k~?~$AlcMAT6M?DyDMI|uQFcueS7@W7;~QwLcz@{ z3r}bSL~AS+_Slzobl7PDLN!_^{kFb0n%66e}CDt zMD0>`l#chba#wEiDduxR4{oqhe8{ZLmA7+}&z7dAHv)Klt#14}mzbT#5`Fffxq)6! z)a_q;rrdU}2s@=5pTEp%a@|V7v+*L8a}r$cUF%sEa>elDD!cg&xx4;P{C}dMC5oq1 zZG+7OgX9HrnhU~2O%|0c|5oW8y+$ce&A9w~((DI$`S$JAbNQD%{wU_`vi8{S7jgf? d_Wn7c^Skd>fcd38zj^B!awi8zF5_lk001J4QjGur literal 706 zcmb2|=3tOJHY=Us|IyHceX|V&WOF95mVLkEwN~rvmA5;O%k9VuT{%5#sn=d5cAkjr zoD^%{?e!P-zY{o=cfyKgYmk(t;x_ru_x4D(u_&}%=!&1i*u$0S}|u3<5Ls`$0AvPMnaM#f-yRr8q@ znwAUIKfLVxGedJ-0-N~9!lQL(G`=6{pLxkS?ZrYnTX%!ttqY951k9i3{r?ZA(1NU| zOgkdBvnp}Va?rWLziy5hzsR9{i>CtL?b?otAD{g;hI?1-%2;s)CMB+lyBtT04|`1y zixP`TwKR51zH@YKoOXMW5J&N~7aUICFBDY-N?rS~NPgPOZb=mvq`^2Y-ydc5CjAa^+QZ6CATf@kK@g{Z5+|QB^R6j)mHuNwEQ+# Wy8CX&&fR=Enn|(nVPTu}f;e%-LPrme7-jQ9q3pR9 zn_^FW;{9>0=d#*_b>Ae zxXMWxE#izhb7U>2%^RK>>3L@*iXSA|?TqSPY16JZZ)ddewD~8VWN?>0@gb+eh#$!_dW&bQn&+4frIvU9E$2k&GqJ9kv1c)6s({9UHWXBydy z9~_j~HRJr9S&W}$x2N@}e|gXuV{<)&&8GbBtc@~ma%U#88-Gkt(|eX}68t>7Yvzs_ z?{}8RNH~YA_htC(J9(i|cT&WsU)HO8L#7K(SifUp;P))f&HinnZ~6G%ymykyPGD3# z|G@KT_B5?ovqKeKkG)b^>gBn`+IsrzTMJH0cz9{=WJuDJX5%k*)t>fN?Dwj_9pATT z{OtMuVB^W|P*2fW$&pUkD}7Gp8ZaK&W41-_N0dSJQi=7&D}$yjoc+{&C0CiB^xpPr z!-B25Jxm@MP0rw%EXMO#zva%ST@qm*_f`L5-@RsMu;1Y}5G?LJ!#u{8Y1 zK0F~OqY8Dx^!I&UzF#B!?|J{?by`{#=fY+MW;4AtojFCT?ML?{-rzRly$zRj)0{XX zMQ$iGFmw$qzx znD?1J-om-$wXaTCv{q>Dqx!VE&l}V=oj8@+{-;PNKH1m(&)iX6df_MT$%n35_lO+} zI{m=jrZGD87rWAy-$!1g`R=*y!YF04@St7%#Zv2!3)SSZFC4I4FKL*(U+suE--QXB zzE6_X>U>2K(vR%5jcJA_gR#?JyE)f=zDBH{d0YG=PceupKC?INNX@J3K8Eg$X95|D-z3|8 z&UQQV{m(4Tc@_=qzbo=C^i;h2Z5nKOgz=0;!%P+fVfoLzvv&S9J?>L;hX0STo}b_} zY3YSex9K`WJ`hojsY}14Rog1~lS^2#WWDf~A1RTS&ptSDSNxO}v$n`*Cfn>CDLa=f zjScq_@kz718r69B=+0YS+g}cGEL|(U-wnPk-opcxKwqD5K=fy}tw>G2Nfr{V-?8 z+HMxzXssDr&y*frymQyr*XuRzn1)?0jVnIP(jm2U$?DdWn{LG#mlgJXU%px6`r)_F zRj>1k?n%i$yuz6A+bt)}xr@GZhv{CPX1v*H`Sc0Qx*?&C#X4SEJ+If#>JqxAHFfK% zNJo)ZlV0w>{;<+AX6_V|^0|(BibW<0dzQN%)D5516?S2c=>(_E?~LV)?=YF3vi1FVd2I&#Hd@iU-hUxqueCn%umA%C0L|!;1^@s6 diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt index 5f4058ae635715673a61ed1c2b285fa903bbb9da..e26e6dd5f9d19a839ea19434b8fb81106e45f61a 100644 GIT binary patch literal 718 zcmb2|=3w~sO(KKg|K6#-`Ij98+K$KfKHeri!NDV@Vcx^GfOW1OF#0`>jzrra3C%5t@Y|Qlz znik0BtyjNbi`RWOf%?U{p1W47s?66l`~6p9$7`oZafQ|i(?9HaD8zkMYxkHhBGrm zZsqOpR%__-KAm#*I@8^mZhG2Fxphva{q%e(wLUVtuV6iUSo`EV0(!UZ1k76Fc51&^ z*6~!^Hy3u+2g|H}rXPA|>Z=XPglH$N>onZN77>i@5wpFHw4&*R|leQ8s4U&SPp_CL64aq#dL zKJDe(KRvLCsyg}P&bf$i^?xS9O=UhgU#IoV-&WFnwI!vfxLEt!#s2TVbjxRbEwI;B kTx$48ud1LTeQtfqv|9Jvj7to9^@nBOdsLtG;bvd}06ha`%m4rY literal 707 zcmb2|=3oGW|9hwU_Fpy-Xj6~Bt+G4DfvJ$?+Zn-yapH=FjvgK{%H}hdT(c@m**)c{ z{D<|D+kJ18_zE>{nR@HW$Jv$hCHvJZ9oRNLv^Qj8_}=?Fn@wDL;i>4!mtR>m9f?Sr z`0uiC;Bue;4h+Zr89vV{a1#Dyaxj9~c}?Zn4)rhD(<)qrXB{{${L}PclZEoU8|x)M zs_rW|V4C1I{)sNEKcxBDD*KVC$sewjoMUVRC zUGcjlTGZivZIwt;^>sy?wWiq{t@!SKeK=`;hUcf5-yZB-JNxUjOs@9OgG(-zosKnP zd=e9-CcRJaMVQpiHB=Oi0fa|*L_Gp@7AG!S!*0m?H9~CpK5Hk z(EI-qi_o+2t9IyL-FV2oO*?vecIPoM>92?P@`T9>XXx&#iaVQn=e_;U;Iw033x21b zEj`V$zA$&fp|IAgYgSLWWceh1%d3FsKDE}3%9mfk*H)RS z8fXW$QJl7YuF#zv&NZQ4 zyB2vbi9dBvM=@sSgmWh4%Z@J8(UiS3El_#sxd!vw)duhXF}iIyD>TLK?-PcPJEpn4 zmAm=r&4l}34qpFXJ}+I?e1{^d{5jL*If3F#ud7+sFXNP3RxV@KJeB?V#Y^64zsn9T zu=>1wo`6Yg((3Y*KWi52UK5z4dFJh03m5yhyr19Ny#APSN@1zlBfVcQb4!0VMtSr6bqXtOxV$T=ZNQ8 z%d(W+Q$F(lxGrPvn_)GXWm)N^YfCGu?>(2^^5;z&p2?i>+~PD z@`0Rs^u{NF2#t%I2&N7s%XY+sX$n)+j#`8O)jgJYR zdBB;zCj7;tpWSI%=gTYf?o_Xz@1ziRtoi6N&45T2O%#6W7 zC1bC(w9Rk3>Bq!64yLo(te&}Gr_$2Muu0+}DVBj=Nq1jF<+V625jiyHic#BzJ7yws z)4Q&0$>5*!^quP6%Zr{E-)mmJY|XUnMH^&vjg*!cWv9*lsE~R{AaJAT@^4;&YF;ag zq89jm3S89{H`(p|!#LhGx4M0l^-O0TGxK!a_`mD4uJF}@R=vBs-_~Wl3v9i+;@02Q zsXGi(_lbne&QY!Ji7c7D=6iwI!IwJkY*(;|@jkpFk=6WtMfWjoY2Mb?KewHC*Il~d zw5CSMs?+u>ReZkY+w0F<#hI=eo7Hu+`;5jVk)Tx~m-M~NLL}Wvd7ek-_!UNmN~~F- z5_3Ce9jE@s*^^A%t{FZ$sTnJ+^MXb5Hmbf5yf=AKLYt>!#bHms>^Z%0 zLOwg)rmc1>T6Vp8*$4e^3!V$;<#=Y#in^Th{mzjcA=ypmV{>>Tw%RpRewR0xv*y`? zlDF>G9halBc3N(+Il8LdE!R!J@50x>b8+QIr+@Fh68L+s^wCGj7poHfmmNrE&_B-j z&TqTz+$weUvoCket|>~NljHu+!mw}m8@m<$QhQvrTrSPrxAW=lSHG+OHdfsETF~yN la7@HF`fm3Advod)+G-YiC13cM@PlU&VY33;BoevH6551rrBpQFnp6PJ#Nsr*>w8RUcZlTv>H65 zlQjMvw{8l1^^c98PoDpo>A#j^@dD~U*w3CgEuEc^Fzb5Ho|^4xo#6%xKgQTJMjJok zygO@Rc**{A#XG;x3XDt7J3A%(!6&Y}vsV6US!bcW{aEyZnX}dxF!DRxU;kMuzcFoH z{U6r9#>XG;tVr6P)^$Akz~kK&Lfg}hOx|T0Z1az4-hrc&cbO{BE8d>gr5Cq4ljILl;}JBCF3vhHlDcTpss*aIROFYg zdTE+j%Kp77rPSi2>7$^@**=r6hT=|S?k2bB_xO7ohLGJD%=Ze<%9+xC;9^p_c54kIQ z{P)p7B3cGZ{J&&yp4a(~I6C(`V{^_uc;c`h5)4_Q(V>Pq>4UwZIlfn{vjX8(6h zwr@|!Yac7DeJk}fvfFuyo66kRv!nO*-|OX#epq$He`yZIsO#Zzimydw~043jZAOHXW diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 107af9b67..96149fd68 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -29,7 +29,7 @@ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike", "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_anorthosite_rocks" + "tfg:moon/surface/loose_moon_stone_rocks" ], [], "#tfg:moon_veins", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_moon_stone_rocks.json similarity index 90% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_moon_stone_rocks.json index f0fb3e7ba..4edb0023f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_moon_stone_rocks.json @@ -14,7 +14,7 @@ "source": { "type": "minecraft:simple_state_provider", "state": { - "Name": "tfg:loose/anorthosite" + "Name": "tfg:loose/moon_stone" } } } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json index 5bf7ab068..bac81cf2b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json @@ -25,13 +25,13 @@ { "weight": 20, "data": { - "Name": "tfg:rock/raw_basanite" + "Name": "ad_astra:moon_deepslate" } }, { "weight": 20, "data": { - "Name": "tfg:rock/raw_anorthosite" + "Name": "ad_astra:moon_stone" } } ] 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 be427e547..96f8de591 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 @@ -34,19 +34,19 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_apatite_ore", + "block": "gtceu:moon_stone_apatite_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_tricalcium_phosphate_ore", + "block": "gtceu:moon_stone_tricalcium_phosphate_ore", "weight": 35 }, { - "block": "gtceu:anorthosite_pyrochlore_ore", + "block": "gtceu:moon_stone_pyrochlore_ore", "weight": 40 }, { @@ -57,19 +57,19 @@ }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_apatite_ore", + "block": "gtceu:moon_deepslate_apatite_ore", "weight": 25 }, { - "block": "gtceu:basanite_tricalcium_phosphate_ore", + "block": "gtceu:moon_deepslate_tricalcium_phosphate_ore", "weight": 35 }, { - "block": "gtceu:basanite_pyrochlore_ore", + "block": "gtceu:moon_deepslate_pyrochlore_ore", "weight": 40 }, { 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 c955ee389..6a765c620 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 @@ -35,46 +35,46 @@ }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:basanite_bauxite_ore", + "block": "gtceu:moon_stone_bauxite_ore", "weight": 35 }, { - "block": "gtceu:basanite_ilmenite_ore", + "block": "gtceu:moon_stone_ilmenite_ore", "weight": 40 }, { - "block": "gtceu:basanite_aluminium_ore", + "block": "gtceu:moon_stone_aluminium_ore", "weight": 25 }, { - "block": "gtceu:basanite_armalcolite_ore", + "block": "gtceu:moon_stone_armalcolite_ore", "weight": 20 } ] }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:anorthosite_bauxite_ore", + "block": "gtceu:moon_deepslate_bauxite_ore", "weight": 35 }, { - "block": "gtceu:anorthosite_ilmenite_ore", + "block": "gtceu:moon_deepslate_ilmenite_ore", "weight": 40 }, { - "block": "gtceu:anorthosite_aluminium_ore", + "block": "gtceu:moon_deepslate_aluminium_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_armalcolite_ore", + "block": "gtceu:moon_deepslate_armalcolite_ore", "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 52c336bed..74df125ea 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 @@ -45,11 +45,11 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_beryllium_ore", + "block": "gtceu:moon_stone_beryllium_ore", "weight": 35 }, { @@ -57,7 +57,7 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_emerald_ore", + "block": "gtceu:moon_stone_emerald_ore", "weight": 50 }, { @@ -65,18 +65,18 @@ "weight": 2 }, { - "block": "gtceu:anorthosite_thorium_ore", + "block": "gtceu:moon_stone_thorium_ore", "weight": 15 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_beryllium_ore", + "block": "gtceu:moon_deepslate_beryllium_ore", "weight": 35 }, { @@ -84,7 +84,7 @@ "weight": 1 }, { - "block": "gtceu:basanite_emerald_ore", + "block": "gtceu:moon_deepslate_emerald_ore", "weight": 50 }, { @@ -92,7 +92,7 @@ "weight": 2 }, { - "block": "gtceu:basanite_thorium_ore", + "block": "gtceu:moon_deepslate_thorium_ore", "weight": 15 } ] 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 f43262f4a..7ac3e1b57 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 @@ -11,11 +11,11 @@ "blocks": [ { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_desh_ore", + "block": "gtceu:moon_stone_desh_ore", "weight": 40 }, { @@ -23,7 +23,7 @@ "weight": 2 }, { - "block": "gtceu:anorthosite_ilmenite_ore", + "block": "gtceu:moon_stone_ilmenite_ore", "weight": 25 }, { @@ -31,22 +31,22 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_aluminium_ore", + "block": "gtceu:moon_stone_aluminium_ore", "weight": 20 }, { - "block": "gtceu:anorthosite_armalcolite_ore", + "block": "gtceu:moon_stone_armalcolite_ore", "weight": 15 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_desh_ore", + "block": "gtceu:moon_deepslate_desh_ore", "weight": 40 }, { @@ -54,7 +54,7 @@ "weight": 2 }, { - "block": "gtceu:basanite_ilmenite_ore", + "block": "gtceu:moon_deepslate_ilmenite_ore", "weight": 25 }, { @@ -62,11 +62,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_aluminium_ore", + "block": "gtceu:moon_deepslate_aluminium_ore", "weight": 20 }, { - "block": "gtceu:basanite_armalcolite_ore", + "block": "gtceu:moon_deepslate_armalcolite_ore", "weight": 15 } ] diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json index 13642ce6d..79a3549cf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_diopside.json @@ -93,11 +93,11 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_diopside_ore", + "block": "gtceu:moon_stone_diopside_ore", "weight": 45 }, { @@ -105,26 +105,26 @@ "weight": 2 }, { - "block": "gtceu:anorthosite_trona_ore", + "block": "gtceu:moon_stone_trona_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_cobalt_ore", + "block": "gtceu:moon_stone_cobalt_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_tantalite_ore", + "block": "gtceu:moon_stone_tantalite_ore", "weight": 15 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_diopside_ore", + "block": "gtceu:moon_deepslate_diopside_ore", "weight": 45 }, { @@ -132,15 +132,15 @@ "weight": 2 }, { - "block": "gtceu:basanite_trona_ore", + "block": "gtceu:moon_deepslate_trona_ore", "weight": 25 }, { - "block": "gtceu:basanite_cobalt_ore", + "block": "gtceu:moon_deepslate_cobalt_ore", "weight": 25 }, { - "block": "gtceu:basanite_tantalite_ore", + "block": "gtceu:moon_deepslate_tantalite_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 index 7829d220e..20b31c89f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_enstatite.json @@ -105,11 +105,11 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_enstatite_ore", + "block": "gtceu:moon_stone_enstatite_ore", "weight": 45 }, { @@ -117,7 +117,7 @@ "weight": 2 }, { - "block": "gtceu:anorthosite_chromite_ore", + "block": "gtceu:moon_stone_chromite_ore", "weight": 30 }, { @@ -125,22 +125,22 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_ilmenite_ore", + "block": "gtceu:moon_stone_ilmenite_ore", "weight": 15 }, { - "block": "gtceu:anorthosite_fayalite_ore", + "block": "gtceu:moon_stone_fayalite_ore", "weight": 10 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_enstatite_ore", + "block": "gtceu:moon_deepslate_enstatite_ore", "weight": 45 }, { @@ -148,7 +148,7 @@ "weight": 2 }, { - "block": "gtceu:basanite_chromite_ore", + "block": "gtceu:moon_deepslate_chromite_ore", "weight": 30 }, { @@ -156,11 +156,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_ilmenite_ore", + "block": "gtceu:moon_deepslate_ilmenite_ore", "weight": 15 }, { - "block": "gtceu:basanite_fayalite_ore", + "block": "gtceu:moon_deepslate_fayalite_ore", "weight": 10 } ] 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 index f6a40d299..b0c6469b6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_fayalite.json @@ -93,15 +93,15 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_enstatite_ore", + "block": "gtceu:moon_stone_enstatite_ore", "weight": 10 }, { - "block": "gtceu:anorthosite_pyrite_ore", + "block": "gtceu:moon_stone_pyrite_ore", "weight": 30 }, { @@ -109,26 +109,26 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_pentlandite_ore", + "block": "gtceu:moon_stone_pentlandite_ore", "weight": 15 }, { - "block": "gtceu:anorthosite_fayalite_ore", + "block": "gtceu:moon_stone_fayalite_ore", "weight": 45 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_enstatite_ore", + "block": "gtceu:moon_deepslate_enstatite_ore", "weight": 10 }, { - "block": "gtceu:basanite_pyrite_ore", + "block": "gtceu:moon_deepslate_pyrite_ore", "weight": 30 }, { @@ -136,11 +136,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_pentlandite_ore", + "block": "gtceu:moon_deepslate_pentlandite_ore", "weight": 15 }, { - "block": "gtceu:basanite_fayalite_ore", + "block": "gtceu:moon_deepslate_fayalite_ore", "weight": 45 } ] 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 48f42b48b..402192036 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 @@ -73,19 +73,19 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_magnetite_ore", + "block": "gtceu:moon_stone_magnetite_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_vanadium_magnetite_ore", + "block": "gtceu:moon_stone_vanadium_magnetite_ore", "weight": 15 }, { - "block": "gtceu:anorthosite_chromite_ore", + "block": "gtceu:moon_stone_chromite_ore", "weight": 40 }, { @@ -93,30 +93,30 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_gold_ore", + "block": "gtceu:moon_stone_gold_ore", "weight": 15 }, { - "block": "gtceu:anorthosite_sapphire_ore", + "block": "gtceu:moon_stone_sapphire_ore", "weight": 5 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_magnetite_ore", + "block": "gtceu:moon_deepslate_magnetite_ore", "weight": 25 }, { - "block": "gtceu:basanite_vanadium_magnetite_ore", + "block": "gtceu:moon_deepslate_vanadium_magnetite_ore", "weight": 15 }, { - "block": "gtceu:basanite_chromite_ore", + "block": "gtceu:moon_deepslate_chromite_ore", "weight": 40 }, { @@ -124,11 +124,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_gold_ore", + "block": "gtceu:moon_deepslate_gold_ore", "weight": 15 }, { - "block": "gtceu:basanite_sapphire_ore", + "block": "gtceu:moon_deepslate_sapphire_ore", "weight": 5 } ] 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 63807d823..5af1c5b5b 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 @@ -26,25 +26,13 @@ "block": "gtceu:diorite_mica_ore", "weight": 25 }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, { "block": "gtceu:diorite_bauxite_ore", "weight": 25 }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, { "block": "gtceu:diorite_pollucite_ore", "weight": 15 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 } ] }, @@ -65,35 +53,23 @@ "block": "gtceu:gabbro_mica_ore", "weight": 25 }, - { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, { "block": "gtceu:gabbro_bauxite_ore", "weight": 25 }, - { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, { "block": "gtceu:gabbro_pollucite_ore", "weight": 15 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 } ] }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_kyanite_ore", + "block": "gtceu:moon_stone_kyanite_ore", "weight": 35 }, { @@ -101,38 +77,26 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_mica_ore", + "block": "gtceu:moon_stone_mica_ore", "weight": 25 }, { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:anorthosite_bauxite_ore", + "block": "gtceu:moon_stone_bauxite_ore", "weight": 25 }, { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:anorthosite_pollucite_ore", + "block": "gtceu:moon_stone_pollucite_ore", "weight": 15 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_kyanite_ore", + "block": "gtceu:moon_deepslate_kyanite_ore", "weight": 35 }, { @@ -140,28 +104,16 @@ "weight": 1 }, { - "block": "gtceu:basanite_mica_ore", + "block": "gtceu:moon_deepslate_mica_ore", "weight": 25 }, { - "block": "gtceu:raw_mica_block", - "weight": 1 - }, - { - "block": "gtceu:basanite_bauxite_ore", + "block": "gtceu:moon_deepslate_bauxite_ore", "weight": 25 }, { - "block": "gtceu:raw_bauxite_block", - "weight": 1 - }, - { - "block": "gtceu:basanite_pollucite_ore", + "block": "gtceu:moon_deepslate_pollucite_ore", "weight": 15 - }, - { - "block": "gtceu:raw_pollucite_block", - "weight": 1 } ] } 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 38b481688..c8b734472 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 @@ -105,11 +105,11 @@ }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_wulfenite_ore", + "block": "gtceu:moon_deepslate_wulfenite_ore", "weight": 40 }, { @@ -117,7 +117,7 @@ "weight": 1 }, { - "block": "gtceu:basanite_molybdenite_ore", + "block": "gtceu:moon_deepslate_molybdenite_ore", "weight": 30 }, { @@ -125,11 +125,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_molybdenum_ore", + "block": "gtceu:moon_deepslate_molybdenum_ore", "weight": 15 }, { - "block": "gtceu:basanite_powellite_ore", + "block": "gtceu:moon_deepslate_powellite_ore", "weight": 15 } ] 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 index 7c890b63d..f5f438aac 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_olivine.json @@ -11,11 +11,11 @@ "blocks": [ { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_diopside_ore", + "block": "gtceu:moon_deepslate_diopside_ore", "weight": 15 }, { @@ -23,11 +23,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_enstatite_ore", + "block": "gtceu:moon_deepslate_enstatite_ore", "weight": 10 }, { - "block": "gtceu:basanite_olivine_ore", + "block": "gtceu:moon_deepslate_olivine_ore", "weight": 65 }, { @@ -35,7 +35,7 @@ "weight": 2 }, { - "block": "gtceu:basanite_fayalite_ore", + "block": "gtceu:moon_deepslate_fayalite_ore", "weight": 10 } ] 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 index de7339764..9dd3bf407 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_plutonium.json @@ -11,23 +11,23 @@ "blocks": [ { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_desh_ore", - "weight": 45 + "block": "gtceu:moon_deepslate_tungstate_ore", + "weight": 35 }, { - "block": "gtceu:raw_desh_block", + "block": "gtceu:moon_deepslate_armalcolite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_armalcolite_block", "weight": 1 }, { - "block": "gtceu:basanite_armalcolite_ore", - "weight": 30 - }, - { - "block": "gtceu:basanite_plutonium_ore", + "block": "gtceu:moon_deepslate_plutonium_ore", "weight": 25 } ] @@ -40,12 +40,12 @@ "underground_count": 200, "blocks": [ { - "block": "gtceu:desh_indicator", - "weight": 45 + "block": "gtceu:tungstate_indicator", + "weight": 35 }, { "block": "gtceu:armalcolite_bud_indicator", - "weight": 30 + "weight": 40 }, { "block": "gtceu:plutonium_indicator", 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 72734b4a6..88c1df42e 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 40, - "rarity": 200, + "rarity": 180, "density": 0.3, "min_y": -32, "max_y": 100, @@ -43,15 +43,15 @@ }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_quartzite_ore", + "block": "gtceu:moon_deepslate_quartzite_ore", "weight": 10 }, { - "block": "gtceu:basanite_certus_quartz_ore", + "block": "gtceu:moon_deepslate_certus_quartz_ore", "weight": 50 }, { @@ -59,11 +59,11 @@ "weight": 2 }, { - "block": "gtceu:basanite_barite_ore", + "block": "gtceu:moon_deepslate_barite_ore", "weight": 15 }, { - "block": "gtceu:basanite_nether_quartz_ore", + "block": "gtceu:moon_deepslate_nether_quartz_ore", "weight": 25 }, { @@ -105,15 +105,15 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_quartzite_ore", + "block": "gtceu:moon_stone_quartzite_ore", "weight": 10 }, { - "block": "gtceu:anorthosite_certus_quartz_ore", + "block": "gtceu:moon_stone_certus_quartz_ore", "weight": 50 }, { @@ -121,11 +121,11 @@ "weight": 2 }, { - "block": "gtceu:anorthosite_barite_ore", + "block": "gtceu:moon_stone_barite_ore", "weight": 15 }, { - "block": "gtceu:anorthosite_nether_quartz_ore", + "block": "gtceu:moon_stone_nether_quartz_ore", "weight": 25 }, { @@ -168,7 +168,7 @@ ], "indicator": { "rarity": 15, - "depth": 50, + "depth": 80, "underground_rarity": 40, "underground_count": 200, "blocks": [ 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 ff446a6b6..f0c36a4ce 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 @@ -11,11 +11,11 @@ "blocks": [ { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_redstone_ore", + "block": "gtceu:moon_stone_redstone_ore", "weight": 45 }, { @@ -23,22 +23,22 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_ruby_ore", + "block": "gtceu:moon_stone_ruby_ore", "weight": 35 }, { - "block": "gtceu:anorthosite_cinnabar_ore", + "block": "gtceu:moon_stone_cinnabar_ore", "weight": 20 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_redstone_ore", + "block": "gtceu:moon_deepslate_redstone_ore", "weight": 45 }, { @@ -46,11 +46,11 @@ "weight": 1 }, { - "block": "gtceu:basanite_ruby_ore", + "block": "gtceu:moon_deepslate_ruby_ore", "weight": 35 }, { - "block": "gtceu:basanite_cinnabar_ore", + "block": "gtceu:moon_deepslate_cinnabar_ore", "weight": 20 } ] 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 f3efb4c77..1c59acbfe 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 @@ -38,11 +38,11 @@ }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:basanite_saltpeter_ore", + "block": "gtceu:moon_stone_saltpeter_ore", "weight": 35 }, { @@ -50,26 +50,26 @@ "weight": 1 }, { - "block": "gtceu:basanite_soapstone_ore", + "block": "gtceu:moon_stone_soapstone_ore", "weight": 25 }, { - "block": "gtceu:basanite_electrotine_ore", + "block": "gtceu:moon_stone_electrotine_ore", "weight": 25 }, { - "block": "gtceu:basanite_talc_ore", + "block": "gtceu:moon_stone_talc_ore", "weight": 15 } ] }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:anorthosite_saltpeter_ore", + "block": "gtceu:moon_deepslate_saltpeter_ore", "weight": 35 }, { @@ -77,15 +77,15 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_soapstone_ore", + "block": "gtceu:moon_deepslate_soapstone_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_electrotine_ore", + "block": "gtceu:moon_deepslate_electrotine_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_talc_ore", + "block": "gtceu:moon_deepslate_talc_ore", "weight": 15 } ] 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 8e66746f4..7077d8f13 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 @@ -40,11 +40,11 @@ }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_almandine_ore", + "block": "gtceu:moon_deepslate_almandine_ore", "weight": 35 }, { @@ -52,15 +52,15 @@ "weight": 1 }, { - "block": "gtceu:basanite_pyrope_ore", + "block": "gtceu:moon_deepslate_pyrope_ore", "weight": 25 }, { - "block": "gtceu:basanite_sapphire_ore", + "block": "gtceu:moon_deepslate_sapphire_ore", "weight": 15 }, { - "block": "gtceu:basanite_green_sapphire_ore", + "block": "gtceu:moon_deepslate_green_sapphire_ore", "weight": 15 } ] 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 6e30ac22e..d1f40ad75 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 @@ -65,11 +65,11 @@ }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_scheelite_ore", + "block": "gtceu:moon_stone_scheelite_ore", "weight": 40 }, { @@ -77,7 +77,7 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_tungstate_ore", + "block": "gtceu:moon_stone_tungstate_ore", "weight": 50 }, { @@ -85,18 +85,18 @@ "weight": 2 }, { - "block": "gtceu:anorthosite_lithium_ore", + "block": "gtceu:moon_stone_lithium_ore", "weight": 10 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_scheelite_ore", + "block": "gtceu:moon_deepslate_scheelite_ore", "weight": 40 }, { @@ -104,7 +104,7 @@ "weight": 1 }, { - "block": "gtceu:basanite_tungstate_ore", + "block": "gtceu:moon_deepslate_tungstate_ore", "weight": 50 }, { @@ -112,7 +112,7 @@ "weight": 2 }, { - "block": "gtceu:basanite_lithium_ore", + "block": "gtceu:moon_deepslate_lithium_ore", "weight": 10 } ] 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 0d8fa2bc5..90003bff6 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 @@ -11,11 +11,11 @@ "blocks": [ { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:anorthosite_bornite_ore", + "block": "gtceu:moon_stone_bornite_ore", "weight": 35 }, { @@ -23,26 +23,26 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_cooperite_ore", + "block": "gtceu:moon_stone_cooperite_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_platinum_ore", + "block": "gtceu:moon_stone_platinum_ore", "weight": 25 }, { - "block": "gtceu:anorthosite_palladium_ore", + "block": "gtceu:moon_stone_palladium_ore", "weight": 15 } ] }, { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:basanite_bornite_ore", + "block": "gtceu:moon_deepslate_bornite_ore", "weight": 35 }, { @@ -50,15 +50,15 @@ "weight": 1 }, { - "block": "gtceu:basanite_cooperite_ore", + "block": "gtceu:moon_deepslate_cooperite_ore", "weight": 25 }, { - "block": "gtceu:basanite_platinum_ore", + "block": "gtceu:moon_deepslate_platinum_ore", "weight": 25 }, { - "block": "gtceu:basanite_palladium_ore", + "block": "gtceu:moon_deepslate_palladium_ore", "weight": 15 } ] 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 30c1a38be..f52fccab3 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 @@ -11,15 +11,15 @@ "blocks": [ { "replace": [ - "tfg:rock/raw_basanite" + "ad_astra:moon_stone" ], "with": [ { - "block": "gtceu:basanite_galena_ore", + "block": "gtceu:moon_stone_galena_ore", "weight": 30 }, { - "block": "gtceu:basanite_silver_ore", + "block": "gtceu:moon_stone_silver_ore", "weight": 45 }, { @@ -27,22 +27,22 @@ "weight": 1 }, { - "block": "gtceu:basanite_lead_ore", + "block": "gtceu:moon_stone_lead_ore", "weight": 25 } ] }, { "replace": [ - "tfg:rock/raw_anorthosite" + "ad_astra:moon_deepslate" ], "with": [ { - "block": "gtceu:anorthosite_galena_ore", + "block": "gtceu:moon_deepslate_galena_ore", "weight": 30 }, { - "block": "gtceu:anorthosite_silver_ore", + "block": "gtceu:moon_deepslate_silver_ore", "weight": 45 }, { @@ -50,7 +50,7 @@ "weight": 1 }, { - "block": "gtceu:anorthosite_lead_ore", + "block": "gtceu:moon_deepslate_lead_ore", "weight": 25 } ] diff --git a/kubejs/data/tfg/worldgen/mars_rock_layers.json b/kubejs/data/tfg/worldgen/mars_rock_layers.json index ee9374e55..ff0cecc25 100644 --- a/kubejs/data/tfg/worldgen/mars_rock_layers.json +++ b/kubejs/data/tfg/worldgen/mars_rock_layers.json @@ -17,13 +17,13 @@ "andesite": "tfc:andesite", "dacite": "tfc:dacite", - "syenite": { - "raw": "tfg:raw_syenite", - "hardened": "tfg:hardened_syenite", + "mars_stone": { + "raw": "ad_astra:mars_stone", + "hardened": "tfg:rock/hardened_mars_stone", "gravel": "ad_astra:mars_sand", "cobble": "ad_astra:mars_cobblestone", "sand": "ad_astra:mars_sand", - "sandstone": "tfg:raw_syenite" + "sandstone": "ad_astra:mars_stone" }, "red_granite": { @@ -42,7 +42,7 @@ "basalt", "andesite", "dacite", - "syenite", + "mars_stone", "red_granite" ], "layers": [ @@ -56,7 +56,7 @@ { "id": "intermediate", "layers": { - "syenite": "bottom" + "mars_stone": "bottom" } }, { @@ -109,7 +109,7 @@ "red_granite": "land_sedimentary", "granite": "land_sedimentary", "gabbro": "land_sedimentary", - "syenite": "land_sedimentary" + "mars_stone": "land_sedimentary" } } ], diff --git a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json index 367049a09..cc19b5910 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json @@ -5,7 +5,7 @@ "ore_veins_enabled": false, "legacy_random_source": false, "default_block": { - "Name": "tfg:rock/raw_syenite" + "Name": "ad_astra:mars_stone" }, "default_fluid": { "Name": "minecraft:air" @@ -311,7 +311,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "tfg:rock/hardened_syenite" + "Name": "tfg:rock/hardened_mars_stone" } } }, diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index f2144853e..728682474 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -5,7 +5,7 @@ "ore_veins_enabled": false, "legacy_random_source": false, "default_block": { - "Name": "tfg:rock/raw_anorthosite" + "Name": "ad_astra:moon_stone" }, "default_fluid": { "Name": "minecraft:air" @@ -250,7 +250,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "tfg:rock/raw_basanite", + "Name": "ad_astra:moon_deepslate", "Properties": { "axis": "y" } @@ -280,7 +280,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "tfg:rock/hardened_anorthosite" + "Name": "tfg:rock/hardened_moon_stone" } } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json similarity index 82% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json rename to kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json index a40f89a9e..b98187645 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/loose_anorthosite_rocks", + "feature": "tfg:moon/surface/loose_moon_stone_rocks", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index d4af8120f..2ced15e55 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -46,6 +46,7 @@ const registerAdAstraBlockTags = (event) => { event.add('tfc:breaks_when_isolated', rock) event.add('tfc:rock/raw', rock) event.add('minecraft:mineable/pickaxe', rock) + event.add('tfc:can_carve', rock) // Collapse tags also require a collapse recipe to work. // Don't add the recipe if you don't want them to actually collapse! event.add('tfc:can_collapse', rock) @@ -65,12 +66,13 @@ const registerAdAstraBlockTags = (event) => { event.add('tfc:bloomery_insulation', rock) event.add('firmalife:oven_insulation', rock) event.add('tfc:forge_insulation', rock) + event.add('tfc:can_carve', rock) }) // Moon - event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/raw_anorthosite') - event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/hardened_anorthosite') - event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/raw_basanite') + event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_stone') + event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/hardened_moon_stone') + event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_deepslate') event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_sand') event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/black') event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/white') @@ -81,9 +83,8 @@ const registerAdAstraBlockTags = (event) => { event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/gabbro') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/basalt') - event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/raw_basanite') - event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/raw_anorthosite') - event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_stone') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_deepslate') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/gabbro') diff --git a/kubejs/server_scripts/tfc/recipes.stone.js b/kubejs/server_scripts/tfc/recipes.stone.js index dfb0293c7..e5d29b0ff 100644 --- a/kubejs/server_scripts/tfc/recipes.stone.js +++ b/kubejs/server_scripts/tfc/recipes.stone.js @@ -757,10 +757,10 @@ function registerTFCStoneRecipes(event) { // Space - event.recipes.gtceu.centrifuge('anorthosite_dust_separation') + event.recipes.gtceu.centrifuge('moon_stone_dust_separation') .EUt(GTValues.VA[GTValues.MV]) .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('anorthosite'), 1)) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_stone'), 1)) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 3700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ilmenite, 1), 1700, 700) diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index ed52c7a3f..c19ce1a9a 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -20,15 +20,16 @@ function registerTFGCollapseRecipes(event) { // #endregion Nether // #region Space - event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/raw_anorthosite') - event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/hardened_anorthosite') - event.recipes.tfc.collapse('tfg:raw_basanite', 'tfg:rock/raw_basanite') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'ad_astra:moon_stone') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/hardened_moon_stone') + event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'ad_astra:moon_deepslate') + event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'tfg:rock/hardened_moon_deepslate') event.recipes.tfc.landslide('ad_astra:moon_cobblestone', 'ad_astra:moon_cobblestone') event.recipes.tfc.landslide('ad_astra:moon_sand', 'ad_astra:moon_sand') - event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/raw_syenite') - event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/hardened_syenite') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'ad_astra:mars_stone') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/hardened_mars_stone') event.recipes.tfc.landslide('ad_astra:mars_cobblestone', 'ad_astra:mars_cobblestone') event.recipes.tfc.landslide('ad_astra:mars_sand', 'ad_astra:mars_sand') diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index ee37661b4..81fd5c3d1 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -11,8 +11,8 @@ function registerTFGRockRecipes(event) { { loose: 'beneath:blackstone_pebble', block: 'minecraft:blackstone' }, { loose: 'tfg:brick/deepslate', block: '4x minecraft:deepslate_bricks' }, { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' }, - { loose: 'tfg:loose/anorthosite', block: 'ad_astra:moon_cobblestone' }, - { loose: 'tfg:loose/syenite', block: 'ad_astra:mars_cobblestone' } + { loose: 'tfg:loose/moon_stone', block: 'ad_astra:moon_cobblestone' }, + { loose: 'tfg:loose/mars_stone', block: 'ad_astra:mars_cobblestone' } ] GLUEING_TOGETHER.forEach(x => { @@ -38,8 +38,8 @@ function registerTFGRockRecipes(event) { const LOOSE_TO_BRICKS = [ { loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' }, - { loose: 'tfg:loose/anorthosite', brick: 'tfg:brick/anorthosite' }, - { loose: 'tfg:loose/syenite', brick: 'tfg:brick/syenite' } + { loose: 'tfg:loose/moon_stone', brick: 'tfg:brick/moon_stone' }, + { loose: 'tfg:loose/mars_stone', brick: 'tfg:brick/mars_stone' } ] LOOSE_TO_BRICKS.forEach(x => { @@ -114,9 +114,12 @@ function registerTFGRockRecipes(event) { { raw: 'minecraft:blackstone', hammered: 'tfc:sand/black' }, { raw: 'beneath:crackrack', hammered: 'tfc:sand/pink' }, { raw: 'minecraft:dripstone_block', hammered: 'tfc:sand/brown' }, - { raw: 'tfg:rock/raw_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, - { raw: 'tfg:rock/hardened_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, - { raw: 'ad_astra:moon_cobblestone', hammered: 'tfc:sand/white' } + + { raw: 'ad_astra:moon_stone', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'tfg:rock/hardened_moon_stone', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'ad_astra:moon_cobblestone', hammered: 'ad_astra:moon_sand' }, + { raw: 'ad_astra:moon_deepslate', hammered: 'ad_astra:moon_sand' }, + { raw: 'tfg:rock/hardened_moon_deepslate', hammered: 'ad_astra:moon_sand' } ] HAMMERING.forEach(x => { @@ -262,23 +265,23 @@ function registerTFGRockRecipes(event) { .EUt(7) }) - event.recipes.gtceu.rock_breaker('tfg:anorthosite') - .notConsumable('tfg:rock/raw_anorthosite') - .itemOutputs('tfg:rock/raw_anorthosite') + event.recipes.gtceu.rock_breaker('tfg:moon_stone') + .notConsumable('ad_astra:moon_stone') + .itemOutputs('ad_astra:moon_stone') .duration(16) .EUt(7) .dimension('ad_astra:moon') - event.recipes.gtceu.rock_breaker('tfg:basanite') - .notConsumable('tfg:rock/raw_basanite') - .itemOutputs('tfg:rock/raw_basanite') + event.recipes.gtceu.rock_breaker('tfg:moon_deepslate') + .notConsumable('ad_astra:moon_deepslate') + .itemOutputs('ad_astra:moon_deepslate') .duration(16) .EUt(7) .dimension('ad_astra:moon') - event.recipes.gtceu.rock_breaker('tfg:syenite') - .notConsumable('tfg:rock/raw_syenite') - .itemOutputs('tfg:rock/raw_syenite') + event.recipes.gtceu.rock_breaker('tfg:mars_stone') + .notConsumable('ad_astra:mars_stone') + .itemOutputs('ad_astra:mars_stone') .duration(16) .EUt(7) .dimension('ad_astra:mars') diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 736f42ea5..6e07a7ef6 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -41,9 +41,6 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:oil_bucket', 'ad_astra:fuel_bucket', 'ad_astra:cryo_fuel_bucket', - 'ad_astra:moon_stone', - 'ad_astra:moon_deepslate', - 'ad_astra:mars_stone', 'ad_astra_giselle_addon:gravity_normalizer', 'ad_astra:steel_block', 'ad_astra:raw_desh_block', diff --git a/kubejs/startup_scripts/ad_astra/dimension_markers.js b/kubejs/startup_scripts/ad_astra/dimension_markers.js new file mode 100644 index 000000000..7d8b7d73c --- /dev/null +++ b/kubejs/startup_scripts/ad_astra/dimension_markers.js @@ -0,0 +1,29 @@ +// priority: 0 + +function registerAdAstraDimensionMarkers(event) { + + event.create('ad_astra:earth_orbit') + .iconSupplier(() => Item.of('ad_astra:earth_globe').getItem()) + .tier(1) + .overrideName('Earth Orbit') + + event.create('ad_astra:moon') + .iconSupplier(() => Item.of('ad_astra:moon_globe').getItem()) + .tier(1) + .overrideName('The Moon') + + event.create('ad_astra:mars') + .iconSupplier(() => Item.of('ad_astra:mars_globe').getItem()) + .tier(2) + .overrideName('Mars') + + event.create('ad_astra:venus') + .iconSupplier(() => Item.of('ad_astra:venus_globe').getItem()) + .tier(3) + .overrideName('Venus') + + event.create('ad_astra:mercury') + .iconSupplier(() => Item.of('ad_astra:mercury_globe').getItem()) + .tier(3) + .overrideName('Mercury') +} \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 0d5611ff2..29e2d5d64 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -190,7 +190,8 @@ global.ORE_BEARING_STONES = [ 'pyroxenite', 'dripstone', - 'anorthosite', - 'basanite' + 'moon_stone', + 'moon_deepslate', + 'mars_stone' ]; diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 98f728a81..ee2fd3d2e 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -80,12 +80,9 @@ GTCEuStartupEvents.materialModification(event => { }) -//GTCEuStartupEvents.registry('gtceu:dimension_marker', event => { -// event.create('ad_astra:earth_orbit') -// .iconSupplier(() => Item.of('ad_astra:earth_globe').getItem()) -// .tier(0) -// .overrideName('Earth Orbit') -//}) +GTCEuStartupEvents.registry('gtceu:dimension_marker', event => { + registerAdAstraDimensionMarkers(event) +}) Platform.mods.kaolinclayze.name = "Primitive Creatures"; diff --git a/kubejs/startup_scripts/tfc/tag_prefixes.js b/kubejs/startup_scripts/tfc/tag_prefixes.js index 23bab9be2..9df1a02be 100644 --- a/kubejs/startup_scripts/tfc/tag_prefixes.js +++ b/kubejs/startup_scripts/tfc/tag_prefixes.js @@ -61,22 +61,22 @@ const registerTFCTagPrefixes = (event) => { .generationCondition(ItemGenerationCondition.hasOreProperty) .materialSupplier(() => GTMaterials.Deepslate) - event.create('anorthosite', 'ore') - .stateSupplier(() => Block.getBlock('tfg:rock/raw_anorthosite').defaultBlockState()) + event.create('moon_stone', 'ore') + .stateSupplier(() => Block.getBlock('tfg:rock/hardened_moon_stone').defaultBlockState()) .baseModelLocation('ad_astra:block/moon_stone') .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) .generationCondition(ItemGenerationCondition.hasOreProperty) - event.create('basanite', 'ore') - .stateSupplier(() => Block.getBlock('tfg:rock/raw_basanite').defaultBlockState()) + event.create('moon_deepslate', 'ore') + .stateSupplier(() => Block.getBlock('tfg:rock/hardened_moon_deepslate').defaultBlockState()) .baseModelLocation('ad_astra:block/moon_deepslate') .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) .generationCondition(ItemGenerationCondition.hasOreProperty) - event.create('syenite', 'ore') - .stateSupplier(() => Block.getBlock('tfg:rock/raw_syenite').defaultBlockState()) + event.create('mars_stone', 'ore') + .stateSupplier(() => Block.getBlock('tfg:rock/hardened_mars_stone').defaultBlockState()) .baseModelLocation('ad_astra:block/mars_stone') .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 93d7c02ba..1d8b01238 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -9,21 +9,7 @@ function registerTFGSpaceBlocks(event) { event.createCustom(`tfg:lunar_warped_roots`, () => new $SproutsBlock($Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) event.createCustom(`tfg:lunar_sprouts`, () => new $SproutsBlock( $Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) - event.create('tfg:rock/raw_anorthosite') - .stoneSoundType() - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'ad_astra:item/moon_stone' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/raw') - .tagBlock('minecraft:mineable/pickaxe') - .mapColor('terracotta_cyan') - .fullBlock(true) - .opaque(true) - - event.create('tfg:rock/hardened_anorthosite') + event.create('tfg:rock/hardened_moon_stone') .stoneSoundType() .requiresTool(true) .item(item => { @@ -37,7 +23,7 @@ function registerTFGSpaceBlocks(event) { .fullBlock(true) .opaque(true) - event.create('tfg:rock/raw_basanite') + event.create('tfg:rock/hardened_moon_deepslate') .stoneSoundType() .requiresTool(true) .item(item => { @@ -45,35 +31,25 @@ function registerTFGSpaceBlocks(event) { }) .tagBlock('tfc:can_carve') .tagBoth('forge:stone') - .tagBoth('tfc:rock/raw') + .tagBoth('tfc:rock/hardened') .tagBlock('minecraft:mineable/pickaxe') .mapColor('terracotta_cyan') .fullBlock(true) .opaque(true) - event.create('tfg:loose/anorthosite', 'tfc:loose_rock') - .itemTexture('tfg:item/loose_anorthosite') - .rockTypeModel('igneous_intrusive') + event.create('tfg:loose/moon_stone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/moon_stone') + .rockTypeModel('igneous_extrusive') + + event.create('tfg:loose/moon_deepslate', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/moon_deepslate') + .rockTypeModel('igneous_extrusive') // #endregion // #region Mars blocks - event.create('tfg:rock/raw_syenite') - .stoneSoundType() - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'ad_astra:item/mars_stone' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/raw') - .tagBlock('minecraft:mineable/pickaxe') - .mapColor('terracotta_orange') - .fullBlock(true) - .opaque(true) - - event.create('tfg:rock/hardened_syenite') + event.create('tfg:rock/hardened_mars_stone') .stoneSoundType() .requiresTool(true) .item(item => { @@ -87,8 +63,8 @@ function registerTFGSpaceBlocks(event) { .fullBlock(true) .opaque(true) - event.create('tfg:loose/syenite', 'tfc:loose_rock') - .itemTexture('tfg:item/loose_syenite') - .rockTypeModel('igneous_intrusive') + event.create('tfg:loose/mars_stone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/mars_stone') + .rockTypeModel('sedimentary') } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 9faaaac77..8df128eb3 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -20,14 +20,16 @@ global.AIRCRAFT_UPGRADES = [ ] global.EXTRATERRESTRIAL_RAW_ROCKS = [ - 'tfg:rock/raw_anorthosite', - 'tfg:rock/raw_basanite', - 'tfg:rock/raw_syenite' + 'ad_astra:moon_stone', + 'ad_astra:moon_deepslate', + 'ad_astra:mars_stone', + 'ad_astra:venus_stone', + 'ad_astra:mercury_stone' ] global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ - 'tfg:rock/hardened_anorthosite', - 'tfg:rock/hardened_syenite' + 'tfg:rock/hardened_moon_stone', + 'tfg:rock/hardened_mars_stone' ] global.MOON_BIOMES = [ diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 0b011bd52..eecaf8231 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -50,17 +50,17 @@ const registerTFGItems = (event) => { event.create('tfg:brick/deepslate') .translationKey('item.tfg.brick.deepslate') - event.create('tfg:brick/anorthosite') - .translationKey('item.tfg.brick.anorthosite') + event.create('tfg:brick/moon_stone') + .translationKey('item.tfg.brick.moon_stone') - event.create('tfg:brick/syenite') - .translationKey('item.tfg.brick.syenite') + event.create('tfg:brick/mars_stone') + .translationKey('item.tfg.brick.mars_stone') - event.create('tfg:dust/anorthosite') - .translationKey('item.tfg.dust.anorthosite') + event.create('tfg:dust/moon_stone') + .translationKey('item.tfg.dust.moon_stone') - event.create('tfg:dust/syenite') - .translationKey('item.tfg.dust.syenite') + event.create('tfg:dust/mars_stone') + .translationKey('item.tfg.dust.mars_stone') // #endregion // #region Primitive rubber gloves From 0256ece0ddfcc6135123d53f9156f65c35a916c4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 5 May 2025 20:08:42 +0100 Subject: [PATCH 009/246] added loose stone, bricks, and recipes for all the different ad astra stone types --- kubejs/assets/ad_astra/lang/en_us.json | 41 +- .../tfg/blockstates/loose/glacio_stone.json | 55 +++ .../tfg/blockstates/loose/mercury_stone.json | 55 +++ .../tfg/blockstates/loose/permafrost.json | 55 +++ .../tfg/blockstates/loose/venus_stone.json | 55 +++ .../rock/hardened_glacio_stone.json | 7 + .../rock/hardened_mercury_stone.json | 7 + .../rock/hardened_venus_stone.json | 7 + kubejs/assets/tfg/lang/en_us.json | 24 +- .../models/block/loose/glacio_stone_1.json | 6 + .../models/block/loose/glacio_stone_2.json | 6 + .../models/block/loose/glacio_stone_3.json | 6 + .../models/block/loose/mercury_stone_1.json | 6 + .../models/block/loose/mercury_stone_2.json | 6 + .../models/block/loose/mercury_stone_3.json | 6 + .../tfg/models/block/loose/permafrost_1.json | 6 + .../tfg/models/block/loose/permafrost_2.json | 6 + .../tfg/models/block/loose/permafrost_3.json | 6 + .../tfg/models/block/loose/venus_stone_1.json | 6 + .../tfg/models/block/loose/venus_stone_2.json | 6 + .../tfg/models/block/loose/venus_stone_3.json | 6 + .../block/rock/hardened_glacio_stone.json | 6 + .../block/rock/hardened_mercury_stone.json | 6 + .../block/rock/hardened_venus_stone.json | 6 + .../loot_tables/blocks/glacio_stone.json | 44 ++ .../loot_tables/blocks/mars_stone.json | 44 ++ .../loot_tables/blocks/mercury_stone.json | 44 ++ .../loot_tables/blocks/venus_stone.json | 44 ++ .../blocks/rock/hardened_glacio_stone.json | 30 ++ .../blocks/rock/hardened_mars_stone.json | 30 ++ .../blocks/rock/hardened_mercury_stone.json | 30 ++ .../blocks/rock/hardened_moon_deepslate.json | 30 ++ .../blocks/rock/hardened_moon_stone.json | 30 ++ .../blocks/rock/hardened_venus_stone.json | 30 ++ kubejs/server_scripts/ad_astra/tags.js | 45 ++- kubejs/server_scripts/gregtech/tags.js | 7 +- kubejs/server_scripts/tfg/recipes.collapse.js | 22 +- kubejs/server_scripts/tfg/recipes.rocks.js | 382 +++++++++++++++++- kubejs/startup_scripts/ad_astra/constants.js | 2 - kubejs/startup_scripts/gtceu/constants.js | 5 +- kubejs/startup_scripts/tfc/materials.js | 6 + kubejs/startup_scripts/tfc/tag_prefixes.js | 21 + kubejs/startup_scripts/tfg/blocks.space.js | 81 +++- kubejs/startup_scripts/tfg/constants.js | 9 +- kubejs/startup_scripts/tfg/items.js | 16 +- 45 files changed, 1272 insertions(+), 76 deletions(-) create mode 100644 kubejs/assets/tfg/blockstates/loose/glacio_stone.json create mode 100644 kubejs/assets/tfg/blockstates/loose/mercury_stone.json create mode 100644 kubejs/assets/tfg/blockstates/loose/permafrost.json create mode 100644 kubejs/assets/tfg/blockstates/loose/venus_stone.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_glacio_stone.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_mercury_stone.json create mode 100644 kubejs/assets/tfg/blockstates/rock/hardened_venus_stone.json create mode 100644 kubejs/assets/tfg/models/block/loose/glacio_stone_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/glacio_stone_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/glacio_stone_3.json create mode 100644 kubejs/assets/tfg/models/block/loose/mercury_stone_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/mercury_stone_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/mercury_stone_3.json create mode 100644 kubejs/assets/tfg/models/block/loose/permafrost_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/permafrost_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/permafrost_3.json create mode 100644 kubejs/assets/tfg/models/block/loose/venus_stone_1.json create mode 100644 kubejs/assets/tfg/models/block/loose/venus_stone_2.json create mode 100644 kubejs/assets/tfg/models/block/loose/venus_stone_3.json create mode 100644 kubejs/assets/tfg/models/block/rock/hardened_glacio_stone.json create mode 100644 kubejs/assets/tfg/models/block/rock/hardened_mercury_stone.json create mode 100644 kubejs/assets/tfg/models/block/rock/hardened_venus_stone.json create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/glacio_stone.json create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/mars_stone.json create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/mercury_stone.json create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/venus_stone.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/rock/hardened_glacio_stone.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/rock/hardened_mars_stone.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/rock/hardened_mercury_stone.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_deepslate.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_stone.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/rock/hardened_venus_stone.json diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index df168e698..1452bd406 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -79,25 +79,28 @@ "block.ad_astra.polished_mercury_stone": "Polished Komatiite", "block.ad_astra.polished_mercury_stone_slab": "Polished Komatiite Slab", "block.ad_astra.polished_mercury_stone_stairs": "Polished Komatiite Stairs", - "block.ad_astra.glacio_stone": "Raw Sylvinite", - "block.ad_astra.glacio_cobblestone": "Sylvinite Cobble", - "block.ad_astra.glacio_cobblestone_slab": "Sylvinite Cobble Slab", - "block.ad_astra.glacio_cobblestone_stairs": "Sylvinite Cobble Stairs", - "block.ad_astra.glacio_pillar": "Sylvinite Pillar", - "block.ad_astra.glacio_stone_brick_slab": "Sylvinite Brick Slab", - "block.ad_astra.glacio_stone_brick_stairs": "Sylvinite Brick Stairs", - "block.ad_astra.glacio_stone_brick_wall": "Sylvinite Brick Wall", - "block.ad_astra.glacio_stone_bricks": "Sylvinite Bricks", - "block.ad_astra.glacio_stone_slab": "Sylvinite Slab", - "block.ad_astra.glacio_stone_stairs": "Sylvinite Stairs", - "block.ad_astra.chiseled_glacio_stone_bricks": "Chiseled Sylvinite Bricks", - "block.ad_astra.chiseled_glacio_stone_slab": "Chiseled Sylvinite Slab", - "block.ad_astra.chiseled_glacio_stone_stairs": "Chiseled Sylvinite Stairs", - "block.ad_astra.cracked_glacio_stone_bricks": "Cracked Sylvinite Bricks", - "block.ad_astra.polished_glacio_stone": "Polished Sylvinite", - "block.ad_astra.polished_glacio_stone_slab": "Polished Sylvinite Slab", - "block.ad_astra.polished_glacio_stone_stairs": "Polished Sylvinite Stairs", + "block.ad_astra.glacio_stone": "Raw Phonolite", + "block.ad_astra.glacio_cobblestone": "Phonolite Cobble", + "block.ad_astra.glacio_cobblestone_slab": "Phonolite Cobble Slab", + "block.ad_astra.glacio_cobblestone_stairs": "Phonolite Cobble Stairs", + "block.ad_astra.glacio_pillar": "Phonolite Pillar", + "block.ad_astra.glacio_stone_brick_slab": "Phonolite Brick Slab", + "block.ad_astra.glacio_stone_brick_stairs": "Phonolite Brick Stairs", + "block.ad_astra.glacio_stone_brick_wall": "Phonolite Brick Wall", + "block.ad_astra.glacio_stone_bricks": "Phonolite Bricks", + "block.ad_astra.glacio_stone_slab": "Phonolite Slab", + "block.ad_astra.glacio_stone_stairs": "Phonolite Stairs", + "block.ad_astra.chiseled_glacio_stone_bricks": "Chiseled Phonolite Bricks", + "block.ad_astra.chiseled_glacio_stone_slab": "Chiseled Phonolite Slab", + "block.ad_astra.chiseled_glacio_stone_stairs": "Chiseled Phonolite Stairs", + "block.ad_astra.cracked_glacio_stone_bricks": "Cracked Phonolite Bricks", + "block.ad_astra.polished_glacio_stone": "Polished Phonolite", + "block.ad_astra.polished_glacio_stone_slab": "Polished Phonolite Slab", + "block.ad_astra.polished_glacio_stone_stairs": "Polished Phonolite Stairs", "tagprefix.moon_stone": "Anorthosite %s Ore", "tagprefix.moon_deepslate": "Norite %s Ore", - "tagprefix.mars_stone": "Argillite %s Ore" + "tagprefix.mars_stone": "Argillite %s Ore", + "tagprefix.venus_stone": "Trachyte %s Ore", + "tagprefix.mercury_stone": "Komatiite %s Ore", + "tagprefix.glacio_stone": "Phonolite %s Ore" } \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/glacio_stone.json b/kubejs/assets/tfg/blockstates/loose/glacio_stone.json new file mode 100644 index 000000000..2ce1455c5 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/glacio_stone.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/glacio_stone_1", + "y": 90 + }, + { + "model": "tfg:block/loose/glacio_stone_1" + }, + { + "model": "tfg:block/loose/glacio_stone_1", + "y": 180 + }, + { + "model": "tfg:block/loose/glacio_stone_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/glacio_stone_2", + "y": 90 + }, + { + "model": "tfg:block/loose/glacio_stone_2" + }, + { + "model": "tfg:block/loose/glacio_stone_2", + "y": 180 + }, + { + "model": "tfg:block/loose/glacio_stone_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/glacio_stone_3", + "y": 90 + }, + { + "model": "tfg:block/loose/glacio_stone_3" + }, + { + "model": "tfg:block/loose/glacio_stone_3", + "y": 180 + }, + { + "model": "tfg:block/loose/glacio_stone_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/mercury_stone.json b/kubejs/assets/tfg/blockstates/loose/mercury_stone.json new file mode 100644 index 000000000..1d10143d1 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/mercury_stone.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/mercury_stone_1", + "y": 90 + }, + { + "model": "tfg:block/loose/mercury_stone_1" + }, + { + "model": "tfg:block/loose/mercury_stone_1", + "y": 180 + }, + { + "model": "tfg:block/loose/mercury_stone_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/mercury_stone_2", + "y": 90 + }, + { + "model": "tfg:block/loose/mercury_stone_2" + }, + { + "model": "tfg:block/loose/mercury_stone_2", + "y": 180 + }, + { + "model": "tfg:block/loose/mercury_stone_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/mercury_stone_3", + "y": 90 + }, + { + "model": "tfg:block/loose/mercury_stone_3" + }, + { + "model": "tfg:block/loose/mercury_stone_3", + "y": 180 + }, + { + "model": "tfg:block/loose/mercury_stone_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/permafrost.json b/kubejs/assets/tfg/blockstates/loose/permafrost.json new file mode 100644 index 000000000..fccdea10e --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/permafrost.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/permafrost_1", + "y": 90 + }, + { + "model": "tfg:block/loose/permafrost_1" + }, + { + "model": "tfg:block/loose/permafrost_1", + "y": 180 + }, + { + "model": "tfg:block/loose/permafrost_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/permafrost_2", + "y": 90 + }, + { + "model": "tfg:block/loose/permafrost_2" + }, + { + "model": "tfg:block/loose/permafrost_2", + "y": 180 + }, + { + "model": "tfg:block/loose/permafrost_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/permafrost_3", + "y": 90 + }, + { + "model": "tfg:block/loose/permafrost_3" + }, + { + "model": "tfg:block/loose/permafrost_3", + "y": 180 + }, + { + "model": "tfg:block/loose/permafrost_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/venus_stone.json b/kubejs/assets/tfg/blockstates/loose/venus_stone.json new file mode 100644 index 000000000..a61c647e1 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/venus_stone.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/venus_stone_1", + "y": 90 + }, + { + "model": "tfg:block/loose/venus_stone_1" + }, + { + "model": "tfg:block/loose/venus_stone_1", + "y": 180 + }, + { + "model": "tfg:block/loose/venus_stone_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/venus_stone_2", + "y": 90 + }, + { + "model": "tfg:block/loose/venus_stone_2" + }, + { + "model": "tfg:block/loose/venus_stone_2", + "y": 180 + }, + { + "model": "tfg:block/loose/venus_stone_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/venus_stone_3", + "y": 90 + }, + { + "model": "tfg:block/loose/venus_stone_3" + }, + { + "model": "tfg:block/loose/venus_stone_3", + "y": 180 + }, + { + "model": "tfg:block/loose/venus_stone_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_glacio_stone.json b/kubejs/assets/tfg/blockstates/rock/hardened_glacio_stone.json new file mode 100644 index 000000000..299b79753 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_glacio_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_glacio_stone" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_mercury_stone.json b/kubejs/assets/tfg/blockstates/rock/hardened_mercury_stone.json new file mode 100644 index 000000000..7e73a534b --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_mercury_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_mercury_stone" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_venus_stone.json b/kubejs/assets/tfg/blockstates/rock/hardened_venus_stone.json new file mode 100644 index 000000000..9c3b52771 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_venus_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_venus_stone" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 459d986b3..5f68bfe91 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -136,6 +136,13 @@ "block.tfg.loose.moon_deepslate": "Loose Norite Rock", "block.tfg.rock.hardened_mars_stone": "Hardened Argillite", "block.tfg.loose.mars_stone": "Loose Argillite Rock", + "block.tfg.rock.hardened_venus_stone": "Hardened Trachyte", + "block.tfg.loose.venus_stone": "Loose Trachyte Rock", + "block.tfg.rock.hardened_mercury_stone": "Hardened Komatiite", + "block.tfg.loose.mercury_stone": "Loose Komatiite Rock", + "block.tfg.rock.hardened_glacio_stone": "Hardened Phonolite", + "block.tfg.loose.glacio_stone": "Loose Phonolite Rock", + "block.tfg.loose.permafrost": "Permafrost Chunk", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -185,12 +192,17 @@ "item.tfg.brick.deepslate": "Migmatite Brick", "item.tfg.loose.moon_stone": "Loose Anorthosite", "item.tfg.brick.moon_stone": "Anorthosite Brick", - "item.tfg.dust.moon_stone": "Anorthosite Dust", "item.tfg.loose.moon_deepslate": "Loose Norite", - "item.tfg.dust.moon_deepslate": "Norite Dust", "item.tfg.loose.mars_stone": "Loose Argillite", "item.tfg.brick.mars_stone": "Argillite Brick", - "item.tfg.dust.mars_stone": "Argillite Dust", + "item.tfg.loose.venus_stone": "Loose Trachyte", + "item.tfg.brick.venus_stone": "Trachyte Brick", + "item.tfg.loose.mercury_stone": "Loose Komatiite", + "item.tfg.brick.mercury_stone": "Komatiite Brick", + "item.tfg.loose.glacio_stone": "Loose Phonolite", + "item.tfg.brick.glacio_stone": "Phonolite Brick", + "item.tfg.loose.permafrost": "Permafrost Chunk", + "item.tfg.brick.permafrost": "Permafrost Brick", "item.tfg.terra_firma_greg": "TerraFirmaGreg", "item.tfg.scaffolding_frame": "Scaffolding Frame", "item.tfg.airship_hull": "Airship Hull", @@ -239,6 +251,12 @@ "material.tfg.schist": "Schist", "material.tfg.gneiss": "Gneiss", "material.tfg.chalk": "Chalk", + "material.tfg.moon_stone": "Anorthosite", + "material.tfg.moon_deepslate": "Norite", + "material.tfg.mars_stone": "Argillite", + "material.tfg.venus_stone": "Trachyte", + "material.tfg.mercury_stone": "Komatiite", + "material.tfg.glacio_stone": "Phonolite", "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", diff --git a/kubejs/assets/tfg/models/block/loose/glacio_stone_1.json b/kubejs/assets/tfg/models/block/loose/glacio_stone_1.json new file mode 100644 index 000000000..b6ca63b7e --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/glacio_stone_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_1", + "textures": { + "texture": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/glacio_stone_2.json b/kubejs/assets/tfg/models/block/loose/glacio_stone_2.json new file mode 100644 index 000000000..d9fea2c11 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/glacio_stone_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_metamorphic_2", + "textures": { + "texture": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/glacio_stone_3.json b/kubejs/assets/tfg/models/block/loose/glacio_stone_3.json new file mode 100644 index 000000000..00bc44dd9 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/glacio_stone_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_3", + "textures": { + "texture": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/mercury_stone_1.json b/kubejs/assets/tfg/models/block/loose/mercury_stone_1.json new file mode 100644 index 000000000..a87756928 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/mercury_stone_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_metamorphic_1", + "textures": { + "texture": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/mercury_stone_2.json b/kubejs/assets/tfg/models/block/loose/mercury_stone_2.json new file mode 100644 index 000000000..9e59d9d25 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/mercury_stone_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_metamorphic_2", + "textures": { + "texture": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/mercury_stone_3.json b/kubejs/assets/tfg/models/block/loose/mercury_stone_3.json new file mode 100644 index 000000000..90bb2dafa --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/mercury_stone_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_metamorphic_3", + "textures": { + "texture": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/permafrost_1.json b/kubejs/assets/tfg/models/block/loose/permafrost_1.json new file mode 100644 index 000000000..9be2de8d1 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/permafrost_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_1", + "textures": { + "texture": "ad_astra:block/permafrost" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/permafrost_2.json b/kubejs/assets/tfg/models/block/loose/permafrost_2.json new file mode 100644 index 000000000..f8b51e4c8 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/permafrost_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_metamorphic_2", + "textures": { + "texture": "ad_astra:block/permafrost" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/permafrost_3.json b/kubejs/assets/tfg/models/block/loose/permafrost_3.json new file mode 100644 index 000000000..d0ecbe831 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/permafrost_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_sedimentary_3", + "textures": { + "texture": "ad_astra:block/permafrost" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/venus_stone_1.json b/kubejs/assets/tfg/models/block/loose/venus_stone_1.json new file mode 100644 index 000000000..c77684122 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/venus_stone_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_1", + "textures": { + "texture": "ad_astra:block/venus_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/venus_stone_2.json b/kubejs/assets/tfg/models/block/loose/venus_stone_2.json new file mode 100644 index 000000000..5b2623d97 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/venus_stone_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_2", + "textures": { + "texture": "ad_astra:block/venus_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/venus_stone_3.json b/kubejs/assets/tfg/models/block/loose/venus_stone_3.json new file mode 100644 index 000000000..1fcf1fe2e --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/venus_stone_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_3", + "textures": { + "texture": "ad_astra:block/venus_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_glacio_stone.json b/kubejs/assets/tfg/models/block/rock/hardened_glacio_stone.json new file mode 100644 index 000000000..454736deb --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_glacio_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_mercury_stone.json b/kubejs/assets/tfg/models/block/rock/hardened_mercury_stone.json new file mode 100644 index 000000000..a991e2826 --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_mercury_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_venus_stone.json b/kubejs/assets/tfg/models/block/rock/hardened_venus_stone.json new file mode 100644 index 000000000..435eb75c4 --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_venus_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/venus_stone" + } +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/glacio_stone.json b/kubejs/data/ad_astra/loot_tables/blocks/glacio_stone.json new file mode 100644 index 000000000..aa7923479 --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/glacio_stone.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "ad_astra:glacio_stone", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose/glacio_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/mars_stone.json b/kubejs/data/ad_astra/loot_tables/blocks/mars_stone.json new file mode 100644 index 000000000..13574c3bc --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/mars_stone.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "ad_astra:mars_stone", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose/mars_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/mercury_stone.json b/kubejs/data/ad_astra/loot_tables/blocks/mercury_stone.json new file mode 100644 index 000000000..f5e6faf3f --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/mercury_stone.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "ad_astra:mercury_stone", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose/mercury_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/venus_stone.json b/kubejs/data/ad_astra/loot_tables/blocks/venus_stone.json new file mode 100644 index 000000000..9476c814b --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/venus_stone.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "ad_astra:venus_stone", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose/venus_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/hardened_glacio_stone.json b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_glacio_stone.json new file mode 100644 index 000000000..e8e009c94 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_glacio_stone.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:loose/glacio_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/hardened_mars_stone.json b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_mars_stone.json new file mode 100644 index 000000000..0e7e9cf38 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_mars_stone.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:loose/mars_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/hardened_mercury_stone.json b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_mercury_stone.json new file mode 100644 index 000000000..2362d4e63 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_mercury_stone.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:loose/mercury_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_deepslate.json b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_deepslate.json new file mode 100644 index 000000000..804cf0072 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_deepslate.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:loose/moon_deepslate", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_stone.json b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_stone.json new file mode 100644 index 000000000..b687d4df8 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_moon_stone.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:loose/moon_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/rock/hardened_venus_stone.json b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_venus_stone.json new file mode 100644 index 000000000..3c950f61a --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/rock/hardened_venus_stone.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:loose/venus_stone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ 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 2ced15e55..50b7acd89 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -29,8 +29,12 @@ const registerAdAstraItemTags = (event) => { event.removeAllTagsFrom(item) event.add('c:hidden_from_recipe_viewers', item) }) - + event.add('forge:cobblestone', 'ad_astra:moon_cobblestone') + event.add('forge:cobblestone', 'ad_astra:mars_cobblestone') + event.add('forge:cobblestone', 'ad_astra:venus_cobblestone') + event.add('forge:cobblestone', 'ad_astra:mercury_cobblestone') + event.add('forge:cobblestone', 'ad_astra:glacio_cobblestone') } const registerAdAstraBlockTags = (event) => { @@ -93,11 +97,44 @@ const registerAdAstraBlockTags = (event) => { event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/diorite') event.add('tfc:can_landslide', 'ad_astra:moon_sand') + event.add('tfc:can_landslide', 'ad_astra:mars_sand') + event.add('tfc:can_landslide', 'ad_astra:venus_sand') + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone') - event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone_slab') + event.add('tfc:can_landslide', 'ad_astra:mars_cobblestone') + event.add('tfc:can_landslide', 'ad_astra:venus_cobblestone') + event.add('tfc:can_landslide', 'ad_astra:mercury_cobblestone') + event.add('tfc:can_landslide', 'ad_astra:glacio_cobblestone') + event.add('forge:cobblestone', 'ad_astra:moon_cobblestone') - event.add('tfc:can_start_collapse', 'ad_astra:moon_cobblestone_slab') - event.add('tfg:rock_slabs', 'ad_astra:moon_cobblestone_slab') + event.add('forge:cobblestone', 'ad_astra:mars_cobblestone') + event.add('forge:cobblestone', 'ad_astra:venus_cobblestone') + event.add('forge:cobblestone', 'ad_astra:mercury_cobblestone') + event.add('forge:cobblestone', 'ad_astra:glacio_cobblestone') + + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone_slab') + event.add('tfc:can_landslide', 'ad_astra:mars_cobblestone_slab') + event.add('tfc:can_landslide', 'ad_astra:venus_cobblestone_slab') + event.add('tfc:can_landslide', 'ad_astra:mercury_cobblestone_slab') + event.add('tfc:can_landslide', 'ad_astra:glacio_cobblestone_slab') + + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone_stairs') + event.add('tfc:can_landslide', 'ad_astra:mars_cobblestone_stairs') + event.add('tfc:can_landslide', 'ad_astra:venus_cobblestone_stairs') + event.add('tfc:can_landslide', 'ad_astra:mercury_cobblestone_stairs') + event.add('tfc:can_landslide', 'ad_astra:glacio_cobblestone_stairs') + + event.add('tfg:rock_stairs', 'ad_astra:moon_stone_stairs') + event.add('tfg:rock_stairs', 'ad_astra:mars_stone_stairs') + event.add('tfg:rock_stairs', 'ad_astra:venus_stone_stairs') + event.add('tfg:rock_stairs', 'ad_astra:mercury_stone_stairs') + event.add('tfg:rock_stairs', 'ad_astra:glacio_stone_stairs') + + event.add('tfg:rock_slabs', 'ad_astra:moon_stone_slab') + event.add('tfg:rock_slabs', 'ad_astra:mars_stone_slab') + event.add('tfg:rock_slabs', 'ad_astra:venus_stone_slab') + event.add('tfg:rock_slabs', 'ad_astra:mercury_stone_slab') + event.add('tfg:rock_slabs', 'ad_astra:glacio_stone_slab') } const registerAdAstraBiomeTags = (event) => { diff --git a/kubejs/server_scripts/gregtech/tags.js b/kubejs/server_scripts/gregtech/tags.js index 624ec754d..6f18cbad3 100644 --- a/kubejs/server_scripts/gregtech/tags.js +++ b/kubejs/server_scripts/gregtech/tags.js @@ -43,7 +43,12 @@ const registerGTCEUItemTags = (event) => { event.add('tfg:stone_dusts', 'gtceu:deepslate_dust') event.add('tfg:stone_dusts', 'gtceu:blackstone_dust') event.add('tfg:stone_dusts', 'tfg:dripstone_dust') - + event.add('tfg:stone_dusts', 'tfg:moon_stone_dust') + event.add('tfg:stone_dusts', 'tfg:moon_deepslate_dust') + event.add('tfg:stone_dusts', 'tfg:mars_stone_dust') + event.add('tfg:stone_dusts', 'tfg:venus_stone_dust') + event.add('tfg:stone_dusts', 'tfg:mercury_stone_dust') + event.add('tfg:stone_dusts', 'tfg:glacio_stone_dust') event.add('tfg:stone_dusts', 'gtceu:stone_dust') //#endregion diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index c19ce1a9a..3a3d369d7 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -22,16 +22,30 @@ function registerTFGCollapseRecipes(event) { // #region Space event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'ad_astra:moon_stone') event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/hardened_moon_stone') - event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'ad_astra:moon_deepslate') - event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'tfg:rock/hardened_moon_deepslate') - event.recipes.tfc.landslide('ad_astra:moon_cobblestone', 'ad_astra:moon_cobblestone') event.recipes.tfc.landslide('ad_astra:moon_sand', 'ad_astra:moon_sand') + event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'ad_astra:moon_deepslate') + event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'tfg:rock/hardened_moon_deepslate') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'ad_astra:mars_stone') event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/hardened_mars_stone') - event.recipes.tfc.landslide('ad_astra:mars_cobblestone', 'ad_astra:mars_cobblestone') event.recipes.tfc.landslide('ad_astra:mars_sand', 'ad_astra:mars_sand') + + event.recipes.tfc.collapse('ad_astra:venus_cobblestone', 'ad_astra:venus_stone') + event.recipes.tfc.collapse('ad_astra:venus_cobblestone', 'tfg:rock/hardened_venus_stone') + event.recipes.tfc.landslide('ad_astra:venus_cobblestone', 'ad_astra:venus_cobblestone') + event.recipes.tfc.landslide('ad_astra:venus_sand', 'ad_astra:venus_sand') + + event.recipes.tfc.collapse('ad_astra:mercury_cobblestone', 'ad_astra:mercury_stone') + event.recipes.tfc.collapse('ad_astra:mercury_cobblestone', 'tfg:rock/hardened_mercury_stone') + event.recipes.tfc.landslide('ad_astra:mercury_cobblestone', 'ad_astra:mercury_cobblestone') + event.recipes.tfc.landslide('ad_astra:mercury_sand', 'ad_astra:mercury_sand') + + event.recipes.tfc.collapse('ad_astra:glacio_cobblestone', 'ad_astra:glacio_stone') + event.recipes.tfc.collapse('ad_astra:glacio_cobblestone', 'tfg:rock/hardened_glacio_stone') + event.recipes.tfc.landslide('ad_astra:glacio_cobblestone', 'ad_astra:glacio_cobblestone') + event.recipes.tfc.landslide('ad_astra:glacio_sand', 'ad_astra:glacio_sand') // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 81fd5c3d1..1f36be6d4 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -12,7 +12,17 @@ function registerTFGRockRecipes(event) { { loose: 'tfg:brick/deepslate', block: '4x minecraft:deepslate_bricks' }, { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' }, { loose: 'tfg:loose/moon_stone', block: 'ad_astra:moon_cobblestone' }, - { loose: 'tfg:loose/mars_stone', block: 'ad_astra:mars_cobblestone' } + { loose: 'tfg:brick/moon_stone', block: 'ad_astra:moon_stone_bricks' }, + { loose: 'tfg:loose/moon_deepslate', block: 'ad_astra:moon_deepslate' }, + { loose: 'tfg:loose/mars_stone', block: 'ad_astra:mars_cobblestone' }, + { loose: 'tfg:brick/mars_stone', block: 'ad_astra:mars_stone_bricks' }, + { loose: 'tfg:loose/venus_stone', block: 'ad_astra:venus_cobblestone' }, + { loose: 'tfg:brick/venus_stone', block: 'ad_astra:venus_stone_bricks' }, + { loose: 'tfg:loose/mercury_stone', block: 'ad_astra:mercury_cobblestone' }, + { loose: 'tfg:brick/mercury_stone', block: 'ad_astra:mercury_stone_bricks' }, + { loose: 'tfg:loose/glacio_stone', block: 'ad_astra:glacio_cobblestone' }, + { loose: 'tfg:brick/glacio_stone', block: 'ad_astra:glacio_stone_bricks' }, + { loose: 'tfg:loose/permafrost', block: 'ad_astra:permafrost' } ] GLUEING_TOGETHER.forEach(x => { @@ -39,7 +49,11 @@ function registerTFGRockRecipes(event) { const LOOSE_TO_BRICKS = [ { loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' }, { loose: 'tfg:loose/moon_stone', brick: 'tfg:brick/moon_stone' }, - { loose: 'tfg:loose/mars_stone', brick: 'tfg:brick/mars_stone' } + { loose: 'tfg:loose/mars_stone', brick: 'tfg:brick/mars_stone' }, + { loose: 'tfg:loose/venus_stone', brick: 'tfg:brick/venus_stone' }, + { loose: 'tfg:loose/mercury_stone', brick: 'tfg:brick/mercury_stone' }, + { loose: 'tfg:loose/glacio_stone', brick: 'tfg:brick/glacio_stone' }, + { loose: 'tfg:loose/permafrost', brick: 'tfg:brick/permafrost' } ] LOOSE_TO_BRICKS.forEach(x => { @@ -63,7 +77,22 @@ function registerTFGRockRecipes(event) { { raw: 'minecraft:deepslate_tiles', polished: 'minecraft:chiseled_deepslate' }, { raw: 'minecraft:polished_blackstone_bricks', polished: 'minecraft:chiseled_polished_blackstone' }, { raw: 'minecraft:basalt', polished: 'minecraft:smooth_basalt' }, - { raw: 'minecraft:smooth_basalt', polished: 'minecraft:polished_basalt' } + { raw: 'minecraft:smooth_basalt', polished: 'minecraft:polished_basalt' }, + { raw: 'ad_astra:moon_stone', polished: 'ad_astra:polished_moon_stone' }, + { raw: 'ad_astra:moon_stone_bricks', polished: 'ad_astra:chiseled_moon_stone_bricks' }, + { raw: 'ad_astra:mars_stone', polished: 'ad_astra:polished_mars_stone' }, + { raw: 'ad_astra:mars_stone_bricks', polished: 'ad_astra:chiseled_mars_stone_bricks' }, + { raw: 'ad_astra:venus_stone', polished: 'ad_astra:polished_venus_stone' }, + { raw: 'ad_astra:venus_stone_bricks', polished: 'ad_astra:chiseled_venus_stone_bricks' }, + { raw: 'ad_astra:venus_sandstone', polished: 'ad_astra:venus_sandstone_bricks' }, + { raw: 'ad_astra:mercury_stone', polished: 'ad_astra:polished_mercury_stone' }, + { raw: 'ad_astra:mercury_stone_bricks', polished: 'ad_astra:chiseled_mercury_stone_bricks' }, + { raw: 'ad_astra:glacio_stone', polished: 'ad_astra:polished_glacio_stone' }, + { raw: 'ad_astra:glacio_stone_bricks', polished: 'ad_astra:chiseled_glacio_stone_bricks' }, + { raw: 'ad_astra:conglomerate', polished: 'ad_astra:polished_conglomerate' }, + { raw: 'ad_astra:permafrost', polished: 'ad_astra:polished_permafrost' }, + { raw: 'ad_astra:permafrost_bricks', polished: 'ad_astra:chiseled_permafrost_bricks' }, + { raw: 'ad_astra:chiseled_permafrost_bricks', polished: 'ad_astra:permafrost_tiles' } ] RAW_TO_POLISHED.forEach(x => { @@ -91,7 +120,14 @@ function registerTFGRockRecipes(event) { const CRACKING = [ { raw: 'minecraft:deepslate_bricks', cracked: 'minecraft:cracked_deepslate_bricks' }, - { raw: 'minecraft:deepslate_tiles', cracked: 'minecraft:cracked_deepslate_tiles' } + { raw: 'minecraft:deepslate_tiles', cracked: 'minecraft:cracked_deepslate_tiles' }, + { raw: 'ad_astra:moon_stone_bricks', cracked: 'ad_astra:cracked_moon_stone_bricks' }, + { raw: 'ad_astra:mars_stone_bricks', cracked: 'ad_astra:cracked_mars_stone_bricks' }, + { raw: 'ad_astra:venus_stone_bricks', cracked: 'ad_astra:cracked_venus_stone_bricks' }, + { raw: 'ad_astra:venus_sandstone_bricks', cracked: 'ad_astra:cracked_venus_sandstone_bricks' }, + { raw: 'ad_astra:mercury_stone_bricks', cracked: 'ad_astra:cracked_mercury_stone_bricks' }, + { raw: 'ad_astra:glacio_stone_bricks', cracked: 'ad_astra:cracked_glacio_stone_bricks' }, + { raw: 'ad_astra:permafrost_bricks', cracked: 'ad_astra:cracked_permafrost_bricks' } ] CRACKING.forEach(x => { @@ -119,7 +155,21 @@ function registerTFGRockRecipes(event) { { raw: 'tfg:rock/hardened_moon_stone', hammered: 'ad_astra:moon_cobblestone' }, { raw: 'ad_astra:moon_cobblestone', hammered: 'ad_astra:moon_sand' }, { raw: 'ad_astra:moon_deepslate', hammered: 'ad_astra:moon_sand' }, - { raw: 'tfg:rock/hardened_moon_deepslate', hammered: 'ad_astra:moon_sand' } + { raw: 'tfg:rock/hardened_moon_deepslate', hammered: 'ad_astra:moon_sand' }, + { raw: 'ad_astra:mars_stone', hammered: 'ad_astra:mars_cobblestone' }, + { raw: 'tfg:rock/hardened_mars_stone', hammered: 'ad_astra:mars_cobblestone' }, + { raw: 'ad_astra:mars_cobblestone', hammered: 'ad_astra:mars_sand' }, + { raw: 'ad_astra:venus_stone', hammered: 'ad_astra:venus_cobblestone' }, + { raw: 'tfg:rock/hardened_venus_stone', hammered: 'ad_astra:venus_cobblestone' }, + { raw: 'ad_astra:venus_cobblestone', hammered: 'ad_astra:venus_sand' },, + { raw: 'ad_astra:mercury_stone', hammered: 'ad_astra:mercury_cobblestone' }, + { raw: 'tfg:rock/hardened_mercury_stone', hammered: 'ad_astra:mercury_cobblestone' }, + { raw: 'ad_astra:mercury_cobblestone', hammered: 'tfc:sand/red' }, + { raw: 'ad_astra:glacio_stone', hammered: 'ad_astra:glacio_cobblestone' }, + { raw: 'tfg:rock/hardened_glacio_stone', hammered: 'ad_astra:glacio_cobblestone' }, + { raw: 'ad_astra:glacio_cobblestone', hammered: 'tfc:sand/white' }, + { raw: 'ad_astra:conglomerate', hammered: 'tfc:rock/gravel/conglomerate' }, + { raw: 'ad_astra:permafrost', hammered: 'gtceu:ice_dust' } ] HAMMERING.forEach(x => { @@ -133,34 +183,39 @@ function registerTFGRockRecipes(event) { // slabs, stairs, walls const CUTTER = [ + // #region Nether { raw: 'minecraft:cobbled_deepslate', stair: 'minecraft:cobbled_deepslate_stairs', slab: 'minecraft:cobbled_deepslate_slab', wall: 'minecraft:cobbled_deepslate_wall', dust: 'gtceu:deepslate_dust', - loose: 'tfg:loose/deepslate' + loose: 'tfg:loose/deepslate', + stonecutting: false }, { raw: 'minecraft:polished_deepslate', stair: 'minecraft:polished_deepslate_stairs', slab: 'minecraft:polished_deepslate_slab', wall: 'minecraft:polished_deepslate_wall', - dust: 'gtceu:deepslate_dust' + dust: 'gtceu:deepslate_dust', + stonecutting: false }, { raw: 'minecraft:deepslate_bricks', stair: 'minecraft:deepslate_brick_stairs', slab: 'minecraft:deepslate_brick_slab', wall: 'minecraft:deepslate_brick_wall', - dust: 'gtceu:deepslate_dust' + dust: 'gtceu:deepslate_dust', + stonecutting: false }, { raw: 'minecraft:deepslate_tiles', stair: 'minecraft:deepslate_tile_stairs', slab: 'minecraft:deepslate_tile_slab', wall: 'minecraft:deepslate_tile_wall', - dust: 'gtceu:deepslate_dust' + dust: 'gtceu:deepslate_dust', + stonecutting: false }, { raw: 'minecraft:blackstone', @@ -168,28 +223,253 @@ function registerTFGRockRecipes(event) { slab: 'minecraft:blackstone_slab', wall: 'minecraft:blackstone_wall', dust: 'gtceu:blackstone_dust', - loose: 'beneath:blackstone_pebble' + loose: 'beneath:blackstone_pebble', + stonecutting: false }, { raw: 'minecraft:polished_blackstone', stair: 'minecraft:polished_blackstone_stairs', slab: 'minecraft:polished_blackstone_slab', wall: 'minecraft:polished_blackstone_wall', - dust: 'gtceu:blackstone_dust' + dust: 'gtceu:blackstone_dust', + stonecutting: false }, { raw: 'minecraft:polished_blackstone_bricks', stair: 'minecraft:polished_blackstone_brick_stairs', slab: 'minecraft:polished_blackstone_brick_slab', wall: 'minecraft:polished_blackstone_brick_wall', - dust: 'gtceu:blackstone_dust' - } + dust: 'gtceu:blackstone_dust', + stonecutting: false + }, + // #endregion + // #region Space + { + raw: 'ad_astra:moon_cobblestone', + stair: 'ad_astra:moon_cobblestone_stairs', + slab: 'ad_astra:moon_cobblestone_slab', + dust: 'tfg:moon_stone_dust', + loose: 'tfg:loose/moon_stone', + stonecutting: true + }, + { + raw: 'ad_astra:mars_cobblestone', + stair: 'ad_astra:mars_cobblestone_stairs', + slab: 'ad_astra:mars_cobblestone_slab', + dust: 'tfg:mars_stone_dust', + loose: 'tfg:loose/mars_stone', + stonecutting: true + }, + { + raw: 'ad_astra:venus_cobblestone', + stair: 'ad_astra:venus_cobblestone_stairs', + slab: 'ad_astra:venus_cobblestone_slab', + dust: 'tfg:venus_stone_dust', + loose: 'tfg:loose/venus_stone', + stonecutting: true + }, + { + raw: 'ad_astra:mercury_cobblestone', + stair: 'ad_astra:mercury_cobblestone_stairs', + slab: 'ad_astra:mercury_cobblestone_slab', + dust: 'tfg:mercury_stone_dust', + loose: 'tfg:loose/mercury_stone', + stonecutting: true + }, + { + raw: 'ad_astra:glacio_cobblestone', + stair: 'ad_astra:glacio_cobblestone_stairs', + slab: 'ad_astra:glacio_cobblestone_slab', + dust: 'tfg:glacio_stone_dust', + loose: 'tfg:loose/glacio_stone', + stonecutting: true + }, + { + raw: 'ad_astra:moon_stone', + stair: 'ad_astra:moon_stone_stairs', + slab: 'ad_astra:moon_stone_slab', + dust: 'tfg:moon_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:mars_stone', + stair: 'ad_astra:mars_stone_stairs', + slab: 'ad_astra:mars_stone_slab', + dust: 'tfg:mars_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:venus_stone', + stair: 'ad_astra:venus_stone_stairs', + slab: 'ad_astra:venus_stone_slab', + dust: 'tfg:venus_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:mercury_stone', + stair: 'ad_astra:mercury_stone_stairs', + slab: 'ad_astra:mercury_stone_slab', + dust: 'tfg:mercury_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:glacio_stone', + stair: 'ad_astra:glacio_stone_stairs', + slab: 'ad_astra:glacio_stone_slab', + dust: 'tfg:glacio_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:venus_sandstone_bricks', + stair: 'ad_astra:venus_sandstone_brick_stairs', + slab: 'ad_astra:venus_sandstone_brick_slab', + dust: '4x gtceu:venus_sand', + stonecutting: true + }, + { + raw: 'ad_astra:moon_stone_bricks', + stair: 'ad_astra:moon_stone_brick_stairs', + slab: 'ad_astra:moon_stone_brick_slab', + wall: 'ad_astra:moon_stone_brick_wall', + dust: 'tfg:moon_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:mars_stone_bricks', + stair: 'ad_astra:mars_stone_brick_stairs', + slab: 'ad_astra:mars_stone_brick_slab', + wall: 'ad_astra:mars_stone_brick_wall', + dust: 'tfg:mars_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:venus_stone_bricks', + stair: 'ad_astra:venus_stone_brick_stairs', + slab: 'ad_astra:venus_stone_brick_slab', + wall: 'ad_astra:venus_stone_brick_wall', + dust: 'tfg:venus_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:mercury_stone_bricks', + stair: 'ad_astra:mercury_stone_brick_stairs', + slab: 'ad_astra:mercury_stone_brick_slab', + wall: 'ad_astra:mercury_stone_brick_wall', + dust: 'tfg:mercury_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:glacio_stone_bricks', + stair: 'ad_astra:glacio_stone_brick_stairs', + slab: 'ad_astra:glacio_stone_brick_slab', + wall: 'ad_astra:glacio_stone_brick_wall', + dust: 'tfg:glacio_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:permafrost_bricks', + stair: 'ad_astra:permafrost_brick_stairs', + slab: 'ad_astra:permafrost_brick_slab', + wall: 'ad_astra:permafrost_brick_wall', + dust: 'gtceu:ice_dust', + stonecutting: true + }, + { + raw: 'ad_astra:chiseled_moon_stone_bricks', + stair: 'ad_astra:chiseled_moon_stone_stairs', + slab: 'ad_astra:chiseled_moon_stone_slab', + dust: 'tfg:moon_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:chiseled_mars_stone_bricks', + stair: 'ad_astra:chiseled_mars_stone_stairs', + slab: 'ad_astra:chiseled_mars_stone_slab', + dust: 'tfg:mars_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:chiseled_venus_stone_bricks', + stair: 'ad_astra:chiseled_venus_stone_stairs', + slab: 'ad_astra:chiseled_venus_stone_slab', + dust: 'tfg:venus_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:chiseled_mercury_stone_bricks', + stair: 'ad_astra:chiseled_mercury_stone_stairs', + slab: 'ad_astra:chiseled_mercury_stone_slab', + dust: 'tfg:mercury_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:chiseled_glacio_stone_bricks', + stair: 'ad_astra:chiseled_glacio_stone_stairs', + slab: 'ad_astra:chiseled_glacio_stone_slab', + dust: 'tfg:glacio_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:chiseled_permafrost_bricks', + stair: 'ad_astra:chiseled_permafrost_brick_stairs', + slab: 'ad_astra:chiseled_permafrost_brick_slab', + dust: 'gtceu:ice_dust', + stonecutting: true + }, + { + raw: 'ad_astra:polished_moon_stone', + stair: 'ad_astra:polished_moon_stone_stairs', + slab: 'ad_astra:polished_moon_stone_slab', + dust: 'tfg:moon_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:polished_mars_stone', + stair: 'ad_astra:polished_mars_stone_stairs', + slab: 'ad_astra:polished_mars_stone_slab', + dust: 'tfg:mars_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:polished_venus_stone', + stair: 'ad_astra:polished_venus_stone_stairs', + slab: 'ad_astra:polished_venus_stone_slab', + dust: 'tfg:venus_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:polished_mercury_stone', + stair: 'ad_astra:polished_mercury_stone_stairs', + slab: 'ad_astra:polished_mercury_stone_slab', + dust: 'tfg:mercury_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:polished_glacio_stone', + stair: 'ad_astra:polished_glacio_stone_stairs', + slab: 'ad_astra:polished_glacio_stone_slab', + dust: 'tfg:glacio_stone_dust', + stonecutting: true + }, + { + raw: 'ad_astra:polished_permafrost', + stair: 'ad_astra:polished_permafrost_stairs', + slab: 'ad_astra:polished_permafrost_slab', + dust: 'gtceu:ice_dust', + stonecutting: true + }, + // #endregion ] CUTTER.forEach(x => { if ("stair" in x) { + console.log(`STAIRS: ${x.raw} -> ${x.stair}`) + event.recipes.tfc.chisel(x.stair, x.raw, 'stair') - //event.stonecutting(x.stair, x.raw).id(`${x.raw}_to_${x.stair}`.replace(/:/g, '_')) + + if (x.stonecutting) { + event.stonecutting(x.stair, x.raw).id(`${x.raw}_to_${x.stair}`.replace(/:/g, '_')) + } event.recipes.gtceu.macerator(`macerate_${x.stair}`.replace(/:/g, '_')) .itemInputs(x.stair) @@ -203,8 +483,13 @@ function registerTFGRockRecipes(event) { } } if ("slab" in x) { + console.log(`SLAB: ${x.raw} -> ${x.stair}`) + event.recipes.tfc.chisel(x.slab, x.raw, 'slab') - //event.stonecutting(`2x ${x.slab}`, x.raw).id(`${x.raw}_to_${x.slab}`.replace(/:/g, '_')) + + if (x.stonecutting) { + event.stonecutting(`2x ${x.slab}`, x.raw).id(`${x.raw}_to_${x.slab}`.replace(/:/g, '_')) + } event.recipes.gtceu.macerator(`macerate_${x.slab}`.replace(/:/g, '_')) .itemInputs(`2x ${x.slab}`) @@ -219,7 +504,10 @@ function registerTFGRockRecipes(event) { } if ("wall" in x) { event.recipes.tfc.chisel(x.slab, x.raw, 'smooth') - //event.stonecutting(x.wall, x.raw).id(`${x.raw}_to_${x.wall}`.replace(/:/g, '_')) + + if (x.stonecutting) { + event.stonecutting(x.wall, x.raw).id(`${x.raw}_to_${x.wall}`.replace(/:/g, '_')) + } event.recipes.gtceu.macerator(`macerate_${x.wall}`.replace(/:/g, '_')) .itemInputs(x.wall) @@ -234,9 +522,39 @@ function registerTFGRockRecipes(event) { } }) + // pillars + + const PILLARS = [ + { raw: 'ad_astra:moon_stone', pillar: 'ad_astra:moon_pillar' }, + { raw: 'ad_astra:mars_stone', pillar: 'ad_astra:mars_pillar' }, + { raw: 'ad_astra:venus_stone', pillar: 'ad_astra:venus_pillar' }, + { raw: 'ad_astra:mercury_stone', pillar: 'ad_astra:mercury_pillar' }, + { raw: 'ad_astra:glacio_stone', pillar: 'ad_astra:glacio_pillar' }, + { raw: 'ad_astra:permafrost', pillar: 'ad_astra:permafrost_pillar' } + ] + + PILLARS.forEach(x => { + event.shaped(`2x ${x.pillar}`, [ + 'A', + 'A' + ], { + A: x.raw + }) + + event.stonecutting(x.pillar, x.raw).id(`${x.raw}_to_${x.pillar}`.replace(/:/g, '_')) + }) + + // macerating + const MACERATOR = [ { block: 'minecraft:deepslate', dust: 'gtceu:deepslate_dust' }, - { block: 'minecraft:dripstone_block', dust: 'tfg:dripstone_dust' } + { block: 'minecraft:dripstone_block', dust: 'tfg:dripstone_dust' }, + { block: 'ad_astra:moon_stone', dust: 'tfg:moon_stone_dust' }, + { block: 'ad_astra:mars_stone', dust: 'tfg:mars_stone_dust' }, + { block: 'ad_astra:venus_stone', dust: 'tfg:venus_stone_dust' }, + { block: 'ad_astra:mercury_stone', dust: 'tfg:mercury_stone_dust' }, + { block: 'ad_astra:glacio_stone', dust: 'tfg:glacio_stone_dust' }, + { block: 'ad_astra:permafrost', dust: 'gtceu:ice_dust' }, ] MACERATOR.forEach(x => { @@ -279,12 +597,42 @@ function registerTFGRockRecipes(event) { .EUt(7) .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:glacio_stone') + .notConsumable('ad_astra:glacio_stone') + .itemOutputs('ad_astra:glacio_stone') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:mars_stone') .notConsumable('ad_astra:mars_stone') .itemOutputs('ad_astra:mars_stone') .duration(16) .EUt(7) .dimension('ad_astra:mars') + + event.recipes.gtceu.rock_breaker('tfg:venus_stone') + .notConsumable('ad_astra:venus_stone') + .itemOutputs('ad_astra:venus_stone') + .duration(16) + .EUt(7) + .dimension('ad_astra:venus') + + event.recipes.gtceu.rock_breaker('tfg:mercury_stone') + .notConsumable('ad_astra:mercury_stone') + .itemOutputs('ad_astra:mercury_stone') + .duration(16) + .EUt(7) + .dimension('ad_astra:mercury') + // #endregion + + // #region sandstone + + event.recipes.gtceu.compressor('tfg:venus_sandstone') + .itemInputs('4x ad_astra:venus_sand') + .itemOutputs('ad_astra:venus_sandstone') + .duration(40*20) + .EUt(2) // #endregion } \ 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 6e07a7ef6..3fc5a94d9 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -53,8 +53,6 @@ global.AD_ASTRA_DISABLED_ITEMS = // Disabled until IV planets 'ad_astra:tier_3_rocket', - 'ad_astra:mercury_globe', - 'ad_astra:venus_globe', 'ad_astra:netherite_space_helmet', 'ad_astra:netherite_space_suit', 'ad_astra:netherite_space_pants', diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 29e2d5d64..b06869892 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -192,6 +192,9 @@ global.ORE_BEARING_STONES = [ 'moon_stone', 'moon_deepslate', - 'mars_stone' + 'mars_stone', + 'venus_stone', + 'mercury_stone', + 'glacio_stone' ]; diff --git a/kubejs/startup_scripts/tfc/materials.js b/kubejs/startup_scripts/tfc/materials.js index 296f9acc6..6814856d2 100644 --- a/kubejs/startup_scripts/tfc/materials.js +++ b/kubejs/startup_scripts/tfc/materials.js @@ -30,6 +30,12 @@ const registerTFCMaterials = (event) => { registerStoneMaterial('dripstone', 0x927965) + registerStoneMaterial('moon_stone', 0x506869) + registerStoneMaterial('moon_deepslate', 0x45474D) + registerStoneMaterial('mars_stone', 0xD08957) + registerStoneMaterial('venus_stone', 0xD5A664) + registerStoneMaterial('mercury_stone', 0x723E49) + registerStoneMaterial('glacio_stone', 0x9897BF) // Specialized icon sets for TFC's own diff --git a/kubejs/startup_scripts/tfc/tag_prefixes.js b/kubejs/startup_scripts/tfc/tag_prefixes.js index 9df1a02be..915daff1e 100644 --- a/kubejs/startup_scripts/tfc/tag_prefixes.js +++ b/kubejs/startup_scripts/tfc/tag_prefixes.js @@ -81,4 +81,25 @@ const registerTFCTagPrefixes = (event) => { .unificationEnabled(true) .materialIconType(GTMaterialIconType.ore) .generationCondition(ItemGenerationCondition.hasOreProperty) + + event.create('venus_stone', 'ore') + .stateSupplier(() => Block.getBlock('tfg:rock/hardened_venus_stone').defaultBlockState()) + .baseModelLocation('ad_astra:block/venus_stone') + .unificationEnabled(true) + .materialIconType(GTMaterialIconType.ore) + .generationCondition(ItemGenerationCondition.hasOreProperty) + + event.create('mercury_stone', 'ore') + .stateSupplier(() => Block.getBlock('tfg:rock/hardened_mercury_stone').defaultBlockState()) + .baseModelLocation('ad_astra:block/mercury_stone') + .unificationEnabled(true) + .materialIconType(GTMaterialIconType.ore) + .generationCondition(ItemGenerationCondition.hasOreProperty) + + event.create('glacio_stone', 'ore') + .stateSupplier(() => Block.getBlock('tfg:rock/hardened_glacio_stone').defaultBlockState()) + .baseModelLocation('ad_astra:block/glacio_stone') + .unificationEnabled(true) + .materialIconType(GTMaterialIconType.ore) + .generationCondition(ItemGenerationCondition.hasOreProperty) } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 1d8b01238..b9339695d 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -4,8 +4,6 @@ function registerTFGSpaceBlocks(event) { const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') - // #region Moon blocks - event.createCustom(`tfg:lunar_warped_roots`, () => new $SproutsBlock($Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) event.createCustom(`tfg:lunar_sprouts`, () => new $SproutsBlock( $Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) @@ -33,22 +31,10 @@ function registerTFGSpaceBlocks(event) { .tagBoth('forge:stone') .tagBoth('tfc:rock/hardened') .tagBlock('minecraft:mineable/pickaxe') - .mapColor('terracotta_cyan') + .mapColor('terracotta_blue') .fullBlock(true) .opaque(true) - event.create('tfg:loose/moon_stone', 'tfc:loose_rock') - .itemTexture('tfg:item/loose/moon_stone') - .rockTypeModel('igneous_extrusive') - - event.create('tfg:loose/moon_deepslate', 'tfc:loose_rock') - .itemTexture('tfg:item/loose/moon_deepslate') - .rockTypeModel('igneous_extrusive') - - // #endregion - - // #region Mars blocks - event.create('tfg:rock/hardened_mars_stone') .stoneSoundType() .requiresTool(true) @@ -63,8 +49,73 @@ function registerTFGSpaceBlocks(event) { .fullBlock(true) .opaque(true) + event.create('tfg:rock/hardened_venus_stone') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/venus_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_yellow') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_mercury_stone') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/mercury_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_purple') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_glacio_stone') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/glacio_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_light_blue') + .fullBlock(true) + .opaque(true) + + event.create('tfg:loose/moon_stone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/moon_stone') + .rockTypeModel('igneous_extrusive') + + event.create('tfg:loose/moon_deepslate', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/moon_deepslate') + .rockTypeModel('igneous_intrusive') + event.create('tfg:loose/mars_stone', 'tfc:loose_rock') .itemTexture('tfg:item/loose/mars_stone') .rockTypeModel('sedimentary') + event.create('tfg:loose/venus_stone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/venus_stone') + .rockTypeModel('igneous_extrusive') + + event.create('tfg:loose/mercury_stone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/mercury_stone') + .rockTypeModel('metamorphic') + + event.create('tfg:loose/glacio_stone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/glacio_stone') + .rockTypeModel('sedimentary') + + event.create('tfg:loose/permafrost', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/permafrost') + .rockTypeModel('sedimentary') } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 8df128eb3..9e56b2107 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -24,12 +24,17 @@ global.EXTRATERRESTRIAL_RAW_ROCKS = [ 'ad_astra:moon_deepslate', 'ad_astra:mars_stone', 'ad_astra:venus_stone', - 'ad_astra:mercury_stone' + 'ad_astra:mercury_stone', + 'ad_astra:glacio_stone' ] global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ 'tfg:rock/hardened_moon_stone', - 'tfg:rock/hardened_mars_stone' + 'tfg:rock/hardened_moon_deepslate', + 'tfg:rock/hardened_mars_stone', + 'tfg:rock/hardened_venus_stone', + 'tfg:rock/hardened_mercury_stone', + 'tfg:rock/hardened_glacio_stone', ] global.MOON_BIOMES = [ diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index eecaf8231..2774ccb12 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -49,18 +49,18 @@ const registerTFGItems = (event) => { // #region Stone bricks and dusts event.create('tfg:brick/deepslate') .translationKey('item.tfg.brick.deepslate') - event.create('tfg:brick/moon_stone') .translationKey('item.tfg.brick.moon_stone') - event.create('tfg:brick/mars_stone') .translationKey('item.tfg.brick.mars_stone') - - event.create('tfg:dust/moon_stone') - .translationKey('item.tfg.dust.moon_stone') - - event.create('tfg:dust/mars_stone') - .translationKey('item.tfg.dust.mars_stone') + event.create('tfg:brick/venus_stone') + .translationKey('item.tfg.brick.venus_stone') + event.create('tfg:brick/mercury_stone') + .translationKey('item.tfg.brick.mercury_stone') + event.create('tfg:brick/glacio_stone') + .translationKey('item.tfg.brick.glacio_stone') + event.create('tfg:brick/permafrost') + .translationKey('item.tfg.brick.permafrost') // #endregion // #region Primitive rubber gloves From 8a26bb1ff17983d58ef66006d0fbf732cb44e212 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 5 May 2025 23:17:07 +0100 Subject: [PATCH 010/246] hammer loot tables for ad astra stone types --- kubejs/server_scripts/gregtech/loot.js | 67 ++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/gregtech/loot.js b/kubejs/server_scripts/gregtech/loot.js index fb529aea1..eb9e18e91 100644 --- a/kubejs/server_scripts/gregtech/loot.js +++ b/kubejs/server_scripts/gregtech/loot.js @@ -24,6 +24,13 @@ const STONE_TYPES_TO_COBBLE = { deepslate: 'minecraft:cobbled_deepslate', pyroxenite: 'minecraft:blackstone', dripstone: 'minecraft:dripstone_block', + moon_stone: 'ad_astra:moon_cobblestone', + moon_deepslate: 'ad_astra:moon_sand', + mars_stone: 'ad_astra:mars_cobblestone', + venus_stone: 'ad_astra:venus_cobblestone', + mercury_stone: 'ad_astra:mercury_cobblestone', + glacio_stone: 'ad_astra:glacio_cobblestone', + permafrost: 'gtceu:ice_dust' } const registerGTCEULoots = (event) => { @@ -52,7 +59,7 @@ const registerGTCEULoots = (event) => { event.addBlockLootModifier('tfg:rock/hardened_deepslate') .matchMainHand('#forge:tools/hammers') .removeLoot(ItemFilter.ALWAYS_TRUE) - .addLoot('tfc:sand/black') + .addLoot('minecraft:cobbled_deepslate') event.addBlockLootModifier('tfg:rock/hardened_dripstone') .matchMainHand('#forge:tools/hammers') @@ -72,8 +79,63 @@ const registerGTCEULoots = (event) => { .removeLoot(ItemFilter.ALWAYS_TRUE) .addLoot('tfc:sand/pink') + event.addBlockLootModifier('ad_astra:moon_stone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:moon_cobblestone') + + event.addBlockLootModifier('ad_astra:moon_cobblestone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:moon_sand') + + event.addBlockLootModifier('ad_astra:moon_deepslate') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:moon_sand') + + event.addBlockLootModifier('ad_astra:mars_stone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:mars_cobblestone') + + event.addBlockLootModifier('ad_astra:mars_cobblestone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:mars_sand') + + event.addBlockLootModifier('ad_astra:venus_stone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:venus_cobblestone') + + event.addBlockLootModifier('ad_astra:venus_cobblestone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:venus_sand') + + event.addBlockLootModifier('ad_astra:mercury_stone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:mercury_cobblestone') + + event.addBlockLootModifier('ad_astra:mercury_cobblestone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('tfc:sand/red') + + event.addBlockLootModifier('ad_astra:glacio_stone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('ad_astra:glacio_cobblestone') + + event.addBlockLootModifier('ad_astra:glacio_cobblestone') + .matchMainHand('#forge:tools/hammers') + .removeLoot(ItemFilter.ALWAYS_TRUE) + .addLoot('tfc:sand/white') + // Crush raw rock into cobble - global.ORE_BEARING_STONES.forEach(stoneType => { + global.TFC_STONE_TYPES.forEach(stoneType => { event.addBlockLootModifier(`tfc:rock/raw/${stoneType}`) .matchMainHand('#forge:tools/hammers') .removeLoot(ItemFilter.ALWAYS_TRUE) @@ -82,7 +144,6 @@ const registerGTCEULoots = (event) => { // Go through all materials forEachMaterial(material => { - if (material.hasProperty(PropertyKey.ORE)) { // Indicator buds From 4c34d406897ee42dadcfbd640fbac5bb43f79f56 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 13:01:14 +0100 Subject: [PATCH 011/246] turn climates back on --- kubejs/startup_scripts/tfc/register_climates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/startup_scripts/tfc/register_climates.js b/kubejs/startup_scripts/tfc/register_climates.js index 99ce63f56..a8856d81f 100644 --- a/kubejs/startup_scripts/tfc/register_climates.js +++ b/kubejs/startup_scripts/tfc/register_climates.js @@ -110,7 +110,7 @@ TFCEvents.registerClimateModel(event => { model.setWindVector((block, calendarTicks) => event.newVec2(0, 0)) }) - /*event.registerClimateModel('tfg:orbit_climate', model => { + event.registerClimateModel('tfg:orbit_climate', model => { // There's basically no heat diffusion in space so we can pretend this is your spacesuit temp model.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => 15) @@ -159,5 +159,5 @@ TFCEvents.registerClimateModel(event => { model.setAirFog((level, pos, calendarTicks) => 0) model.setWaterFog((level, pos, calendarTicks) => 0.25) model.setWindVector((block, calendarTicks) => event.newVec2(0.25, 0.25)) - })*/ + }) }) \ No newline at end of file From cd6abb5df5556545aa28d592af858945e6d6b31e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 13:01:30 +0100 Subject: [PATCH 012/246] langs --- kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++++++++-------------- 1 file changed, 2658 insertions(+), 2610 deletions(-) diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index fdae4da32..733c9f510 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2612 +1,2660 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX" } \ No newline at end of file From 0001d4d11036ac36eb457755ec4633727a31d005 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 13:01:45 +0100 Subject: [PATCH 013/246] dimension types --- kubejs/data/tfg/dimension_type/mars.json | 25 +++++++++++++++++++++ kubejs/data/tfg/dimension_type/mercury.json | 25 +++++++++++++++++++++ kubejs/data/tfg/dimension_type/moon.json | 25 +++++++++++++++++++++ kubejs/data/tfg/dimension_type/venus.json | 25 +++++++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 kubejs/data/tfg/dimension_type/mars.json create mode 100644 kubejs/data/tfg/dimension_type/mercury.json create mode 100644 kubejs/data/tfg/dimension_type/moon.json create mode 100644 kubejs/data/tfg/dimension_type/venus.json diff --git a/kubejs/data/tfg/dimension_type/mars.json b/kubejs/data/tfg/dimension_type/mars.json new file mode 100644 index 000000000..77b975cc5 --- /dev/null +++ b/kubejs/data/tfg/dimension_type/mars.json @@ -0,0 +1,25 @@ +{ + "ambient_light": 0.0, + "bed_works": true, + "coordinate_scale": 1.0, + "effects": "ad_astra:mars", + "has_ceiling": false, + "has_raids": false, + "has_skylight": true, + "height": 384, + "infiniburn": "#minecraft:infiniburn_overworld", + "logical_height": 384, + "min_y": -64, + "monster_spawn_block_light_limit": 0, + "monster_spawn_light_level": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 0 + } + }, + "natural": true, + "piglin_safe": true, + "respawn_anchor_works": false, + "ultrawarm": false +} \ No newline at end of file diff --git a/kubejs/data/tfg/dimension_type/mercury.json b/kubejs/data/tfg/dimension_type/mercury.json new file mode 100644 index 000000000..c1baa5109 --- /dev/null +++ b/kubejs/data/tfg/dimension_type/mercury.json @@ -0,0 +1,25 @@ +{ + "ambient_light": 0.0, + "bed_works": true, + "coordinate_scale": 1.0, + "effects": "ad_astra:mercury", + "has_ceiling": false, + "has_raids": false, + "has_skylight": true, + "height": 384, + "infiniburn": "#minecraft:infiniburn_overworld", + "logical_height": 384, + "min_y": -64, + "monster_spawn_block_light_limit": 0, + "monster_spawn_light_level": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 0 + } + }, + "natural": true, + "piglin_safe": true, + "respawn_anchor_works": false, + "ultrawarm": true +} \ No newline at end of file diff --git a/kubejs/data/tfg/dimension_type/moon.json b/kubejs/data/tfg/dimension_type/moon.json new file mode 100644 index 000000000..127d50557 --- /dev/null +++ b/kubejs/data/tfg/dimension_type/moon.json @@ -0,0 +1,25 @@ +{ + "ambient_light": 0.0, + "bed_works": true, + "coordinate_scale": 1.0, + "effects": "ad_astra:moon", + "has_ceiling": false, + "has_raids": false, + "has_skylight": true, + "height": 384, + "infiniburn": "#minecraft:infiniburn_overworld", + "logical_height": 384, + "min_y": -64, + "monster_spawn_block_light_limit": 0, + "monster_spawn_light_level": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 0 + } + }, + "natural": true, + "piglin_safe": false, + "respawn_anchor_works": false, + "ultrawarm": false +} \ No newline at end of file diff --git a/kubejs/data/tfg/dimension_type/venus.json b/kubejs/data/tfg/dimension_type/venus.json new file mode 100644 index 000000000..43e2dcff2 --- /dev/null +++ b/kubejs/data/tfg/dimension_type/venus.json @@ -0,0 +1,25 @@ +{ + "ambient_light": 0.0, + "bed_works": true, + "coordinate_scale": 1.0, + "effects": "ad_astra:venus", + "has_ceiling": false, + "has_raids": false, + "has_skylight": true, + "height": 384, + "infiniburn": "#minecraft:infiniburn_overworld", + "logical_height": 384, + "min_y": -64, + "monster_spawn_block_light_limit": 0, + "monster_spawn_light_level": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 0 + } + }, + "natural": true, + "piglin_safe": true, + "respawn_anchor_works": false, + "ultrawarm": true +} \ No newline at end of file From 673ce4fc51e4ee0c9a3ef5b1222ec5340fb9f60e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 14:18:47 +0100 Subject: [PATCH 014/246] forgot to remove some logging --- kubejs/server_scripts/tfg/recipes.rocks.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 1f36be6d4..f696a3a03 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -463,8 +463,6 @@ function registerTFGRockRecipes(event) { CUTTER.forEach(x => { if ("stair" in x) { - console.log(`STAIRS: ${x.raw} -> ${x.stair}`) - event.recipes.tfc.chisel(x.stair, x.raw, 'stair') if (x.stonecutting) { @@ -483,8 +481,6 @@ function registerTFGRockRecipes(event) { } } if ("slab" in x) { - console.log(`SLAB: ${x.raw} -> ${x.stair}`) - event.recipes.tfc.chisel(x.slab, x.raw, 'slab') if (x.stonecutting) { From 96d318d3b044bdc260bc1f38df0978b33246a468 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 16:01:39 +0100 Subject: [PATCH 015/246] loose/brick rock textures, knapping textures, missing rock recipes, fixed rock sounds --- .../gui/knapping/loose/glacio_stone.png | Bin 0 -> 379 bytes .../gui/knapping/loose/mars_stone.png | Bin 0 -> 419 bytes .../gui/knapping/loose/mercury_stone.png | Bin 0 -> 475 bytes .../gui/knapping/loose/moon_deepslate.png | Bin 0 -> 431 bytes .../gui/knapping/loose/permafrost.png | Bin 0 -> 504 bytes .../gui/knapping/loose/venus_stone.png | Bin 0 -> 341 bytes .../tfg/textures/item/brick/glacio_stone.png | Bin 0 -> 540 bytes .../tfg/textures/item/brick/mars_stone.png | Bin 0 -> 553 bytes .../tfg/textures/item/brick/mercury_stone.png | Bin 0 -> 573 bytes .../tfg/textures/item/brick/moon_stone.png | Bin 1820 -> 568 bytes .../tfg/textures/item/brick/permafrost.png | Bin 0 -> 586 bytes .../tfg/textures/item/brick/venus_stone.png | Bin 0 -> 555 bytes .../tfg/textures/item/loose/glacio_stone.png | Bin 0 -> 592 bytes .../tfg/textures/item/loose/mars_stone.png | Bin 0 -> 445 bytes .../tfg/textures/item/loose/mercury_stone.png | Bin 0 -> 455 bytes .../textures/item/loose/moon_deepslate.png | Bin 0 -> 364 bytes .../tfg/textures/item/loose/permafrost.png | Bin 0 -> 196 bytes .../tfg/textures/item/loose/venus_stone.png | Bin 0 -> 371 bytes kubejs/server_scripts/tfg/recipes.rocks.js | 20 ++++++--- kubejs/startup_scripts/tfg/blocks.space.js | 42 +++++++++++++++--- 20 files changed, 48 insertions(+), 14 deletions(-) create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/glacio_stone.png create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/mars_stone.png create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/mercury_stone.png create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/moon_deepslate.png create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/permafrost.png create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/venus_stone.png create mode 100644 kubejs/assets/tfg/textures/item/brick/glacio_stone.png create mode 100644 kubejs/assets/tfg/textures/item/brick/mars_stone.png create mode 100644 kubejs/assets/tfg/textures/item/brick/mercury_stone.png create mode 100644 kubejs/assets/tfg/textures/item/brick/permafrost.png create mode 100644 kubejs/assets/tfg/textures/item/brick/venus_stone.png create mode 100644 kubejs/assets/tfg/textures/item/loose/glacio_stone.png create mode 100644 kubejs/assets/tfg/textures/item/loose/mars_stone.png create mode 100644 kubejs/assets/tfg/textures/item/loose/mercury_stone.png create mode 100644 kubejs/assets/tfg/textures/item/loose/moon_deepslate.png create mode 100644 kubejs/assets/tfg/textures/item/loose/permafrost.png create mode 100644 kubejs/assets/tfg/textures/item/loose/venus_stone.png diff --git a/kubejs/assets/tfc/textures/gui/knapping/loose/glacio_stone.png b/kubejs/assets/tfc/textures/gui/knapping/loose/glacio_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..5eca90aa40ff5347f664544152453fb3d3f9450e GIT binary patch literal 379 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4kiW$h6xih%orFL7>k44ofy`glX=O&z-a2} z;uxYaF*e9C>#zgQoTdYTJ%)F!mTzH=|NZcrd9CC6mlr2o+5VO-dC#ha?Q+K^`hMTQ z;b}c<=GD8mUss1tXJF_#Y@&WTjp1E?*bbib8&RK zY$mjO$JE_d@*EkTR^Qv$t+FC1ylD8; z`=Jw~jFYSJ5mv@$i}s$M&Klt(zVC2usM-66+Rkm=ZL9SDif?aA+5GwCrdanb5iR9C k#vhA0t|rZuwEoY)Q}E1c-=`!t1_lNOPgg&ebxsLQ05zJV-v9sr literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/gui/knapping/loose/mars_stone.png b/kubejs/assets/tfc/textures/gui/knapping/loose/mars_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..26eec41bc4bd9c22cb6b1a876ce56d075a7bdc2f GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z!>Z4 z;uvDln>*QY(rpC+SNRpoIkss>ojtUDw)N8(%g)UcHQk)tCbY6NS>!BOvF!K$`@O&Z zzSicyZ+!cx(ENGz;e0FSO}+S4$A10qdv<1vZt87g*gYW#=LS-4@5Z+L3O?HuuCq#t%#%`ZB6S7$R#}b{B82dvbWmlW6Dd z!k*fjSa;q%t~L2%$@Wt+mV&dVHp+)PM!7XyKfIS!JURMj>4Z4`aLMrLS=PNT`bs~3 zJaE&n&Hi#`(#j7XGp$Wiw-kFwTx@yW88m0&QFpNiW%57o&({cIymEQ6b5g0VwD(uB zrLpVVUk6ONI3rCdb)Fg9-u}FI?d!KqUHoX8QJDyt bwSJ_@xtR@LlCLl@Ffe$!`njxgN@xNAIwH7e literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/gui/knapping/loose/mercury_stone.png b/kubejs/assets/tfc/textures/gui/knapping/loose/mercury_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f44257df988eddb092183b7de752156bbe6c8d GIT binary patch literal 475 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4kiW$h6xih%orFL7>k44ofy`glX=O&z&O>@ z#W6%zLS(ii}|J)U$#JB6$ zhWnwd6?d-f|GQPgC2C^Wl=t_)X1a!ohK9DxsMz__>gbQjF*-}4FRoY>DB4x(>nWu? zGimwN@0*j?FtAzwwEXq+kkOL~ZkeC@Y>ufi{`mHI&Q7Kd#Xt^*o{4AT%A_6T7*1F( znsC2xrs1Z1>1*N++Xahag6^9&&+Ty1Ji59ms`s4nIcx1LD(@L`riM8~Y7aPDX4lFu!ij i+rTKi-TGeXFK(SoUfts%KH&@u3=E#GelF{r5}E+<`PZ`m literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/gui/knapping/loose/moon_deepslate.png b/kubejs/assets/tfc/textures/gui/knapping/loose/moon_deepslate.png new file mode 100644 index 0000000000000000000000000000000000000000..97d29f80c8d373c16f0fdd5ec6111e09ddb89dd6 GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=vyaHXY`nGq-hVyM%Q|LJ_KL|I zk_{7FiccuM+HhNfOZUxlxRGOCED%$# zfA?+G>Xd>_mtQXb)y?HmyMO)i{^y@p3dtYdJ88~6t|K2JK2CUPG&A@?*3Nf!eaGJw zyjY!kzx?WQ2QIhN&;tk9S+c&k_byra;;o-zvA)q;HKje@)EOq+y)0%L@=?5zgK0*~ z#8Y=f3*5O3XKWX6(&pDNn!g}aCvBdiic_@ezZ^wo_E)dOK6SX*O)LBHW$k~JWloz` zF?h7DVQ2ZUz4O5BI}1)65pB5zQ0ojTkW)%;>sYe&&%KHIY`4}k44ofy`glX=O&z_`iN z#WBR9H+QmO_U!Hi@}2Rtw(ToaVJae&PL1@(a2zUJ#j65xCUV z`9x!nww28a>lxKkz3zW0+4cMW-S_umYi|Fwx$1j-RSd(1^?WP7-I==m#?3Hm7okr& zs*@UPOF7EJ&1D(llJ^{Y63NwYQ(3Yp;BHApZ}Z*kp5V79H&5C1vLhv7^41O&#S={P z-r4r^hcm4BR?)k1HlKOfzMXTJC!}kxs$Jov^3Wvu)2}j>Nr{sVJdHfH?bgI}P4WG8 zABz5*_>r?(mf?PU-D6X}zw5b=U*3DXx4I^8-AAc*oz+DLpZgcCP@BYfRj%RscID+a zg`S(bsmyfv{cGvdj}N<&{@JZOQIWIBtYgQeL8 zoQw+j{UGHE?>b){hb^afq-3A`wJkwE9LU$&_%kI$5j}*^4bmUg) zvb2C4uH=jZ^)p?JJ{&ZvN;P6F-c-(1U!HvCV5H^ak25asDmeJor+%{88=H!91PyhT8%JuC%SX|62&~Wq84W@&YPksOJulz2_ypLV|8v_Fa NgQu&X%Q~loCIGwk>CpfH literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/gui/knapping/loose/venus_stone.png b/kubejs/assets/tfc/textures/gui/knapping/loose/venus_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..a325c5708718a6c8d96c131c01f4b56bb2b78c50 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4kiW$h6xih%orFL7>k44ofy`glX=O&z{v0E z;uxYaF?Zs@JSIaPm-wX$OV)5Zg*vW%u~aDjlK$)XukkyIZpMV^-1E@Zvpr+Rt7CV> zOQt{ln7{q~cn1^ahNr6-*K}T-w>h3c{?iTqn}4lh8W)tvS(#oab6`risKYg3ox=^e zZ>IAU8aK)}yjgcVW7$JRS^t$x3?`fR{0YvmR#;O$TZ-*~nyRWv?yLn%Hj8k1YOee3 zY&Eaz+9K;vp2p%(-rI-k^ftD5=-pq<>7}2){y=-J-50Otyi2Y5%FC__Ufb=vcGCW< zOf%VeoXgI?dnx8)t#>+zL)B&T8@uPh(h6L!IG=Bees8ukpn2-HS%*?q+hw|6b9s1D v!<3_BXO}{9JGV^#-Y-aWT{lLAoYg3PRR>&j<1_lOCS3j3^P6x(m%nI2p*yGgsgY5&2sJ2Z9_u9bFN zQL^~KHm9}Hg^GHsM7la!LmYz~#SMd2_Fl8t(pGXw#kl-ZU$;r~{MgsKtM%u6j+s~e zaR1DmH?$6+FOfm9Po1XOXqtW&JIF6n7S?rh1Xj7Q&uUI0w{j%#W zJBFo~tku-dYc5Q9cJ1JXY^-J=D9^x9w8e4sKuO2R9FCuk)E3K4tav_bi;B z4bsm&yLg3z;a*?2)OCSbZSTvScSPnhEyxUpNhG1)Ph;r2GmAc>{U z4$lInExW8V>q5ZxCu)+L9#r)7^k2C1`GmMzlgrG5xy4dAXxLs?|p=b>pUYRm@{~aPRNR`Sa{zehJ;)Cb-c; wKKto@r+Seus_SwX4T`_tYTW=AP7dP?C_ut85U|?YIboFyt=akR{0P2hObpQYW literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/brick/mars_stone.png b/kubejs/assets/tfg/textures/item/brick/mars_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1cf9a00f70066ebbeabca97608cb914dbf718b GIT binary patch literal 553 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s94o-U3d7QI&|oy`^w6ggU-Kj-8gm0NzZKDaqIi>+4ZTJhG&Mc__`*gyUh^`qh6;@CgDECR-?MoVAZw)4vTW#z8^&V5HbhnKj2MnhRl()ZMe`L~%H z1X)USxRp67%uFRGcF0dy*GzeS z(dgTZ{HPe$nyN1SPR3B zs!tp2He^d&mR+*Tz`yEr8pEN``CEUf&zmB?+dC)w+zTcgue4NEmg}GY_w8Yo)bu|2OYzZ+4C#4i{(kiSFZ-MAljc&1Kao>rGB7YOc)I$z JtaD0e0sw*+^bG(2 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/brick/mercury_stone.png b/kubejs/assets/tfg/textures/item/brick/mercury_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..51f69a0803fb3445b2b9a0d860b40f68faf2c1e7 GIT binary patch literal 573 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s9Wo-U3d7QI&|-S-YIlsIOeZhd>^q}!4!pI?}fyO`T^8tXLCGDVhH7s0a4-7hx1 z{wKZgosyQoo(`uj2P2ciOEhj?*;ZyY>+SKGD=+Uf?t6YabonOv>tFBf)j$8aM(-Z` zzu7wr|8?ys`!?xD{q+B7yDAM;Ln58tawxPrtF-wA8n1qI@|E_>*>1P;ch$YyQh@qm7Py6>G`XPd8Io+SN2dF4&fCqG^$hTGU1JMVC3Kk)o>fq@kBgMU9P`0wwZ zvgFEz6&$M+-HsoN>Dsu5$su3o9h)WJjH5OTU5}o=T&%e*m)k#L+685+%abQ>$({W( z{qhw1wHNP-A1_>x^~A87t=DVfn>*Z6J3}|Uzohbu@AA{B6ZYR|YCOl_QX+SM?gOV+ zTDqHi@;CD|{7hq1m2i5?A>gZK_=)w@RIXjiF5VD6;k)|iG+mA#qJ4ZSGj^A=Z&hv( z;@OzUeJxk=TKS3)yG5B&=jJ(FH+i+yDr|Re`sS_O6ZIJ`WJOOYD_dFpS7-XE6`Ne@ z>*q8)TDW}o^n;VtPl#;NNeeUZnSArkBo+JrAHrU}4Pj}JySP!OecDrn-~1ES<_7yq z=UDPGTwCU)GtJ0;@4eV_NBTOSOk`<&l%CQ*J*)VzsIJK6{a>DLca`c>YgK;x@O$Nq iv$}sTe#t)@e)ryfW5apnzZe)87(8A5T-G@yGywp6)eEcu literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/brick/moon_stone.png b/kubejs/assets/tfg/textures/item/brick/moon_stone.png index 6a0d105db7a760cf0132ca1ef8bd980010764f51..72baa3320e28cb01318ab7d7c576ce6651d5e144 100644 GIT binary patch delta 523 zcmbQkw}WMZMLpvyPZ!4!i{7h~y#0k4MOybSynL=CDr}FrDc-2FYL|mG8Q7JWe9oS^u_)Z}!_NRweRlUg%LCWD&j%cyST;*Vu!pbc z=_ix4!<**o-4Sl-^qyRnZ*y*^?BuJrmc{&GaoC~XrQ&^#?N=LLsqkr&$P;OXJzR?( z1P6%f_fLx}`1ix&{j~VRnWgo7@{+6$zh~qxf6qC=FP($cijjlW>UKlg(x!q83DFaG z_8vac+WjJGV(H?Z)LD1@(gTzQqpq2qY}`9VE7fb3Tat$7>b!0F0l%Zz6mHx-yLPrY zgM`E#b_bnX{0CNjlbn8|@rhuk>+g%a%+qx)2Cl7hH|G)AFCXtO(XeivLUyZ7{k3aq zdnd}dtanP%IQjCUVHj6s7*}Q2YStotIj%>a)%#fkr{$Jw^z16GJgICYtuvk1Oa7kn z38Vb!ahqnGwX$b;V4{9*&eqAlg+um*7Vf^AaZ8*f@>taUA7{U~GaNW^GPvw;&VwS( jJtv=*nf{Ib#Ta^Xhd!6sd^Q;1q>iyV_#8_n4FzjqL7rDo|$K>^nUk#C56ls zTcvPQUjyF)=hTc$kE){7;3~h6MhI|Z8xtBTx$+|-gpg^Jvqyke^gTP3i$ zR(Zu%AYpwa1+bEmY+EHqkcA2nz5xo(`9-M;rg~<&$%ZCI3g(u2hGqtqMkYE6Mh1rF z`Ud9uhQ_)EhE@hqbJP@rU|U{jQmW)~a?a1mFY?V#NwrlnMi%#Ub`B`YPs_|nwN)w(a(7bjbagf} zv@|o*HPSN#JJQ$J$}_LHBrz{J)zigRsUo*PFEca6$~@69)i}+;Ezvy5$iT?V5~klJKe-eX<1qaxB9dp1XA3)u9N&L=iFdh~eN>A1NjDc&Q?adEb>)^gam(3M ze0(&2l|qFet7}*0tsrS1Z>if$ZaUmLmZo<1ZQ7m6OSX~%EFY_9N>;r8yf6PAPq5d+ z{3HJ)6TaRo=BoMrO!Rm1fzU}|t0uIcy}Y94PeWGf++Nl-dn;B>5!oTbckr@Umw8@u zq}Y{&1_wUPwCZHrHi3lHuPeR$d>d!V)EG6+yi&sRWtZ-fifP{_-)Tv`ZIQbz;P%Y} z=fYYy9(C^zJ*KA0)dSDu^;W;;<_>vy=5^Ayd(0e) z8V=#BYVWp9J*luK#6Xwtzf;nM_lL`3-{jT(WIbW!=VSZXCTjUynYF)+w)$1sGD)6P znfuq^NaA9?uwBLBmX+c+Pb_-(bwgC^LERro0$=AZ_52Z79ktU*@csRL%l>LGmE6j8 z3)Z+lKfE<)rdmPB`rt+Lx~B2C|Jb*iRYgeRr=9BGZ;EH9JwMSoMTqmTLiOWG$MzkG rUb^YmMSIp{p1bD^fA6=uZ1I;x>g_GbuHTPzLG_oXtDnm{r-UW|nYf37 diff --git a/kubejs/assets/tfg/textures/item/brick/permafrost.png b/kubejs/assets/tfg/textures/item/brick/permafrost.png new file mode 100644 index 0000000000000000000000000000000000000000..b931afeef58102f66baccc5f014813c09ef792bc GIT binary patch literal 586 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7Io-U3d7QI&|`DP0zinPw(epW?ovd^T<%SVo=wMuOfx#B9i<$;^{Kc@dpdNCSz zcb8sHo!->(V4qS4tGO%7$K;7-zP=fg7pZc^?}b^mu)eEGyvXP4d4h)6je%p!6y<=DcDMIOu4j&w2|-K0Eq2e*S=Qt7BUk$R-`3aPCf4?Uo-Xv| zEkjp5$L8G6WiN&Mp&w1+#h$(C*B>rksL*?T{PYj?;RhRpi8g0@~|Hm;WqEOt$<`1h%K&fdD# zulZM{yq$O^4_3gGV8944YFEqxrO#_WuaG7AEPfc5w^G%gu{39vLs* zxmss`d!Kq>GuI2L!r0_rPHpvN_Izg}1X?tW> zwfqi^l7-way<%oe{Sl$XHBHHB3CGl+*o@B&LdJ$_yjez`$#&w`CT@Ea_5PjRIm_wA z`hUzfZZS}vE|&J>-mY)v7cQ@UuF{bAGU6~h$ML?2XLC+*Z!bEvUNTi*W4p!cl{|e% zIbARB{zV-h7E8lHtb{Mz+W97yq!eExepxw_ttLj=6e!w{@#d zVpyYp|LL2f?Ol`3&Y7}JK*pxRSYJj?8LM$qz{_K6R+Y(=Dy%IgS#a1%u)VP|aQbykg!ypO)9rj!8lmF93;y}3sO`EIyi%munQ4E1 zHoL0B(HfWN<$<3IW2evjU4HW1U15fee5;iIt$QVqqxD7XVrH&J(povojpg=}r>jfa zSNggt=Ukh$rS-tJ+??BKS2k&ci+8q9>hEK2$ea~1?day1zQEH=idEJePt3!v-T(0L zGS{+9x0HtP)7~!{-IfL&ES$6AUg=s!iAKlzV)c&!oA&*Zylj%0#rU&k-prXM3}1Jh zKfBsoz+q*`t$$okUn$)+eg3JE;nGUYL%yx*wruUcX3ntjPtBaV_*R695OYQr>;jpM!8f$}`*Hj<1Oy!N*?-@P!ep6lb|KoaQ v8T&%Vl{4Biq&cp-FSPg_zURNNJ;RZA_rk9&j+?>2z`)??>gTe~DWM4fe{uI0 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/loose/mars_stone.png b/kubejs/assets/tfg/textures/item/loose/mars_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ef23b0a3290fb6ae949c1364138bade6982f24 GIT binary patch literal 445 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7_PZ!4!i{7^rPiwaXN*t@dU!LaikI7WEXyr+spiLWt+H~6fA8fnh&`-^ceOwrYc-`~O!7Ygc<7Pcn>hN_-Mv?>euB zVM-8#%QSJu7hLm~RxXS6y)4AF+4Pos$-{;JcmknCXI`5ItlpvSI-rK&H^|;@Z zdF?v;?F)RY+RtUGUHY}x)C(!(bDZxj9}w0~Qv zaWGBZ-_P;9N6YQ6kyC;=PA}QCXwDSH2|;!9oesRebT#$qlSKgqc`^0 A%K!iX literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/loose/mercury_stone.png b/kubejs/assets/tfg/textures/item/loose/mercury_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..a39f9e3f21ee2908bbebc8ddf58a94b980376b50 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7TPZ!4!i{7`Bd^MUGWscR~t}tKX;TgHxW0o)9;@Arw-0FPiEG&1QI(xG-$j@&{ zMxe4WyQN2w;`^GtXAI;|rhneJ?eE+@zHWYg^Im_hpZEXrW#<0|HSRld`4}~}M=|c$ zvs+Q()}L?xgstY78r`_5dVQjCXPa_SnT+7}vx;9+Lq8=q-CI_6QO{3u{&&L*m)&cl zl^Gt^_J#y;urM*?%vrtb+>AVd>e`D(OLgT`RApNE7WeZ15+Y}di$KXOM?mMq;WnESoqWvlDF zr1e(zn>RVsm&ZTjtD1ew)%N0wRU0<%6+g5_!$;@bB$0?&Gm|SaT*Q}_FHjHgH(56A zZ;8nkCIiVYhUO0+SNI=JG7OA>e=ZtzNb70WME)m@O1Ta JS?83{1ORzE!OZ{w literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/loose/moon_deepslate.png b/kubejs/assets/tfg/textures/item/loose/moon_deepslate.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74b724d4b0ec63c88fad95c202bb7fa82b18b2 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nksPZ!4!i{7^rH~KLp3bgG1%O7_jKu*MoXKFd`#;$vHtMk zN6Yid4#Ov}O&QLHaX0wROYV8`xilS^N`6Vg2i42HF6swbSfl!BlN?+Jesk+vhBHK-mTnivvpVXDey2FxSf-| zabnf|4=+pJ-FRYo`Q?|GNgPT7EQ)?pE2k+kozr}&GIdkWx~)<9R|=1R%L?Cm>B!1S zXVaE0y#GP7>}Ys%uu!P$)mpCvFF}Wm+6*4*FOTxqaZ5+`zEl1?^XKg!47Wro%GSLv S7GhvvVDNPHb6Mw<&;$U-teO}A literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/loose/permafrost.png b/kubejs/assets/tfg/textures/item/loose/permafrost.png new file mode 100644 index 0000000000000000000000000000000000000000..2a32ff666cdac0165846082b5605cf35671736d2 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7x;^S!RU(4oI`|SQ2EZ-(SU+WZG(C@;f zsn)@FOEgU$@E(1<Y+&j4EuF3j2t^a(Ni954boGn=N;d>pk`*Y63a)oK17#J8BJYD@<);T3K0RW(~ BPkaCX literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/loose/venus_stone.png b/kubejs/assets/tfg/textures/item/loose/venus_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..0b9d23b100173611622310ec9f8ee380fd37e312 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nk|PZ!4!i{7^rPkS8>5NO-KCGdz|OjV=MttG7b+L|i^be^%6sAtsjf0RAaE^uV7 zb-1Tb;HrWn>;g%XyE5J?i(GoF8 zSTR>{`Lcs)iftkfo)pw`a40gYn4!k7oxf?{>(gP@d5f5?be(v-*!ErPf~2s@%J)gu z;ZwY=jHG9Ot+LHI&iEkVw1RSNrSJlc`R;zlb0gShElaf4dpfCc-gVBy0{6cg@-R1S zex@9!o*AI6wB1}RA};o^C67hzR8`>6K79y8NufocYYfsS{7{-abEkg}B@8|Lf+y5@Ha4H1*1t?YB0r5}!~n>EkCK ZDj)Op`v2#j7#J8BJYD@<);T3K0RUH4mOcOg literal 0 HcmV?d00001 diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index f696a3a03..712321e67 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -12,17 +12,17 @@ function registerTFGRockRecipes(event) { { loose: 'tfg:brick/deepslate', block: '4x minecraft:deepslate_bricks' }, { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' }, { loose: 'tfg:loose/moon_stone', block: 'ad_astra:moon_cobblestone' }, - { loose: 'tfg:brick/moon_stone', block: 'ad_astra:moon_stone_bricks' }, + { loose: 'tfg:brick/moon_stone', block: '4x ad_astra:moon_stone_bricks' }, { loose: 'tfg:loose/moon_deepslate', block: 'ad_astra:moon_deepslate' }, { loose: 'tfg:loose/mars_stone', block: 'ad_astra:mars_cobblestone' }, - { loose: 'tfg:brick/mars_stone', block: 'ad_astra:mars_stone_bricks' }, + { loose: 'tfg:brick/mars_stone', block: '4x ad_astra:mars_stone_bricks' }, { loose: 'tfg:loose/venus_stone', block: 'ad_astra:venus_cobblestone' }, - { loose: 'tfg:brick/venus_stone', block: 'ad_astra:venus_stone_bricks' }, + { loose: 'tfg:brick/venus_stone', block: '4x ad_astra:venus_stone_bricks' }, { loose: 'tfg:loose/mercury_stone', block: 'ad_astra:mercury_cobblestone' }, - { loose: 'tfg:brick/mercury_stone', block: 'ad_astra:mercury_stone_bricks' }, + { loose: 'tfg:brick/mercury_stone', block: '4x ad_astra:mercury_stone_bricks' }, { loose: 'tfg:loose/glacio_stone', block: 'ad_astra:glacio_cobblestone' }, - { loose: 'tfg:brick/glacio_stone', block: 'ad_astra:glacio_stone_bricks' }, - { loose: 'tfg:loose/permafrost', block: 'ad_astra:permafrost' } + { loose: 'tfg:brick/glacio_stone', block: '4x ad_astra:glacio_stone_bricks' }, + { loose: 'tfg:brick/permafrost', block: '4x ad_astra:permafrost_bricks' } ] GLUEING_TOGETHER.forEach(x => { @@ -169,7 +169,7 @@ function registerTFGRockRecipes(event) { { raw: 'tfg:rock/hardened_glacio_stone', hammered: 'ad_astra:glacio_cobblestone' }, { raw: 'ad_astra:glacio_cobblestone', hammered: 'tfc:sand/white' }, { raw: 'ad_astra:conglomerate', hammered: 'tfc:rock/gravel/conglomerate' }, - { raw: 'ad_astra:permafrost', hammered: 'gtceu:ice_dust' } + { raw: 'ad_astra:permafrost', hammered: 'tfg:loose/permafrost' } ] HAMMERING.forEach(x => { @@ -630,5 +630,11 @@ function registerTFGRockRecipes(event) { .duration(40*20) .EUt(2) + event.recipes.gtceu.compressor('tfg:permafrost') + .itemInputs('4x tfg:loose/permafrost') + .itemOutputs('ad_astra:permafrost') + .duration(40*20) + .EUt(2) + // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index b9339695d..4a290a518 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -92,30 +92,58 @@ function registerTFGSpaceBlocks(event) { .opaque(true) event.create('tfg:loose/moon_stone', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/moon_stone') - .rockTypeModel('igneous_extrusive') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:igneous_intrusive_rock') event.create('tfg:loose/moon_deepslate', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/moon_deepslate') - .rockTypeModel('igneous_intrusive') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:igneous_intrusive_rock') event.create('tfg:loose/mars_stone', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/mars_stone') - .rockTypeModel('sedimentary') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:sedimentary_rock') event.create('tfg:loose/venus_stone', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/venus_stone') - .rockTypeModel('igneous_extrusive') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:igneous_extrusive_rock') event.create('tfg:loose/mercury_stone', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/mercury_stone') - .rockTypeModel('metamorphic') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:igneous_intrusive_rock') event.create('tfg:loose/glacio_stone', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/glacio_stone') - .rockTypeModel('sedimentary') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:igneous_extrusive_rock') event.create('tfg:loose/permafrost', 'tfc:loose_rock') + .stoneSoundType() .itemTexture('tfg:item/loose/permafrost') - .rockTypeModel('sedimentary') + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:metamorphic_rock') } \ No newline at end of file From a596eda82e74ae23b68b672df2f402ec29115b05 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 16:01:50 +0100 Subject: [PATCH 016/246] fixed moonbase loot table --- kubejs/data/tfg/loot_tables/chests/moonbase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json index 80cd0c990..1b3e7d45f 100644 --- a/kubejs/data/tfg/loot_tables/chests/moonbase.json +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -33,7 +33,7 @@ }, { "type": "minecraft:item", - "name": "vintageimprovements:aluminium_sheet", + "name": "vintageimprovements:aluminum_sheet", "weight": 50, "functions": [ { From bc088cbcde3c8c6b6d3176e1d92dfdfea3f875ec Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 16:05:22 +0100 Subject: [PATCH 017/246] rename nether noise --- kubejs/data/minecraft/dimension/the_nether.json | 2 +- .../worldgen/noise_settings/{nether.json => nether_noise.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename kubejs/data/tfg/worldgen/noise_settings/{nether.json => nether_noise.json} (100%) diff --git a/kubejs/data/minecraft/dimension/the_nether.json b/kubejs/data/minecraft/dimension/the_nether.json index 2d6dbada9..2caadad93 100644 --- a/kubejs/data/minecraft/dimension/the_nether.json +++ b/kubejs/data/minecraft/dimension/the_nether.json @@ -2,7 +2,7 @@ "type": "tfg:the_nether", "generator": { "type": "minecraft:noise", - "settings": "tfg:nether", + "settings": "tfg:nether_noise", "biome_source": { "type": "minecraft:multi_noise", "biomes": [ diff --git a/kubejs/data/tfg/worldgen/noise_settings/nether.json b/kubejs/data/tfg/worldgen/noise_settings/nether_noise.json similarity index 100% rename from kubejs/data/tfg/worldgen/noise_settings/nether.json rename to kubejs/data/tfg/worldgen/noise_settings/nether_noise.json From f3d64e320fffac4da25e2b3200a36e3b6066a10f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 16:38:33 +0100 Subject: [PATCH 018/246] forgor a knapping texture --- .../textures/gui/knapping/loose/moon_stone.png | Bin 0 -> 408 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 kubejs/assets/tfc/textures/gui/knapping/loose/moon_stone.png diff --git a/kubejs/assets/tfc/textures/gui/knapping/loose/moon_stone.png b/kubejs/assets/tfc/textures/gui/knapping/loose/moon_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..701873c114ac606e2527b50f779cde937b177c47 GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z!>D| z;uvDln>*Qma+3ki(fX|DnN9V6F<*o$@BIDu_~2b`@zkR{&hB@amxvsTS@6<(*7r#| ze)0G7U)wTtFM4p-WCg1r!!5lJJo;f}p3iiyRlnOl>rAB2ZC1H{ZHCp+XVdm~AIud` z+GG>Yyr4h#oAtZxQj^)1JUb<{N^72}LC2B*Z$CB!wtt}AU@ zl$AbN=HP4geP!%ugJ0gTe~DWM4f8x*$U literal 0 HcmV?d00001 From cee5369c6cc98aace6d0bf3e184527eceb8032ca Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 18:26:02 +0100 Subject: [PATCH 019/246] wrong texture on the hardened moon deepslate --- .../assets/tfg/models/block/rock/hardened_moon_deepslate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/assets/tfg/models/block/rock/hardened_moon_deepslate.json b/kubejs/assets/tfg/models/block/rock/hardened_moon_deepslate.json index 18920aa32..d758f032e 100644 --- a/kubejs/assets/tfg/models/block/rock/hardened_moon_deepslate.json +++ b/kubejs/assets/tfg/models/block/rock/hardened_moon_deepslate.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/cube_all", "textures": { - "all": "ad_astra:block/moon_stone" + "all": "ad_astra:block/moon_deepslate" } } \ No newline at end of file From 0dbc1f0fee08e74eea3c95fc79b71de7ff6180cb Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 18:42:41 +0100 Subject: [PATCH 020/246] moon veins --- .../entries/tfg_ores/moon_ore_index.json | 8 +- .../entries/tfg_ores/moon_vein_index.json | 8 +- .../entries/tfg_ores/moon_ore_index.json | 8 +- .../entries/tfg_ores/moon_vein_index.json | 8 +- .../entries/tfg_ores/moon_ore_index.json | 8 +- .../entries/tfg_ores/moon_vein_index.json | 8 +- .../moon/vein/moon_quartz.json | 124 ++++++++++++++++++ 7 files changed, 148 insertions(+), 24 deletions(-) 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 d4415de53..7c35a2fde 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,15 +1,15 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "The Moon Ore Index", - "icon": "ae2:quartz", + "name": "Lunar Ore Index", + "icon": "ae2:certus_quartz_crystal", "category": "tfc:tfg_ores", "read_by_default": true, "secret": false, "pages": [ { "Type": "patchouli:text", - "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", + "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", "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 56b3e34cc..589c2bb33 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": "The Moon Vein Index", + "name": "Lunar Vein Index", "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,8 +8,8 @@ "pages": [ { "Type": "patchouli:text", - "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", + "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", "type": "patchouli:text" }, { @@ -255,7 +255,7 @@ }, { "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$(): Anorthosite, Basalt, Diorite, Gabbro, Norite", + "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", "title": "Certus Quartz", "type": "patchouli:text", "anchor": "moon_quartz" 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 cdfd15fd5..1598c1859 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,15 +1,15 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "The Moon Ore Index", - "icon": "ae2:quartz", + "name": "Lunar Ore Index", + "icon": "ae2:certus_quartz_crystal", "category": "tfc:tfg_ores", "read_by_default": true, "secret": false, "pages": [ { "Type": "patchouli:text", - "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", + "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", "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 812b99c24..545c8a071 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": "The Moon Vein Index", + "name": "Lunar Vein Index", "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,8 +8,8 @@ "pages": [ { "Type": "patchouli:text", - "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", + "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", "type": "patchouli:text" }, { @@ -956,7 +956,7 @@ }, { "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-уровень$(): -32 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 80$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", "title": "Истинный кварц", "type": "patchouli:text", "anchor": "moon_quartz" 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 78af17196..ace7c046b 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,15 +1,15 @@ { "__credits__": "This page was automatically generated by OresToFieldGuide.", - "name": "The Moon Ore Index", - "icon": "ae2:quartz", + "name": "Lunar Ore Index", + "icon": "ae2:certus_quartz_crystal", "category": "tfc:tfg_ores", "read_by_default": true, "secret": false, "pages": [ { "Type": "patchouli:text", - "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", + "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", "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 2e41f5975..bf55a3b77 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": "The Moon Vein Index", + "name": "Lunar Vein Index", "icon": "gtceu:moon_stone_certus_quartz_ore", "category": "tfc:tfg_ores", "read_by_default": true, @@ -8,8 +8,8 @@ "pages": [ { "Type": "patchouli:text", - "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", + "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", "type": "patchouli:text" }, { @@ -1073,7 +1073,7 @@ }, { "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$(): -32 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 80$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", "title": "Поклади Істинного Кварцу", "type": "patchouli:text", "anchor": "moon_quartz" 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 88c1df42e..669d125fc 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 @@ -164,6 +164,130 @@ "weight": 1 } ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:glacio_stone_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "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 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:dacite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:dacite_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:rhyolite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:rhyolite_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:andesite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "ae2:quartz_block", + "weight": 2 + }, + { + "block": "gtceu:andesite_barite_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_nether_quartz_ore", + "weight": 25 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + } + ] } ], "indicator": { From 63ef2fff4f1bc33ee8caa94c9f5fbe598a1e51ed Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 18:42:52 +0100 Subject: [PATCH 021/246] stone layer maps --- .../tfg/worldgen/noise/stone_layer_bottom_1.json | 14 ++++++++++++++ .../tfg/worldgen/noise/stone_layer_bottom_2.json | 14 ++++++++++++++ .../tfg/worldgen/noise/stone_layer_middle_1.json | 14 ++++++++++++++ .../tfg/worldgen/noise/stone_layer_middle_2.json | 14 ++++++++++++++ .../data/tfg/worldgen/noise/stone_layer_top_1.json | 14 ++++++++++++++ .../data/tfg/worldgen/noise/stone_layer_top_2.json | 14 ++++++++++++++ 6 files changed, 84 insertions(+) create mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_bottom_1.json create mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_bottom_2.json create mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_middle_1.json create mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_middle_2.json create mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json create mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_1.json b/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_1.json new file mode 100644 index 000000000..a6747c363 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_1.json @@ -0,0 +1,14 @@ +{ + "amplitudes": [ + 1, + 1, + 2, + 2, + 2, + 1, + 1, + 1, + 1 + ], + "firstOctave": -10 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_2.json b/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_2.json new file mode 100644 index 000000000..a6747c363 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_2.json @@ -0,0 +1,14 @@ +{ + "amplitudes": [ + 1, + 1, + 2, + 2, + 2, + 1, + 1, + 1, + 1 + ], + "firstOctave": -10 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_middle_1.json b/kubejs/data/tfg/worldgen/noise/stone_layer_middle_1.json new file mode 100644 index 000000000..a6747c363 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise/stone_layer_middle_1.json @@ -0,0 +1,14 @@ +{ + "amplitudes": [ + 1, + 1, + 2, + 2, + 2, + 1, + 1, + 1, + 1 + ], + "firstOctave": -10 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_middle_2.json b/kubejs/data/tfg/worldgen/noise/stone_layer_middle_2.json new file mode 100644 index 000000000..a6747c363 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise/stone_layer_middle_2.json @@ -0,0 +1,14 @@ +{ + "amplitudes": [ + 1, + 1, + 2, + 2, + 2, + 1, + 1, + 1, + 1 + ], + "firstOctave": -10 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json b/kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json new file mode 100644 index 000000000..a6747c363 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json @@ -0,0 +1,14 @@ +{ + "amplitudes": [ + 1, + 1, + 2, + 2, + 2, + 1, + 1, + 1, + 1 + ], + "firstOctave": -10 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json b/kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json new file mode 100644 index 000000000..a6747c363 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json @@ -0,0 +1,14 @@ +{ + "amplitudes": [ + 1, + 1, + 2, + 2, + 2, + 1, + 1, + 1, + 1 + ], + "firstOctave": -10 +} \ No newline at end of file From 04f63f5a20b2d379af3bff8c53777afb863c21fb Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 21:09:10 +0100 Subject: [PATCH 022/246] tags for moon rocks --- kubejs/server_scripts/ad_astra/tags.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 50b7acd89..0d092ac53 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -74,27 +74,32 @@ const registerAdAstraBlockTags = (event) => { }) // Moon - event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_stone') - event.add('minecraft:rabbits_spawnable_on', 'tfg:rock/hardened_moon_stone') - event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_deepslate') event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_sand') event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/black') event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/white') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/diorite') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/gabbro') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/basalt') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/diorite') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/gabbro') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/basalt') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/rhyolite') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/andesite') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/dacite') event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_stone') event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_deepslate') + event.add('ad_astra:moon_stone_replaceables', 'ad_astra:glacio_stone') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_glacio_stone') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/gabbro') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/gabbro') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/diorite') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/diorite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/rhyolite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/rhyolite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/andesite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/andesite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/dacite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/dacite') event.add('tfc:can_landslide', 'ad_astra:moon_sand') event.add('tfc:can_landslide', 'ad_astra:mars_sand') From 17508a709141b563396c08d58dbe0bd37e2ea897 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 22:54:26 +0100 Subject: [PATCH 023/246] fixed rabbit houses not spawning, put them in every biome but reduced the weight a bit --- .../structure/moon/moon_rabbit_houses.json | 14 +------------- .../structure_set/moon/moon_rabbit_houses.json | 4 ++-- kubejs/server_scripts/ad_astra/tags.js | 3 +-- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index 7ea4b8b90..003100dab 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -11,17 +11,5 @@ }, "project_start_to_heightmap": "WORLD_SURFACE_WG", "use_expansion_hack": false, - "spawn_overrides": { - "creature": { - "bounding_box": "full", - "spawns": [ - { - "type": "tfc:rat", - "weight": 1, - "minCount": 1, - "maxCount": 2 - } - ] - } - } + "spawn_overrides": {} } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json index 8fc65e08c..1ab645f7a 100644 --- a/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json @@ -7,8 +7,8 @@ ], "placement": { "salt": 1234542, - "spacing": 6, - "separation": 2, + "spacing": 8, + "separation": 5, "type": "minecraft:random_spread", "exclusion_zone": { "other_set": "tfg:moon/meteors", diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 0d092ac53..8868d545c 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -151,11 +151,10 @@ const registerAdAstraBiomeTags = (event) => { event.add('tfg:has_structure/meteors', biome) event.add('tfg:has_structure/cheese_ores', biome) event.add('tfg:has_structure/moonbase', biome) + event.add('tfg:has_structure/moon_rabbit_houses', biome) event.add('minecraft:spawns_gold_rabbits', biome) event.add('minecraft:spawns_white_rabbits', biome) }) - - event.add('tfg:has_structure/moon_rabbit_houses', 'tfg:lunar_plains') } const registerAdAstraEntityTypeTags = (event) => { From 7f17533c4ee4ab0ab0a326be63ae5bf66c3f3501 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 22:55:23 +0100 Subject: [PATCH 024/246] changed moon rocks to be based off noise instead of biomes --- .../biome/mars/martian_mountains.json | 5 +- .../worldgen/biome/mars/martian_plains.json | 5 +- .../worldgen/biome/mars/martian_riverbed.json | 5 +- .../biome/moon/lunar_basalt_maria.json | 31 +- .../biome/moon/lunar_diorite_delta.json | 31 +- .../biome/moon/lunar_gabbro_uplift.json | 29 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 32 +- .../worldgen/noise_settings/moon_noise.json | 2056 +++++++++++++---- .../placed_feature/moon/hardening.json | 123 + 9 files changed, 1885 insertions(+), 432 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/hardening.json diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json b/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json index 8c6e8f2f1..44a07a9b6 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json b/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json index 8c6e8f2f1..44a07a9b6 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json b/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json index a4a86e524..dbdb2d9e8 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json index 20c9bbf37..5bf6b5a97 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, @@ -19,25 +20,37 @@ "water_fog_color": 329011 }, "features": [ - [], [], [], [ "tfg:moon/blob/asurine", - "tfg:moon/blob/smooth_basalt" + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], [ "tfg:moon/surface/basalt_delta", - "tfc:vein/gabbro_dike", - "tfc:vein/diorite_dike", "tfg:moon/surface/warped_vine", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/loose_basalt_rocks" ], - [], - "#tfg:moon_veins", - [] + [ + "tfg:moon/hardening" + ] ], "has_precipitation": false, "spawn_costs": {}, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json index 5f78f22ab..8829b9b7b 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, @@ -21,20 +22,34 @@ "features": [ [], [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], [], - [ - "tfg:moon/blob/asurine" - ], [ "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], + [ "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/dead_coral", "tfg:moon/surface/dead_coral_fans", "tfg:moon/surface/loose_diorite_rocks" ], - [], - "#tfg:moon_veins", - [] + [ + "tfg:moon/hardening" + ] ], "has_precipitation": false, "spawn_costs": {}, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json index d15344292..918a4039f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, @@ -21,19 +22,33 @@ "features": [ [], [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], [], [ - "tfg:moon/blob/asurine" + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" ], + [], + "#tfg:moon_veins", + [], + [], [ - "tfc:vein/diorite_dike", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/gabbro_rock_pile", "tfg:moon/surface/loose_gabbro_rocks" ], - [], - "#tfg:moon_veins", - [] + [ + "tfg:moon/hardening" + ] ], "has_precipitation": false, "spawn_costs": {}, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 96149fd68..f0dec75b1 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -1,8 +1,9 @@ { "carvers": { "air": [ - "tfc:cave", - "tfc:canyon" + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" ] }, "downfall": 0.0, @@ -21,19 +22,32 @@ "features": [ [], [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], [], - [ - "tfg:moon/blob/asurine" - ], [ "tfc:vein/gabbro_dike", - "tfc:vein/diorite_dike", - "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_moon_stone_rocks" + "tfc:vein/diorite_dike" ], [], "#tfg:moon_veins", - [] + [], + [], + [ + "tfg:moon/surface/moon_rock_pile", + "tfg:moon/surface/loose_moon_stone_rocks" + ], + [ + "tfg:moon/hardening" + ] ], "has_precipitation": false, "spawn_costs": { diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index 728682474..26a426a56 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -1,5 +1,5 @@ { - "sea_level": -100, + "sea_level": -48, "disable_mob_generation": false, "aquifers_enabled": false, "ore_veins_enabled": false, @@ -17,30 +17,10 @@ "size_vertical": 2 }, "noise_router": { - "barrier": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_barrier", - "xz_scale": 1, - "y_scale": 0.5 - }, - "fluid_level_floodedness": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_fluid_level_floodedness", - "xz_scale": 1, - "y_scale": 0.67 - }, - "fluid_level_spread": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_fluid_level_spread", - "xz_scale": 1, - "y_scale": 0.7142857142857143 - }, - "lava": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_lava", - "xz_scale": 1, - "y_scale": 1 - }, + "barrier": 0, + "fluid_level_floodedness": 0, + "fluid_level_spread": 0, + "lava": 0, "temperature": { "type": "minecraft:shifted_noise", "noise": "minecraft:temperature", @@ -221,11 +201,11 @@ "if_true": { "type": "minecraft:vertical_gradient", "random_name": "minecraft:bedrock_floor", - "true_at_and_below": { - "above_bottom": 0 - }, "false_at_and_above": { "above_bottom": 5 + }, + "true_at_and_below": { + "above_bottom": 0 } }, "then_run": { @@ -238,378 +218,1668 @@ { "type": "minecraft:condition", "if_true": { - "type": "minecraft:vertical_gradient", - "random_name": "minecraft:deepslate", - "true_at_and_below": { - "absolute": 0 + "type": "minecraft:y_above", + "anchor": { + "absolute": 87 }, + "surface_depth_multiplier": 1, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 1, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_1", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/basalt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/gabbro" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:sand/black" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_1", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/andesite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/andesite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/andesite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/diorite" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_1", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_glacio_stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_glacio_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:glacio_cobblestone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/rhyolite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/rhyolite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/rhyolite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/dacite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/dacite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/dacite" + } + } + ] + } + } + ] + } + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "tfg:between_middle_and_bottom_rock_layers", "false_at_and_above": { - "absolute": 8 + "absolute": 4 + }, + "true_at_and_below": { + "absolute": -4 } }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:moon_deepslate", - "Properties": { - "axis": "y" + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_1", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/basalt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/gabbro" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_deepslate" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_1", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/andesite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/andesite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/diorite" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_1", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_glacio_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:glacio_stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/rhyolite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/rhyolite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_bottom_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/dacite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/dacite" + } + } + ] + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "tfg:between_top_and_middle_rock_layers", + "false_at_and_above": { + "absolute": 68 + }, + "true_at_and_below": { + "absolute": 60 + } + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_1", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/basalt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/gabbro" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_deepslate" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_1", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/andesite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/andesite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/diorite" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_1", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_glacio_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:glacio_stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/rhyolite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/rhyolite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_middle_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/dacite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/dacite" + } + } + ] + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_1", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/basalt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/gabbro" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_deepslate" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_1", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/andesite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/andesite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_moon_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/diorite" + } + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_1", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -1.0, + "max_threshold": -0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:rock/hardened_glacio_stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:glacio_stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": -0.2, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/rhyolite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/rhyolite" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "tfg:stone_layer_top_2", + "min_threshold": 0.2, + "max_threshold": 1.0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/dacite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/dacite" + } + } + ] + } + } + ] } } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:moon/lunar_plains" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfg:rock/hardened_moon_stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 87 - }, - "surface_depth_multiplier": 2, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 3, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:moon_sand" - } - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:moon/lunar_basalt_maria" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/basalt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 87 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 2, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.4, - "max_threshold": 0.1 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:sand/black" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/gravel/basalt" - } - } - ] - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:vertical_gradient", - "random_name": "minecraft:deepslate", - "true_at_and_below": { - "absolute": 0 - }, - "false_at_and_above": { - "absolute": 8 - } - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/raw/basalt" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:moon/lunar_gabbro_uplift" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/gabbro" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 80 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 2, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.4, - "max_threshold": 1 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "ad_astra:moon_sand" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/gravel/gabbro" - } - } - ] - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:vertical_gradient", - "random_name": "minecraft:deepslate", - "true_at_and_below": { - "absolute": 0 - }, - "false_at_and_above": { - "absolute": 8 - } - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/raw/gabbro" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "tfg:moon/lunar_diorite_delta" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/hardened/diorite" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 87 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 2, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.1, - "max_threshold": 0.4 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:sand/white" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/gravel/diorite" - } - } - ] - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:vertical_gradient", - "random_name": "minecraft:deepslate", - "true_at_and_below": { - "absolute": 0 - }, - "false_at_and_above": { - "absolute": 8 - } - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "tfc:rock/raw/diorite" - } - } - } - ] - } + ] } ] }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/hardening.json b/kubejs/data/tfg/worldgen/placed_feature/moon/hardening.json new file mode 100644 index 000000000..520c05ff3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/hardening.json @@ -0,0 +1,123 @@ +{ + "feature": { + "type": "minecraft:replace_single_block", + "config": { + "targets": [ + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "ad_astra:moon_stone" + }, + "state": { + "Name": "tfg:rock/hardened_moon_stone" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "ad_astra:moon_deepslate" + }, + "state": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "ad_astra:glacio_stone" + }, + "state": { + "Name": "tfg:rock/hardened_glacio_stone" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/dacite" + }, + "state": { + "Name": "tfc:rock/hardened/dacite" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/rhyolite" + }, + "state": { + "Name": "tfc:rock/hardened/rhyolite" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/diorite" + }, + "state": { + "Name": "tfc:rock/hardened/diorite" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/andesite" + }, + "state": { + "Name": "tfc:rock/hardened/andesite" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/gabbro" + }, + "state": { + "Name": "tfc:rock/hardened/gabbro" + } + }, + { + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/basalt" + }, + "state": { + "Name": "tfc:rock/hardened/basalt" + } + }, + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "tfc:can_landslide" + }, + "state": { + "Name": "tfg:rock/hardened_moon_stone" + } + } + ] + } + }, + "placement": [ + { + "type": "minecraft:carving_mask", + "step": "air" + }, + { + "type": "minecraft:environment_scan", + "direction_of_search": "up", + "max_steps": 1, + "target_condition": { + "type": "minecraft:any_of", + "predicates": [ + { + "type": "minecraft:matching_block_tag", + "tag": "ad_astra:moon_stone_replaceables" + }, + { + "type": "minecraft:matching_block_tag", + "tag": "tfc:can_landslide" + } + ] + } + } + ] +} \ No newline at end of file From d366f42302a2d552d61e7e248c1874bd147c7f47 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 6 May 2025 22:55:30 +0100 Subject: [PATCH 025/246] climate stuff --- .../startup_scripts/tfc/register_climates.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/kubejs/startup_scripts/tfc/register_climates.js b/kubejs/startup_scripts/tfc/register_climates.js index a8856d81f..ea5302f85 100644 --- a/kubejs/startup_scripts/tfc/register_climates.js +++ b/kubejs/startup_scripts/tfc/register_climates.js @@ -1,5 +1,7 @@ const $ICalendar = Java.loadClass('net.dries007.tfc.util.calendar.ICalendar') +const $LerpFloatLayer = Java.loadClass('net.dries007.tfc.world.chunkdata.LerpFloatLayer') + const TICKS_IN_HOUR = $ICalendar.TICKS_IN_HOUR; const TICKS_IN_DAY = $ICalendar.TICKS_IN_DAY; const SIX_TIMES_TICKS_IN_HOUR = TICKS_IN_HOUR * 6; @@ -133,6 +135,22 @@ TFCEvents.registerClimateModel(event => { model.setAirFog((level, pos, calendarTicks) => 0) model.setWaterFog((level, pos, calendarTicks) => 0.25) model.setWindVector((block, calendarTicks) => event.newVec2(0, 0)) + + //model.setCreateChunkData((level, chunkAccess, chunkData) => { + + // const rainfallLayer = new $LerpFloatLayer(0, 0, 0, 0); + // const tempLayer = new $LerpFloatLayer(-5, -5, -5, -5); + + // chunkData.generatePartial(rainfallLayer, tempLayer, "none", 0, 0); + + // let heightArray = []; + // let aquiferArray = []; + // for (var i = 0; i < 16 * 16; i++) { + // heightArray[i] = 64; + // aquiferArray[i] = 0; + // } + // chunkData.generateFull(heightArray, aquiferArray); + //}) }) event.registerClimateModel('tfg:mars_climate', model => { From f0adb029c3cf6fc5b6ae61184e6b546a942aecf5 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 7 May 2025 01:30:12 +0100 Subject: [PATCH 026/246] back on that moon decoration grindset --- kubejs/data/ad_astra/dimension/moon.json | 36 +++-- .../{lunar_plains.json => lunar_corals.json} | 42 +++--- ...te_delta.json => lunar_corals_sparse.json} | 0 ...nar_basalt_maria.json => lunar_maria.json} | 2 +- .../worldgen/biome/moon/lunar_sprouts.json | 131 ++++++++++++++++++ .../biome/moon/lunar_sprouts_sparse.json | 130 +++++++++++++++++ ...r_gabbro_uplift.json => lunar_uplift.json} | 0 .../moon/blob/smooth_basalt.json | 18 --- .../moon/surface/warped_roots_patch.json | 13 +- .../moon/surface/warped_sprouts_patch.json | 13 +- .../moon/surface/warped_vine.json | 31 ++++- .../moon/blob/smooth_basalt.json | 24 ---- .../moon/surface/warped_roots_patch.json | 7 +- .../moon/surface/warped_sprouts_patch.json | 7 +- .../moon/surface/warped_vine.json | 3 - kubejs/server_scripts/ad_astra/tags.js | 13 +- kubejs/startup_scripts/tfg/blocks.space.js | 32 ++++- 17 files changed, 396 insertions(+), 106 deletions(-) rename kubejs/data/tfg/worldgen/biome/moon/{lunar_plains.json => lunar_corals.json} (75%) rename kubejs/data/tfg/worldgen/biome/moon/{lunar_diorite_delta.json => lunar_corals_sparse.json} (100%) rename kubejs/data/tfg/worldgen/biome/moon/{lunar_basalt_maria.json => lunar_maria.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json rename kubejs/data/tfg/worldgen/biome/moon/{lunar_gabbro_uplift.json => lunar_uplift.json} (100%) delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json index 88693e3f3..abd018142 100644 --- a/kubejs/data/ad_astra/dimension/moon.json +++ b/kubejs/data/ad_astra/dimension/moon.json @@ -7,49 +7,61 @@ "type": "minecraft:multi_noise", "biomes": [ { - "biome": "tfg:moon/lunar_plains", + "biome": "tfg:moon/lunar_sprouts", "parameters": { "temperature": 0, "humidity": 0, - "continentalness": 0.5, + "continentalness": [ 0.3, 1 ], "erosion": 0, - "weirdness": -0.5, + "weirdness": 0, "depth": 0, "offset": 0 } }, { - "biome": "tfg:moon/lunar_basalt_maria", + "biome": "tfg:moon/lunar_sprouts_sparse", "parameters": { "temperature": 0, "humidity": 0, - "continentalness": -0.5, + "continentalness": [ 0.15, 0.4 ], "erosion": 0, - "weirdness": -0.5, + "weirdness": 0, "depth": 0, "offset": 0 } }, { - "biome": "tfg:moon/lunar_gabbro_uplift", + "biome": "tfg:moon/lunar_uplift", "parameters": { "temperature": 0, "humidity": 0, - "continentalness": -0.5, + "continentalness": [ -0.15, 0.15 ], "erosion": 0, - "weirdness": 0.5, + "weirdness": 0, "depth": 0, "offset": 0 } }, { - "biome": "tfg:moon/lunar_diorite_delta", + "biome": "tfg:moon/lunar_corals_sparse", "parameters": { "temperature": 0, "humidity": 0, - "continentalness": 0.5, + "continentalness": [ -0.4, -0.15 ], "erosion": 0, - "weirdness": 0.5, + "weirdness": 0, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_corals", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": [ -1, -0.3 ], + "erosion": 0, + "weirdness": 0, "depth": 0, "offset": 0 } diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals.json similarity index 75% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_corals.json index f0dec75b1..dcb14b818 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals.json @@ -42,24 +42,16 @@ [], [], [ - "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_moon_stone_rocks" + "tfg:moon/surface/dead_coral", + "tfg:moon/surface/dead_coral_fans", + "tfg:moon/surface/loose_diorite_rocks" ], [ "tfg:moon/hardening" ] ], "has_precipitation": false, - "spawn_costs": { - "minecraft:enderman": { - "charge": 0.7, - "energy_budget": 0.015 - }, - "endermanoverhaul:windswept_hills_enderman": { - "charge": 0.7, - "energy_budget": 0.015 - } - }, + "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], @@ -68,14 +60,20 @@ "type": "minecraft:rabbit", "maxCount": 1, "minCount": 1, - "weight": 80 + "weight": 20 } ], "misc": [], "monster": [ { - "type": "species:limpet", - "maxCount": 2, + "type": "ad_astra:star_crawler", + "maxCount": 3, + "minCount": 1, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 3, "minCount": 1, "weight": 100 }, @@ -83,13 +81,25 @@ "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, + "weight": 50 + }, + { + "type": "minecraft:endermite", + "maxCount": 3, + "minCount": 1, "weight": 20 }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, { "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 100 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json similarity index 100% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json similarity index 100% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json index 5bf6b5a97..799d47700 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json @@ -43,9 +43,9 @@ [], [ "tfg:moon/surface/basalt_delta", - "tfg:moon/surface/warped_vine", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/warped_vine", "tfg:moon/surface/loose_basalt_rocks" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json new file mode 100644 index 000000000..5fab64afd --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json @@ -0,0 +1,131 @@ +{ + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], + [ + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/warped_vine", + "tfg:moon/surface/moon_rock_pile", + "tfg:moon/surface/loose_moon_stone_rocks" + ], + [ + "tfg:moon/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": { + "minecraft:enderman": { + "charge": 0.7, + "energy_budget": 0.015 + }, + "endermanoverhaul:windswept_hills_enderman": { + "charge": 0.7, + "energy_budget": 0.015 + }, + "endermanoverhaul:soulsand_valley_enderman": { + "charge": 0.7, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 80 + } + ], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "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, + "minCount": 1, + "weight": 20 + }, + { + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 5 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": -0.5 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json new file mode 100644 index 000000000..c29419d5d --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json @@ -0,0 +1,130 @@ +{ + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], + [ + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/moon_rock_pile", + "tfg:moon/surface/loose_moon_stone_rocks" + ], + [ + "tfg:moon/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": { + "minecraft:enderman": { + "charge": 0.7, + "energy_budget": 0.015 + }, + "endermanoverhaul:windswept_hills_enderman": { + "charge": 0.7, + "energy_budget": 0.015 + }, + "endermanoverhaul:soulsand_valley_enderman": { + "charge": 0.7, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 80 + } + ], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "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, + "minCount": 1, + "weight": 20 + }, + { + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 5 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": -0.5 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json similarity index 100% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json deleted file mode 100644 index 873a66bf6..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:ore", - "config": { - "discard_chance_on_air_exposure": 0.0, - "size": 40, - "targets": [ - { - "state": { - "Name": "minecraft:smooth_basalt" - }, - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/basalt" - } - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json index 1a4a463b5..fd3649fdd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json @@ -14,17 +14,22 @@ } }, "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, { "type": "minecraft:block_predicate_filter", "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" + "type": "minecraft:matching_block_tag", + "offset": [ 0, -1, 0 ], + "tag": "ad_astra:moon_stone_replaceables" } } ] }, - "tries": 64, - "xz_spread": 7, + "tries": 36, + "xz_spread": 15, "y_spread": 3 } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json index 177998972..35dba842b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json @@ -14,17 +14,22 @@ } }, "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, { "type": "minecraft:block_predicate_filter", "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" + "type": "minecraft:matching_block_tag", + "offset": [ 0, -1, 0 ], + "tag": "ad_astra:moon_stone_replaceables" } } ] }, - "tries": 48, - "xz_spread": 14, + "tries": 36, + "xz_spread": 16, "y_spread": 3 } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json index 2f9c9b7ee..551557c0c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json @@ -5,20 +5,37 @@ "dirt_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "tfc:rock/gravel/basalt" + "Name": "ad_astra:moon_sand" } }, "foliage_placer": { "type": "minecraft:blob_foliage_placer", "height": 0, "offset": 1, - "radius": 0 + "radius": 1 }, "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 50, + "data": { + "Name": "minecraft:pearlescent_froglight" + } + }, + { + "weight": 30, + "data": { + "Name": "minecraft:verdant_froglight" + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:ochre_froglight" + } + } + ] }, "force_dirt": false, "ignore_vines": true, @@ -31,7 +48,7 @@ "trunk_placer": { "type": "minecraft:straight_trunk_placer", "base_height": 5, - "height_rand_a": 2, + "height_rand_a": 10, "height_rand_b": 0 }, "trunk_provider": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json deleted file mode 100644 index e4f9db6c3..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "feature": "tfg:moon/blob/smooth_basalt", - "placement": [ - { - "type": "minecraft:count", - "count": 8 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:trapezoid", - "max_inclusive": { - "absolute": 210 - }, - "min_inclusive": { - "absolute": 8 - } - } - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json index 650d797c6..b868d9283 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json @@ -3,17 +3,14 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 5 + "chance": 3 }, { "type": "minecraft:in_square" }, { "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" + "heightmap": "WORLD_SURFACE" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json index 2a500cb84..6040f5570 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json @@ -3,17 +3,14 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 3 + "chance": 2 }, { "type": "minecraft:in_square" }, { "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" + "heightmap": "WORLD_SURFACE" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json index aeec830b2..bcf79d425 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json @@ -11,9 +11,6 @@ { "type": "minecraft:heightmap", "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" } ] } \ 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 8868d545c..5bde44fc5 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -83,11 +83,20 @@ const registerAdAstraBlockTags = (event) => { event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/rhyolite') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/andesite') event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/dacite') - - event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_stone') + + event.add('ad_astra:moon_stone_replaceables', 'ad_astra:moon_sand') + event.add('ad_astra:moon_stone_replaceables', 'tfc:sand/white') + event.add('ad_astra:moon_stone_replaceables', 'tfc:sand/black') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/diorite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/gabbro') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/basalt') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/rhyolite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/andesite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/dacite') event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_deepslate') event.add('ad_astra:moon_stone_replaceables', 'ad_astra:glacio_stone') event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_glacio_stone') + event.add('ad_astra:moon_stone_replaceables', 'ad_astra:glacio_cobblestone') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/basalt') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/gabbro') diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 4a290a518..4fe02dfc8 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -1,11 +1,33 @@ function registerTFGSpaceBlocks(event) { - const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') - const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') - const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') + // TODO: replace these two with new blocks from tfg-core so they have a proper CanSurvive + event.create('tfg:lunar_warped_roots') + .soundType('nether_sprouts') + .hardness(0.2) + .item(item => { + item.modelJson({ parent: 'minecraft:item/warped_roots' }) + }) + .tagBlock('tfc:can_carve') + .fullBlock(false) + .defaultCutout() + .model('tfg:block/lunar_warped_roots') + .box(3, 0, 3, 12, 12, 12, true) + .noCollision() + .noDrops() - event.createCustom(`tfg:lunar_warped_roots`, () => new $SproutsBlock($Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) - event.createCustom(`tfg:lunar_sprouts`, () => new $SproutsBlock( $Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) + event.create('tfg:lunar_sprouts') + .soundType('nether_sprouts') + .hardness(0.2) + .item(item => { + item.modelJson({ parent: 'minecraft:item/nether_sprouts' }) + }) + .tagBlock('tfc:can_carve') + .fullBlock(false) + .defaultCutout() + .model('tfg:block/lunar_sprouts') + .box(3, 0, 3, 12, 4, 12, true) + .noCollision() + .noDrops() event.create('tfg:rock/hardened_moon_stone') .stoneSoundType() From 2c7115c997e6c9ad5011e794d018552a980b79ce Mon Sep 17 00:00:00 2001 From: TomPlop Date: Thu, 8 May 2025 15:34:05 -0400 Subject: [PATCH 027/246] Rocket craft --- kubejs/server_scripts/ad_astra/recipes.js | 96 +++++++++++++---------- kubejs/server_scripts/ad_astra/tags.js | 5 ++ kubejs/startup_scripts/tfg/materials.js | 16 ++++ 3 files changed, 77 insertions(+), 40 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 05cab8a91..1df5877e0 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -16,25 +16,52 @@ const registerAdAstraRecipes = (event) => { B: '#forge:rods/steel' }).id('tfg:launch_pad') - event.recipes.gtceu.assembler('tfg:rocket_nose_cone') - .itemInputs( - 'minecraft:lightning_rod', - '1x #forge:double_plates/stainless_steel', - '3x #forge:plates/stainless_steel') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) - .itemOutputs('ad_astra:rocket_nose_cone') - .duration(600) + //#region Tier 1 rocket + + event.recipes.gtceu.assembler('tfg:rocket_nose_cone_t1') + .itemInputs( + 'gtceu:hv_emitter', + 'gtceu:dense_rocket_alloy_t1_plate', + '3x gtceu:double_stainless_steel_plate') + .inputFluids(Fluid.of('gtceu:polyethylene', 16000)) + .itemOutputs('ad_astra:rocket_nose_cone') + .duration(1200) + .EUt(480) + + event.recipes.gtceu.pyrolyse_oven('gtceu:pyrolose_vitrified_amiante_dust') + .inputFluids(Fluid.of('gtceu:nitrogen', 100)) + .itemInputs('gtceu:asbestos_dust') + .itemOutputs('gtceu:vitrified_amiante_dust') + .duration(80) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.mixer('gtceu:rocket_alloy_t1') + .itemInputs('6x #forge:dusts/aluminium', '2x #forge:dusts/stainless_steel') + .inputFluids(Fluid.of('gtceu:red_steel', 144)) + .itemOutputs('9x #forge:dusts/rocket_alloy_t1') + .duration(580) .EUt(480) - event.shaped('2x ad_astra:rocket_fin', [ - ' A ', - 'AAA', - 'A A' - ], { - A: '#forge:plates/aluminium', - }).id('tfg:rocket_fin') + event.recipes.gtceu.chemical_bath('rocket_alloy_cool_down_water') + .itemInputs('#forge:hot_ingots/rocket_alloy_t1') + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs('#forge:ingots/rocket_alloy_t1') + .duration(400) + .EUt(120) - //#region Tier 1 rocket + event.recipes.gtceu.chemical_bath('rocket_alloy_cool_down_distilled_water') + .itemInputs('#forge:hot_ingots/rocket_alloy_t1') + .inputFluids(Fluid.of('gtceu:distilled_water', 100)) + .itemOutputs('#forge:ingots/rocket_alloy_t1') + .duration(250) + .EUt(120) + + event.recipes.gtceu.alloy_smelter(`gtceu:alloy_smelter_rocket_fin_t1`) + .itemInputs('#forge:plates/rocket_alloy_t1', '#forge:double_plates/stainless_steel') + .itemOutputs('ad_astra:rocket_fin') + .duration(150) + .EUt(GTValues.VA[GTValues.HV]) + event.recipes.gtceu.assembler('tfg:steel_engine') .itemInputs( @@ -43,34 +70,23 @@ const registerAdAstraRecipes = (event) => { 'gtceu:hv_electric_pump', '2x gtceu:power_thruster', '#forge:rotors/stainless_steel') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .inputFluids(Fluid.of('gtceu:blue_steel', 1152)) .itemOutputs('ad_astra:steel_engine') .duration(600) .EUt(480) - event.custom({ - type: 'ad_astra:nasa_workbench', - ingredients: [ - { item: 'ad_astra:rocket_nose_cone' }, - { item: 'gtceu:clean_machine_casing' }, - { item: 'gtceu:clean_machine_casing' }, - { item: 'gtceu:mv_sensor' }, - { item: 'gtceu:mv_emitter' }, - { item: 'gtceu:stainless_steel_crate' }, - { item: 'gtceu:hv_machine_hull' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'gtceu:stainless_steel_drum' }, - { item: 'gtceu:stainless_steel_drum' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'ad_astra:steel_engine' }, - { item: 'ad_astra:rocket_fin' } - ], - result: { - count: 1, - id: 'ad_astra:tier_1_rocket' - } - }) + event.recipes.gtceu.assembler('ad_astra:assembler_tier_1_rocket') + .itemInputs( + '8x #forge:dense_plates/rocket_alloy_t1', + '4x ad_astra:rocket_fin', + '1x ad_astra:steel_engine', + '1x ad_astra:rocket_nose_cone', + '16x #forge:isolation_t1') + .inputFluids(Fluid.of('gtceu:silicon', 576)) + .itemOutputs('ad_astra:tier_1_rocket') + .duration(1200) + .EUt(480) + //#endregion //#region Tier 2 rocket diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 5bde44fc5..1344c2f2f 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -35,6 +35,11 @@ const registerAdAstraItemTags = (event) => { event.add('forge:cobblestone', 'ad_astra:venus_cobblestone') event.add('forge:cobblestone', 'ad_astra:mercury_cobblestone') event.add('forge:cobblestone', 'ad_astra:glacio_cobblestone') + + // Isolation Tier 1 + + event.add('forge:isolation_t1', 'gtceu:borosilicate_glass_dust') + event.add('forge:isolation_t1', 'gtceu:vitrified_amiante_dust') } const registerAdAstraBlockTags = (event) => { diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index 360785bb6..648b2f81e 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -38,4 +38,20 @@ const registerTFGMaterials = (event) => { .color('0xede8da') .secondaryColor('0xeddcad') .components('12x carbon', '22x hydrogen', '11x oxygen') + + // Space Rocket Materials + + event.create('rocket_alloy_t1') + .ingot() + .components('6x aluminium', '2x stainless_steel', '1x red_steel') + .color(0x333e47) + .iconSet('metallic') + .flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_ROD, GTMaterialFlags.GENERATE_GEAR, GTMaterialFlags.GENERATE_FINE_WIRE, GTMaterialFlags.GENERATE_DENSE) + .blastTemp(1760, 'low', 120, 1200) + + event.create('vitrified_amiante') + .dust() + .fluid() + .iconSet('glass') + .color(0xcccccc) } \ No newline at end of file From 73fe3f160c5389279e15cc043b5db33e607f7885 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 8 May 2025 23:42:53 +0100 Subject: [PATCH 028/246] lunar foliage --- .../assets/tfg/blockstates/lunar_roots.json | 7 +++++ .../tfg/blockstates/lunar_warped_roots.json | 7 ----- .../assets/tfg/models/block/lunar_roots.json | 8 ++++++ .../tfg/models/block/lunar_sprouts.json | 4 +-- .../tfg/models/block/lunar_warped_roots.json | 8 ------ .../assets/tfg/textures/block/lunar_roots.png | Bin 0 -> 398 bytes .../block/lunar_roots_layer_0_emissive.png | Bin 0 -> 190 bytes .../tfg/textures/block/lunar_sprouts.png | Bin 0 -> 154 bytes .../moon/surface/warped_roots_patch.json | 2 +- kubejs/startup_scripts/tfg/blocks.space.js | 26 +++++++++--------- 10 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 kubejs/assets/tfg/blockstates/lunar_roots.json delete mode 100644 kubejs/assets/tfg/blockstates/lunar_warped_roots.json create mode 100644 kubejs/assets/tfg/models/block/lunar_roots.json delete mode 100644 kubejs/assets/tfg/models/block/lunar_warped_roots.json create mode 100644 kubejs/assets/tfg/textures/block/lunar_roots.png create mode 100644 kubejs/assets/tfg/textures/block/lunar_roots_layer_0_emissive.png create mode 100644 kubejs/assets/tfg/textures/block/lunar_sprouts.png diff --git a/kubejs/assets/tfg/blockstates/lunar_roots.json b/kubejs/assets/tfg/blockstates/lunar_roots.json new file mode 100644 index 000000000..6bc896131 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/lunar_roots" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lunar_warped_roots.json b/kubejs/assets/tfg/blockstates/lunar_warped_roots.json deleted file mode 100644 index 65b82b957..000000000 --- a/kubejs/assets/tfg/blockstates/lunar_warped_roots.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "tfg:block/lunar_warped_roots" - } - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_roots.json b/kubejs/assets/tfg/models/block/lunar_roots.json new file mode 100644 index 000000000..c3b5df882 --- /dev/null +++ b/kubejs/assets/tfg/models/block/lunar_roots.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/warped_roots", + "render_type": "cutout_mipped", + "ambientocclusion": "false", + "textures": { + "cross": "tfg:block/lunar_roots" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_sprouts.json b/kubejs/assets/tfg/models/block/lunar_sprouts.json index 8e4d7832e..f0efe5537 100644 --- a/kubejs/assets/tfg/models/block/lunar_sprouts.json +++ b/kubejs/assets/tfg/models/block/lunar_sprouts.json @@ -1,8 +1,8 @@ { - "parent": "minecraft:block/dead_tube_coral", + "parent": "minecraft:block/nether_sprouts", "render_type": "cutout_mipped", "ambientocclusion": "false", "textures": { - "cross": "minecraft:block/nether_sprouts" + "cross": "tfg:block/lunar_sprouts" } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_warped_roots.json b/kubejs/assets/tfg/models/block/lunar_warped_roots.json deleted file mode 100644 index ef7c1608f..000000000 --- a/kubejs/assets/tfg/models/block/lunar_warped_roots.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "minecraft:block/dead_tube_coral", - "render_type": "cutout_mipped", - "ambientocclusion": "false", - "textures": { - "cross": "minecraft:block/warped_roots" - } -} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/lunar_roots.png b/kubejs/assets/tfg/textures/block/lunar_roots.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f3ed78d7441cba38900cc7f322c60319d5c5f1 GIT binary patch literal 398 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nk4PZ!4!i{7mh_4AtpM2?=GLNf)1fcQV+s-?%k_yO-nnzxB8v+`||h9|APBPFD_HsRr!0-!g&`r zG6*+VGF^Kw-)yUXoN3+l^BIqPl#Cef)YUzH_-W2x&TxL^x_commCh>HEE>C3w+o7H zJ9?wm#zTd5MVfH>g~J`MwwZln*2?LYG@icAzg%X%{>BZu%l7VD@I}V#8}p?}GQM*b zev!$%R%JBx*dxX&i9p+#OblC8j+bpsh?;bGhW^Ucj1Dg?eN?7$-coxL#BiW&>jZP% zj5q8mtR7Z-f4J_mn!JW@zjW>rsaM>0vRD54R#d>qFhBO|5i5ln<@x)wv*Jyjc{e>+ zIjJn+%$@mPV!1x9-{`Hn-h4s+<6~!*HXFEB=M-(3U*?yW!oa}5;OXk;vd$@?2>?us Bq*?#~ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/lunar_roots_layer_0_emissive.png b/kubejs/assets/tfg/textures/block/lunar_roots_layer_0_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..67a89356c80bf937fd42f4a5704e39e861435568 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p)#PZ!4!i{9jf1*#E$pa1`FT>tMs|NhGN_Ijp1KX?LC5)uMZk`ivzz2@^X)%n3w zaBJV}hxebRYv=`~BqY4pS3N&*=`JDVljm$dKmY%K`~QFcpWoiYy^if2Q_`I7cS<76 q8$1^^`|r!^sSxdH3Utt8VDRIy3QXAby`F)Afx*+&&t;ucLK6V&B1gmk literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/lunar_sprouts.png b/kubejs/assets/tfg/textures/block/lunar_sprouts.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb2b26f53800033a6fa1ca5da109900236567ff GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_lNnPZ!4!i{9h}3D(64KbVjGJ^o)f=rBw8o!!6e^?VI1b3XaJ=(=bsAe5ezkdTnj zGq-nw#rKxRhlki%W;Ze(Y`^HyrWn(p(izTkHh|&!M-|7J^>&9C7#J8lUHx3vIVCg! E0ARu~fdBvi literal 0 HcmV?d00001 diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json index fd3649fdd..d64042025 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json @@ -8,7 +8,7 @@ "to_place": { "type": "minecraft:simple_state_provider", "state": { - "Name": "tfg:lunar_warped_roots" + "Name": "tfg:lunar_roots" } } } diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 4fe02dfc8..c4d74bdba 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -1,19 +1,19 @@ function registerTFGSpaceBlocks(event) { // TODO: replace these two with new blocks from tfg-core so they have a proper CanSurvive - event.create('tfg:lunar_warped_roots') - .soundType('nether_sprouts') - .hardness(0.2) - .item(item => { - item.modelJson({ parent: 'minecraft:item/warped_roots' }) - }) - .tagBlock('tfc:can_carve') - .fullBlock(false) - .defaultCutout() - .model('tfg:block/lunar_warped_roots') - .box(3, 0, 3, 12, 12, 12, true) - .noCollision() - .noDrops() + //event.create('tfg:lunar_warped_roots') + // .soundType('nether_sprouts') + // .hardness(0.2) + // .item(item => { + // item.modelJson({ parent: 'minecraft:item/warped_roots' }) + // }) + // .tagBlock('tfc:can_carve') + // .fullBlock(false) + // .defaultCutout() + // .model('tfg:block/lunar_warped_roots') + // .box(3, 0, 3, 12, 12, 12, true) + // .noCollision() + // .noDrops() event.create('tfg:lunar_sprouts') .soundType('nether_sprouts') From 6ff217e21b5f0216ef25f3449ef646cf9b5bd0a9 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 9 May 2025 12:51:57 -0400 Subject: [PATCH 029/246] New crafting process for the Tier 1 Rocket (#971) * Rocket craft * fix name for asbestos Signed-off-by: TomPlop * fix asbestos name Signed-off-by: TomPlop * remove wires for rocket alloy and fix asbestos Signed-off-by: TomPlop --------- Signed-off-by: TomPlop --- kubejs/server_scripts/ad_astra/recipes.js | 96 +++++++++++++---------- kubejs/server_scripts/ad_astra/tags.js | 5 ++ kubejs/startup_scripts/tfg/materials.js | 18 ++++- 3 files changed, 78 insertions(+), 41 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 05cab8a91..1ba21d206 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -16,25 +16,52 @@ const registerAdAstraRecipes = (event) => { B: '#forge:rods/steel' }).id('tfg:launch_pad') - event.recipes.gtceu.assembler('tfg:rocket_nose_cone') - .itemInputs( - 'minecraft:lightning_rod', - '1x #forge:double_plates/stainless_steel', - '3x #forge:plates/stainless_steel') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) - .itemOutputs('ad_astra:rocket_nose_cone') - .duration(600) + //#region Tier 1 rocket + + event.recipes.gtceu.assembler('tfg:rocket_nose_cone_t1') + .itemInputs( + 'gtceu:hv_emitter', + 'gtceu:dense_rocket_alloy_t1_plate', + '3x gtceu:double_stainless_steel_plate') + .inputFluids(Fluid.of('gtceu:polyethylene', 16000)) + .itemOutputs('ad_astra:rocket_nose_cone') + .duration(1200) + .EUt(480) + + event.recipes.gtceu.pyrolyse_oven('gtceu:pyrolose_vitrified_asbestos_dust') + .inputFluids(Fluid.of('gtceu:nitrogen', 100)) + .itemInputs('gtceu:asbestos_dust') + .itemOutputs('gtceu:vitrified_asbestos_dust') + .duration(80) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.mixer('gtceu:rocket_alloy_t1') + .itemInputs('6x #forge:dusts/aluminium', '2x #forge:dusts/stainless_steel') + .inputFluids(Fluid.of('gtceu:red_steel', 144)) + .itemOutputs('9x #forge:dusts/rocket_alloy_t1') + .duration(580) .EUt(480) - event.shaped('2x ad_astra:rocket_fin', [ - ' A ', - 'AAA', - 'A A' - ], { - A: '#forge:plates/aluminium', - }).id('tfg:rocket_fin') + event.recipes.gtceu.chemical_bath('rocket_alloy_cool_down_water') + .itemInputs('#forge:hot_ingots/rocket_alloy_t1') + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs('#forge:ingots/rocket_alloy_t1') + .duration(400) + .EUt(120) - //#region Tier 1 rocket + event.recipes.gtceu.chemical_bath('rocket_alloy_cool_down_distilled_water') + .itemInputs('#forge:hot_ingots/rocket_alloy_t1') + .inputFluids(Fluid.of('gtceu:distilled_water', 100)) + .itemOutputs('#forge:ingots/rocket_alloy_t1') + .duration(250) + .EUt(120) + + event.recipes.gtceu.alloy_smelter(`gtceu:alloy_smelter_rocket_fin_t1`) + .itemInputs('#forge:plates/rocket_alloy_t1', '#forge:double_plates/stainless_steel') + .itemOutputs('ad_astra:rocket_fin') + .duration(150) + .EUt(GTValues.VA[GTValues.HV]) + event.recipes.gtceu.assembler('tfg:steel_engine') .itemInputs( @@ -43,34 +70,23 @@ const registerAdAstraRecipes = (event) => { 'gtceu:hv_electric_pump', '2x gtceu:power_thruster', '#forge:rotors/stainless_steel') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .inputFluids(Fluid.of('gtceu:blue_steel', 1152)) .itemOutputs('ad_astra:steel_engine') .duration(600) .EUt(480) - event.custom({ - type: 'ad_astra:nasa_workbench', - ingredients: [ - { item: 'ad_astra:rocket_nose_cone' }, - { item: 'gtceu:clean_machine_casing' }, - { item: 'gtceu:clean_machine_casing' }, - { item: 'gtceu:mv_sensor' }, - { item: 'gtceu:mv_emitter' }, - { item: 'gtceu:stainless_steel_crate' }, - { item: 'gtceu:hv_machine_hull' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'gtceu:stainless_steel_drum' }, - { item: 'gtceu:stainless_steel_drum' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'ad_astra:steel_engine' }, - { item: 'ad_astra:rocket_fin' } - ], - result: { - count: 1, - id: 'ad_astra:tier_1_rocket' - } - }) + event.recipes.gtceu.assembler('ad_astra:assembler_tier_1_rocket') + .itemInputs( + '8x #forge:dense_plates/rocket_alloy_t1', + '4x ad_astra:rocket_fin', + '1x ad_astra:steel_engine', + '1x ad_astra:rocket_nose_cone', + '16x #forge:insulation_t1') + .inputFluids(Fluid.of('gtceu:silicon', 576)) + .itemOutputs('ad_astra:tier_1_rocket') + .duration(1200) + .EUt(480) + //#endregion //#region Tier 2 rocket diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 5bde44fc5..274b61bbe 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -35,6 +35,11 @@ const registerAdAstraItemTags = (event) => { event.add('forge:cobblestone', 'ad_astra:venus_cobblestone') event.add('forge:cobblestone', 'ad_astra:mercury_cobblestone') event.add('forge:cobblestone', 'ad_astra:glacio_cobblestone') + + // Insulation Tier 1 + + event.add('forge:insulation_t1', 'gtceu:borosilicate_glass_dust') + event.add('forge:insulation_t1', 'gtceu:vitrified_asbestos_dust') } const registerAdAstraBlockTags = (event) => { diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index 360785bb6..c4a724a3f 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -38,4 +38,20 @@ const registerTFGMaterials = (event) => { .color('0xede8da') .secondaryColor('0xeddcad') .components('12x carbon', '22x hydrogen', '11x oxygen') -} \ No newline at end of file + + // Space Rocket Materials + + event.create('rocket_alloy_t1') + .ingot() + .components('6x aluminium', '2x stainless_steel', '1x red_steel') + .color(0x333e47) + .iconSet('metallic') + .flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_ROD, GTMaterialFlags.GENERATE_GEAR, GTMaterialFlags.GENERATE_DENSE) + .blastTemp(1760, 'low', 120, 1200) + + event.create('vitrified_asbestos') + .dust() + .fluid() + .iconSet('glass') + .color(0xcccccc) +} From dfa3ccd9670650de29f4190fcdd18e60b8437397 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 9 May 2025 21:16:36 +0100 Subject: [PATCH 030/246] removed kjs moon plants since they're in tfg-core now --- kubejs/startup_scripts/tfg/blocks.space.js | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index c4d74bdba..75aaab83f 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -1,34 +1,5 @@ function registerTFGSpaceBlocks(event) { - // TODO: replace these two with new blocks from tfg-core so they have a proper CanSurvive - //event.create('tfg:lunar_warped_roots') - // .soundType('nether_sprouts') - // .hardness(0.2) - // .item(item => { - // item.modelJson({ parent: 'minecraft:item/warped_roots' }) - // }) - // .tagBlock('tfc:can_carve') - // .fullBlock(false) - // .defaultCutout() - // .model('tfg:block/lunar_warped_roots') - // .box(3, 0, 3, 12, 12, 12, true) - // .noCollision() - // .noDrops() - - event.create('tfg:lunar_sprouts') - .soundType('nether_sprouts') - .hardness(0.2) - .item(item => { - item.modelJson({ parent: 'minecraft:item/nether_sprouts' }) - }) - .tagBlock('tfc:can_carve') - .fullBlock(false) - .defaultCutout() - .model('tfg:block/lunar_sprouts') - .box(3, 0, 3, 12, 4, 12, true) - .noCollision() - .noDrops() - event.create('tfg:rock/hardened_moon_stone') .stoneSoundType() .requiresTool(true) From ad10795d7c29c63b2932750d5ea770bd273a6d5c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 10 May 2025 02:32:19 +0100 Subject: [PATCH 031/246] chorus plants! --- .../tfg/blockstates/lunar_chorus_flower.json | 22 ++ .../tfg/blockstates/lunar_chorus_plant.json | 222 ++++++++++++++++++ .../tfg/models/item/lunar_chorus_flower.json | 3 + .../tfg/models/item/lunar_chorus_plant.json | 3 + .../assets/tfg/models/item/lunar_roots.json | 3 + .../assets/tfg/models/item/lunar_sprouts.json | 3 + .../blocks/lunar_chorus_flower.json | 20 ++ .../biome/moon/lunar_corals_sparse.json | 4 +- .../tfg/worldgen/biome/moon/lunar_maria.json | 4 +- .../worldgen/biome/moon/lunar_sprouts.json | 6 +- .../biome/moon/lunar_sprouts_sparse.json | 6 +- .../tfg/worldgen/biome/moon/lunar_uplift.json | 4 +- .../moon/surface/chorus_plant.json | 6 + .../moon/surface/warped_roots_patch.json | 23 +- .../moon/surface/warped_sprouts_patch.json | 2 +- .../moon/surface/warped_vine.json | 4 +- .../moon/surface/chorus_plant.json | 16 ++ .../moon/surface/warped_vine.json | 3 + kubejs/server_scripts/ad_astra/tags.js | 1 + kubejs/startup_scripts/minecraft/constants.js | 1 - 20 files changed, 334 insertions(+), 22 deletions(-) create mode 100644 kubejs/assets/tfg/blockstates/lunar_chorus_flower.json create mode 100644 kubejs/assets/tfg/blockstates/lunar_chorus_plant.json create mode 100644 kubejs/assets/tfg/models/item/lunar_chorus_flower.json create mode 100644 kubejs/assets/tfg/models/item/lunar_chorus_plant.json create mode 100644 kubejs/assets/tfg/models/item/lunar_roots.json create mode 100644 kubejs/assets/tfg/models/item/lunar_sprouts.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json diff --git a/kubejs/assets/tfg/blockstates/lunar_chorus_flower.json b/kubejs/assets/tfg/blockstates/lunar_chorus_flower.json new file mode 100644 index 000000000..0bf058066 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_chorus_flower.json @@ -0,0 +1,22 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/chorus_flower" + }, + "age=1": { + "model": "minecraft:block/chorus_flower" + }, + "age=2": { + "model": "minecraft:block/chorus_flower" + }, + "age=3": { + "model": "minecraft:block/chorus_flower" + }, + "age=4": { + "model": "minecraft:block/chorus_flower" + }, + "age=5": { + "model": "minecraft:block/chorus_flower_dead" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lunar_chorus_plant.json b/kubejs/assets/tfg/blockstates/lunar_chorus_plant.json new file mode 100644 index 000000000..c84cff188 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_chorus_plant.json @@ -0,0 +1,222 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/chorus_plant_side" + }, + "when": { + "north": "true" + } + }, + { + "apply": { + "model": "minecraft:block/chorus_plant_side", + "uvlock": true, + "y": 90 + }, + "when": { + "east": "true" + } + }, + { + "apply": { + "model": "minecraft:block/chorus_plant_side", + "uvlock": true, + "y": 180 + }, + "when": { + "south": "true" + } + }, + { + "apply": { + "model": "minecraft:block/chorus_plant_side", + "uvlock": true, + "y": 270 + }, + "when": { + "west": "true" + } + }, + { + "apply": { + "model": "minecraft:block/chorus_plant_side", + "uvlock": true, + "x": 270 + }, + "when": { + "up": "true" + } + }, + { + "apply": { + "model": "minecraft:block/chorus_plant_side", + "uvlock": true, + "x": 90 + }, + "when": { + "down": "true" + } + }, + { + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2 + }, + { + "model": "minecraft:block/chorus_plant_noside1" + }, + { + "model": "minecraft:block/chorus_plant_noside2" + }, + { + "model": "minecraft:block/chorus_plant_noside3" + } + ], + "when": { + "north": "false" + } + }, + { + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside1", + "uvlock": true, + "y": 90 + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "uvlock": true, + "y": 90 + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "uvlock": true, + "y": 90 + }, + { + "model": "minecraft:block/chorus_plant_noside", + "uvlock": true, + "weight": 2, + "y": 90 + } + ], + "when": { + "east": "false" + } + }, + { + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside2", + "uvlock": true, + "y": 180 + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "uvlock": true, + "y": 180 + }, + { + "model": "minecraft:block/chorus_plant_noside", + "uvlock": true, + "weight": 2, + "y": 180 + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "uvlock": true, + "y": 180 + } + ], + "when": { + "south": "false" + } + }, + { + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside3", + "uvlock": true, + "y": 270 + }, + { + "model": "minecraft:block/chorus_plant_noside", + "uvlock": true, + "weight": 2, + "y": 270 + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "uvlock": true, + "y": 270 + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "uvlock": true, + "y": 270 + } + ], + "when": { + "west": "false" + } + }, + { + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside", + "uvlock": true, + "weight": 2, + "x": 270 + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "uvlock": true, + "x": 270 + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "uvlock": true, + "x": 270 + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "uvlock": true, + "x": 270 + } + ], + "when": { + "up": "false" + } + }, + { + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside3", + "uvlock": true, + "x": 90 + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "uvlock": true, + "x": 90 + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "uvlock": true, + "x": 90 + }, + { + "model": "minecraft:block/chorus_plant_noside", + "uvlock": true, + "weight": 2, + "x": 90 + } + ], + "when": { + "down": "false" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lunar_chorus_flower.json b/kubejs/assets/tfg/models/item/lunar_chorus_flower.json new file mode 100644 index 000000000..dc807298f --- /dev/null +++ b/kubejs/assets/tfg/models/item/lunar_chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chorus_flower" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lunar_chorus_plant.json b/kubejs/assets/tfg/models/item/lunar_chorus_plant.json new file mode 100644 index 000000000..b0741a699 --- /dev/null +++ b/kubejs/assets/tfg/models/item/lunar_chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chorus_plant" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lunar_roots.json b/kubejs/assets/tfg/models/item/lunar_roots.json new file mode 100644 index 000000000..ae4d2c6c0 --- /dev/null +++ b/kubejs/assets/tfg/models/item/lunar_roots.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/lunar_roots" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/lunar_sprouts.json b/kubejs/assets/tfg/models/item/lunar_sprouts.json new file mode 100644 index 000000000..d596a4eb2 --- /dev/null +++ b/kubejs/assets/tfg/models/item/lunar_sprouts.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/lunar_sprouts" +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json new file mode 100644 index 000000000..4894d7536 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:chorus_fruit" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file 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 8829b9b7b..ba7135a58 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -42,10 +42,10 @@ [], [], [ - "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/dead_coral", "tfg:moon/surface/dead_coral_fans", - "tfg:moon/surface/loose_diorite_rocks" + "tfg:moon/surface/loose_diorite_rocks", + "tfg:moon/surface/warped_sprouts_patch" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json index 799d47700..285956ec6 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json @@ -43,10 +43,10 @@ [], [ "tfg:moon/surface/basalt_delta", + "tfg:moon/surface/loose_basalt_rocks", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_sprouts_patch", - "tfg:moon/surface/warped_vine", - "tfg:moon/surface/loose_basalt_rocks" + "tfg:moon/surface/warped_vine" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json index 5fab64afd..6e401b492 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json @@ -42,11 +42,11 @@ [], [], [ + "tfg:moon/surface/moon_rock_pile", + "tfg:moon/surface/loose_moon_stone_rocks", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_sprouts_patch", - "tfg:moon/surface/warped_vine", - "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_moon_stone_rocks" + "tfg:moon/surface/warped_vine" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json index c29419d5d..a591ccbc6 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json @@ -42,10 +42,10 @@ [], [], [ - "tfg:moon/surface/warped_roots_patch", - "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_moon_stone_rocks" + "tfg:moon/surface/loose_moon_stone_rocks", + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/surface/warped_sprouts_patch" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json index 918a4039f..a1a74b3c9 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json @@ -42,9 +42,9 @@ [], [], [ - "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/gabbro_rock_pile", - "tfg:moon/surface/loose_gabbro_rocks" + "tfg:moon/surface/loose_gabbro_rocks", + "tfg:moon/surface/warped_sprouts_patch" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json new file mode 100644 index 000000000..49508adb8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json @@ -0,0 +1,6 @@ +{ + "type": "tfc:kelp_tree", + "config": { + "block": "tfc:plant/giant_kelp_flower" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json index d64042025..9621d6667 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json @@ -6,10 +6,21 @@ "type": "minecraft:simple_block", "config": { "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "tfg:lunar_roots" - } + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 20, + "data": { + "Name": "tfg:lunar_roots" + } + }, + { + "weight": 50, + "data": { + "Name": "tfg:lunar_sprouts" + } + } + ] } } }, @@ -28,8 +39,8 @@ } ] }, - "tries": 36, - "xz_spread": 15, + "tries": 32, + "xz_spread": 16, "y_spread": 3 } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json index 35dba842b..e02154b2c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json @@ -28,7 +28,7 @@ } ] }, - "tries": 36, + "tries": 16, "xz_spread": 16, "y_spread": 3 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json index 551557c0c..f155395c6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json @@ -47,8 +47,8 @@ }, "trunk_placer": { "type": "minecraft:straight_trunk_placer", - "base_height": 5, - "height_rand_a": 10, + "base_height": 10, + "height_rand_a": 20, "height_rand_b": 0 }, "trunk_provider": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json new file mode 100644 index 000000000..be0efac2d --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/surface/chorus_plant", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json index bcf79d425..ebbca0ab5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json @@ -1,6 +1,9 @@ { "feature": "tfg:moon/surface/warped_vine", "placement": [ + { + "type": "minecraft:biome" + }, { "type": "minecraft:rarity_filter", "chance": 2 diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 274b61bbe..e358cbc48 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -90,6 +90,7 @@ const registerAdAstraBlockTags = (event) => { event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/dacite') event.add('ad_astra:moon_stone_replaceables', 'ad_astra:moon_sand') + event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_stone') event.add('ad_astra:moon_stone_replaceables', 'tfc:sand/white') event.add('ad_astra:moon_stone_replaceables', 'tfc:sand/black') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/gravel/diorite') diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index 95cdc5f73..8fae04ca9 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -744,7 +744,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:crimson_roots', //'minecraft:nether_brick', 'minecraft:nether_wart', - 'minecraft:twisting_vines', 'minecraft:warped_fungus', 'minecraft:respawn_anchor', 'minecraft:ghast_tear', From 0130abd232cf1f08c4785c2e72a05c4b1cd17c41 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 10 May 2025 14:59:40 +0100 Subject: [PATCH 032/246] lang update --- kubejs/assets/minecraft/lang/en_us.json | 1 + kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++++------------ kubejs/assets/tfg/lang/en_us.json | 4 + 3 files changed, 2615 insertions(+), 2658 deletions(-) diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index 93e6cc9b5..ad6f97857 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -41,6 +41,7 @@ "block.minecraft.polished_blackstone_wall": "Polished Pyroxenite Wall", "block.minecraft.dripstone_block": "Raw Travertine", "block.minecraft.magma_block": "Pyroxenite Magma", + "block.minecraft.twisting_vines": "Lightbloom Stem", "item.minecraft.iron_nugget": "Cast Iron Nugget", "item.minecraft.iron_ingot": "Cast Iron Ingot", "item.minecraft.iron_block": "Cast Iron Block", diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 733c9f510..fdae4da32 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2660 +1,2612 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy", - "trim_material.tfc.almandine_tfc": "Almandine", - "trim_material.tfc.andradite_tfc": "Andradite", - "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", - "trim_material.tfc.cinnabar_tfc": "Cinnabar", - "trim_material.tfc.coal_tfc": "Coal", - "trim_material.tfc.diamond_tfc": "Diamond", - "trim_material.tfc.emerald_tfc": "Emerald", - "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", - "trim_material.tfc.grossular_tfc": "Grossular", - "trim_material.tfc.rutile_tfc": "Rutile", - "trim_material.tfc.lazurite_tfc": "Lazurite", - "trim_material.tfc.pyrope_tfc": "Pyrope", - "trim_material.tfc.rock_salt_tfc": "Rock Salt", - "trim_material.tfc.ruby_tfc": "Ruby", - "trim_material.tfc.salt_tfc": "salt", - "trim_material.tfc.sapphire_tfc": "Sapphire", - "trim_material.tfc.sodalite_tfc": "Sodalite", - "trim_material.tfc.coke_tfc": "Coke", - "trim_material.tfc.spessartine_tfc": "Spessartine", - "trim_material.tfc.topaz_tfc": "Topaz", - "trim_material.tfc.uvarovite_tfc": "Uvarovite", - "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", - "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", - "trim_material.tfc.quartzite_tfc": "Quartzite", - "trim_material.tfc.realgar_tfc": "Realgar", - "trim_material.tfc.malachite_tfc": "Malachite", - "trim_material.tfc.glass_tfc": "Glass", - "trim_material.tfc.olivine_tfc": "Olivine", - "trim_material.tfc.opal_tfc": "Opal", - "trim_material.tfc.amethyst_tfc": "Amethyst", - "trim_material.tfc.lapis_tfc": "Lapis", - "trim_material.tfc.apatite_tfc": "Apatite", - "trim_material.tfc.red_garnet_tfc": "Red Garnet", - "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", - "trim_material.tfc.monazite_tfc": "Monazite", - "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", - "trim_material.tfc.fluix_tfc": "Fluix", - "trim_material.tfc.silver_tfc": "Silver", - "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", - "trim_material.tfc.gold_tfc": "Gold", - "trim_material.tfc.rose_gold_tfc": "Rose Gold", - "trim_material.tfc.nickel_tfc": "Nickel", - "trim_material.tfc.platinum_tfc": "Platinum", - "trim_material.tfc.titanium_tfc": "Titanium", - "trim_material.tfc.bismuth_tfc": "Bismuth", - "trim_material.tfc.neutronium_tfc": "Neutronium", - "trim_material.tfc.pyrite_tfc": "Pyrite", - "trim_material.tfc.redx_tfc": "RedX" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy" } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 05f9e74f8..06eda52fd 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -143,6 +143,10 @@ "block.tfg.rock.hardened_glacio_stone": "Hardened Phonolite", "block.tfg.loose.glacio_stone": "Loose Phonolite Rock", "block.tfg.loose.permafrost": "Permafrost Chunk", + "block.tfg.lunar_roots": "Lunar Lightblooms", + "block.tfg.lunar_sprouts": "Lunar Lightgrass", + "block.tfg.lunar_chorus_plant": "Chorus Plant", + "block.tfg.lunar_chorus_flower": "Chorus Flower", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", From 58641ad8db3d08dda2022d309ea7090b8c4090f7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 10 May 2025 15:00:09 +0100 Subject: [PATCH 033/246] moon biome/feature updates, added chorus plants --- kubejs/data/ad_astra/dimension/moon.json | 70 +++++++++-- .../biome/moon/lunar_asurine_dense.json | 102 ++++++++++++++++ ...r_maria.json => lunar_asurine_sparse.json} | 4 +- ...ar_uplift.json => lunar_chorus_dense.json} | 4 +- .../biome/moon/lunar_chorus_sparse.json | 112 ++++++++++++++++++ ...ar_corals.json => lunar_corals_dense.json} | 1 - ...r_sprouts.json => lunar_lights_dense.json} | 3 +- ...s_sparse.json => lunar_lights_sparse.json} | 4 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 106 +++++++++++++++++ .../moon/surface/chorus_plant.json | 6 +- .../worldgen/noise_settings/moon_noise.json | 2 +- .../moon/surface/chorus_plant_common.json | 19 +++ ...orus_plant.json => chorus_plant_rare.json} | 5 +- .../moon/surface/warped_sprouts_patch.json | 2 +- .../moon/surface/warped_vine.json | 2 +- kubejs/startup_scripts/tfg/blocks.space.js | 2 +- kubejs/startup_scripts/tfg/constants.js | 11 +- 17 files changed, 422 insertions(+), 33 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json rename kubejs/data/tfg/worldgen/biome/moon/{lunar_maria.json => lunar_asurine_sparse.json} (93%) rename kubejs/data/tfg/worldgen/biome/moon/{lunar_uplift.json => lunar_chorus_dense.json} (95%) create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json rename kubejs/data/tfg/worldgen/biome/moon/{lunar_corals.json => lunar_corals_dense.json} (98%) rename kubejs/data/tfg/worldgen/biome/moon/{lunar_sprouts.json => lunar_lights_dense.json} (98%) rename kubejs/data/tfg/worldgen/biome/moon/{lunar_sprouts_sparse.json => lunar_lights_sparse.json} (96%) create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_common.json rename kubejs/data/tfg/worldgen/placed_feature/moon/surface/{chorus_plant.json => chorus_plant_rare.json} (81%) diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json index abd018142..8838c88b8 100644 --- a/kubejs/data/ad_astra/dimension/moon.json +++ b/kubejs/data/ad_astra/dimension/moon.json @@ -7,37 +7,61 @@ "type": "minecraft:multi_noise", "biomes": [ { - "biome": "tfg:moon/lunar_sprouts", + "biome": "tfg:moon/lunar_lights_dense", "parameters": { "temperature": 0, "humidity": 0, "continentalness": [ 0.3, 1 ], "erosion": 0, - "weirdness": 0, + "weirdness": [ 0.3, 1 ], "depth": 0, "offset": 0 } }, { - "biome": "tfg:moon/lunar_sprouts_sparse", + "biome": "tfg:moon/lunar_lights_sparse", "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.15, 0.4 ], + "continentalness": [ 0.15, 0.3 ], "erosion": 0, - "weirdness": 0, + "weirdness": [ 0.15, 0.3 ], "depth": 0, "offset": 0 } }, { - "biome": "tfg:moon/lunar_uplift", + "biome": "tfg:moon/lunar_asurine_dense", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": [ 0.3, 1 ], + "erosion": 0, + "weirdness": [ -1, -0.3 ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_asurine_sparse", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": [ 0.15, 0.3 ], + "erosion": 0, + "weirdness": [ -0.3, -0.15 ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_plains", "parameters": { "temperature": 0, "humidity": 0, "continentalness": [ -0.15, 0.15 ], "erosion": 0, - "weirdness": 0, + "weirdness": [ -0.15, 0.15 ], "depth": 0, "offset": 0 } @@ -47,21 +71,45 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.4, -0.15 ], + "continentalness": [ -0.3, -0.15 ], "erosion": 0, - "weirdness": 0, + "weirdness": [ -0.3, -0.15 ], "depth": 0, "offset": 0 } }, { - "biome": "tfg:moon/lunar_corals", + "biome": "tfg:moon/lunar_corals_dense", "parameters": { "temperature": 0, "humidity": 0, "continentalness": [ -1, -0.3 ], "erosion": 0, - "weirdness": 0, + "weirdness": [ -1, -0.3 ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_chorus_sparse", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": [ -0.3, -0.15 ], + "erosion": 0, + "weirdness": [ 0.15, 0.3 ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_chorus_dense", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": [ -1, -0.3 ], + "erosion": 0, + "weirdness": [ 0.3, 1 ], "depth": 0, "offset": 0 } diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json new file mode 100644 index 000000000..222432f08 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -0,0 +1,102 @@ +{ + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], + [ + "tfg:moon/surface/basalt_delta", + "tfg:moon/surface/loose_basalt_rocks" + ], + [ + "tfg:moon/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:endermite", + "maxCount": 4, + "minCount": 2, + "weight": 10 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 10 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json similarity index 93% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json index 285956ec6..faa1fadfc 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_maria.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -44,9 +44,7 @@ [ "tfg:moon/surface/basalt_delta", "tfg:moon/surface/loose_basalt_rocks", - "tfg:moon/surface/warped_roots_patch", - "tfg:moon/surface/warped_sprouts_patch", - "tfg:moon/surface/warped_vine" + "tfg:moon/surface/warped_sprouts_patch" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json similarity index 95% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json index a1a74b3c9..b77d87fca 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_uplift.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -23,7 +23,6 @@ [], [], [ - "tfg:moon/blob/asurine", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", @@ -44,7 +43,8 @@ [ "tfg:moon/surface/gabbro_rock_pile", "tfg:moon/surface/loose_gabbro_rocks", - "tfg:moon/surface/warped_sprouts_patch" + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/chorus_plant_common" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json new file mode 100644 index 000000000..ad4299cbc --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -0,0 +1,112 @@ +{ + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], + [ + "tfg:moon/surface/gabbro_rock_pile", + "tfg:moon/surface/loose_gabbro_rocks", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/surface/chorus_plant_rare" + ], + [ + "tfg:moon/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 10 + } + ], + "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, + "minCount": 1, + "weight": 10 + }, + { + "type": "minecraft:endermite", + "maxCount": 4, + "minCount": 2, + "weight": 10 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:windswept_hills_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 50 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json similarity index 98% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_corals.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json index dcb14b818..461067915 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -23,7 +23,6 @@ [], [], [ - "tfg:moon/blob/asurine", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json similarity index 98% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json index 6e401b492..b5d84980f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -23,7 +23,6 @@ [], [], [ - "tfg:moon/blob/asurine", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", @@ -44,8 +43,8 @@ [ "tfg:moon/surface/moon_rock_pile", "tfg:moon/surface/loose_moon_stone_rocks", - "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_vine" ], [ diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json similarity index 96% rename from kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json rename to kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json index a591ccbc6..f8ff81544 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sprouts_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -44,8 +44,8 @@ [ "tfg:moon/surface/moon_rock_pile", "tfg:moon/surface/loose_moon_stone_rocks", - "tfg:moon/surface/warped_roots_patch", - "tfg:moon/surface/warped_sprouts_patch" + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/warped_roots_patch" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json new file mode 100644 index 000000000..9e9664a26 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -0,0 +1,106 @@ +{ + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [], + [ + "tfg:moon/surface/basalt_delta", + "tfg:moon/surface/moon_rock_pile", + "tfg:moon/surface/dead_coral_fans", + "tfg:moon/surface/loose_moon_stone_rocks", + "tfg:moon/surface/loose_basalt_rocks", + "tfg:moon/surface/warped_sprouts_patch" + ], + [ + "tfg:moon/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:endermite", + "maxCount": 4, + "minCount": 2, + "weight": 10 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 10 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json index 49508adb8..20d2c8c99 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/chorus_plant.json @@ -1,6 +1,4 @@ { - "type": "tfc:kelp_tree", - "config": { - "block": "tfc:plant/giant_kelp_flower" - } + "type": "tfg:lunar_chorus_plant", + "config": {} } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index 26a426a56..5836fc47a 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -63,7 +63,7 @@ "argument1": { "type": "minecraft:y_clamped_gradient", "from_y": -64, - "to_y": -63, + "to_y": -55, "from_value": 1, "to_value": -1 }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_common.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_common.json new file mode 100644 index 000000000..4428b78ca --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_common.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/chorus_plant", + "placement": [ + { + "type": "minecraft:count", + "count": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_rare.json similarity index 81% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json rename to kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_rare.json index be0efac2d..c82772478 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/chorus_plant_rare.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 2 + "chance": 3 }, { "type": "minecraft:in_square" @@ -11,6 +11,9 @@ { "type": "minecraft:heightmap", "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json index 6040f5570..a3dd70e5f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 2 + "chance": 4 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json index ebbca0ab5..0d4730331 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json @@ -6,7 +6,7 @@ }, { "type": "minecraft:rarity_filter", - "chance": 2 + "chance": 1 }, { "type": "minecraft:in_square" diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 75aaab83f..a2ee829ce 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -15,7 +15,7 @@ function registerTFGSpaceBlocks(event) { .opaque(true) event.create('tfg:rock/hardened_moon_deepslate') - .stoneSoundType() + .soundType('deepslate') .requiresTool(true) .item(item => { item.modelJson({ parent: 'ad_astra:item/moon_deepslate' }) diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 9e56b2107..caffd8b0a 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -39,9 +39,14 @@ global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ global.MOON_BIOMES = [ 'tfg:moon/lunar_plains', - 'tfg:moon/lunar_basalt_maria', - 'tfg:moon/lunar_gabbro_uplift', - 'tfg:moon/lunar_diorite_delta' + 'tfg:moon/lunar_asurine_dense', + 'tfg:moon/lunar_asurine_sparse', + 'tfg:moon/lunar_chorus_dense', + 'tfg:moon/lunar_chorus_sparse', + 'tfg:moon/lunar_corals_dense', + 'tfg:moon/lunar_corals_sparse', + 'tfg:moon/lunar_lights_dense', + 'tfg:moon/lunar_lights_sparse' ] global.MARS_BIOMES = [ From 43560cb1c3fd0a7ad64e5e1476db7bbc9ab6ef9b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 10:52:15 +0100 Subject: [PATCH 034/246] this fucking lang that I hate --- kubejs/assets/tfc/lang/en_us.json | 5268 +++++++++++++++-------------- 1 file changed, 2658 insertions(+), 2610 deletions(-) diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index fdae4da32..733c9f510 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2612 +1,2660 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", - "metal.tfg.tin_alloy": "Tin Alloy" + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", + "metal.tfg.tin_alloy": "Tin Alloy", + "trim_material.tfc.almandine_tfc": "Almandine", + "trim_material.tfc.andradite_tfc": "Andradite", + "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", + "trim_material.tfc.cinnabar_tfc": "Cinnabar", + "trim_material.tfc.coal_tfc": "Coal", + "trim_material.tfc.diamond_tfc": "Diamond", + "trim_material.tfc.emerald_tfc": "Emerald", + "trim_material.tfc.green_sapphire_tfc": "Green Sapphire", + "trim_material.tfc.grossular_tfc": "Grossular", + "trim_material.tfc.rutile_tfc": "Rutile", + "trim_material.tfc.lazurite_tfc": "Lazurite", + "trim_material.tfc.pyrope_tfc": "Pyrope", + "trim_material.tfc.rock_salt_tfc": "Rock Salt", + "trim_material.tfc.ruby_tfc": "Ruby", + "trim_material.tfc.salt_tfc": "salt", + "trim_material.tfc.sapphire_tfc": "Sapphire", + "trim_material.tfc.sodalite_tfc": "Sodalite", + "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.spessartine_tfc": "Spessartine", + "trim_material.tfc.topaz_tfc": "Topaz", + "trim_material.tfc.uvarovite_tfc": "Uvarovite", + "trim_material.tfc.nether_quartz_tfc": "Nether Quartz", + "trim_material.tfc.certus_quartz_tfc": "Certus Quartz", + "trim_material.tfc.quartzite_tfc": "Quartzite", + "trim_material.tfc.realgar_tfc": "Realgar", + "trim_material.tfc.malachite_tfc": "Malachite", + "trim_material.tfc.glass_tfc": "Glass", + "trim_material.tfc.olivine_tfc": "Olivine", + "trim_material.tfc.opal_tfc": "Opal", + "trim_material.tfc.amethyst_tfc": "Amethyst", + "trim_material.tfc.lapis_tfc": "Lapis", + "trim_material.tfc.apatite_tfc": "Apatite", + "trim_material.tfc.red_garnet_tfc": "Red Garnet", + "trim_material.tfc.yellow_garnet_tfc": "Yellow Garnet", + "trim_material.tfc.monazite_tfc": "Monazite", + "trim_material.tfc.rose_quartz_tfc": "Rose Quartz", + "trim_material.tfc.fluix_tfc": "Fluix", + "trim_material.tfc.silver_tfc": "Silver", + "trim_material.tfc.sterling_silver_tfc": "Sterling Silver", + "trim_material.tfc.gold_tfc": "Gold", + "trim_material.tfc.rose_gold_tfc": "Rose Gold", + "trim_material.tfc.nickel_tfc": "Nickel", + "trim_material.tfc.platinum_tfc": "Platinum", + "trim_material.tfc.titanium_tfc": "Titanium", + "trim_material.tfc.bismuth_tfc": "Bismuth", + "trim_material.tfc.neutronium_tfc": "Neutronium", + "trim_material.tfc.pyrite_tfc": "Pyrite", + "trim_material.tfc.redx_tfc": "RedX" } \ No newline at end of file From 4aee3b2f519bfc63c6e8c6f6b017fdbcf4a9f0fc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 10:53:11 +0100 Subject: [PATCH 035/246] added proper loose rock, rock pile, and rock delta features for all the moon rock types, added coral features, retextured warped vines --- .../textures/block/twisting_vines.png | Bin 0 -> 277 bytes .../textures/block/twisting_vines_plant.png | Bin 0 -> 293 bytes kubejs/data/ad_astra/dimension/moon.json | 36 +++++------ .../biome/moon/lunar_asurine_dense.json | 7 +-- .../biome/moon/lunar_asurine_sparse.json | 8 +-- .../biome/moon/lunar_chorus_dense.json | 4 +- .../biome/moon/lunar_chorus_sparse.json | 6 +- .../biome/moon/lunar_corals_dense.json | 6 +- .../biome/moon/lunar_corals_sparse.json | 5 +- .../biome/moon/lunar_lights_dense.json | 4 +- .../biome/moon/lunar_lights_sparse.json | 6 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 8 +-- .../moon/surface/dead_coral_blocks.json | 28 +++++++++ .../moon/surface/delta/andesite.json | 25 ++++++++ .../{basalt_delta.json => delta/basalt.json} | 0 .../moon/surface/delta/dacite.json | 25 ++++++++ .../moon/surface/delta/diorite.json | 25 ++++++++ .../moon/surface/delta/gabbro.json | 25 ++++++++ .../moon/surface/delta/glacio_stone.json | 25 ++++++++ .../moon/surface/delta/moon_deepslate.json | 25 ++++++++ .../moon/surface/delta/moon_stone.json | 25 ++++++++ .../moon/surface/delta/rhyolite.json | 25 ++++++++ .../moon/surface/loose/andesite.json | 22 +++++++ .../basalt.json} | 0 .../moon/surface/loose/dacite.json | 22 +++++++ .../diorite.json} | 0 .../gabbro.json} | 0 .../moon/surface/loose/glacio_stone.json | 22 +++++++ .../moon/surface/loose/moon_deepslate.json | 22 +++++++ .../moon_stone.json} | 0 .../moon/surface/loose/rhyolite.json | 22 +++++++ .../moon/surface/pile/andesite.json | 34 ++++++++++ .../moon/surface/pile/basalt.json | 34 ++++++++++ .../moon/surface/pile/dacite.json | 34 ++++++++++ .../moon/surface/pile/diorite.json | 34 ++++++++++ .../gabbro.json} | 0 .../moon/surface/pile/glacio_stone.json | 34 ++++++++++ .../moon/surface/pile/moon_deepslate.json | 34 ++++++++++ .../moon/surface/pile/moon_stone.json | 34 ++++++++++ .../moon/surface/pile/rhyolite.json | 34 ++++++++++ .../moon/surface/spike/basalt.json | 8 +++ .../moon/surface/basalt_delta.json | 19 ------ .../moon/surface/dead_coral.json | 2 +- .../moon/surface/dead_coral_blocks.json | 19 ++++++ .../moon/surface/delta/andesite.json | 28 +++++++++ .../moon/surface/delta/basalt.json | 28 +++++++++ .../moon/surface/delta/dacite.json | 28 +++++++++ .../moon/surface/delta/diorite.json | 28 +++++++++ .../moon/surface/delta/gabbro.json | 28 +++++++++ .../moon/surface/delta/glacio_stone.json | 28 +++++++++ .../moon/surface/delta/moon_deepslate.json | 27 ++++++++ .../moon/surface/delta/moon_stone.json | 28 +++++++++ .../moon/surface/delta/rhyolite.json | 28 +++++++++ .../moon/surface/gabbro_rock_pile.json | 19 ------ .../moon/surface/loose/andesite.json | 35 +++++++++++ .../moon/surface/loose/basalt.json | 35 +++++++++++ .../moon/surface/loose/dacite.json | 35 +++++++++++ .../moon/surface/loose/diorite.json | 35 +++++++++++ .../moon/surface/loose/gabbro.json | 35 +++++++++++ .../moon/surface/loose/glacio_stone.json | 35 +++++++++++ .../moon/surface/loose/moon_deepslate.json | 34 ++++++++++ .../moon/surface/loose/moon_stone.json | 35 +++++++++++ .../moon/surface/loose/rhyolite.json | 35 +++++++++++ .../moon/surface/loose_basalt_rocks.json | 16 ----- .../moon/surface/loose_diorite_rocks.json | 16 ----- .../moon/surface/loose_gabbro_rocks.json | 16 ----- .../moon/surface/loose_moon_stone_rocks.json | 16 ----- .../moon/surface/pile/andesite.json | 35 +++++++++++ .../moon/surface/pile/basalt.json | 35 +++++++++++ .../moon/surface/pile/dacite.json | 35 +++++++++++ .../moon/surface/pile/diorite.json | 35 +++++++++++ .../moon/surface/pile/gabbro.json | 35 +++++++++++ .../moon/surface/pile/glacio_stone.json | 35 +++++++++++ .../moon/surface/pile/moon_deepslate.json | 34 ++++++++++ .../moon/surface/pile/moon_stone.json | 35 +++++++++++ .../moon/surface/pile/rhyolite.json | 35 +++++++++++ .../moon/surface/spike/basalt.json | 58 ++++++++++++++++++ kubejs/server_scripts/ad_astra/tags.js | 9 +++ kubejs/server_scripts/tfg/tags.js | 2 +- kubejs/startup_scripts/tfg/constants.js | 12 ++++ 80 files changed, 1634 insertions(+), 157 deletions(-) create mode 100644 kubejs/assets/minecraft/textures/block/twisting_vines.png create mode 100644 kubejs/assets/minecraft/textures/block/twisting_vines_plant.png create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_blocks.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/andesite.json rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{basalt_delta.json => delta/basalt.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/dacite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/diorite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/gabbro.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/rhyolite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/andesite.json rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{loose_basalt_rocks.json => loose/basalt.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/dacite.json rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{loose_diorite_rocks.json => loose/diorite.json} (100%) rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{loose_gabbro_rocks.json => loose/gabbro.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/moon_deepslate.json rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{loose_moon_stone_rocks.json => loose/moon_stone.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/rhyolite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/andesite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/basalt.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/dacite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/diorite.json rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{gabbro_rock_pile.json => pile/gabbro.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/rhyolite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/andesite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/basalt.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/dacite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/diorite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/gabbro.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/rhyolite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/andesite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/basalt.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/dacite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/diorite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/gabbro.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/rhyolite.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json diff --git a/kubejs/assets/minecraft/textures/block/twisting_vines.png b/kubejs/assets/minecraft/textures/block/twisting_vines.png new file mode 100644 index 0000000000000000000000000000000000000000..f979113920e412d864ac45e10f7f90498eab2ff5 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-Xo-U3d7QI_1E#y07Akg-It;8f%;o^!r-?;WL2sv(JpEcY4n&QMgOq`pH4Vvc6 zcJN)>uAr^*<(8tw)o(@j|Eq>SxGyR$deqf5#{LU0f94~e0;V<-#~Hc|41t%9_fg&V6+ dzGV2o^54Yn*e7+VZww3!44$rjF6*2UngDA{X!ZaA literal 0 HcmV?d00001 diff --git a/kubejs/assets/minecraft/textures/block/twisting_vines_plant.png b/kubejs/assets/minecraft/textures/block/twisting_vines_plant.png new file mode 100644 index 0000000000000000000000000000000000000000..b58ffb3b698b1dac5cd82e84ad2d7714d9772b5e GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-fo-U3d7QIs^E#y07AmZw;$#$59ubds@Pf##FyiK7{ zI5^ngit@sjuMd^hzO>%CeLI``#j5*zr)e|f#5qS_TGCngzLV|U0#D)O{BVZ2&z;+r zGrO3rXM9m+IQ#eF-`p3LbS~80|GYR*Fqc2B??a1;3b#3ns+*@Zb>#JUu-MaNr&$>Kvof#My7(8A5T-G@yGywo46LAy( literal 0 HcmV?d00001 diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json index 8838c88b8..6ab2ae0f6 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.3, 1 ], + "continentalness": [ 0.4, 1 ], "erosion": 0, - "weirdness": [ 0.3, 1 ], + "weirdness": [ 0.4, 1 ], "depth": 0, "offset": 0 } @@ -23,9 +23,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.15, 0.3 ], + "continentalness": [ 0.2, 0.4 ], "erosion": 0, - "weirdness": [ 0.15, 0.3 ], + "weirdness": [ 0.2, 0.4 ], "depth": 0, "offset": 0 } @@ -35,9 +35,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.3, 1 ], + "continentalness": [ 0.4, 1 ], "erosion": 0, - "weirdness": [ -1, -0.3 ], + "weirdness": [ -1, -0.4 ], "depth": 0, "offset": 0 } @@ -47,9 +47,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.15, 0.3 ], + "continentalness": [ 0.2, 0.4 ], "erosion": 0, - "weirdness": [ -0.3, -0.15 ], + "weirdness": [ -0.4, -0.2 ], "depth": 0, "offset": 0 } @@ -59,9 +59,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.15, 0.15 ], + "continentalness": [ -0.2, 0.2 ], "erosion": 0, - "weirdness": [ -0.15, 0.15 ], + "weirdness": [ -0.2, 0.2 ], "depth": 0, "offset": 0 } @@ -71,9 +71,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.3, -0.15 ], + "continentalness": [ -0.4, -0.2 ], "erosion": 0, - "weirdness": [ -0.3, -0.15 ], + "weirdness": [ -0.4, -0.2 ], "depth": 0, "offset": 0 } @@ -83,9 +83,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -1, -0.3 ], + "continentalness": [ -1, -0.4 ], "erosion": 0, - "weirdness": [ -1, -0.3 ], + "weirdness": [ -1, -0.4 ], "depth": 0, "offset": 0 } @@ -95,9 +95,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.3, -0.15 ], + "continentalness": [ -0.4, -0.2 ], "erosion": 0, - "weirdness": [ 0.15, 0.3 ], + "weirdness": [ 0.2, 0.4 ], "depth": 0, "offset": 0 } @@ -107,9 +107,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -1, -0.3 ], + "continentalness": [ -1, -0.4 ], "erosion": 0, - "weirdness": [ 0.3, 1 ], + "weirdness": [ 0.4, 1 ], "depth": 0, "offset": 0 } 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 222432f08..a87bfa04e 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -40,13 +40,12 @@ [], "#tfg:moon_veins", [], - [], + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/basalt_delta", - "tfg:moon/surface/loose_basalt_rocks" + ], [ - "tfg:moon/hardening" + "tfg:moon/hardening" ] ], "has_precipitation": false, 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 faa1fadfc..c31ecb66b 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -39,15 +39,13 @@ ], [], "#tfg:moon_veins", - [], - [], + "#tfg:moon_large_rock_features", + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/basalt_delta", - "tfg:moon/surface/loose_basalt_rocks", "tfg:moon/surface/warped_sprouts_patch" ], [ - "tfg:moon/hardening" + "tfg:moon/hardening" ] ], "has_precipitation": false, 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 b77d87fca..1f3785005 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -39,10 +39,8 @@ [], "#tfg:moon_veins", [], - [], + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/gabbro_rock_pile", - "tfg:moon/surface/loose_gabbro_rocks", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/chorus_plant_common" ], 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 ad4299cbc..e768bec2a 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -39,11 +39,9 @@ ], [], "#tfg:moon_veins", - [], - [], + "#tfg:moon_large_rock_features", + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/gabbro_rock_pile", - "tfg:moon/surface/loose_gabbro_rocks", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/chorus_plant_rare" 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 461067915..4559a072c 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -39,11 +39,11 @@ [], "#tfg:moon_veins", [], - [], + "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/dead_coral_blocks", "tfg:moon/surface/dead_coral", - "tfg:moon/surface/dead_coral_fans", - "tfg:moon/surface/loose_diorite_rocks" + "tfg:moon/surface/dead_coral_fans" ], [ "tfg:moon/hardening" 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 ba7135a58..5316958a0 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -39,12 +39,11 @@ ], [], "#tfg:moon_veins", - [], - [], + "#tfg:moon_large_rock_features", + "#tfg:moon_small_rock_features", [ "tfg:moon/surface/dead_coral", "tfg:moon/surface/dead_coral_fans", - "tfg:moon/surface/loose_diorite_rocks", "tfg:moon/surface/warped_sprouts_patch" ], [ 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 b5d84980f..191656f96 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -39,10 +39,8 @@ [], "#tfg:moon_veins", [], - [], + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_moon_stone_rocks", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_vine" 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 f8ff81544..dafbf26e9 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -39,11 +39,9 @@ ], [], "#tfg:moon_veins", - [], - [], + "#tfg:moon_large_rock_features", + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/moon_rock_pile", - "tfg:moon/surface/loose_moon_stone_rocks", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch" ], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 9e9664a26..dd7b6e452 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -40,17 +40,13 @@ [], "#tfg:moon_veins", [], - [], + "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/basalt_delta", - "tfg:moon/surface/moon_rock_pile", "tfg:moon/surface/dead_coral_fans", - "tfg:moon/surface/loose_moon_stone_rocks", - "tfg:moon/surface/loose_basalt_rocks", "tfg:moon/surface/warped_sprouts_patch" ], [ - "tfg:moon/hardening" + "tfg:moon/hardening" ] ], "has_precipitation": false, diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_blocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_blocks.json new file mode 100644 index 000000000..c100eea61 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_blocks.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:simple_random_selector", + "config": { + "features": [ + { + "feature": { + "type": "tfg:dead_coral_claw", + "config": {} + }, + "placement": [] + }, + { + "feature": { + "type": "tfg:dead_coral_mushroom", + "config": {} + }, + "placement": [] + }, + { + "feature": { + "type": "tfg:dead_coral_tree", + "config": {} + }, + "placement": [] + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/andesite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/andesite.json new file mode 100644 index 000000000..db63405d5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/andesite.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/andesite_slab" + }, + "rim": { + "Name": "tfc:rock/hardened/andesite" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/basalt_delta.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/basalt.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/basalt_delta.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/basalt.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/dacite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/dacite.json new file mode 100644 index 000000000..a3363bbd6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/dacite.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/dacite_slab" + }, + "rim": { + "Name": "tfc:rock/hardened/dacite" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/diorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/diorite.json new file mode 100644 index 000000000..ab77fb4a1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/diorite.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/diorite_slab" + }, + "rim": { + "Name": "tfc:rock/hardened/diorite" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/gabbro.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/gabbro.json new file mode 100644 index 000000000..cd6155b18 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/gabbro.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/gabbro_slab" + }, + "rim": { + "Name": "tfc:rock/hardened/gabbro" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/glacio_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/glacio_stone.json new file mode 100644 index 000000000..f8b2b723c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/glacio_stone.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "ad_astra:glacio_cobblestone_slab" + }, + "rim": { + "Name": "tfg:rock/hardened_glacio_stone" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_deepslate.json new file mode 100644 index 000000000..cfb93fe3b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_deepslate.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/basalt_slab" + }, + "rim": { + "Name": "tfg:rock/hardened_moon_deepslate" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_stone.json new file mode 100644 index 000000000..770dd78a1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/moon_stone.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "ad_astra:moon_cobblestone_slab" + }, + "rim": { + "Name": "tfg:rock/hardened_moon_stone" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/rhyolite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/rhyolite.json new file mode 100644 index 000000000..a2c54b4f1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/delta/rhyolite.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/rhyolite_slab" + }, + "rim": { + "Name": "tfc:rock/hardened/rhyolite" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/andesite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/andesite.json new file mode 100644 index 000000000..eaa70ced8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/andesite.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/loose/andesite" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_basalt_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/basalt.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_basalt_rocks.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/basalt.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/dacite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/dacite.json new file mode 100644 index 000000000..ed758fe5e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/dacite.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/loose/dacite" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_diorite_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/diorite.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_diorite_rocks.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/diorite.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_gabbro_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/gabbro.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_gabbro_rocks.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/gabbro.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/glacio_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/glacio_stone.json new file mode 100644 index 000000000..60405d103 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/glacio_stone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:loose/glacio_stone" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/moon_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/moon_deepslate.json new file mode 100644 index 000000000..3e15de7e0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/moon_deepslate.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:loose/moon_deepslate" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_moon_stone_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/moon_stone.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_moon_stone_rocks.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/moon_stone.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/rhyolite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/rhyolite.json new file mode 100644 index 000000000..22516ad82 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose/rhyolite.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/loose/rhyolite" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/andesite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/andesite.json new file mode 100644 index 000000000..2436b86b8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/andesite.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfc:rock/hardened/andesite" + } + }, + { + "weight": 25, + "data": { + "Name": "tfc:rock/cobble/andesite" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/raw/andesite_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/cobble/andesite_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/basalt.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/basalt.json new file mode 100644 index 000000000..d47906980 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/basalt.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfc:rock/hardened/basalt" + } + }, + { + "weight": 25, + "data": { + "Name": "tfc:rock/cobble/basalt" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/raw/basalt_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/cobble/basalt_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/dacite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/dacite.json new file mode 100644 index 000000000..bb441f910 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/dacite.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfc:rock/hardened/dacite" + } + }, + { + "weight": 25, + "data": { + "Name": "tfc:rock/cobble/dacite" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/raw/dacite_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/cobble/dacite_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/diorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/diorite.json new file mode 100644 index 000000000..5c731ad31 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/diorite.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfc:rock/hardened/diorite" + } + }, + { + "weight": 25, + "data": { + "Name": "tfc:rock/cobble/diorite" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/raw/diorite_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/cobble/diorite_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/gabbro_rock_pile.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/gabbro.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/gabbro_rock_pile.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/gabbro.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/glacio_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/glacio_stone.json new file mode 100644 index 000000000..d7b754a9a --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/glacio_stone.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfg:rock/hardened_glacio_stone" + } + }, + { + "weight": 25, + "data": { + "Name": "ad_astra:glacio_cobblestone" + } + }, + { + "weight": 20, + "data": { + "Name": "ad_astra:glacio_stone_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "ad_astra:glacio_cobblestone_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_deepslate.json new file mode 100644 index 000000000..490c9b7d4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_deepslate.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfg:rock/hardened_moon_deepslate" + } + }, + { + "weight": 25, + "data": { + "Name": "ad_astra:moon_deepslate" + } + }, + { + "weight": 10, + "data": { + "Name": "ad_astra:moon_cobblestone" + } + }, + { + "weight": 10, + "data": { + "Name": "ad_astra:moon_cobblestone_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_stone.json new file mode 100644 index 000000000..977879c19 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/moon_stone.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfg:rock/hardened_moon_stone" + } + }, + { + "weight": 25, + "data": { + "Name": "ad_astra:moon_cobblestone" + } + }, + { + "weight": 20, + "data": { + "Name": "ad_astra:moon_stone_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "ad_astra:moon_cobblestone_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/rhyolite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/rhyolite.json new file mode 100644 index 000000000..fcf450e54 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile/rhyolite.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfc:rock/hardened/rhyolite" + } + }, + { + "weight": 25, + "data": { + "Name": "tfc:rock/cobble/rhyolite" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/raw/rhyolite_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/cobble/rhyolite_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json new file mode 100644 index 000000000..8bd47adc4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "minecraft:basalt", + "spike": "tfc:rock/spike/basalt", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json deleted file mode 100644 index e110d39c4..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "tfg:moon/surface/basalt_delta", - "placement": [ - { - "type": "minecraft:count", - "count": 25 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json index e9169b40b..3a86faf8f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 5 + "chance": 8 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json new file mode 100644 index 000000000..04bd5e70f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/dead_coral_blocks", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:rarity_filter", + "chance": 1 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/andesite.json new file mode 100644 index 000000000..f29dc5202 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/andesite.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/andesite", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/andesite", + "tfc:rock/hardened/andesite", + "tfc:rock/gravel/andesite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/basalt.json new file mode 100644 index 000000000..a73fe11cd --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/basalt.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/basalt", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/basalt", + "tfc:rock/hardened/basalt", + "tfc:rock/gravel/basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/dacite.json new file mode 100644 index 000000000..aad3edab9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/dacite.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/dacite", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/dacite", + "tfc:rock/hardened/dacite", + "tfc:rock/gravel/dacite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/diorite.json new file mode 100644 index 000000000..58a48ef24 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/diorite.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/diorite", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/diorite", + "tfc:rock/hardened/diorite", + "tfc:rock/gravel/diorite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/gabbro.json new file mode 100644 index 000000000..a0eb05887 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/gabbro.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/gabbro", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/gabbro", + "tfc:rock/hardened/gabbro", + "tfc:rock/gravel/gabbro" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/glacio_stone.json new file mode 100644 index 000000000..783e67d06 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/glacio_stone.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/glacio_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:glacio_stone", + "tfg:rock/hardened_glacio_stone", + "ad_astra:glacio_cobblestone" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json new file mode 100644 index 000000000..4c66c82ad --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json @@ -0,0 +1,27 @@ +{ + "feature": "tfg:moon/surface/delta/moon_deepslate", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:moon_deepslate", + "tfg:rock/hardened_moon_deepslate" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_stone.json new file mode 100644 index 000000000..559c6bf67 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_stone.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/moon_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:moon_stone", + "tfg:rock/hardened_moon_stone", + "ad_astra:moon_sand" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/rhyolite.json new file mode 100644 index 000000000..d097e09e7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/rhyolite.json @@ -0,0 +1,28 @@ +{ + "feature": "tfg:moon/surface/delta/rhyolite", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json deleted file mode 100644 index 1b84801d8..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "tfg:moon/surface/gabbro_rock_pile", - "placement": [ - { - "type": "minecraft:count", - "count": 3 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/andesite.json new file mode 100644 index 000000000..9f84074a7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/andesite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/andesite", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/andesite", + "tfc:rock/hardened/andesite", + "tfc:rock/gravel/andesite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/basalt.json new file mode 100644 index 000000000..219c52079 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/basalt.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/basalt", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/basalt", + "tfc:rock/hardened/basalt", + "tfc:rock/gravel/basalt" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/dacite.json new file mode 100644 index 000000000..21f50b4bd --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/dacite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/dacite", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/dacite", + "tfc:rock/hardened/dacite", + "tfc:rock/gravel/dacite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/diorite.json new file mode 100644 index 000000000..46b662eb0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/diorite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/diorite", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/diorite", + "tfc:rock/hardened/diorite", + "tfc:rock/gravel/diorite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/gabbro.json new file mode 100644 index 000000000..a1edd7d28 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/gabbro.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/gabbro", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/gabbro", + "tfc:rock/hardened/gabbro", + "tfc:rock/gravel/gabbro" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/glacio_stone.json new file mode 100644 index 000000000..0cfac2c35 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/glacio_stone.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/glacio_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:glacio_stone", + "tfg:rock/hardened_glacio_stone", + "ad_astra:glacio_cobblestone" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json new file mode 100644 index 000000000..f9ba19b5f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json @@ -0,0 +1,34 @@ +{ + "feature": "tfg:moon/surface/loose/moon_deepslate", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:moon_deepslate", + "tfg:rock/hardened_moon_deepslate" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_stone.json new file mode 100644 index 000000000..5e267969f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_stone.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/moon_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:moon_stone", + "tfg:rock/hardened_moon_stone", + "ad_astra:moon_sand" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/rhyolite.json new file mode 100644 index 000000000..00e5b3645 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/rhyolite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/loose/rhyolite", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json deleted file mode 100644 index 43d0c10ad..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "feature": "tfg:moon/surface/loose_basalt_rocks", - "placement": [ - { - "type": "minecraft:count", - "count": 10 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json deleted file mode 100644 index 86fdc68cc..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "feature": "tfg:moon/surface/loose_diorite_rocks", - "placement": [ - { - "type": "minecraft:count", - "count": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json deleted file mode 100644 index fae5ffc08..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "feature": "tfg:moon/surface/loose_gabbro_rocks", - "placement": [ - { - "type": "minecraft:count", - "count": 16 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json deleted file mode 100644 index b98187645..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_moon_stone_rocks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "feature": "tfg:moon/surface/loose_moon_stone_rocks", - "placement": [ - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json new file mode 100644 index 000000000..4b71a4169 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/andesite", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/andesite", + "tfc:rock/hardened/andesite", + "tfc:rock/gravel/andesite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json new file mode 100644 index 000000000..042eeebfb --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/basalt", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/basalt", + "tfc:rock/hardened/basalt", + "tfc:rock/gravel/basalt" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json new file mode 100644 index 000000000..62947dfa8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/dacite", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/dacite", + "tfc:rock/hardened/dacite", + "tfc:rock/gravel/dacite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json new file mode 100644 index 000000000..77e2126f4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/diorite", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/diorite", + "tfc:rock/hardened/diorite", + "tfc:rock/gravel/diorite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json new file mode 100644 index 000000000..fb78a0b73 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/gabbro", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/gabbro", + "tfc:rock/hardened/gabbro", + "tfc:rock/gravel/gabbro" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json new file mode 100644 index 000000000..bde0f3510 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/glacio_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:glacio_stone", + "tfg:rock/hardened_glacio_stone", + "ad_astra:glacio_cobblestone" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json new file mode 100644 index 000000000..59f5b2038 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json @@ -0,0 +1,34 @@ +{ + "feature": "tfg:moon/surface/pile/moon_deepslate", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:moon_deepslate", + "tfg:rock/hardened_moon_deepslate" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json new file mode 100644 index 000000000..c5d9986b7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/moon_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "ad_astra:moon_stone", + "tfg:rock/hardened_moon_stone", + "ad_astra:moon_sand" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json new file mode 100644 index 000000000..9a6d57813 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json @@ -0,0 +1,35 @@ +{ + "feature": "tfg:moon/surface/pile/rhyolite", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json new file mode 100644 index 000000000..b968d4224 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json @@ -0,0 +1,58 @@ +{ + "feature": "tfg:moon/surface/spike/basalt", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:all_of", + "predicates": [ + { + "type": "minecraft:any_of", + "predicates": [ + { + "type": "minecraft:matching_blocks", + "offset": [ 0, 1, 0 ], + "blocks": "minecraft:air" + } + ] + }, + { + "type": "minecraft:matching_block_tag", + "tag": "ad_astra:moon_stone_replaceables" + } + ] + } + } + ] +} \ 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 e358cbc48..a8efec42a 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -202,7 +202,16 @@ const registerAdAstraEntityTypeTags = (event) => { event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler') } +// All space veins go in tfg/tags.js const registerAdAstraPlacedFeatures = (event) => { + global.MOON_STONE_TYPES.forEach(stone => { + // only in the sparse ones + event.add('tfg:moon_large_rock_features', `tfg:moon/surface/delta/${stone}`) + // in all moon biomes + event.add('tfg:moon_small_rock_features', `tfg:moon/surface/pile/${stone}`) + event.add('tfg:moon_small_rock_features', `tfg:moon/surface/loose/${stone}`) + }) + event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/basalt`) } diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index d6cf1015e..838327788 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -333,7 +333,7 @@ const registerTFGBiomeTags = (event) => { // #endregion } - +// Other space decoration is in ad_astra/tags.js const registerTFGPlacedFeatures = (event) => { // #region Nether ores diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index caffd8b0a..051ee4389 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -37,6 +37,18 @@ global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ 'tfg:rock/hardened_glacio_stone', ] +global.MOON_STONE_TYPES = [ + "andesite", + "basalt", + "dacite", + "diorite", + "gabbro", + "glacio_stone", + "moon_deepslate", + "moon_stone", + "rhyolite" +] + global.MOON_BIOMES = [ 'tfg:moon/lunar_plains', 'tfg:moon/lunar_asurine_dense', From e102e89f09f1a0801559a0a57eaa08ede8777bec Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 15:48:30 +0100 Subject: [PATCH 036/246] added spikes for all ad astra rocks --- kubejs/assets/create/lang/en_us.json | 4 +- kubejs/assets/tfc/lang/en_us.json | 5218 ++++++++--------- .../blockstates/spike/glacio_stone_spike.json | 13 + .../blockstates/spike/mars_stone_spike.json | 13 + .../spike/mercury_stone_spike.json | 13 + .../spike/moon_deepslate_spike.json | 13 + .../blockstates/spike/moon_stone_spike.json | 13 + .../blockstates/spike/permafrost_spike.json | 13 + .../blockstates/spike/venus_stone_spike.json | 13 + kubejs/assets/tfg/lang/en_us.json | 8 + .../models/block/spike/glacio_stone_base.json | 7 + .../block/spike/glacio_stone_middle.json | 7 + .../models/block/spike/glacio_stone_tip.json | 7 + .../models/block/spike/mars_stone_base.json | 7 + .../models/block/spike/mars_stone_middle.json | 7 + .../models/block/spike/mars_stone_tip.json | 7 + .../block/spike/mercury_stone_base.json | 7 + .../block/spike/mercury_stone_middle.json | 7 + .../models/block/spike/mercury_stone_tip.json | 7 + .../block/spike/moon_deepslate_base.json | 7 + .../block/spike/moon_deepslate_middle.json | 7 + .../block/spike/moon_deepslate_tip.json | 7 + .../models/block/spike/moon_stone_base.json | 7 + .../models/block/spike/moon_stone_middle.json | 7 + .../models/block/spike/moon_stone_tip.json | 7 + .../models/block/spike/permafrost_base.json | 7 + .../models/block/spike/permafrost_middle.json | 7 + .../models/block/spike/permafrost_tip.json | 7 + .../models/block/spike/venus_stone_base.json | 7 + .../block/spike/venus_stone_middle.json | 7 + .../models/block/spike/venus_stone_tip.json | 7 + 31 files changed, 2857 insertions(+), 2611 deletions(-) create mode 100644 kubejs/assets/tfg/blockstates/spike/glacio_stone_spike.json create mode 100644 kubejs/assets/tfg/blockstates/spike/mars_stone_spike.json create mode 100644 kubejs/assets/tfg/blockstates/spike/mercury_stone_spike.json create mode 100644 kubejs/assets/tfg/blockstates/spike/moon_deepslate_spike.json create mode 100644 kubejs/assets/tfg/blockstates/spike/moon_stone_spike.json create mode 100644 kubejs/assets/tfg/blockstates/spike/permafrost_spike.json create mode 100644 kubejs/assets/tfg/blockstates/spike/venus_stone_spike.json create mode 100644 kubejs/assets/tfg/models/block/spike/glacio_stone_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/glacio_stone_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/glacio_stone_tip.json create mode 100644 kubejs/assets/tfg/models/block/spike/mars_stone_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/mars_stone_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/mars_stone_tip.json create mode 100644 kubejs/assets/tfg/models/block/spike/mercury_stone_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/mercury_stone_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/mercury_stone_tip.json create mode 100644 kubejs/assets/tfg/models/block/spike/moon_deepslate_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/moon_deepslate_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/moon_deepslate_tip.json create mode 100644 kubejs/assets/tfg/models/block/spike/moon_stone_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/moon_stone_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/moon_stone_tip.json create mode 100644 kubejs/assets/tfg/models/block/spike/permafrost_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/permafrost_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/permafrost_tip.json create mode 100644 kubejs/assets/tfg/models/block/spike/venus_stone_base.json create mode 100644 kubejs/assets/tfg/models/block/spike/venus_stone_middle.json create mode 100644 kubejs/assets/tfg/models/block/spike/venus_stone_tip.json diff --git a/kubejs/assets/create/lang/en_us.json b/kubejs/assets/create/lang/en_us.json index a45af984a..9c17fa677 100644 --- a/kubejs/assets/create/lang/en_us.json +++ b/kubejs/assets/create/lang/en_us.json @@ -1,5 +1,6 @@ { "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.create.netherite_backtank": "Blue Steel Backtank", "block.create.dark_oak_window": "Hickory Window", "block.create.dark_oak_window_pane": "Hickory Window Pane", "block.create.andesite_bars": "Metal Bars", @@ -68,7 +69,6 @@ "block.create.small_granite_brick_wall": "Small Chert Brick Wall", "block.create.layered_granite": "Layered Chert", "block.create.granite_pillar": "Chert Pillar", - "block.create.netherite_backtank": "Blue Steel Backtank", "item.create.netherite_diving_helmet.tooltip.summary": "Together with a _Blue Steel Backtank_, this can protect you from _extreme heat_. To be effective, _Legs and Feet_ have to be covered in a _Blue Steel Diving Equipment_, too.", "item.create.netherite_backtank": "Blue Steel Backtank", "item.create.netherite_diving_helmet": "Blue Steel Diving Helmet", @@ -89,4 +89,4 @@ "create.ponder.brass_funnel.text_1": "Metal Funnels can only ever extract single items.", "create.ponder.cogwheel_casing.text_1": "Brass or Metal Casing can be used to decorate Cogwheels", "create.ponder.shaft_casing.text_1": "Brass or Metal Casing can be used to decorate Shafts" -} +} \ No newline at end of file diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 733c9f510..10a290e97 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2613 +1,2613 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", "metal.tfg.tin_alloy": "Tin Alloy", "trim_material.tfc.almandine_tfc": "Almandine", "trim_material.tfc.andradite_tfc": "Andradite", diff --git a/kubejs/assets/tfg/blockstates/spike/glacio_stone_spike.json b/kubejs/assets/tfg/blockstates/spike/glacio_stone_spike.json new file mode 100644 index 000000000..579d34692 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/glacio_stone_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/glacio_stone_base" + }, + "part=middle": { + "model": "tfg:block/spike/glacio_stone_middle" + }, + "part=tip": { + "model": "tfg:block/spike/glacio_stone_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/spike/mars_stone_spike.json b/kubejs/assets/tfg/blockstates/spike/mars_stone_spike.json new file mode 100644 index 000000000..d124b85eb --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/mars_stone_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/mars_stone_base" + }, + "part=middle": { + "model": "tfg:block/spike/mars_stone_middle" + }, + "part=tip": { + "model": "tfg:block/spike/mars_stone_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/spike/mercury_stone_spike.json b/kubejs/assets/tfg/blockstates/spike/mercury_stone_spike.json new file mode 100644 index 000000000..e8d64b02a --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/mercury_stone_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/mercury_stone_base" + }, + "part=middle": { + "model": "tfg:block/spike/mercury_stone_middle" + }, + "part=tip": { + "model": "tfg:block/spike/mercury_stone_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/spike/moon_deepslate_spike.json b/kubejs/assets/tfg/blockstates/spike/moon_deepslate_spike.json new file mode 100644 index 000000000..00f44e402 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/moon_deepslate_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/moon_deepslate_base" + }, + "part=middle": { + "model": "tfg:block/spike/moon_deepslate_middle" + }, + "part=tip": { + "model": "tfg:block/spike/moon_deepslate_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/spike/moon_stone_spike.json b/kubejs/assets/tfg/blockstates/spike/moon_stone_spike.json new file mode 100644 index 000000000..0d859f2ff --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/moon_stone_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/moon_stone_base" + }, + "part=middle": { + "model": "tfg:block/spike/moon_stone_middle" + }, + "part=tip": { + "model": "tfg:block/spike/moon_stone_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/spike/permafrost_spike.json b/kubejs/assets/tfg/blockstates/spike/permafrost_spike.json new file mode 100644 index 000000000..8187014a0 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/permafrost_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/permafrost_base" + }, + "part=middle": { + "model": "tfg:block/spike/permafrost_middle" + }, + "part=tip": { + "model": "tfg:block/spike/permafrost_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/spike/venus_stone_spike.json b/kubejs/assets/tfg/blockstates/spike/venus_stone_spike.json new file mode 100644 index 000000000..92032d4d4 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/spike/venus_stone_spike.json @@ -0,0 +1,13 @@ +{ + "variants": { + "part=base": { + "model": "tfg:block/spike/venus_stone_base" + }, + "part=middle": { + "model": "tfg:block/spike/venus_stone_middle" + }, + "part=tip": { + "model": "tfg:block/spike/venus_stone_tip" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index c612af621..5d8fadd26 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -131,17 +131,25 @@ "block.tfg.loose.deepslate": "Loose Migmatite Rock", "block.tfg.loose.dripstone": "Loose Travertine Rock", "block.tfg.rock.hardened_moon_stone": "Hardened Anorthosite", + "block.tfg.spike.moon_stone_spike": "Anorthosite Spike", "block.tfg.loose.moon_stone": "Loose Anorthosite Rock", "block.tfg.rock.hardened_moon_deepslate": "Hardened Norite", + "block.tfg.spike.moon_deepslate_spike": "Norite Spike", "block.tfg.loose.moon_deepslate": "Loose Norite Rock", "block.tfg.rock.hardened_mars_stone": "Hardened Argillite", + "block.tfg.spike.mars_stone_spike": "Argillite Spike", "block.tfg.loose.mars_stone": "Loose Argillite Rock", "block.tfg.rock.hardened_venus_stone": "Hardened Trachyte", + "block.tfg.spike.venus_stone_spike": "Trachyte Spike", "block.tfg.loose.venus_stone": "Loose Trachyte Rock", "block.tfg.rock.hardened_mercury_stone": "Hardened Komatiite", + "block.tfg.spike.mercury_stone_spike": "Komatiite Spike", "block.tfg.loose.mercury_stone": "Loose Komatiite Rock", "block.tfg.rock.hardened_glacio_stone": "Hardened Phonolite", + "block.tfg.spike.glacio_stone_spike": "Phonolite Spike", "block.tfg.loose.glacio_stone": "Loose Phonolite Rock", + "block.tfg.rock.hardened_permafrost": "Hardened Permafrost", + "block.tfg.spike.permafrost_spike": "Permafrost Spike", "block.tfg.loose.permafrost": "Permafrost Chunk", "block.tfg.lunar_roots": "Lunar Lightblooms", "block.tfg.lunar_sprouts": "Lunar Lightgrass", diff --git a/kubejs/assets/tfg/models/block/spike/glacio_stone_base.json b/kubejs/assets/tfg/models/block/spike/glacio_stone_base.json new file mode 100644 index 000000000..c4edc4623 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/glacio_stone_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/glacio_stone", + "particle": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/glacio_stone_middle.json b/kubejs/assets/tfg/models/block/spike/glacio_stone_middle.json new file mode 100644 index 000000000..b9827a74f --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/glacio_stone_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/glacio_stone", + "particle": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/glacio_stone_tip.json b/kubejs/assets/tfg/models/block/spike/glacio_stone_tip.json new file mode 100644 index 000000000..2ee4306fd --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/glacio_stone_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/glacio_stone", + "particle": "ad_astra:block/glacio_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/mars_stone_base.json b/kubejs/assets/tfg/models/block/spike/mars_stone_base.json new file mode 100644 index 000000000..63b3f3ad6 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/mars_stone_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/mars_stone", + "particle": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/mars_stone_middle.json b/kubejs/assets/tfg/models/block/spike/mars_stone_middle.json new file mode 100644 index 000000000..436acdd69 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/mars_stone_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/mars_stone", + "particle": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/mars_stone_tip.json b/kubejs/assets/tfg/models/block/spike/mars_stone_tip.json new file mode 100644 index 000000000..0b142eaa7 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/mars_stone_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/mars_stone", + "particle": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/mercury_stone_base.json b/kubejs/assets/tfg/models/block/spike/mercury_stone_base.json new file mode 100644 index 000000000..856a11273 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/mercury_stone_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/mercury_stone", + "particle": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/mercury_stone_middle.json b/kubejs/assets/tfg/models/block/spike/mercury_stone_middle.json new file mode 100644 index 000000000..5e1ae1476 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/mercury_stone_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/mercury_stone", + "particle": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/mercury_stone_tip.json b/kubejs/assets/tfg/models/block/spike/mercury_stone_tip.json new file mode 100644 index 000000000..58672e57c --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/mercury_stone_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/mercury_stone", + "particle": "ad_astra:block/mercury_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/moon_deepslate_base.json b/kubejs/assets/tfg/models/block/spike/moon_deepslate_base.json new file mode 100644 index 000000000..005003d00 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/moon_deepslate_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/moon_deepslate", + "particle": "ad_astra:block/moon_deepslate" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/moon_deepslate_middle.json b/kubejs/assets/tfg/models/block/spike/moon_deepslate_middle.json new file mode 100644 index 000000000..4c9c84dfa --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/moon_deepslate_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/moon_deepslate", + "particle": "ad_astra:block/moon_deepslate" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/moon_deepslate_tip.json b/kubejs/assets/tfg/models/block/spike/moon_deepslate_tip.json new file mode 100644 index 000000000..f9739416b --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/moon_deepslate_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/moon_deepslate", + "particle": "ad_astra:block/moon_deepslate" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/moon_stone_base.json b/kubejs/assets/tfg/models/block/spike/moon_stone_base.json new file mode 100644 index 000000000..ebe669ef3 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/moon_stone_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/moon_stone", + "particle": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/moon_stone_middle.json b/kubejs/assets/tfg/models/block/spike/moon_stone_middle.json new file mode 100644 index 000000000..03f7da72f --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/moon_stone_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/moon_stone", + "particle": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/moon_stone_tip.json b/kubejs/assets/tfg/models/block/spike/moon_stone_tip.json new file mode 100644 index 000000000..a22a4e791 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/moon_stone_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/moon_stone", + "particle": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/permafrost_base.json b/kubejs/assets/tfg/models/block/spike/permafrost_base.json new file mode 100644 index 000000000..d813dcf32 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/permafrost_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/permafrost", + "particle": "ad_astra:block/permafrost" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/permafrost_middle.json b/kubejs/assets/tfg/models/block/spike/permafrost_middle.json new file mode 100644 index 000000000..01e3b5a50 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/permafrost_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/permafrost", + "particle": "ad_astra:block/permafrost" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/permafrost_tip.json b/kubejs/assets/tfg/models/block/spike/permafrost_tip.json new file mode 100644 index 000000000..8257dc629 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/permafrost_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/permafrost", + "particle": "ad_astra:block/permafrost" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/venus_stone_base.json b/kubejs/assets/tfg/models/block/spike/venus_stone_base.json new file mode 100644 index 000000000..b39e1a5b2 --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/venus_stone_base.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_base", + "textures": { + "texture": "ad_astra:block/venus_stone", + "particle": "ad_astra:block/venus_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/venus_stone_middle.json b/kubejs/assets/tfg/models/block/spike/venus_stone_middle.json new file mode 100644 index 000000000..32351495c --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/venus_stone_middle.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_middle", + "textures": { + "texture": "ad_astra:block/venus_stone", + "particle": "ad_astra:block/venus_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/spike/venus_stone_tip.json b/kubejs/assets/tfg/models/block/spike/venus_stone_tip.json new file mode 100644 index 000000000..654aac6cf --- /dev/null +++ b/kubejs/assets/tfg/models/block/spike/venus_stone_tip.json @@ -0,0 +1,7 @@ +{ + "parent": "tfc:block/rock/spike_tip", + "textures": { + "texture": "ad_astra:block/venus_stone", + "particle": "ad_astra:block/venus_stone" + } +} \ No newline at end of file From 96aae3ae33d76296e40be18e793ae4f84624184e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 16:24:00 +0100 Subject: [PATCH 037/246] finished adding spikes for all rocks --- kubejs/assets/tfc/lang/en_us.json | 5218 ++++++++--------- .../moon/surface/spike/andesite.json | 8 + .../moon/surface/spike/basalt.json | 2 +- .../moon/surface/spike/dacite.json | 8 + .../moon/surface/spike/diorite.json | 8 + .../moon/surface/spike/gabbro.json | 8 + .../moon/surface/spike/glacio_stone.json | 8 + .../moon/surface/spike/moon_deepslate.json | 8 + .../moon/surface/spike/moon_stone.json | 8 + .../moon/surface/spike/rhyolite.json | 8 + .../moon/surface/spike/andesite.json | 47 + .../moon/surface/spike/basalt.json | 21 +- .../moon/surface/spike/dacite.json | 47 + .../moon/surface/spike/diorite.json | 47 + .../moon/surface/spike/gabbro.json | 47 + .../moon/surface/spike/glacio_stone.json | 47 + .../moon/surface/spike/moon_deepslate.json | 46 + .../moon/surface/spike/moon_stone.json | 47 + .../moon/surface/spike/rhyolite.json | 47 + kubejs/server_scripts/ad_astra/tags.js | 2 +- kubejs/startup_scripts/tfg/blocks.space.js | 36 +- 21 files changed, 3090 insertions(+), 2628 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/andesite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/dacite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/diorite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/gabbro.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/rhyolite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index 10a290e97..733c9f510 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -1,2613 +1,2613 @@ { - "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.tfc.fluid.salt_water": "Sea Water", - "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", - "fluid.tfc.salt_water": "Sea Water", - "item.tfc.bucket.salt_water": "Sea Water Bucket", - "item.tfc.powder.saltpeter": "Saltpeter Powder", - "item.tfc.powder.sulfur": "Sulfur Powder", - "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", - "metal.tfg.redstone": "Redstone", - "metal.tfg.red_alloy": "Red Alloy", + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.tfc.fluid.salt_water": "Sea Water", + "block.tfc.cauldron.salt_water": "Sea Water Cauldron", + "block.gtceu.andesite_almandine_ore.prospected": "Almandine", + "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.andesite_alunite_ore.prospected": "Alunite", + "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.andesite_apatite_ore.prospected": "Apatite", + "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.andesite_barite_ore.prospected": "Barite", + "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.andesite_borax_ore.prospected": "Borax", + "block.gtceu.andesite_bornite_ore.prospected": "Bornite", + "block.gtceu.andesite_calcite_ore.prospected": "Calcite", + "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.andesite_chromite_ore.prospected": "Chromite", + "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.andesite_coal_ore.prospected": "Coal", + "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.andesite_copper_ore.prospected": "Copper", + "block.gtceu.andesite_diamond_ore.prospected": "Diamond", + "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.andesite_emerald_ore.prospected": "Emerald", + "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.andesite_galena_ore.prospected": "Galena", + "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.andesite_goethite_ore.prospected": "Goethite", + "block.gtceu.andesite_gold_ore.prospected": "Gold", + "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.andesite_graphite_ore.prospected": "Graphite", + "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.andesite_grossular_ore.prospected": "Grossular", + "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.andesite_hematite_ore.prospected": "Hematite", + "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.andesite_iron_ore.prospected": "Iron", + "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.andesite_lapis_ore.prospected": "Lapis", + "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.andesite_lead_ore.prospected": "Lead", + "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.andesite_lithium_ore.prospected": "Lithium", + "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.andesite_malachite_ore.prospected": "Malachite", + "block.gtceu.andesite_mica_ore.prospected": "Mica", + "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.andesite_monazite_ore.prospected": "Monazite", + "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.andesite_nickel_ore.prospected": "Nickel", + "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.andesite_olivine_ore.prospected": "Olivine", + "block.gtceu.andesite_opal_ore.prospected": "Opal", + "block.gtceu.andesite_palladium_ore.prospected": "Palladium", + "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.andesite_platinum_ore.prospected": "Platinum", + "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.andesite_powellite_ore.prospected": "Powellite", + "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.andesite_realgar_ore.prospected": "Realgar", + "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.andesite_redstone_ore.prospected": "Redstone", + "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.andesite_ruby_ore.prospected": "Ruby", + "block.gtceu.andesite_salt_ore.prospected": "Salt", + "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.andesite_silver_ore.prospected": "Silver", + "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.andesite_talc_ore.prospected": "Talc", + "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.andesite_thorium_ore.prospected": "Thorium", + "block.gtceu.andesite_tin_ore.prospected": "Tin", + "block.gtceu.andesite_topaz_ore.prospected": "Topaz", + "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.andesite_trona_ore.prospected": "Trona", + "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.basalt_almandine_ore.prospected": "Almandine", + "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", + "block.gtceu.basalt_alunite_ore.prospected": "Alunite", + "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", + "block.gtceu.basalt_apatite_ore.prospected": "Apatite", + "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", + "block.gtceu.basalt_barite_ore.prospected": "Barite", + "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", + "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", + "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", + "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", + "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.basalt_borax_ore.prospected": "Borax", + "block.gtceu.basalt_bornite_ore.prospected": "Bornite", + "block.gtceu.basalt_calcite_ore.prospected": "Calcite", + "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.basalt_chromite_ore.prospected": "Chromite", + "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.basalt_coal_ore.prospected": "Coal", + "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", + "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", + "block.gtceu.basalt_copper_ore.prospected": "Copper", + "block.gtceu.basalt_diamond_ore.prospected": "Diamond", + "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", + "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", + "block.gtceu.basalt_emerald_ore.prospected": "Emerald", + "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.basalt_galena_ore.prospected": "Galena", + "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", + "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.basalt_goethite_ore.prospected": "Goethite", + "block.gtceu.basalt_gold_ore.prospected": "Gold", + "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.basalt_graphite_ore.prospected": "Graphite", + "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.basalt_grossular_ore.prospected": "Grossular", + "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", + "block.gtceu.basalt_hematite_ore.prospected": "Hematite", + "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.basalt_iron_ore.prospected": "Iron", + "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", + "block.gtceu.basalt_lapis_ore.prospected": "Lapis", + "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", + "block.gtceu.basalt_lead_ore.prospected": "Lead", + "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.basalt_lithium_ore.prospected": "Lithium", + "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", + "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", + "block.gtceu.basalt_malachite_ore.prospected": "Malachite", + "block.gtceu.basalt_mica_ore.prospected": "Mica", + "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.basalt_monazite_ore.prospected": "Monazite", + "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", + "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", + "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.basalt_nickel_ore.prospected": "Nickel", + "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", + "block.gtceu.basalt_olivine_ore.prospected": "Olivine", + "block.gtceu.basalt_opal_ore.prospected": "Opal", + "block.gtceu.basalt_palladium_ore.prospected": "Palladium", + "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.basalt_platinum_ore.prospected": "Platinum", + "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", + "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", + "block.gtceu.basalt_powellite_ore.prospected": "Powellite", + "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", + "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", + "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", + "block.gtceu.basalt_realgar_ore.prospected": "Realgar", + "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.basalt_redstone_ore.prospected": "Redstone", + "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.basalt_ruby_ore.prospected": "Ruby", + "block.gtceu.basalt_salt_ore.prospected": "Salt", + "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", + "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", + "block.gtceu.basalt_silver_ore.prospected": "Silver", + "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", + "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", + "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", + "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", + "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", + "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", + "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", + "block.gtceu.basalt_talc_ore.prospected": "Talc", + "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", + "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.basalt_thorium_ore.prospected": "Thorium", + "block.gtceu.basalt_tin_ore.prospected": "Tin", + "block.gtceu.basalt_topaz_ore.prospected": "Topaz", + "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.basalt_trona_ore.prospected": "Trona", + "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", + "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", + "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chalk_almandine_ore.prospected": "Almandine", + "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chalk_alunite_ore.prospected": "Alunite", + "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chalk_apatite_ore.prospected": "Apatite", + "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chalk_barite_ore.prospected": "Barite", + "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chalk_borax_ore.prospected": "Borax", + "block.gtceu.chalk_bornite_ore.prospected": "Bornite", + "block.gtceu.chalk_calcite_ore.prospected": "Calcite", + "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chalk_chromite_ore.prospected": "Chromite", + "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chalk_coal_ore.prospected": "Coal", + "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chalk_copper_ore.prospected": "Copper", + "block.gtceu.chalk_diamond_ore.prospected": "Diamond", + "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chalk_emerald_ore.prospected": "Emerald", + "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chalk_galena_ore.prospected": "Galena", + "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chalk_goethite_ore.prospected": "Goethite", + "block.gtceu.chalk_gold_ore.prospected": "Gold", + "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chalk_graphite_ore.prospected": "Graphite", + "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chalk_grossular_ore.prospected": "Grossular", + "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chalk_hematite_ore.prospected": "Hematite", + "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chalk_iron_ore.prospected": "Iron", + "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chalk_lapis_ore.prospected": "Lapis", + "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chalk_lead_ore.prospected": "Lead", + "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chalk_lithium_ore.prospected": "Lithium", + "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chalk_malachite_ore.prospected": "Malachite", + "block.gtceu.chalk_mica_ore.prospected": "Mica", + "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chalk_monazite_ore.prospected": "Monazite", + "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chalk_nickel_ore.prospected": "Nickel", + "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chalk_olivine_ore.prospected": "Olivine", + "block.gtceu.chalk_opal_ore.prospected": "Opal", + "block.gtceu.chalk_palladium_ore.prospected": "Palladium", + "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chalk_platinum_ore.prospected": "Platinum", + "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chalk_powellite_ore.prospected": "Powellite", + "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chalk_realgar_ore.prospected": "Realgar", + "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chalk_redstone_ore.prospected": "Redstone", + "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chalk_ruby_ore.prospected": "Ruby", + "block.gtceu.chalk_salt_ore.prospected": "Salt", + "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chalk_silver_ore.prospected": "Silver", + "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chalk_talc_ore.prospected": "Talc", + "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chalk_thorium_ore.prospected": "Thorium", + "block.gtceu.chalk_tin_ore.prospected": "Tin", + "block.gtceu.chalk_topaz_ore.prospected": "Topaz", + "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chalk_trona_ore.prospected": "Trona", + "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", + "block.gtceu.chert_almandine_ore.prospected": "Almandine", + "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", + "block.gtceu.chert_alunite_ore.prospected": "Alunite", + "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", + "block.gtceu.chert_apatite_ore.prospected": "Apatite", + "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", + "block.gtceu.chert_barite_ore.prospected": "Barite", + "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", + "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", + "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", + "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", + "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.chert_borax_ore.prospected": "Borax", + "block.gtceu.chert_bornite_ore.prospected": "Bornite", + "block.gtceu.chert_calcite_ore.prospected": "Calcite", + "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.chert_chromite_ore.prospected": "Chromite", + "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.chert_coal_ore.prospected": "Coal", + "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", + "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", + "block.gtceu.chert_copper_ore.prospected": "Copper", + "block.gtceu.chert_diamond_ore.prospected": "Diamond", + "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", + "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", + "block.gtceu.chert_emerald_ore.prospected": "Emerald", + "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.chert_galena_ore.prospected": "Galena", + "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", + "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.chert_goethite_ore.prospected": "Goethite", + "block.gtceu.chert_gold_ore.prospected": "Gold", + "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.chert_graphite_ore.prospected": "Graphite", + "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.chert_grossular_ore.prospected": "Grossular", + "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", + "block.gtceu.chert_hematite_ore.prospected": "Hematite", + "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.chert_iron_ore.prospected": "Iron", + "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", + "block.gtceu.chert_lapis_ore.prospected": "Lapis", + "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", + "block.gtceu.chert_lead_ore.prospected": "Lead", + "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.chert_lithium_ore.prospected": "Lithium", + "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", + "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", + "block.gtceu.chert_malachite_ore.prospected": "Malachite", + "block.gtceu.chert_mica_ore.prospected": "Mica", + "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.chert_monazite_ore.prospected": "Monazite", + "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", + "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", + "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.chert_nickel_ore.prospected": "Nickel", + "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", + "block.gtceu.chert_olivine_ore.prospected": "Olivine", + "block.gtceu.chert_opal_ore.prospected": "Opal", + "block.gtceu.chert_palladium_ore.prospected": "Palladium", + "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.chert_platinum_ore.prospected": "Platinum", + "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", + "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", + "block.gtceu.chert_powellite_ore.prospected": "Powellite", + "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", + "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", + "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", + "block.gtceu.chert_realgar_ore.prospected": "Realgar", + "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.chert_redstone_ore.prospected": "Redstone", + "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.chert_ruby_ore.prospected": "Ruby", + "block.gtceu.chert_salt_ore.prospected": "Salt", + "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", + "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", + "block.gtceu.chert_silver_ore.prospected": "Silver", + "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", + "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", + "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", + "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", + "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", + "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", + "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", + "block.gtceu.chert_talc_ore.prospected": "Talc", + "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", + "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.chert_thorium_ore.prospected": "Thorium", + "block.gtceu.chert_tin_ore.prospected": "Tin", + "block.gtceu.chert_topaz_ore.prospected": "Topaz", + "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.chert_trona_ore.prospected": "Trona", + "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", + "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", + "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", + "block.gtceu.claystone_almandine_ore.prospected": "Almandine", + "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.claystone_alunite_ore.prospected": "Alunite", + "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.claystone_apatite_ore.prospected": "Apatite", + "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.claystone_barite_ore.prospected": "Barite", + "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.claystone_borax_ore.prospected": "Borax", + "block.gtceu.claystone_bornite_ore.prospected": "Bornite", + "block.gtceu.claystone_calcite_ore.prospected": "Calcite", + "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.claystone_chromite_ore.prospected": "Chromite", + "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.claystone_coal_ore.prospected": "Coal", + "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.claystone_copper_ore.prospected": "Copper", + "block.gtceu.claystone_diamond_ore.prospected": "Diamond", + "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.claystone_emerald_ore.prospected": "Emerald", + "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.claystone_galena_ore.prospected": "Galena", + "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.claystone_goethite_ore.prospected": "Goethite", + "block.gtceu.claystone_gold_ore.prospected": "Gold", + "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.claystone_graphite_ore.prospected": "Graphite", + "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.claystone_grossular_ore.prospected": "Grossular", + "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.claystone_hematite_ore.prospected": "Hematite", + "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.claystone_iron_ore.prospected": "Iron", + "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.claystone_lapis_ore.prospected": "Lapis", + "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.claystone_lead_ore.prospected": "Lead", + "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.claystone_lithium_ore.prospected": "Lithium", + "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.claystone_malachite_ore.prospected": "Malachite", + "block.gtceu.claystone_mica_ore.prospected": "Mica", + "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.claystone_monazite_ore.prospected": "Monazite", + "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.claystone_nickel_ore.prospected": "Nickel", + "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.claystone_olivine_ore.prospected": "Olivine", + "block.gtceu.claystone_opal_ore.prospected": "Opal", + "block.gtceu.claystone_palladium_ore.prospected": "Palladium", + "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.claystone_platinum_ore.prospected": "Platinum", + "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.claystone_powellite_ore.prospected": "Powellite", + "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.claystone_realgar_ore.prospected": "Realgar", + "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.claystone_redstone_ore.prospected": "Redstone", + "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.claystone_ruby_ore.prospected": "Ruby", + "block.gtceu.claystone_salt_ore.prospected": "Salt", + "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.claystone_silver_ore.prospected": "Silver", + "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.claystone_talc_ore.prospected": "Talc", + "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.claystone_thorium_ore.prospected": "Thorium", + "block.gtceu.claystone_tin_ore.prospected": "Tin", + "block.gtceu.claystone_topaz_ore.prospected": "Topaz", + "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.claystone_trona_ore.prospected": "Trona", + "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", + "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", + "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", + "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.conglomerate_barite_ore.prospected": "Barite", + "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.conglomerate_borax_ore.prospected": "Borax", + "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", + "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", + "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", + "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.conglomerate_coal_ore.prospected": "Coal", + "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.conglomerate_copper_ore.prospected": "Copper", + "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", + "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", + "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.conglomerate_galena_ore.prospected": "Galena", + "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", + "block.gtceu.conglomerate_gold_ore.prospected": "Gold", + "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", + "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", + "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", + "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.conglomerate_iron_ore.prospected": "Iron", + "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", + "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.conglomerate_lead_ore.prospected": "Lead", + "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", + "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", + "block.gtceu.conglomerate_mica_ore.prospected": "Mica", + "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", + "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", + "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", + "block.gtceu.conglomerate_opal_ore.prospected": "Opal", + "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", + "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", + "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", + "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", + "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", + "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", + "block.gtceu.conglomerate_salt_ore.prospected": "Salt", + "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.conglomerate_silver_ore.prospected": "Silver", + "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.conglomerate_talc_ore.prospected": "Talc", + "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", + "block.gtceu.conglomerate_tin_ore.prospected": "Tin", + "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", + "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.conglomerate_trona_ore.prospected": "Trona", + "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dacite_almandine_ore.prospected": "Almandine", + "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dacite_alunite_ore.prospected": "Alunite", + "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dacite_apatite_ore.prospected": "Apatite", + "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dacite_barite_ore.prospected": "Barite", + "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dacite_borax_ore.prospected": "Borax", + "block.gtceu.dacite_bornite_ore.prospected": "Bornite", + "block.gtceu.dacite_calcite_ore.prospected": "Calcite", + "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dacite_chromite_ore.prospected": "Chromite", + "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dacite_coal_ore.prospected": "Coal", + "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dacite_copper_ore.prospected": "Copper", + "block.gtceu.dacite_diamond_ore.prospected": "Diamond", + "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dacite_emerald_ore.prospected": "Emerald", + "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dacite_galena_ore.prospected": "Galena", + "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dacite_goethite_ore.prospected": "Goethite", + "block.gtceu.dacite_gold_ore.prospected": "Gold", + "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dacite_graphite_ore.prospected": "Graphite", + "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dacite_grossular_ore.prospected": "Grossular", + "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dacite_hematite_ore.prospected": "Hematite", + "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dacite_iron_ore.prospected": "Iron", + "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dacite_lapis_ore.prospected": "Lapis", + "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dacite_lead_ore.prospected": "Lead", + "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dacite_lithium_ore.prospected": "Lithium", + "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dacite_malachite_ore.prospected": "Malachite", + "block.gtceu.dacite_mica_ore.prospected": "Mica", + "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dacite_monazite_ore.prospected": "Monazite", + "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dacite_nickel_ore.prospected": "Nickel", + "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dacite_olivine_ore.prospected": "Olivine", + "block.gtceu.dacite_opal_ore.prospected": "Opal", + "block.gtceu.dacite_palladium_ore.prospected": "Palladium", + "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dacite_platinum_ore.prospected": "Platinum", + "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dacite_powellite_ore.prospected": "Powellite", + "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dacite_realgar_ore.prospected": "Realgar", + "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dacite_redstone_ore.prospected": "Redstone", + "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dacite_ruby_ore.prospected": "Ruby", + "block.gtceu.dacite_salt_ore.prospected": "Salt", + "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dacite_silver_ore.prospected": "Silver", + "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dacite_talc_ore.prospected": "Talc", + "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dacite_thorium_ore.prospected": "Thorium", + "block.gtceu.dacite_tin_ore.prospected": "Tin", + "block.gtceu.dacite_topaz_ore.prospected": "Topaz", + "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dacite_trona_ore.prospected": "Trona", + "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.diorite_almandine_ore.prospected": "Almandine", + "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.diorite_alunite_ore.prospected": "Alunite", + "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.diorite_apatite_ore.prospected": "Apatite", + "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.diorite_barite_ore.prospected": "Barite", + "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.diorite_borax_ore.prospected": "Borax", + "block.gtceu.diorite_bornite_ore.prospected": "Bornite", + "block.gtceu.diorite_calcite_ore.prospected": "Calcite", + "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.diorite_chromite_ore.prospected": "Chromite", + "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.diorite_coal_ore.prospected": "Coal", + "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.diorite_copper_ore.prospected": "Copper", + "block.gtceu.diorite_diamond_ore.prospected": "Diamond", + "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.diorite_emerald_ore.prospected": "Emerald", + "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.diorite_galena_ore.prospected": "Galena", + "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.diorite_goethite_ore.prospected": "Goethite", + "block.gtceu.diorite_gold_ore.prospected": "Gold", + "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.diorite_graphite_ore.prospected": "Graphite", + "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.diorite_grossular_ore.prospected": "Grossular", + "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.diorite_hematite_ore.prospected": "Hematite", + "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.diorite_iron_ore.prospected": "Iron", + "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.diorite_lapis_ore.prospected": "Lapis", + "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.diorite_lead_ore.prospected": "Lead", + "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.diorite_lithium_ore.prospected": "Lithium", + "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.diorite_malachite_ore.prospected": "Malachite", + "block.gtceu.diorite_mica_ore.prospected": "Mica", + "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.diorite_monazite_ore.prospected": "Monazite", + "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.diorite_nickel_ore.prospected": "Nickel", + "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.diorite_olivine_ore.prospected": "Olivine", + "block.gtceu.diorite_opal_ore.prospected": "Opal", + "block.gtceu.diorite_palladium_ore.prospected": "Palladium", + "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.diorite_platinum_ore.prospected": "Platinum", + "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.diorite_powellite_ore.prospected": "Powellite", + "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.diorite_realgar_ore.prospected": "Realgar", + "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.diorite_redstone_ore.prospected": "Redstone", + "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.diorite_ruby_ore.prospected": "Ruby", + "block.gtceu.diorite_salt_ore.prospected": "Salt", + "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.diorite_silver_ore.prospected": "Silver", + "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.diorite_talc_ore.prospected": "Talc", + "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.diorite_thorium_ore.prospected": "Thorium", + "block.gtceu.diorite_tin_ore.prospected": "Tin", + "block.gtceu.diorite_topaz_ore.prospected": "Topaz", + "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.diorite_trona_ore.prospected": "Trona", + "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", + "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", + "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", + "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dolomite_barite_ore.prospected": "Barite", + "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dolomite_borax_ore.prospected": "Borax", + "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", + "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", + "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", + "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dolomite_coal_ore.prospected": "Coal", + "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dolomite_copper_ore.prospected": "Copper", + "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", + "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", + "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dolomite_galena_ore.prospected": "Galena", + "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", + "block.gtceu.dolomite_gold_ore.prospected": "Gold", + "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", + "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", + "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", + "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dolomite_iron_ore.prospected": "Iron", + "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", + "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dolomite_lead_ore.prospected": "Lead", + "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", + "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", + "block.gtceu.dolomite_mica_ore.prospected": "Mica", + "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", + "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", + "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", + "block.gtceu.dolomite_opal_ore.prospected": "Opal", + "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", + "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", + "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", + "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", + "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", + "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", + "block.gtceu.dolomite_salt_ore.prospected": "Salt", + "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dolomite_silver_ore.prospected": "Silver", + "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dolomite_talc_ore.prospected": "Talc", + "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", + "block.gtceu.dolomite_tin_ore.prospected": "Tin", + "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", + "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dolomite_trona_ore.prospected": "Trona", + "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", + "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", + "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", + "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gabbro_barite_ore.prospected": "Barite", + "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gabbro_borax_ore.prospected": "Borax", + "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", + "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", + "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", + "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gabbro_coal_ore.prospected": "Coal", + "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gabbro_copper_ore.prospected": "Copper", + "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", + "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", + "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gabbro_galena_ore.prospected": "Galena", + "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", + "block.gtceu.gabbro_gold_ore.prospected": "Gold", + "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", + "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", + "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", + "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gabbro_iron_ore.prospected": "Iron", + "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", + "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gabbro_lead_ore.prospected": "Lead", + "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", + "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", + "block.gtceu.gabbro_mica_ore.prospected": "Mica", + "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", + "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", + "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", + "block.gtceu.gabbro_opal_ore.prospected": "Opal", + "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", + "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", + "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", + "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", + "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", + "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", + "block.gtceu.gabbro_salt_ore.prospected": "Salt", + "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gabbro_silver_ore.prospected": "Silver", + "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gabbro_talc_ore.prospected": "Talc", + "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", + "block.gtceu.gabbro_tin_ore.prospected": "Tin", + "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", + "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gabbro_trona_ore.prospected": "Trona", + "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", + "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", + "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", + "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", + "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", + "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", + "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", + "block.gtceu.gneiss_barite_ore.prospected": "Barite", + "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", + "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", + "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", + "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", + "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.gneiss_borax_ore.prospected": "Borax", + "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", + "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", + "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", + "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.gneiss_coal_ore.prospected": "Coal", + "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", + "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", + "block.gtceu.gneiss_copper_ore.prospected": "Copper", + "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", + "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", + "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", + "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", + "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.gneiss_galena_ore.prospected": "Galena", + "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", + "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", + "block.gtceu.gneiss_gold_ore.prospected": "Gold", + "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", + "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", + "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", + "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", + "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.gneiss_iron_ore.prospected": "Iron", + "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", + "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", + "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", + "block.gtceu.gneiss_lead_ore.prospected": "Lead", + "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", + "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", + "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", + "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", + "block.gtceu.gneiss_mica_ore.prospected": "Mica", + "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", + "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", + "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", + "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", + "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", + "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", + "block.gtceu.gneiss_opal_ore.prospected": "Opal", + "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", + "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", + "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", + "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", + "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", + "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", + "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", + "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", + "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", + "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", + "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", + "block.gtceu.gneiss_salt_ore.prospected": "Salt", + "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", + "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", + "block.gtceu.gneiss_silver_ore.prospected": "Silver", + "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", + "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", + "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", + "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", + "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", + "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", + "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", + "block.gtceu.gneiss_talc_ore.prospected": "Talc", + "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", + "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", + "block.gtceu.gneiss_tin_ore.prospected": "Tin", + "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", + "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.gneiss_trona_ore.prospected": "Trona", + "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", + "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", + "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", + "block.gtceu.granite_almandine_ore.prospected": "Almandine", + "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.granite_alunite_ore.prospected": "Alunite", + "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.granite_apatite_ore.prospected": "Apatite", + "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.granite_barite_ore.prospected": "Barite", + "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.granite_borax_ore.prospected": "Borax", + "block.gtceu.granite_bornite_ore.prospected": "Bornite", + "block.gtceu.granite_calcite_ore.prospected": "Calcite", + "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.granite_chromite_ore.prospected": "Chromite", + "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.granite_coal_ore.prospected": "Coal", + "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.granite_copper_ore.prospected": "Copper", + "block.gtceu.granite_diamond_ore.prospected": "Diamond", + "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.granite_emerald_ore.prospected": "Emerald", + "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.granite_galena_ore.prospected": "Galena", + "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.granite_goethite_ore.prospected": "Goethite", + "block.gtceu.granite_gold_ore.prospected": "Gold", + "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.granite_graphite_ore.prospected": "Graphite", + "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.granite_grossular_ore.prospected": "Grossular", + "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.granite_hematite_ore.prospected": "Hematite", + "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.granite_iron_ore.prospected": "Iron", + "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.granite_lapis_ore.prospected": "Lapis", + "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.granite_lead_ore.prospected": "Lead", + "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.granite_lithium_ore.prospected": "Lithium", + "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.granite_malachite_ore.prospected": "Malachite", + "block.gtceu.granite_mica_ore.prospected": "Mica", + "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.granite_monazite_ore.prospected": "Monazite", + "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.granite_nickel_ore.prospected": "Nickel", + "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.granite_olivine_ore.prospected": "Olivine", + "block.gtceu.granite_opal_ore.prospected": "Opal", + "block.gtceu.granite_palladium_ore.prospected": "Palladium", + "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.granite_platinum_ore.prospected": "Platinum", + "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.granite_powellite_ore.prospected": "Powellite", + "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.granite_realgar_ore.prospected": "Realgar", + "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.granite_redstone_ore.prospected": "Redstone", + "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.granite_ruby_ore.prospected": "Ruby", + "block.gtceu.granite_salt_ore.prospected": "Salt", + "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.granite_silver_ore.prospected": "Silver", + "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.granite_talc_ore.prospected": "Talc", + "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.granite_thorium_ore.prospected": "Thorium", + "block.gtceu.granite_tin_ore.prospected": "Tin", + "block.gtceu.granite_topaz_ore.prospected": "Topaz", + "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.granite_trona_ore.prospected": "Trona", + "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.limestone_almandine_ore.prospected": "Almandine", + "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.limestone_alunite_ore.prospected": "Alunite", + "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.limestone_apatite_ore.prospected": "Apatite", + "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.limestone_barite_ore.prospected": "Barite", + "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.limestone_borax_ore.prospected": "Borax", + "block.gtceu.limestone_bornite_ore.prospected": "Bornite", + "block.gtceu.limestone_calcite_ore.prospected": "Calcite", + "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.limestone_chromite_ore.prospected": "Chromite", + "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.limestone_coal_ore.prospected": "Coal", + "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.limestone_copper_ore.prospected": "Copper", + "block.gtceu.limestone_diamond_ore.prospected": "Diamond", + "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.limestone_emerald_ore.prospected": "Emerald", + "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.limestone_galena_ore.prospected": "Galena", + "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.limestone_goethite_ore.prospected": "Goethite", + "block.gtceu.limestone_gold_ore.prospected": "Gold", + "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.limestone_graphite_ore.prospected": "Graphite", + "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.limestone_grossular_ore.prospected": "Grossular", + "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.limestone_hematite_ore.prospected": "Hematite", + "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.limestone_iron_ore.prospected": "Iron", + "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.limestone_lapis_ore.prospected": "Lapis", + "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.limestone_lead_ore.prospected": "Lead", + "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.limestone_lithium_ore.prospected": "Lithium", + "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.limestone_malachite_ore.prospected": "Malachite", + "block.gtceu.limestone_mica_ore.prospected": "Mica", + "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.limestone_monazite_ore.prospected": "Monazite", + "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.limestone_nickel_ore.prospected": "Nickel", + "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.limestone_olivine_ore.prospected": "Olivine", + "block.gtceu.limestone_opal_ore.prospected": "Opal", + "block.gtceu.limestone_palladium_ore.prospected": "Palladium", + "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.limestone_platinum_ore.prospected": "Platinum", + "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.limestone_powellite_ore.prospected": "Powellite", + "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.limestone_realgar_ore.prospected": "Realgar", + "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.limestone_redstone_ore.prospected": "Redstone", + "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.limestone_ruby_ore.prospected": "Ruby", + "block.gtceu.limestone_salt_ore.prospected": "Salt", + "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.limestone_silver_ore.prospected": "Silver", + "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.limestone_talc_ore.prospected": "Talc", + "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.limestone_thorium_ore.prospected": "Thorium", + "block.gtceu.limestone_tin_ore.prospected": "Tin", + "block.gtceu.limestone_topaz_ore.prospected": "Topaz", + "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.limestone_trona_ore.prospected": "Trona", + "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", + "block.gtceu.marble_almandine_ore.prospected": "Almandine", + "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", + "block.gtceu.marble_alunite_ore.prospected": "Alunite", + "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", + "block.gtceu.marble_apatite_ore.prospected": "Apatite", + "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", + "block.gtceu.marble_barite_ore.prospected": "Barite", + "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", + "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", + "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", + "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", + "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.marble_borax_ore.prospected": "Borax", + "block.gtceu.marble_bornite_ore.prospected": "Bornite", + "block.gtceu.marble_calcite_ore.prospected": "Calcite", + "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.marble_chromite_ore.prospected": "Chromite", + "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.marble_coal_ore.prospected": "Coal", + "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", + "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", + "block.gtceu.marble_copper_ore.prospected": "Copper", + "block.gtceu.marble_diamond_ore.prospected": "Diamond", + "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", + "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", + "block.gtceu.marble_emerald_ore.prospected": "Emerald", + "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.marble_galena_ore.prospected": "Galena", + "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", + "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.marble_goethite_ore.prospected": "Goethite", + "block.gtceu.marble_gold_ore.prospected": "Gold", + "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.marble_graphite_ore.prospected": "Graphite", + "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.marble_grossular_ore.prospected": "Grossular", + "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", + "block.gtceu.marble_hematite_ore.prospected": "Hematite", + "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.marble_iron_ore.prospected": "Iron", + "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", + "block.gtceu.marble_lapis_ore.prospected": "Lapis", + "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", + "block.gtceu.marble_lead_ore.prospected": "Lead", + "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.marble_lithium_ore.prospected": "Lithium", + "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", + "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", + "block.gtceu.marble_malachite_ore.prospected": "Malachite", + "block.gtceu.marble_mica_ore.prospected": "Mica", + "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.marble_monazite_ore.prospected": "Monazite", + "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", + "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", + "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.marble_nickel_ore.prospected": "Nickel", + "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", + "block.gtceu.marble_olivine_ore.prospected": "Olivine", + "block.gtceu.marble_opal_ore.prospected": "Opal", + "block.gtceu.marble_palladium_ore.prospected": "Palladium", + "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.marble_platinum_ore.prospected": "Platinum", + "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", + "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", + "block.gtceu.marble_powellite_ore.prospected": "Powellite", + "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", + "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", + "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", + "block.gtceu.marble_realgar_ore.prospected": "Realgar", + "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.marble_redstone_ore.prospected": "Redstone", + "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.marble_ruby_ore.prospected": "Ruby", + "block.gtceu.marble_salt_ore.prospected": "Salt", + "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", + "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", + "block.gtceu.marble_silver_ore.prospected": "Silver", + "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", + "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", + "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", + "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", + "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", + "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", + "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", + "block.gtceu.marble_talc_ore.prospected": "Talc", + "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", + "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.marble_thorium_ore.prospected": "Thorium", + "block.gtceu.marble_tin_ore.prospected": "Tin", + "block.gtceu.marble_topaz_ore.prospected": "Topaz", + "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.marble_trona_ore.prospected": "Trona", + "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", + "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", + "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", + "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", + "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", + "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", + "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.phyllite_barite_ore.prospected": "Barite", + "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.phyllite_borax_ore.prospected": "Borax", + "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", + "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", + "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", + "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.phyllite_coal_ore.prospected": "Coal", + "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.phyllite_copper_ore.prospected": "Copper", + "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", + "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", + "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.phyllite_galena_ore.prospected": "Galena", + "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", + "block.gtceu.phyllite_gold_ore.prospected": "Gold", + "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", + "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", + "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", + "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.phyllite_iron_ore.prospected": "Iron", + "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", + "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.phyllite_lead_ore.prospected": "Lead", + "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", + "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", + "block.gtceu.phyllite_mica_ore.prospected": "Mica", + "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", + "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", + "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", + "block.gtceu.phyllite_opal_ore.prospected": "Opal", + "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", + "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", + "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", + "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", + "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", + "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", + "block.gtceu.phyllite_salt_ore.prospected": "Salt", + "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.phyllite_silver_ore.prospected": "Silver", + "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.phyllite_talc_ore.prospected": "Talc", + "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", + "block.gtceu.phyllite_tin_ore.prospected": "Tin", + "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", + "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.phyllite_trona_ore.prospected": "Trona", + "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", + "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", + "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", + "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.quartzite_barite_ore.prospected": "Barite", + "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.quartzite_borax_ore.prospected": "Borax", + "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", + "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", + "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", + "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.quartzite_coal_ore.prospected": "Coal", + "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.quartzite_copper_ore.prospected": "Copper", + "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", + "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", + "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.quartzite_galena_ore.prospected": "Galena", + "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", + "block.gtceu.quartzite_gold_ore.prospected": "Gold", + "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", + "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", + "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", + "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.quartzite_iron_ore.prospected": "Iron", + "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", + "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.quartzite_lead_ore.prospected": "Lead", + "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", + "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", + "block.gtceu.quartzite_mica_ore.prospected": "Mica", + "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", + "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", + "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", + "block.gtceu.quartzite_opal_ore.prospected": "Opal", + "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", + "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", + "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", + "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", + "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", + "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", + "block.gtceu.quartzite_salt_ore.prospected": "Salt", + "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.quartzite_silver_ore.prospected": "Silver", + "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.quartzite_talc_ore.prospected": "Talc", + "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", + "block.gtceu.quartzite_tin_ore.prospected": "Tin", + "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", + "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.quartzite_trona_ore.prospected": "Trona", + "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", + "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", + "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", + "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.rhyolite_barite_ore.prospected": "Barite", + "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.rhyolite_borax_ore.prospected": "Borax", + "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", + "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", + "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", + "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.rhyolite_coal_ore.prospected": "Coal", + "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.rhyolite_copper_ore.prospected": "Copper", + "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", + "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", + "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.rhyolite_galena_ore.prospected": "Galena", + "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", + "block.gtceu.rhyolite_gold_ore.prospected": "Gold", + "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", + "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", + "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", + "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.rhyolite_iron_ore.prospected": "Iron", + "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", + "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.rhyolite_lead_ore.prospected": "Lead", + "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", + "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", + "block.gtceu.rhyolite_mica_ore.prospected": "Mica", + "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", + "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", + "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", + "block.gtceu.rhyolite_opal_ore.prospected": "Opal", + "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", + "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", + "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", + "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", + "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", + "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", + "block.gtceu.rhyolite_salt_ore.prospected": "Salt", + "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.rhyolite_silver_ore.prospected": "Silver", + "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.rhyolite_talc_ore.prospected": "Talc", + "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", + "block.gtceu.rhyolite_tin_ore.prospected": "Tin", + "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", + "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.rhyolite_trona_ore.prospected": "Trona", + "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.schist_almandine_ore.prospected": "Almandine", + "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", + "block.gtceu.schist_alunite_ore.prospected": "Alunite", + "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", + "block.gtceu.schist_apatite_ore.prospected": "Apatite", + "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", + "block.gtceu.schist_barite_ore.prospected": "Barite", + "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", + "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", + "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", + "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", + "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.schist_borax_ore.prospected": "Borax", + "block.gtceu.schist_bornite_ore.prospected": "Bornite", + "block.gtceu.schist_calcite_ore.prospected": "Calcite", + "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.schist_chromite_ore.prospected": "Chromite", + "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.schist_coal_ore.prospected": "Coal", + "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", + "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", + "block.gtceu.schist_copper_ore.prospected": "Copper", + "block.gtceu.schist_diamond_ore.prospected": "Diamond", + "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", + "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", + "block.gtceu.schist_emerald_ore.prospected": "Emerald", + "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.schist_galena_ore.prospected": "Galena", + "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", + "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.schist_goethite_ore.prospected": "Goethite", + "block.gtceu.schist_gold_ore.prospected": "Gold", + "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.schist_graphite_ore.prospected": "Graphite", + "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.schist_grossular_ore.prospected": "Grossular", + "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", + "block.gtceu.schist_hematite_ore.prospected": "Hematite", + "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.schist_iron_ore.prospected": "Iron", + "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", + "block.gtceu.schist_lapis_ore.prospected": "Lapis", + "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", + "block.gtceu.schist_lead_ore.prospected": "Lead", + "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.schist_lithium_ore.prospected": "Lithium", + "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", + "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", + "block.gtceu.schist_malachite_ore.prospected": "Malachite", + "block.gtceu.schist_mica_ore.prospected": "Mica", + "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.schist_monazite_ore.prospected": "Monazite", + "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", + "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", + "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.schist_nickel_ore.prospected": "Nickel", + "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", + "block.gtceu.schist_olivine_ore.prospected": "Olivine", + "block.gtceu.schist_opal_ore.prospected": "Opal", + "block.gtceu.schist_palladium_ore.prospected": "Palladium", + "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.schist_platinum_ore.prospected": "Platinum", + "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", + "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", + "block.gtceu.schist_powellite_ore.prospected": "Powellite", + "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", + "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", + "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", + "block.gtceu.schist_realgar_ore.prospected": "Realgar", + "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.schist_redstone_ore.prospected": "Redstone", + "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.schist_ruby_ore.prospected": "Ruby", + "block.gtceu.schist_salt_ore.prospected": "Salt", + "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", + "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", + "block.gtceu.schist_silver_ore.prospected": "Silver", + "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", + "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", + "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", + "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", + "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", + "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", + "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", + "block.gtceu.schist_talc_ore.prospected": "Talc", + "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", + "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.schist_thorium_ore.prospected": "Thorium", + "block.gtceu.schist_tin_ore.prospected": "Tin", + "block.gtceu.schist_topaz_ore.prospected": "Topaz", + "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.schist_trona_ore.prospected": "Trona", + "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", + "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", + "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", + "block.gtceu.shale_almandine_ore.prospected": "Almandine", + "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", + "block.gtceu.shale_alunite_ore.prospected": "Alunite", + "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", + "block.gtceu.shale_apatite_ore.prospected": "Apatite", + "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", + "block.gtceu.shale_barite_ore.prospected": "Barite", + "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", + "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", + "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", + "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", + "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.shale_borax_ore.prospected": "Borax", + "block.gtceu.shale_bornite_ore.prospected": "Bornite", + "block.gtceu.shale_calcite_ore.prospected": "Calcite", + "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.shale_chromite_ore.prospected": "Chromite", + "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.shale_coal_ore.prospected": "Coal", + "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", + "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", + "block.gtceu.shale_copper_ore.prospected": "Copper", + "block.gtceu.shale_diamond_ore.prospected": "Diamond", + "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", + "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", + "block.gtceu.shale_emerald_ore.prospected": "Emerald", + "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.shale_galena_ore.prospected": "Galena", + "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", + "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.shale_goethite_ore.prospected": "Goethite", + "block.gtceu.shale_gold_ore.prospected": "Gold", + "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.shale_graphite_ore.prospected": "Graphite", + "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.shale_grossular_ore.prospected": "Grossular", + "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", + "block.gtceu.shale_hematite_ore.prospected": "Hematite", + "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.shale_iron_ore.prospected": "Iron", + "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", + "block.gtceu.shale_lapis_ore.prospected": "Lapis", + "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", + "block.gtceu.shale_lead_ore.prospected": "Lead", + "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.shale_lithium_ore.prospected": "Lithium", + "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", + "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", + "block.gtceu.shale_malachite_ore.prospected": "Malachite", + "block.gtceu.shale_mica_ore.prospected": "Mica", + "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.shale_monazite_ore.prospected": "Monazite", + "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", + "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", + "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.shale_nickel_ore.prospected": "Nickel", + "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", + "block.gtceu.shale_olivine_ore.prospected": "Olivine", + "block.gtceu.shale_opal_ore.prospected": "Opal", + "block.gtceu.shale_palladium_ore.prospected": "Palladium", + "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.shale_platinum_ore.prospected": "Platinum", + "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", + "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", + "block.gtceu.shale_powellite_ore.prospected": "Powellite", + "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", + "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", + "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", + "block.gtceu.shale_realgar_ore.prospected": "Realgar", + "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.shale_redstone_ore.prospected": "Redstone", + "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.shale_ruby_ore.prospected": "Ruby", + "block.gtceu.shale_salt_ore.prospected": "Salt", + "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", + "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", + "block.gtceu.shale_silver_ore.prospected": "Silver", + "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", + "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", + "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", + "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", + "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", + "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", + "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", + "block.gtceu.shale_talc_ore.prospected": "Talc", + "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", + "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.shale_thorium_ore.prospected": "Thorium", + "block.gtceu.shale_tin_ore.prospected": "Tin", + "block.gtceu.shale_topaz_ore.prospected": "Topaz", + "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.shale_trona_ore.prospected": "Trona", + "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", + "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", + "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", + "block.gtceu.slate_almandine_ore.prospected": "Almandine", + "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.slate_alunite_ore.prospected": "Alunite", + "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.slate_apatite_ore.prospected": "Apatite", + "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.slate_barite_ore.prospected": "Barite", + "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.slate_borax_ore.prospected": "Borax", + "block.gtceu.slate_bornite_ore.prospected": "Bornite", + "block.gtceu.slate_calcite_ore.prospected": "Calcite", + "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.slate_chromite_ore.prospected": "Chromite", + "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.slate_coal_ore.prospected": "Coal", + "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.slate_copper_ore.prospected": "Copper", + "block.gtceu.slate_diamond_ore.prospected": "Diamond", + "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.slate_emerald_ore.prospected": "Emerald", + "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.slate_galena_ore.prospected": "Galena", + "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.slate_goethite_ore.prospected": "Goethite", + "block.gtceu.slate_gold_ore.prospected": "Gold", + "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.slate_graphite_ore.prospected": "Graphite", + "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.slate_grossular_ore.prospected": "Grossular", + "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.slate_hematite_ore.prospected": "Hematite", + "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.slate_iron_ore.prospected": "Iron", + "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.slate_lapis_ore.prospected": "Lapis", + "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.slate_lead_ore.prospected": "Lead", + "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.slate_lithium_ore.prospected": "Lithium", + "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.slate_malachite_ore.prospected": "Malachite", + "block.gtceu.slate_mica_ore.prospected": "Mica", + "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.slate_monazite_ore.prospected": "Monazite", + "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.slate_nickel_ore.prospected": "Nickel", + "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.slate_olivine_ore.prospected": "Olivine", + "block.gtceu.slate_opal_ore.prospected": "Opal", + "block.gtceu.slate_palladium_ore.prospected": "Palladium", + "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.slate_platinum_ore.prospected": "Platinum", + "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.slate_powellite_ore.prospected": "Powellite", + "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.slate_realgar_ore.prospected": "Realgar", + "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.slate_redstone_ore.prospected": "Redstone", + "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.slate_ruby_ore.prospected": "Ruby", + "block.gtceu.slate_salt_ore.prospected": "Salt", + "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.slate_silver_ore.prospected": "Silver", + "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.slate_talc_ore.prospected": "Talc", + "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.slate_thorium_ore.prospected": "Thorium", + "block.gtceu.slate_tin_ore.prospected": "Tin", + "block.gtceu.slate_topaz_ore.prospected": "Topaz", + "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.slate_trona_ore.prospected": "Trona", + "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", + "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", + "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", + "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", + "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", + "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", + "block.gtceu.deepslate_barite_ore.prospected": "Barite", + "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", + "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", + "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", + "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", + "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.deepslate_borax_ore.prospected": "Borax", + "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", + "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", + "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", + "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.deepslate_coal_ore.prospected": "Coal", + "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", + "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", + "block.gtceu.deepslate_copper_ore.prospected": "Copper", + "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", + "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", + "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", + "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", + "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.deepslate_galena_ore.prospected": "Galena", + "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", + "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", + "block.gtceu.deepslate_gold_ore.prospected": "Gold", + "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", + "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", + "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", + "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", + "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.deepslate_iron_ore.prospected": "Iron", + "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", + "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", + "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", + "block.gtceu.deepslate_lead_ore.prospected": "Lead", + "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", + "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", + "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", + "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", + "block.gtceu.deepslate_mica_ore.prospected": "Mica", + "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", + "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", + "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", + "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", + "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", + "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", + "block.gtceu.deepslate_opal_ore.prospected": "Opal", + "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", + "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", + "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", + "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", + "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", + "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", + "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", + "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", + "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", + "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", + "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", + "block.gtceu.deepslate_salt_ore.prospected": "Salt", + "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", + "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", + "block.gtceu.deepslate_silver_ore.prospected": "Silver", + "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", + "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", + "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", + "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", + "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", + "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", + "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", + "block.gtceu.deepslate_talc_ore.prospected": "Talc", + "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", + "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", + "block.gtceu.deepslate_tin_ore.prospected": "Tin", + "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", + "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.deepslate_trona_ore.prospected": "Trona", + "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", + "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", + "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", + "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", + "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", + "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", + "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", + "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", + "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", + "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", + "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", + "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", + "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", + "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", + "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", + "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", + "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", + "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", + "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", + "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", + "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", + "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", + "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", + "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", + "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", + "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", + "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", + "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", + "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", + "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", + "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", + "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", + "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", + "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", + "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", + "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", + "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", + "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", + "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", + "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", + "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", + "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", + "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", + "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", + "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", + "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", + "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", + "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", + "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", + "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", + "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", + "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", + "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", + "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", + "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", + "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", + "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", + "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", + "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", + "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", + "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", + "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", + "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", + "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", + "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", + "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", + "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", + "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", + "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", + "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", + "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", + "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", + "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", + "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", + "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", + "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", + "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", + "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", + "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", + "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", + "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", + "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", + "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", + "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", + "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", + "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", + "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", + "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", + "block.gtceu.dripstone_barite_ore.prospected": "Barite", + "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", + "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", + "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", + "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", + "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", + "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", + "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", + "block.gtceu.dripstone_borax_ore.prospected": "Borax", + "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", + "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", + "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", + "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", + "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", + "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", + "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", + "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", + "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", + "block.gtceu.dripstone_coal_ore.prospected": "Coal", + "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", + "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", + "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", + "block.gtceu.dripstone_copper_ore.prospected": "Copper", + "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", + "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", + "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", + "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", + "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", + "block.gtceu.dripstone_galena_ore.prospected": "Galena", + "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", + "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", + "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", + "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", + "block.gtceu.dripstone_gold_ore.prospected": "Gold", + "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", + "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", + "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", + "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", + "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", + "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", + "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", + "block.gtceu.dripstone_iron_ore.prospected": "Iron", + "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", + "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", + "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", + "block.gtceu.dripstone_lead_ore.prospected": "Lead", + "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", + "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", + "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", + "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", + "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", + "block.gtceu.dripstone_mica_ore.prospected": "Mica", + "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", + "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", + "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", + "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", + "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", + "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", + "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", + "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", + "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", + "block.gtceu.dripstone_opal_ore.prospected": "Opal", + "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", + "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", + "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", + "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", + "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", + "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", + "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", + "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", + "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", + "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", + "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", + "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", + "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", + "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", + "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", + "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", + "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", + "block.gtceu.dripstone_salt_ore.prospected": "Salt", + "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", + "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", + "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", + "block.gtceu.dripstone_silver_ore.prospected": "Silver", + "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", + "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", + "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", + "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", + "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", + "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", + "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", + "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", + "block.gtceu.dripstone_talc_ore.prospected": "Talc", + "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", + "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", + "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", + "block.gtceu.dripstone_tin_ore.prospected": "Tin", + "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", + "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", + "block.gtceu.dripstone_trona_ore.prospected": "Trona", + "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", + "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", + "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", + "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", + "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", + "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", + "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", + "fluid.tfc.salt_water": "Sea Water", + "item.tfc.bucket.salt_water": "Sea Water Bucket", + "item.tfc.powder.saltpeter": "Saltpeter Powder", + "item.tfc.powder.sulfur": "Sulfur Powder", + "tfc.jei.raw_hide_knapping": "Raw Hide Knapping", + "metal.tfg.redstone": "Redstone", + "metal.tfg.red_alloy": "Red Alloy", "metal.tfg.tin_alloy": "Tin Alloy", "trim_material.tfc.almandine_tfc": "Almandine", "trim_material.tfc.andradite_tfc": "Andradite", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/andesite.json new file mode 100644 index 000000000..384703c59 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/andesite.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfc:rock/hardened/andesite", + "spike": "tfc:rock/spike/andesite", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json index 8bd47adc4..275e63531 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json @@ -1,7 +1,7 @@ { "type": "beneath:nether_spikes", "config": { - "raw": "minecraft:basalt", + "raw": "tfc:rock/hardened/basalt", "spike": "tfc:rock/spike/basalt", "anchor_blocks": "ad_astra:moon_stone_replaceables" } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/dacite.json new file mode 100644 index 000000000..156ad2399 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/dacite.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfc:rock/hardened/dacite", + "spike": "tfc:rock/spike/dacite", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/diorite.json new file mode 100644 index 000000000..1cb2b7759 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/diorite.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfc:rock/hardened/diorite", + "spike": "tfc:rock/spike/diorite", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/gabbro.json new file mode 100644 index 000000000..d2f221687 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/gabbro.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfc:rock/hardened/gabbro", + "spike": "tfc:rock/spike/gabbro", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/glacio_stone.json new file mode 100644 index 000000000..a5d2e4f93 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/glacio_stone.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfg:rock/hardened_glacio_stone", + "spike": "tfg:spike/glacio_stone_spike", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_deepslate.json new file mode 100644 index 000000000..776ae4d72 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_deepslate.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfg:rock/hardened_moon_deepslate", + "spike": "tfg:spike/moon_deepslate_spike", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_stone.json new file mode 100644 index 000000000..e5b078494 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_stone.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfg:rock/hardened_moon_stone", + "spike": "tfg:spike/moon_stone_spike", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/rhyolite.json new file mode 100644 index 000000000..e00dc1c6a --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/rhyolite.json @@ -0,0 +1,8 @@ +{ + "type": "beneath:nether_spikes", + "config": { + "raw": "tfc:rock/hardened/rhyolite", + "spike": "tfc:rock/spike/rhyolite", + "anchor_blocks": "ad_astra:moon_stone_replaceables" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json new file mode 100644 index 000000000..ab50caefa --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/andesite", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "tfc:rock/raw/andesite", + "tfc:rock/hardened/andesite", + "tfc:rock/gravel/andesite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json index b968d4224..d27df603b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json @@ -35,22 +35,11 @@ { "type": "minecraft:block_predicate_filter", "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "offset": [ 0, 1, 0 ], - "blocks": "minecraft:air" - } - ] - }, - { - "type": "minecraft:matching_block_tag", - "tag": "ad_astra:moon_stone_replaceables" - } + "type": "minecraft:matching_blocks", + "blocks": [ + "tfc:rock/raw/basalt", + "tfc:rock/hardened/basalt", + "tfc:rock/gravel/basalt" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json new file mode 100644 index 000000000..b92e2302f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/dacite", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "tfc:rock/raw/dacite", + "tfc:rock/hardened/dacite", + "tfc:rock/gravel/dacite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json new file mode 100644 index 000000000..049e90e95 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/diorite", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "tfc:rock/raw/diorite", + "tfc:rock/hardened/diorite", + "tfc:rock/gravel/diorite" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json new file mode 100644 index 000000000..eeaab7264 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/gabbro", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "tfc:rock/raw/gabbro", + "tfc:rock/hardened/gabbro", + "tfc:rock/gravel/gabbro" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json new file mode 100644 index 000000000..d379f24ff --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/glacio_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "ad_astra:glacio_stone", + "tfg:rock/hardened_glacio_stone", + "ad_astra:glacio_cobblestone" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json new file mode 100644 index 000000000..c101f3ef3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json @@ -0,0 +1,46 @@ +{ + "feature": "tfg:moon/surface/spike/moon_deepslate", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "ad_astra:moon_deepslate", + "tfg:rock/hardened_moon_deepslate" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json new file mode 100644 index 000000000..9846ad356 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/moon_stone", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "ad_astra:moon_stone", + "tfg:rock/hardened_moon_stone", + "ad_astra:moon_sand" + ] + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json new file mode 100644 index 000000000..2a9decc49 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json @@ -0,0 +1,47 @@ +{ + "feature": "tfg:moon/surface/spike/rhyolite", + "placement": [ + { + "type": "minecraft:count", + "count": 256 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 95 + }, + "min_inclusive": { + "above_bottom": 15 + } + } + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": [ + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" + ] + } + } + ] +} \ 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 761ada117..568956e42 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -212,7 +212,7 @@ const registerAdAstraPlacedFeatures = (event) => { // in all moon biomes event.add('tfg:moon_small_rock_features', `tfg:moon/surface/pile/${stone}`) event.add('tfg:moon_small_rock_features', `tfg:moon/surface/loose/${stone}`) + event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/${stone}`) }) - event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/basalt`) } diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index a2ee829ce..fa4c2ec61 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -1,5 +1,7 @@ function registerTFGSpaceBlocks(event) { + // Hardened stones + event.create('tfg:rock/hardened_moon_stone') .stoneSoundType() .requiresTool(true) @@ -84,6 +86,8 @@ function registerTFGSpaceBlocks(event) { .fullBlock(true) .opaque(true) + // Loose stones + event.create('tfg:loose/moon_stone', 'tfc:loose_rock') .stoneSoundType() .itemTexture('tfg:item/loose/moon_stone') @@ -93,7 +97,7 @@ function registerTFGSpaceBlocks(event) { .tagItem('tfc:igneous_intrusive_rock') event.create('tfg:loose/moon_deepslate', 'tfc:loose_rock') - .stoneSoundType() + .soundType('deepslate') .itemTexture('tfg:item/loose/moon_deepslate') .tagBlock('tfc:loose_rocks') .tagItem('tfc:any_knapping') @@ -139,4 +143,34 @@ function registerTFGSpaceBlocks(event) { .tagItem('tfc:any_knapping') .tagItem('tfc:rock_knapping') .tagItem('tfc:metamorphic_rock') + + // Spikes + + event.create('tfg:spike/moon_stone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:spike/moon_deepslate_spike', 'tfc:rock_spike') + .soundType('deepslate') + .noItem() + + event.create('tfg:spike/mars_stone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:spike/venus_stone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:spike/mercury_stone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:spike/glacio_stone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:spike/permafrost_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() } \ No newline at end of file From dc99a50fe71e708d7fb68d738de694fcbaf9afad Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 16:34:14 +0100 Subject: [PATCH 038/246] fixed moon rabbit houses --- .../moon_rabbit_houses/moon_rabbit_house1.nbt | Bin 714 -> 753 bytes .../moon_rabbit_houses/moon_rabbit_house2.nbt | Bin 836 -> 844 bytes .../moon_rabbit_houses/moon_rabbit_house3.nbt | Bin 718 -> 764 bytes .../moon_rabbit_houses/moon_rabbit_house4.nbt | Bin 770 -> 795 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house1.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house1.nbt index 1e9481d87b6093bfe5a8c19f0557156169c85515..54b108542e8515e5e8bc7cdddcd6b29b667978f1 100644 GIT binary patch literal 753 zcmb2|=3oGW|7SxF=3RCWkgcA3tnfCst%8c*1>-vwPoi3muqrARZZ-RME3$NN^4mO* z+x8EZHx|k)FWgnAE70oEx%uAn%KUq0`h*)KUBd2hvN4=Bf3?ooB2webx?HE#-fY6J zcL;x(KQF=b*1JZATmBr!4IhdL_Z;~0h=qUWp~Du5^32x0)e_H+e|h9m=VQ^-{We*R z-_-ts@GnE>N>)2t^|~_?=3Q9+{78QybJYy}b65H~-4fbr(v-g(Sl2Fh+~%77!;W3; z{VzCcs*>!}IR_CMt{Yby$CE>mchij_(656s3y1huWvt9mAQdH%@mqV-u zu~#h>i>Dp%d6n;EZL*zbk-iBhXSrqbNq6;CXWwwo`pp$9-0(pD!jwl{*SCo8R+=r| zVR_aoeMd>zVWESOX)NVJU#pdV-mI$&_^LR?(q{bIwD59|bn}v|qE_v< zhuYLmRkRwqyxS)BVU58ap-St%=d-;xot>&MKZ9SdVqTHA(lgOTerug|XYCPQDSLfs zjK;+^Jrj00Ozzw>{Z!b^)pGv3J#;fg*L7x8Xr9;=^f2nxruaL?{~2ydy(_nT6_eL} zIm;s3=IWtcC5`6E8i(wc&N#T`nU{t7tgQLvefvsWEzO@Cxvgp*qPi*R{4Lq6=heMl zx0cG6*2Nd;oqhMM+i6ypc4Ws+Q58jh&49VevsfmbXUk5UBVyKe*)%diWSXjIUQj{m z>_hrHwO*+9o=X%B7TO_}RzH8<^(&5PuHBQH(tR&3GJVSHziL6W?8Fa!&v)jW;|kyU zXy%F)ZDsdv{yLVNoh2GC^CFv{t2jdbqSe#VQ~66;AG~{C@IL3q{+IdhUdHo()%zQ? z`qur7=5^)lr^xBfnAF_3f NA(@*FsPix|0003WW~KlD literal 714 zcmb2|=3uz?O(KKg|Itw2{>ugeb8EKDPAS({Xq;fNan8eIiq~B|Vg!VQuAlH#>)hHW zds8pkM_mot~DfExhW> zz@0qP^_Rat%UYwu%yM7k<^7WX$R3;BD0%dwT=CE2g?|j$zRlt@Xp}bY65eI_k7wNj zfz1_beomCT-#hcv>Ef4>y9|S?YNpRyDs9|VY|C3`rg_XuTYQ)3e9P26azcWMA_8*UJqxX5vGajd|QoVvbCP)9nMImcD1^*ne?~@}1ifV)J#)Ztr|n`n`2iYy(G4+=0_=-e*j; zbE7l^7n~_twsp~t?&z)4rae&+c(x``u;tr6*NU*LYY7+mPnT4CmSu5%YW?=0Rd@B4 zv{{D|CmOEYvbJ)14?E}dX(zkZvy^G~#!T~i9wFfS$MYpueq?spqkBCoez~T3=-oOK zFl&v|sr^D(hf_`0U6}g2<$X+Xv?yQLSGn&}>vCo;7wSD5_UgF|*Z+9Uq#YSE9kMrS z-~5{J>h-x0U%x%~t#50nS}Us@k~?~$AlcMAT6M?DyDMI|uQFcueS7@W7;~QwLcz@{ z3r}bSL~AS+_Slzobl7PDLN!_^{kFb0n%66e}CDt zMD0>`l#chba#wEiDduxR4{oqhe8{ZLmA7+}&z7dAHv)Klt#14}mzbT#5`Fffxq)6! z)a_q;rrdU}2s@=5pTEp%a@|V7v+*L8a}r$cUF%sEa>elDD!cg&xx4;P{C}dMC5oq1 zZG+7OgX9HrnhU~2O%|0c|5oW8y+$ce&A9w~((DI$`S$JAbNQD%{wU_`vi8{S7jgf? d_Wn7c^Skd>fcd38zj^B!awi8zF5_lk001J4QjGur diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house2.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house2.nbt index 90cb9eb92023cd1876b6e8be402f37d430912667..39816af0288073fbcf9c8f40c23e2b9974d492fa 100644 GIT binary patch literal 844 zcmb2|=3oGW|3|0!=3h3DI6l`Rc5+Vg0X~jSZvFHfjIT;LI=P*k9!c%&oE%mB=0sWM z_WT3epLyO&@qVp#E#UYPUGLB5KmWJY-zKdrve033beEvh*Y`{Iy1hs_ms+(pdB^XT zi!Rbh8h`lnA9%g`#>$^tS5p%4INx+$GaG-#hO?({U$595R~O%G^{&uYpKn`sO}oVn zM`4}}8|mVN>pV~IWmTOK-ksKQbF<<6H{VOvoZHu%o^_q)D*Np{PP@}I^xr%XwRmzh zt7>n@n^_Bga>~qLW>0ImWoougGTQndNAYUO*_HJzH;WVUOl_atSSOkEO=gBId)obD zHCflc%sBsMmfYu^vBpQ z>))Qw$t_3kRAlU0V-%2P;U*}&f2Bdt-2{<8Ey9u|@0Cn`re)lmb1?3&<@9BI0!s5! zU$~xR@fAIJcFhEv#Y&!?K|+uG);$T5*w7O=VNy_=hJm@L>-l0=uUWZ#-y(}Uw{KDS z$#?#O>PewRy-J&dye4KSv#!;aFiz~yxH0GQFTX&wqLo3j8r{Eyu4;;#=#_u+-j^CP z^G>#~tXCafA|jLYcf=S5eu@5ZW#8B8*^_R*7THpIYfAayg0xR1YAei6#;l9g`S4L^ z*V)JMx=JQ%IhG&0P^B_&t8aDcr=(>IZpe$d98_@F`o461aOv8$D(O{;;dAf%iYBi5 z{Uh~Uh^NKrmp;J`CxkdcQiE1W9JQaaW`$ADD}lM|7O-@kUes`N#*>!URolc`o`2{K zl2Se`FlmDJs(1G7-(AbgCr#cW*OS27xtQ;v@kyh!86qv=bCzsr;d&K0`%1NU&*cdA(vY*=vy}9pk-m-{yMTExY8Om5Bd&TTt+P(z`dz zZ=L3wnDRcnb;a_I{yXN)))wdbr$=pW=2=>n(vT)B`>EVwP5GOJu`=hD9ay3IBQESi zhls-x;o926vtQg!zbm;v`s=@)VhaVtxK}UE-+yUtonqUcMP7%in%?iNzYrf~aDCQl H0R{#Dzs#GR literal 836 zcmb2|=3sdFO(KKg|IumQ{g({{j;nX>&fR=Enn|(nVPTu}f;e%-LPrme7-jQ9q3pR9 zn_^FW;{9>0=d#*_b>Ae zxXMWxE#izhb7U>2%^RK>>3L@*iXSA|?TqSPY16JZZ)ddewD~8VWN?>0@gb+eh#$!_dW&bQn&+4frIvU9E$2k&GqJ9kv1c)6s({9UHWXBydy z9~_j~HRJr9S&W}$x2N@}e|gXuV{<)&&8GbBtc@~ma%U#88-Gkt(|eX}68t>7Yvzs_ z?{}8RNH~YA_htC(J9(i|cT&WsU)HO8L#7K(SifUp;P))f&HinnZ~6G%ymykyPGD3# z|G@KT_B5?ovqKeKkG)b^>gBn`+IsrzTMJH0cz9{=WJuDJX5%k*)t>fN?Dwj_9pATT z{OtMuVB^W|P*2fW$&pUkD}7Gp8ZaK&W41-_N0dSJQi=7&D}$yjoc+{&C0CiB^xpPr z!-B25Jxm@MP0rw%EXMO#zva%ST@qm*_f`L5-@RsMu;1Y}5G?LJ!#u{8Y1 zK0F~OqY8Dx^!I&UzF#B!?|J{?by`{#=fY+MW;4AtojFCT?ML?{-rzRly$zRj)0{XX zMQ$i$z0yH9hd z9Wy%p(*A9Sl*!vRhHdj1`mzr(`o6f#Qp;PituMREW?{VXv2c?GoHaHR8 zq?@V<+`ip*_;JwYS>m@R+TM@36uU;{r$=_d!LA<3rWw~ew2Z|>%Xj*=Zt@9DQrx-w za?A>$(sSK$8rGY{ZS8N*J|m#L{oJB7(dAb{g|0h={(Us>SNj>ghyQer=T6&x^rq3A zopZGEa<(0iF7NY^R@=Gt&eTV1c)!ooUAd_%?>ikjM+EcXIe?!qOB3?E$!Ls zzF*JW|LUEe*R@zx&U(dG|&(pk8Hq-L=qNsNp_f#@;r*tz<%3WTT`LW42a`Hy$M1>#U%I~;~ zeE$E**6hn{>+kxzr++)oRd-=h?D;~Yc^9mAWj2X~Z!w;{=g#WCpA(zfkNi4+Xm*a& zu5SIE_irjcyV>}^Q}I&MqAS`(H5V@kt>!qH^6Xbw-kSH0`>jzrra3C%5t@Y|Qlz znik0BtyjNbi`RWOf%?U{p1W47s?66l`~6p9$7`oZafQ|i(?9HaD8zkMYxkHhBGrm zZsqOpR%__-KAm#*I@8^mZhG2Fxphva{q%e(wLUVtuV6iUSo`EV0(!UZ1k76Fc51&^ z*6~!^Hy3u+2g|H}rXPA|>Z=XPglH$N>onZN77>i@5wpFHw4&*R|leQ8s4U&SPp_CL64aq#dL zKJDe(KRvLCsyg}P&bf$i^?xS9O=UhgU#IoV-&WFnwI!vfxLEt!#s2TVbjxRbEwI;B kTx$48ud1LTeQtfqv|9Jvj7to9^@nBOdsLtG;bvd}06ha`%m4rY diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house4.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house4.nbt index b96897f93be9013d508d5f91e8f62b3aa980ab6e..2a7184759df5ed76d71d4aee4c6c26d1c4ebc4f0 100644 GIT binary patch literal 795 zcmb2|=3oGW|3|0A=Fc_|Y2%OQolrLQT6gB9yl;hf@A?XFpRM*bZI(&q_7jZGYow%a zp1br-{!RRQ0Vdr}?}*jgCJHgtSw6Qsu5V`Oz_Ksx`W5DeXVN+Sbu8}OdYidrAK%=` z-e`6t;7@;f#nvl#dHJ@;v-4%&5$v^A?E5Z1%TX_VMdQ4e8`376-kQDa$tO3HzTV@T zv)OF+#TuUwee?Ziz}vZL0oNzS8c#dD`RS~irpbRl<`z2bJ~nfKbLK-`iP+a`{aC z_KEvyq|eLFa<04g*mC3gy?H$IA|%+;R$IBJzB?*l__3W!`RY{mfBJVc1HLOZJ=neQ zYFd85tk*HK)EqeUPCpDi%5qjj(;7tPMXX8j^n9;KrX(w9t9{PAqnvJaaA zmMp5={ZM7L^PZ)yC;4TXjVCR4k#?QrqyKPiG|Ia%A-0JAIScD~z0$v1WlnjQOz` zp|}UxlT6&g6d#>54c&hHW8KC1vZ5;4F;CZTRCyt2H`yk=&C{{stf!myn_fSw&GWBM zGTtjA(z-vQd7e{6l!m5HR?6I0st4KMuJN45wepNn?xW2`KWlWN)(Ip#Z#na{U{q_BC(tm^V zZ+%?*zyZ%`EQv45gzXNs* IviuAT0MM;}Bme*a literal 770 zcmb2|=3rp?E|J0TfA6%|{L2O+ZT|bNsodVdz}a$ySN{5AzJ>Sr6bqXtOxV$T=ZNQ8 z%d(W+Q$F(lxGrPvn_)GXWm)N^YfCGu?>(2^^5;z&p2?i>+~PD z@`0Rs^u{NF2#t%I2&N7s%XY+sX$n)+j#`8O)jgJYR zdBB;zCj7;tpWSI%=gTYf?o_Xz@1ziRtoi6N&45T2O%#6W7 zC1bC(w9Rk3>Bq!64yLo(te&}Gr_$2Muu0+}DVBj=Nq1jF<+V625jiyHic#BzJ7yws z)4Q&0$>5*!^quP6%Zr{E-)mmJY|XUnMH^&vjg*!cWv9*lsE~R{AaJAT@^4;&YF;ag zq89jm3S89{H`(p|!#LhGx4M0l^-O0TGxK!a_`mD4uJF}@R=vBs-_~Wl3v9i+;@02Q zsXGi(_lbne&QY!Ji7c7D=6iwI!IwJkY*(;|@jkpFk=6WtMfWjoY2Mb?KewHC*Il~d zw5CSMs?+u>ReZkY+w0F<#hI=eo7Hu+`;5jVk)Tx~m-M~NLL}Wvd7ek-_!UNmN~~F- z5_3Ce9jE@s*^^A%t{FZ$sTnJ+^MXb5Hmbf5yf=AKLYt>!#bHms>^Z%0 zLOwg)rmc1>T6Vp8*$4e^3!V$;<#=Y#in^Th{mzjcA=ypmV{>>Tw%RpRewR0xv*y`? zlDF>G9halBc3N(+Il8LdE!R!J@50x>b8+QIr+@Fh68L+s^wCGj7poHfmmNrE&_B-j z&TqTz+$weUvoCket|>~NljHu+!mw}m8@m<$QhQvrTrSPrxAW=lSHG+OHdfsETF~yN la7@HF`fm3Advod)+G-YiC13cM@PlU&VY33; Date: Tue, 13 May 2025 12:09:04 -0400 Subject: [PATCH 039/246] HV Quests in eng and fixes for others quests and HV integration (#998) --- config/ftbquests/quests/chapters/ae2.snbt | 51 +- .../quests/chapters/ev__extreme_voltage.snbt | 16 +- .../quests/chapters/gregtech_energy.snbt | 11 +- .../quests/chapters/hv__high_voltage.snbt | 924 ++++++++++-------- .../quests/chapters/mv__medium_voltage.snbt | 66 +- .../gregtech/recipes.removes.js | 4 + 6 files changed, 599 insertions(+), 473 deletions(-) diff --git a/config/ftbquests/quests/chapters/ae2.snbt b/config/ftbquests/quests/chapters/ae2.snbt index 60a9aad87..ba3a501e8 100644 --- a/config/ftbquests/quests/chapters/ae2.snbt +++ b/config/ftbquests/quests/chapters/ae2.snbt @@ -6,24 +6,14 @@ icon: "ae2:controller" id: "09BE9F51822EC180" order_index: 2 - quest_links: [ - { - id: "3293CB774C1A4DF0" - linked_quest: "1D88369409736DC7" - shape: "gear" - size: 2.0d - x: -7.0d - y: 0.0d - } - { - id: "6F0C443B72699EFA" - linked_quest: "05ABC370D7153350" - shape: "gear" - size: 2.0d - x: -4.0d - y: -2.0d - } - ] + quest_links: [{ + id: "6F0C443B72699EFA" + linked_quest: "05ABC370D7153350" + shape: "gear" + size: 2.0d + x: -4.0d + y: -2.0d + }] quests: [ { dependencies: ["15B4CB2A3B01C930"] @@ -253,8 +243,8 @@ } { dependencies: [ - "1D88369409736DC7" "3E51DAA2E5CF0422" + "27E6D3B21555EEC0" ] id: "20AAF0C5177EC3FE" size: 1.0d @@ -1914,20 +1904,22 @@ y: 2.0d } { - dependencies: ["1D88369409736DC7"] + dependencies: ["00A2566109144D7F"] + description: ["With your first step on the Moon comes access to your first &bCertus Quartz&r vein.\\nDon't worry — they're quite common and should be easy to locate, though having a decent &9Ore Scanner&r wouldn’t hurt.\\n\\nWhether you decide to set up a miner or manually dig out a full vein, make sure to gather a &dhefty amount&r — you’ll need it to progress through &bAE2&r."] id: "3E51DAA2E5CF0422" + subtitle: "A first step for you, a big leap for AE2" tasks: [{ - id: "65E083074C5E0111" + id: "201DEABD6D380F46" item: { Count: 1 id: "ftbfiltersystem:smart_filter" tag: { - "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(forge:ores/certus_quartz)" + "ftbfiltersystem:filter": "or(item(gtceu:poor_raw_certus_quartz)item(gtceu:raw_certus_quartz)item(gtceu:rich_raw_certus_quartz))" } } - title: "Any #forge:ores/certus_quartz" type: "item" }] + title: "Certus Quartz" x: -7.0d y: 2.0d } @@ -2373,6 +2365,19 @@ x: 2.0d y: 3.0d } + { + dependencies: ["52AD30F04DD5A812"] + id: "27E6D3B21555EEC0" + shape: "gear" + size: 2.0d + tasks: [{ + id: "5490D2074B0AC944" + item: "gtceu:hv_polarizer" + type: "item" + }] + x: -7.0d + y: 0.0d + } ] subtitle: ["{quests.ae2.subtitle}"] title: "{quests.ae2}" diff --git a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt index 6d9c53fdc..cf2a37efd 100644 --- a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt +++ b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt @@ -520,6 +520,7 @@ "478B0D55369C0F7F" "6B08799BCFD01D3D" "30A6EDDF25A5E5F8" + "173A04F328414A36" ] description: [ "&aRuthenium-tungsten-molybdenum (RTM) Alloy Coils&r raise the Heat Capacity to a scorching &d4,500K&r." @@ -541,10 +542,7 @@ y: 2.25d } { - dependencies: [ - "2D01E80DE837F6A6" - "7FA0ACB7F161F378" - ] + dependencies: ["7FA0ACB7F161F378"] description: [ "The &3Diode&r (the block, not the component) accepts energy inputs from 5 sides, but only outputs through a single side." "" @@ -1601,6 +1599,16 @@ x: 7.875d y: 6.75d } + { + id: "173A04F328414A36" + tasks: [{ + id: "66828E992294F8BD" + item: "gtceu:rtm_alloy_ingot" + type: "item" + }] + x: 11.5d + y: 3.5d + } ] subtitle: ["Improve your infrastructure and parallelise your setups"] title: "&5EV&r - Extreme Voltage" diff --git a/config/ftbquests/quests/chapters/gregtech_energy.snbt b/config/ftbquests/quests/chapters/gregtech_energy.snbt index cdffcb756..03bb0c387 100644 --- a/config/ftbquests/quests/chapters/gregtech_energy.snbt +++ b/config/ftbquests/quests/chapters/gregtech_energy.snbt @@ -10,14 +10,17 @@ quest_links: [ ] quests: [ { - description: ["We know that &5GregTech&r isn’t the easiest mod to get into — especially when it comes to the &cenergy system&r. That’s why we’ll take our time in this chapter to explain as much as we can.\\n\\nSome things here might not make full sense until later in your progression, so &adon’t stress yourself&r. Just try to understand what you can for now, and feel free to &dcome back to this chapter&r whenever you have questions.\\n\\nWe’ve split this chapter into &efour categories&r, each one covering a topic related to the &6GregTech Energy System&r. We’ll provide as many examples as possible to help you understand how it all works."] + description: ["{quests.gregtech_energy.start.desc}"] icon: "gtceu:uhv_ultimate_battery" id: "06B2E38F7DCF2678" tasks: [{ - id: "07E1FA6A1BB796D4" - title: "How to Gregtech" - type: "checkmark" + dimension: "minecraft:overworld" + icon: "gtceu:gregification_hazard_sign_block" + id: "7F62C4A9ED2562BD" + title: "{quests.gregtech_energy.start.task}" + type: "dimension" }] + title: "{quests.gregtech_energy.start.title}" x: 0.0d y: 0.0d } diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index 66b19f6d2..bf625217d 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -10,55 +10,31 @@ { id: "2583D0B64E51FAC8" linked_quest: "5063FDFFBE3E4855" - size: 0.75d - x: 7.875d - y: -5.25d + x: 2.5d + y: -7.5d } { - id: "6C3B2B8F8B6646EA" - linked_quest: "6DDDE2268B691F74" - shape: "square" - size: 0.75d - x: 0.0d - y: -3.0d + id: "308E11BE764398A1" + linked_quest: "7C1FD81C5DCFB74E" + x: -6.5d + y: -6.5d } { - id: "306AB6B6B81566DA" - linked_quest: "16A6AE5C770DB83A" - shape: "gear" - size: 1.2d - x: 2.25d - y: -1.875d + id: "197A1DD7E5E6EBE0" + linked_quest: "3E51DAA2E5CF0422" + shape: "octagon" + size: 2.0d + x: 13.0d + y: -6.0d } ] quests: [ - { - dependencies: ["16A6AE5C770DB83A"] - description: [ - "When your power generation allows for it, &3HV machines&r are well worth using for on-demand processing. The quadrupled energy cost compared to their &7LV&r counterparts shouldn't bother you too much." - "" - "&9Note:&r Crafting Hulls in the &3Assembler&r is slightly more efficient. Prioritise this recipe!" - ] - icon: "gtceu:hv_machine_casing" - id: "2D01E80DE837F6A6" - shape: "square" - size: 0.75d - tasks: [{ - count: 6L - id: "09C7FB07CF7A1B49" - item: "gtceu:hv_machine_hull" - type: "item" - }] - title: "High Voltage Machines" - x: 1.125d - y: -1.875d - } { dependencies: ["0021051273D48936"] description: ["&aEnergium Crystals&r store a significant amount of &9EU&r. They're also arguably cheaper."] icon: "gtceu:energy_crystal" id: "55552589C581EE9E" - size: 0.75d + size: 1.0d subtitle: "Science-fiction batteries!" tasks: [{ id: "35D2AE2899F60BC3" @@ -66,14 +42,11 @@ type: "item" }] title: "Super Batteries" - x: 3.375d - y: -4.125d + x: -2.0d + y: -5.0d } { - dependencies: [ - "26394C1290D70AB6" - "16A6AE5C770DB83A" - ] + dependencies: ["52AD30F04DD5A812"] description: [ "The &3HV Autoclave&r - despite being optional - is a machine you'll definitively want to grab." "" @@ -81,19 +54,23 @@ ] icon: "gtceu:hv_autoclave" id: "0021051273D48936" - shape: "rsquare" - size: 0.75d + shape: "square" + size: 1.0d + subtitle: "Never underestimate this one" tasks: [{ id: "51F819B8083DC13A" item: "gtceu:hv_autoclave" type: "item" }] title: "HV Autoclave" - x: 3.375d - y: -3.0d + x: -2.0d + y: -4.0d } { - dependencies: ["16A6AE5C770DB83A"] + dependencies: [ + "4024C831C77101CA" + "16E3465CF94E2BDD" + ] description: [ "The &3HV Chemical Bath&r is used to &ddye Lenses&r using &aChemical Dye&r. This will let you engrave more types of Wafers!" "" @@ -101,7 +78,7 @@ ] icon: "gtceu:hv_chemical_bath" id: "124B32A0583A636A" - size: 0.75d + size: 1.0d subtitle: "Please don't bathe with electronics..." tasks: [{ id: "13B0B5168E4B06E3" @@ -109,33 +86,11 @@ type: "item" }] title: "High Voltage Bathing" - x: 4.5d - y: -1.875d + x: 3.0d + y: 2.0d } { - dependencies: ["26394C1290D70AB6"] - description: [ - "If you're &lstill&r running off the &3Large Bronze Boiler&r, you may want to upgrade to the &3Large Steel Boiler&r." - "" - "It's slightly more efficient than the &3LBB&r, and produces &d900 EU/t worth of Steam&r." - "" - "We'd recommend you try other power options at this point." - ] - icon: "gtceu:steel_large_boiler" - id: "1BB40CCF17D00719" - shape: "rsquare" - size: 0.66d - tasks: [{ - id: "3872B1D118426B33" - item: "gtceu:steel_large_boiler" - type: "item" - }] - title: "One Hundred Million Pressure Cookers" - x: 1.125d - y: -0.75d - } - { - dependencies: ["16A6AE5C770DB83A"] + dependencies: ["52AD30F04DD5A812"] description: [ "You now have access to two &3new Maintenance Hatches&r. Both hatches &6do not require Maintenance&r when first placed in a Multiblock." "" @@ -151,8 +106,9 @@ ] icon: "gtceu:configurable_maintenance_hatch" id: "15645E46CC0E6764" - shape: "rsquare" - size: 0.66d + shape: "square" + size: 1.0d + subtitle: "One of the best QoL" tasks: [ { id: "4BE8DFB45A1BFC09" @@ -166,11 +122,11 @@ } ] title: "Advanced Maintenance" - x: 1.125d - y: -3.0d + x: -2.0d + y: 0.0d } { - dependencies: ["16A6AE5C770DB83A"] + dependencies: ["52AD30F04DD5A812"] description: [ "Just like &bMV&r, you'll need to make higher-tier components." "" @@ -185,8 +141,7 @@ ] icon: "gtceu:hv_electric_motor" id: "029CF0D9E5097F87" - shape: "rsquare" - size: 0.66d + size: 1.0d tasks: [ { id: "5B6D9DD390CC3184" @@ -225,42 +180,24 @@ } ] title: "We call this \"fun\"" - x: 0.0d - y: -1.875d + x: -2.0d + y: -2.0d } { - dependencies: [ - "26394C1290D70AB6" - "16A6AE5C770DB83A" - ] - description: ["The &3HV Assembling Machine&r is the next step in progression, but also unlocks a handful of useful utilities - check around this quest for more."] + dependencies: ["52AD30F04DD5A812"] + description: ["The &3HV Assembling Machine&r is the next step in progression, but also unlocks a handful of useful utilities - check around this quest for more.\\n\\nYou will need this &6HV Assembler&r to make your &dRocket&r."] icon: "gtceu:hv_assembler" id: "16B735F9C391D260" - size: 0.75d + shape: "octagon" + size: 2.0d tasks: [{ id: "1B70E35262CA2CB8" item: "gtceu:hv_assembler" type: "item" }] title: "HV Assembling Machine" - x: 2.25d - y: -0.75d - } - { - dependencies: ["16B735F9C391D260"] - description: ["The &9Digital Interface Cover (DIC)&r is a visual Cover. It can show useful things like the status and progress of Machines, or the amount of fluids stored in a Super Tank."] - icon: "gtceu:digital_interface_cover" - id: "111877E2F16AD71C" - shape: "rsquare" - size: 0.66d - tasks: [{ - id: "505B2CDC455C36C5" - item: "gtceu:digital_interface_cover" - type: "item" - }] - title: "Digital Interface Cover" - x: 1.125d - y: 0.375d + x: 5.0d + y: -6.0d } { dependencies: ["124B32A0583A636A"] @@ -271,8 +208,7 @@ ] icon: "gtceu:cyan_glass_lens" id: "6975F16F5B50F17F" - shape: "rsquare" - size: 0.66d + size: 1.0d tasks: [ { id: "73A16ED7BA7D64E8" @@ -285,68 +221,50 @@ item: "gtceu:simple_soc" type: "item" } + { + id: "0A73E24102F7294F" + item: "gtceu:orange_glass_lens" + type: "item" + } + { + id: "07EBD328A78E8BE9" + item: "gtceu:lpic_chip" + type: "item" + } ] title: "I see the world in colour" - x: 4.5d - y: 0.375d + x: 4.0d + y: 3.5d } { - dependencies: [ - "315169840E06110F" - "6975F16F5B50F17F" - ] - description: ["&8ULV&r Circuits are used in some AE2 recipes, such as the &aAnnihilation Core&r and &aFormation Core&r."] + dependencies: ["6975F16F5B50F17F"] + description: ["&8ULV&r Circuits are used in some &9AE2&r recipes and &aCreate&r recipes."] icon: "gtceu:nand_chip" id: "15EC934CE8F4DC86" - size: 0.75d + size: 1.0d tasks: [{ id: "6B595E3904B796C3" item: "gtceu:nand_chip" type: "item" }] title: "Best ULV Circuits!" - x: 4.5d - y: 1.5d - } - { - dependencies: [ - "6975F16F5B50F17F" - "16B735F9C391D260" - ] - description: [ - "&bDigital fluid storage&r is pretty cool. Each &b1k ME Fluid Storage Cell&r holds up to &d5 types&r of fluid, and can hold &6over 8,000 buckets&r of those 5 fluid types! That's more than a &3Super Tank 2&r!" - "" - "You may want to &4format&r Fluid Storage Cells to certain types to prevent the network from clogging. Make a &3Cell Workbench&r to do so." - ] - icon: "ae2:fluid_cell_housing" - id: "26E8E5C163340E5A" - shape: "rsquare" - size: 0.66d - tasks: [{ - id: "4717CD0721804BAC" - item: "ae2:fluid_cell_housing" - type: "item" - }] - title: "Digital Fluid Storage" - x: 3.375d - y: -0.75d + x: 4.0d + y: 4.5d } { dependencies: [ "3568BC9742092FC5" - "124B32A0583A636A" "16B735F9C391D260" ] description: [ "The &aLow Power Integrated Circuit&r requires an &3HV Cutting Machine&r inside your &3Cleanroom&r." "" "&3HV Energy Hatches&r will be nice additions so you can run your Multiblocks (mainly your Electric Blast Furnace and Large Chemical Reactor) directly off a &6HV&r line." - "" - "This time around, you won't need to upgrade your EBF with 2 Energy Hatches to progress to &5EV&r - phew!" ] icon: "gtceu:hv_energy_input_hatch" id: "5DBBD9B1F5B01F4E" - size: 0.75d + shape: "octagon" + size: 1.5d subtitle: "Noticing a pattern here?" tasks: [ { @@ -367,14 +285,11 @@ } ] title: "Upgrade your EBF II" - x: 4.5d - y: -0.75d + x: 2.5d + y: -6.0d } { - dependencies: [ - "26394C1290D70AB6" - "16A6AE5C770DB83A" - ] + dependencies: ["52AD30F04DD5A812"] description: [ "The &3HV Chemical Reactor&r unlocks a ton of new recipes. Ah, who doesn't love the ever-growing demand on more advanced Chemistry?" "" @@ -384,58 +299,47 @@ ] icon: "gtceu:hv_chemical_reactor" id: "390E59F05132FCB8" - shape: "square" - size: 0.75d + shape: "octagon" + size: 2.0d tasks: [{ id: "652CFAE1FA60F3E2" item: "gtceu:hv_chemical_reactor" type: "item" }] title: "High Voltage Chemistry" - x: 5.625d - y: -1.875d + x: 0.0d + y: 2.0d } { - dependencies: ["0EFEE489906256AA"] description: [ - "Titanium requires a slightly more &binvolved&r process than the previous materials to process. To get started, you'll need &aRutile&r, which can be obtained by processing &aBauxite&r." + "Titanium requires a slightly more &binvolved&r process than the previous materials to process. To get started, you'll need &aRutile&r, which can be obtained by processing &aBauxite&r, &aIlmenite&r and &aAluminium&r." "" "Once you've gotten enough &5Rutile&r, your journey to &6Titanium&r continues in the next quest. There's no need to rush things." "{@pagebreak}" "You may have already noticed that Bauxite is also an &6excellent source of Aluminium&r." "" - "Visiting &dThe End&r allows you to access a richer Bauxite vein, as well as &9Ilmenite&r - an even better source of Rutile." + "Visiting &dThe Moon&r allows you to access a richer Bauxite vein, as well as &dArmalcolite&r - an even better source of Rutile." "" "&9Tip:&r Ore processing for &aBauxite&r is ridiculously good! Including the &3Thermal Centrifuge&r step easily &6triples&r your &aRutile&r yield." ] icon: "gtceu:rutile_dust" id: "59DFC4DA7D29C315" - shape: "rsquare" - size: 0.66d + shape: "square" + size: 1.0d subtitle: "...means it WASN'T Titanium!" - tasks: [ - { - count: 15L - id: "7046AD026C55153C" - item: "gtceu:bauxite_dust" - optional_task: true - type: "item" - } - { - id: "5593109F3592A432" - item: "gtceu:rutile_dust" - type: "item" - } - ] + tasks: [{ + id: "5593109F3592A432" + item: "gtceu:rutile_dust" + type: "item" + }] title: "Almost Titanium" - x: 5.625d - y: -3.0d + x: -6.0d + y: 2.0d } { dependencies: [ "390E59F05132FCB8" "59DFC4DA7D29C315" - "1C55AE6AD5BDE304" ] description: [ "To get your grubby hands on some Titanium, &aRutile&r must first be reduced to &aTitanium Tetrachloride&r in an &3HV Chemical Reactor&r, then reduced again in an &3EBF&r with &dMagnesium&r to finally arrive at Titanium." @@ -446,15 +350,15 @@ ] icon: "gtceu:titanium_tetrachloride_bucket" id: "727075AAF9F91FAE" - size: 0.75d + size: 1.0d tasks: [{ id: "6B0E33342374C12E" item: "gtceu:titanium_tetrachloride_bucket" type: "item" }] title: "Almost Titanium²" - x: 5.625d - y: -4.125d + x: -4.0d + y: 2.0d } { dependencies: ["6B08799BCFD01D3D"] @@ -467,22 +371,18 @@ ] icon: "gtceu:mercury_barium_calcium_cuprate_double_wire" id: "45F9AAE4ABE32033" - shape: "rsquare" - size: 0.66d + size: 1.0d tasks: [{ id: "2C582DDA7BC36951" item: "gtceu:mercury_barium_calcium_cuprate_single_wire" type: "item" }] title: "HV Superconductors" - x: 4.5d - y: -4.125d + x: -6.5d + y: -9.0d } { - dependencies: [ - "1C55AE6AD5BDE304" - "6958029B5514D4EC" - ] + dependencies: ["7E755297E9685374"] description: [ "&3Nichrome Heating Coils&r increase the temperature of your &3Blast Furnace&r to &d3,600K&r." "" @@ -492,7 +392,7 @@ ] icon: "gtceu:nichrome_coil_block" id: "6B08799BCFD01D3D" - size: 0.75d + size: 1.0d subtitle: "A long way to go before we beat the Sun" tasks: [{ count: 16L @@ -501,8 +401,8 @@ type: "item" }] title: "Nichrome Coils" - x: 4.5d - y: -5.25d + x: -6.5d + y: -10.0d } { dependencies: [ @@ -520,51 +420,19 @@ ] icon: "gtceu:titanium_ingot" id: "7FA0ACB7F161F378" - shape: "gear" - size: 1.2d + shape: "octagon" + size: 1.5d tasks: [{ id: "6D3E269567F419DE" item: "gtceu:titanium_ingot" type: "item" }] title: "Titanium" - x: 5.625d - y: -5.25d - } - { - dependencies: ["6958029B5514D4EC"] - description: [ - "&oThis is a guide on how to automatically route &lall&r&o your Hot Ingots to your Vacuum Freezer while keeping everything automated perfectly fine.&r" - "" - "You already know the drill from the Chemical Bath, so let's get right to the chase." - "{@pagebreak}" - "Install an &aItem Tag Filter&r Cover on the &3Input Bus&r of your &3Vacuum Freezer&r, open it and set to whitelist &e&lingots/hot&r. The slot is to &dtest&r items to make sure you configured the Filter properly in case you forgot. Drag ingots from JEI!" - "" - "From here, you now have the option to route either with &9Item Pipes&r or &9AE2&r." - "{@pagebreak}" - "&2With Item Pipes&r, connect the output of your &3EBF(s)&r to the input of your &3Vacuum Freezer&r and the output dump (Chest, Crate, or ME Interface)." - "You can also have a &dRestrictive Pipe&r in front of the output dump to ensure the Vacuum Freezer will be prioritized." - "" - "&2With AE2&r, place a &3ME Storage Bus&r on top of your Cover and set to very &dhigh priority&r. Any hot ingots entering your ME system will automatically be moved into the Vacuum Freezer." - "{@pagebreak}" - "&l&9Note:&r If you wish to know more tags for future automation setups, they will display if you press Shift when hovering over an item. For instance, an item tagged with &e&o#forge:plates/copper&r would be filtered as &e&lplates/copper&r." - "" - "&9Other Note:&r The Item Tag Filter partially supports &dregex&r. Hover over the info icon for more information." - ] - icon: "gtceu:item_tag_filter" - id: "717099CE2CB9A0ED" - shape: "rsquare" - size: 0.66d - tasks: [{ - id: "497959F0CC572A68" - item: "gtceu:item_tag_filter" - type: "item" - }] - title: "300IQ" - x: 3.375d - y: -5.25d + x: -4.0d + y: -2.0d } { + dependencies: ["6A451F43F3D7A671"] description: [ "The &3Vacuum Freezer&r is a multiblock used to cool down &eHot Ingots&r. All ingots made in the EBF with a temperature above &d1750K&r will need it." "" @@ -574,7 +442,8 @@ ] icon: "gtceu:vacuum_freezer" id: "6958029B5514D4EC" - size: 0.75d + shape: "gear" + size: 3.0d subtitle: "Did you know vacuums actually make things hotter?" tasks: [{ id: "784C1A8A77AD314E" @@ -582,64 +451,63 @@ type: "item" }] title: "Ice Cold" - x: 6.75d - y: -5.25d + x: -4.0d + y: -7.5d } { - dependencies: [ - "1C55AE6AD5BDE304" - "6958029B5514D4EC" + dependencies: ["6958029B5514D4EC"] + description: [ + "&a4A&r of &bMV&r energy transmission may be appealing, but you probably don't need these at this point. The option is always there if you need it." + "" + "These wires will have their use for the EV Tank and Chest though." ] - description: ["&a4A&r of &bMV&r energy transmission may be appealing, but you probably don't need these at this point. The option is always there if you need it."] icon: "gtceu:magnesium_diboride_double_wire" id: "72F0DFAF5CC6D0FE" - shape: "rsquare" - size: 0.66d + shape: "square" + size: 1.0d tasks: [{ id: "4CCBDA5AC16CBB48" item: "gtceu:magnesium_diboride_single_wire" type: "item" }] title: "MV Superconductors" - x: 6.75d - y: -4.125d + x: -6.5d + y: -7.5d } { dependencies: ["41D32C5178760F47"] description: [ - "The next &3Circuit Assembler&r. This tier of Circuit Assembler is only required for one type of Circuit - your first ever &aMainframe&r." + "The next &3Circuit Assembler&r. This tier of Circuit Assembler is only required for one type of Circuit - your first ever &aMainframe&r. You may have only one use for them, the &5EV Circuit Assembler&r." "" - "You can put this off until &5EV&r." + "You can put this off until &5EV&r or simply just use it for faster circuits making." ] icon: "gtceu:hv_circuit_assembler" id: "6B1595678ECB7AC8" - size: 0.75d + shape: "gear" + size: 3.0d tasks: [{ id: "337D8EF42A7BD3A2" item: "gtceu:hv_circuit_assembler" type: "item" }] title: "HV Circuit Assembler" - x: 7.875d - y: -3.0d + x: 10.0d + y: 2.0d } { - dependencies: [ - "124B32A0583A636A" - "16E3465CF94E2BDD" - "4024C831C77101CA" - ] + dependencies: ["124B32A0583A636A"] + description: ["You now have everything you need to craft the &5Eye of Ender&r.\\nSimply extract &6Liquid Blaze&r from the &6Blaze Powder&r you previously crafted, and mix it with your &5Ender Pearl&r in a &6Chemical Bath&r.\\n\\nYou won’t need many for now — just one for your &6Rocket&r and another for your &6HV Circuit Assembler&r.\\nBut be warned: from &5EV&r and beyond, the demand will rise quickly."] icon: "minecraft:ender_eye" id: "41D32C5178760F47" - size: 0.75d + size: 1.0d tasks: [{ - count: 12L id: "30A89DD2A22EE314" item: "minecraft:ender_eye" type: "item" }] - x: 7.875d - y: -1.875d + title: "The Eye of the Gregtech" + x: 6.0d + y: 2.0d } { dependencies: ["6A451F43F3D7A671"] @@ -652,29 +520,25 @@ ] icon: "gtceu:micro_processor_mainframe" id: "14D277A164202FF8" - size: 0.75d + shape: "gear" + size: 3.0d tasks: [{ id: "71E3128BA0CAC113" item: "gtceu:micro_processor_mainframe" type: "item" }] title: "Mainframes - first IV Circuits!" - x: 9.0d - y: -4.125d + x: 0.0d + y: -10.5d } { - dependencies: [ - "10FB27DD3C7BEC2F" - "0DE5C3FBC9A6A690" - ] + dependencies: ["52AD30F04DD5A812"] description: [ "The &3Cleanroom&r is a hollow multiblock free of contaminants. Going forward, most new âuit-related recipes&r, as well as some unique blocks like &3Fusion Casings&r, will need to be run in machines inside a Cleanroom." "" "Creating it will put your &aPolyethylene&r automation to the test for all the &dPlascrete&r and/or &dCleanroom Glass&r you will make." "" "We'll start you off with a 5x5x5 Cleanroom, but you should upgrade its size when you start feeling cramped." - "" - "&6This quest unlocks a new tutorial on the Cleanroom in the &lTips and Tricks&r&6 tab - check it out to learn more!&r" "{@pagebreak}" "&l&3Lore:&r&o The Cleanroom comes from GregTech 5, but as is often the case, the GT5 implementation is much more punishing. The recipes would run without regard to cleanliness, but had a % chance of completion equal to the cleanliness of the Cleanroom. This caused a lot of accidental voiding." "" @@ -684,8 +548,8 @@ ] icon: "gtceu:cleanroom" id: "3568BC9742092FC5" - shape: "gear" - size: 1.5d + shape: "octagon" + size: 2.0d subtitle: "They put me in a room... a clean room" tasks: [ { @@ -713,8 +577,8 @@ } ] title: "The Cleanroom" - x: 6.75d - y: -3.0d + x: 0.0d + y: -6.0d } { dependencies: ["41D32C5178760F47"] @@ -723,27 +587,29 @@ "" "Sneak right-clicking with the Prospector in your hand will change its mode to &6Fluid Prospection&r. This will instead display the base &dyield&r of Fluid veins, along with how full they are." "" - "&9Reminder:&r The yield of a &3Fluid Drilling Rig&r is directly proportional to the \"fullness\" of the vein. When low enough, the output will default to a yield that can be defined in the CEu config." + "This will be really useful to find &9water&r on the moon." "{@pagebreak}" + "&9Reminder:&r The yield of a &3Fluid Drilling Rig&r is directly proportional to the \"fullness\" of the vein. When low enough, the output will default to a yield that can be defined in the CEu config." + "" "&9Tip:&r When the fullness drops below 30% (alright, rough estimate), you should consider moving to another vein for the sake of power-to-yield efficiency. Aiming for the &3Advanced Fluid Drilling Rig&r in &5EV&r may interest you, as not only does it significantly boost the output, but it also reduces the rate at which it drains the vein!" "" "&cCaution:&r Due to a bug, the Prospector display may be offset by one chunk, so avoid placing your Rig in the corners of a fluid vein. or you may end up pumping the wrong fluid!" ] icon: "gtceu:prospector.hv" id: "2124BF15006733D5" - shape: "rsquare" - size: 0.66d + optional: true + shape: "heart" + size: 1.0d tasks: [{ id: "1ED12D379EEE0CBA" item: "gtceu:prospector.hv" type: "item" }] title: "HV Prospector" - x: 9.0d - y: -1.875d + x: 6.0d + y: 4.0d } { - dependencies: ["0EFEE489906256AA"] description: [ "Fluorine is the rarest gas to obtain from electrolysis in this game." "" @@ -751,16 +617,15 @@ ] icon: "gtceu:fluorine_bucket" id: "42FB276AB16258D9" - shape: "rsquare" - size: 0.66d + size: 1.0d tasks: [{ id: "344000CF4AAC68AF" item: "gtceu:fluorine_bucket" type: "item" }] title: "Fluorine" - x: 5.625d - y: -0.75d + x: 1.0d + y: 3.5d } { dependencies: [ @@ -778,7 +643,7 @@ ] icon: "gtceu:polytetrafluoroethylene_plate" id: "7CC79617A4965F25" - size: 0.75d + size: 1.0d subtitle: "A.K.A - Teflon" tasks: [ { @@ -798,27 +663,27 @@ } ] title: "Polytetrafluoroethylene" - x: 5.625d - y: 0.375d + x: 0.0d + y: 3.5d } { - dependencies: ["04F6E968CEEC3D49"] + dependencies: ["5BACED5AE350EAB1"] description: [ "Making &aNitrobenzene&r will boost the energy efficiency of &aBenzene&r roughly &6fourfold&r. You love to see it." "" "The catch here is that it takes &dDistilled Water&r, and consumes a bit of &dSulfur&r with every step." ] id: "56E7A3A0CC690C8A" - shape: "rsquare" - size: 0.66d + shape: "square" + size: 1.0d tasks: [{ id: "33CF24B0A19D2F25" item: "gtceu:nitrobenzene_bucket" type: "item" }] title: "Benzene Nitro" - x: 9.0d - y: 1.5d + x: -1.0d + y: 8.5d } { dependencies: ["7CC79617A4965F25"] @@ -850,7 +715,7 @@ icon: "gtceu:large_chemical_reactor" id: "528CE69DA4358B2E" shape: "gear" - size: 1.3d + size: 3.0d tasks: [ { id: "4738F666E22B212B" @@ -870,14 +735,10 @@ } ] title: "Large Chemical Reactor" - x: 5.625d - y: 1.5d + x: 0.0d + y: 6.0d } { - dependencies: [ - "316FF60D6FFE97CE" - "6A304E453D74C57C" - ] description: [ "&cTNT&r (Trinitrotoluene) can't be prepared with the usual Gunpowder and Sand anymore. Instead, you'll have to produce &aGelled Toluene&r and react it with Sulfuric Acid to make TNT." "" @@ -893,7 +754,7 @@ ] icon: "minecraft:tnt" id: "2B7B214EDE0B45A2" - size: 0.75d + size: 1.0d tasks: [ { id: "1CB85F57BA45252D" @@ -912,19 +773,15 @@ } ] title: "TNT" - x: 7.875d - y: 0.375d + x: 3.0d + y: 3.5d } { dependencies: ["390E59F05132FCB8"] - description: [ - "If you've killed a Blaze before, you may have noticed it dropped &eSulfur Dust&r instead of a &cBlaze Rod&r." - "" - "In order to get &6Blaze Powder&r, you must instead combine &7Carbon Dust&r and &eSulfur Dust&r in a &3HV Chemical Reactor&r." - ] + description: ["In order to get &6Blaze Powder&r, you must instead combine &7Carbon Dust&r and &eSulfur Dust&r in a &3HV Chemical Reactor&r."] icon: "minecraft:blaze_powder" id: "16E3465CF94E2BDD" - size: 0.75d + size: 1.0d tasks: [{ count: 12L id: "00CC416ACB6CA99F" @@ -932,24 +789,18 @@ type: "item" }] title: "Blaze Powder" - x: 6.75d - y: -1.875d + x: 1.5d + y: 2.0d } { dependencies: [ "1137D2BA7E03D685" "2B7B214EDE0B45A2" ] - description: [ - "If you've killed an Enderman before, you may have noticed it dropped &aEnderpearl Dust&r instead of an Ender Pearl. In order to get &aEnder Pearls&r, you must make them from Enderpearl Dust in the &3Implosion Compressor&r." - "" - "&9Pro tip for non-Peaceful players&r: Trapping Endermen in Boats makes them much easier to kill! Use a &dButchery Knife&r when slaying Endermen for the Looting 3 bonus." - "" - "In the long term, &aEnderpearl Dust&r should be made in an &3HV Mixer&r." - ] + description: ["You won’t find any Endermen dropping Ender Pearls in TFG.\\nEven the ones lurking in the Beneath won’t help you there.\\n\\nInstead, your only option for now is to craft them yourself:\\nCombine &2Beryllium Dust&r and &2Potassium Dust&r in a &6HV&r Mixer to create the elusive &5Ender Dust&r.\\n\\nOnce that’s done, throw it into an &8Implosion Compressor&r and recreate the iconic Ender Pearl — Gregtech style."] icon: "minecraft:ender_pearl" id: "4024C831C77101CA" - size: 0.75d + size: 1.0d tasks: [ { id: "3DC62CA60F006A06" @@ -964,8 +815,8 @@ } ] title: "Ender Pearls" - x: 7.875d - y: -0.75d + x: 2.0d + y: 3.5d } { dependencies: ["3568BC9742092FC5"] @@ -980,7 +831,7 @@ ] icon: "gtceu:phosphorus_boule" id: "017019EB38F7A18C" - size: 0.75d + size: 1.0d subtitle: "That's dope, bro!" tasks: [ { @@ -995,11 +846,10 @@ } ] title: "Phosphorus Boules" - x: 9.0d - y: -3.0d + x: -2.0d + y: -6.0d } { - dependencies: ["26394C1290D70AB6"] description: [ "The &3Implosion Compressor&r turns the Dust form of Gems into their Gem form." "" @@ -1009,21 +859,22 @@ ] icon: "gtceu:implosion_compressor" id: "1137D2BA7E03D685" - size: 0.75d + size: 1.0d tasks: [{ id: "52E617BBF3718471" item: "gtceu:implosion_compressor" type: "item" }] title: "Implosion Compressor" - x: 9.0d - y: -0.75d + x: 2.0d + y: 6.0d } { dependencies: [ "4343746E706264E6" "528CE69DA4358B2E" ] + dependency_requirement: "one_completed" description: [ "Nitric Acid's fumes are extremely toxic! It's also a very potent oxidizer." "" @@ -1045,7 +896,7 @@ ] icon: "gtceu:nitric_acid_bucket" id: "5BACED5AE350EAB1" - size: 0.75d + size: 1.0d subtitle: "This won't eat your skin" tasks: [{ id: "5F8F684990622DE1" @@ -1053,8 +904,8 @@ type: "item" }] title: "Nitric Acid" - x: 6.75d - y: 1.5d + x: 0.0d + y: 8.5d } { dependencies: ["5BACED5AE350EAB1"] @@ -1064,8 +915,8 @@ "The catch comes in the complexity of making &dTNM&r. In order to concoct it, you must react &aNitric Acid&r with either &dEthenone&r or &aMethyl Acetate&r, both of which have quite an involved process themselves!" ] id: "04F6E968CEEC3D49" - shape: "rsquare" - size: 0.66d + shape: "square" + size: 1.0d subtitle: "This is to go further beyond" tasks: [{ id: "51D904AA29256F8D" @@ -1073,8 +924,8 @@ type: "item" }] title: "Cetane-boosted Diesel" - x: 7.875d - y: 1.5d + x: 1.0d + y: 8.5d } { dependencies: ["16B735F9C391D260"] @@ -1087,7 +938,7 @@ ] icon: "gtceu:smd_transistor" id: "4C3805F75C9EE3DD" - size: 0.75d + size: 1.0d subtitle: "Alternate components!" tasks: [ { @@ -1105,42 +956,37 @@ item: "gtceu:smd_capacitor" type: "item" } + { + id: "628E184D52DFE8F6" + item: "gtceu:smd_inductor" + type: "item" + } ] title: "SMD Components" - x: 3.375d - y: 0.375d + x: 8.0d + y: -6.0d } { dependencies: ["4C3805F75C9EE3DD"] description: [ - "&aPlatinum&r (needed for SMD Diodes) has its own dedicated Quest in the &5EV&r tab." + "&aPlatinum&r (needed for SMD Diodes) has its own dedicated Quest in the &5EV&r tab. But you could also get Platinium directly from Platinium vein or Chemical Washer processing." "" "&l&3Lore:&r&o The SMD Inductors make an appearance in GTCEu for the first time. It's more consistent and convenient to have all Circuit components receive an SMD counterpart." ] icon: "gtceu:smd_capacitor" id: "7F272A099E65F848" - size: 0.75d - tasks: [ - { - id: "75955EC3248DEA7A" - item: "gtceu:smd_diode" - type: "item" - } - { - id: "46FD3F3FEFBF7ECD" - item: "gtceu:smd_inductor" - type: "item" - } - ] + size: 1.0d + tasks: [{ + id: "75955EC3248DEA7A" + item: "gtceu:smd_diode" + type: "item" + }] title: "More SMD Components" - x: 3.375d - y: 1.5d + x: 9.5d + y: -6.0d } { - dependencies: [ - "26394C1290D70AB6" - "16A6AE5C770DB83A" - ] + dependencies: ["52AD30F04DD5A812"] description: [ "The &3HV Macerator&r finally unlocks more of the slots shown in JEI. With this, the first &9three&r slots are now available. This allows you to receive the &6unique ore Byproduct&r from macerating &dThermal &dCentrifuged Ore&r." "" @@ -1151,7 +997,8 @@ "&l&3Lore:&r&o In GregTech 5u, the &6HV&r&o Macerator only gave two slots. Urgh... we weren't planning on using that Stone Dust, anyway..." ] id: "6B7762F672BAE76F" - size: 0.75d + shape: "octagon" + size: 1.5d subtitle: "Shredding your Ores with byproducts" tasks: [{ id: "76DAF1C1B90EFE87" @@ -1159,14 +1006,11 @@ type: "item" }] title: "Universal Macerator" - x: -1.125d - y: -1.875d + x: 3.0d + y: 0.0d } { - dependencies: [ - "6EB68C28BEE24DEF" - "390E59F05132FCB8" - ] + dependencies: ["390E59F05132FCB8"] description: [ "&aAmmonia&r is &doptional&r in &6HV&r." "" @@ -1181,78 +1025,31 @@ ] icon: "gtceu:ammonia_bucket" id: "4343746E706264E6" - shape: "rsquare" - size: 0.66d + size: 1.0d tasks: [{ id: "1C3EBA2535471DB6" item: "gtceu:ammonia_bucket" type: "item" }] title: "Ammonia" - x: 6.75d - y: -0.75d + x: -3.0d + y: 5.0d } { - dependencies: ["16A6AE5C770DB83A"] - id: "1D88369409736DC7" - size: 0.75d - tasks: [{ - id: "722AEA3607BBAC94" - item: "gtceu:hv_polarizer" - type: "item" - }] - x: 4.5d - y: -3.0d - } - { - dependencies: ["7FA0ACB7F161F378"] - id: "2F5778EDE6426D7E" - shape: "circle" - size: 0.8d - tasks: [{ - id: "1BCFD5295BE92C4E" - item: { - Count: 1 - id: "minecraft:elytra" - tag: { - Damage: 0 - } - } - type: "item" - }] - x: 5.625d - y: -6.5d - } - { - dependencies: ["2F5778EDE6426D7E"] - id: "2045D32219AA0DCC" - shape: "circle" - size: 0.9d - tasks: [{ - id: "3785469E7628386A" - item: { - Count: 1 - id: "hangglider:reinforced_hang_glider" - tag: { - Damage: 0 - } - } - type: "item" - }] - x: 5.625d - y: -8.0d - } - { - dependencies: ["16A6AE5C770DB83A"] + dependencies: ["52AD30F04DD5A812"] + dependency_requirement: "all_started" + description: ["You will need the &6HV&r Mixer to make the &6Rocket Alloy&r, but that's not its only useful recipe.\\n\\nIt also unlocks:\\n- &dIndium&r\\n- &eCetane Boosted Diesel&r\\n- The extremely valuable &6Ultimate Alloy&r used for &9Turbine Rotors&r\\n- &dFluix Crystal&r, which is absolutely essential to unlock &dAE2&r"] id: "05ABC370D7153350" - size: 0.75d + shape: "octagon" + size: 1.5d + subtitle: "Mixing never got so good" tasks: [{ id: "6D522B2EF097AA95" item: "gtceu:hv_mixer" type: "item" }] - x: 2.25d - y: -3.0d + x: 3.0d + y: -2.0d } { description: [ @@ -1268,12 +1065,6 @@ ] icon: "gtceu:blue_alloy_ingot" id: "073F59194B479AA3" - rewards: [{ - id: "6DDC52F547CDE852" - item: "gtceu:electrotine_dust" - random_bonus: 7 - type: "item" - }] shape: "square" size: 1.0d subtitle: "You're blue now... that's my alloy" @@ -1283,19 +1074,16 @@ type: "item" }] title: "Blue Alloy" - x: 11.0d - y: -6.0d + x: -1.5d + y: -8.5d } { dependencies: [ "5063FDFFBE3E4855" "3568BC9742092FC5" + "073F59194B479AA3" ] - description: [ - "Your first &5EV&r Circuit gets a unique texture. If you still consider yourself to be in &bMV&r, &ahold off&r on making too many of these, as they won't benefit you right now. We can't stop you from making these if you &djust wanna flex&r on us, though." - "" - "It'll be needed in &6HV&r." - ] + description: ["Your first &5EV&r Circuit gets a unique texture. If you still consider yourself to be in &bMV&r, &ahold off&r on making too many of these, as they won't benefit you right now. We can't stop you from making these if you &djust wanna flex&r on us, though."] icon: "gtceu:micro_processor_computer" id: "6A451F43F3D7A671" shape: "square" @@ -1307,10 +1095,284 @@ type: "item" }] title: "First EV Circuits!" + x: 0.0d + y: -7.5d + } + { + description: [ + "&2We hope you're getting the hang of &9GregTech&r, because now it's time to push your skills a bit further.\\nIn this chapter, you'll unlock &eadvanced multiblocks&r, &ecomplex processes&r, and even take your first steps onto the &fMoon&r!\\n\\n&6For this chapter, you have two main goals :&r\\n- Craft your first &5EV&r Machine Hull\\n- Begin your journey to the &fMoon&r\\n\\nUnlocking the Moon will also grant access to &bCertus Quartz&r, paving the way for &dApplied Energistics 2&r. You’re free to tackle these objectives in any order you prefer." + "{@pagebreak}" + "To craft the &5EV&r Machine Hull:\\n- Build your first &aCleanroom&r\\n- Construct a &bVacuum Freezer&r to cool hot ingots\\n- Process &9Rutile&r into &7Titanium&r\\n\\nYou'll find plenty of &9Rutile&r on the &fMoon&r, but it can also be located in &eBauxite&r veins in the &aOverworld&r." + "{@pagebreak}" + "To reach the Moon:\\n- Craft a generous amount of &6Rocket Alloy&r\\n- Create your first &eEnder Eye&r using the &3Chemical Bath&r and the &8Implosion Compressor&r\\n- Prepare all the &bequipment&r you'll need to &bbreathe in space&r\\n\\nGetting the &bVacuum Freezer&r and &6better coils&r will speed up &6Rocket Alloy&r production, but they’re not mandatory.\\n\\n&dChoose your path.&r" + ] + id: "52AD30F04DD5A812" + shape: "gear" + size: 3.0d + subtitle: "Soon to be an minestronaut" + tasks: [{ + id: "1AD314A1377F41CD" + item: "gtceu:hv_machine_hull" + type: "item" + }] + title: "Welcome to HV Chapter" + x: 0.0d + y: -2.0d + } + { + dependencies: ["6958029B5514D4EC"] + description: ["Your third alloy is here — and it's essential for your next set of coils in the &6EBF&r.\\nThis time, you’ll notice that you can’t use a &6Chemical Washer&r. Instead, you're required to use a &6Vacuum Chamber&r.\\n\\nGood news: it’s actually simpler and faster.\\n\\nYou’ll only be using &6Nichrome&r for these coils, but don’t get too comfortable — it will return later for the next set of &5RTM Coils&r."] + id: "7E755297E9685374" + subtitle: "It doesn't have much use" + tasks: [{ + count: 128L + id: "7B963F86A90057FF" + item: "gtceu:nichrome_ingot" + type: "item" + }] + title: "Nichrome Ingots" + x: -4.0d + y: -10.0d + } + { + dependencies: [ + "3E2F96A02FEF12AC" + "1E307CD76691C24F" + "4AD686D18247315E" + ] + description: ["Woh, it's time to build your &6Rocket&r!\\n\\nAssemble all the parts with &d8 Dense Rocket Alloy&r. To finish the insulation, you'll need &b576mb&r of &bLiquid Silicon&r (&b4 ingots&r) and &f16 pieces of dust&r.\\n\\nYou have two choices:\\n&e•&r &eBorosilicate Glass Dust&r — crafted in a &6Mixer&r with &dBoron&r and &fGlass Dust&r\\n\\n&e•&r &5Vitrified Asbestos&r — obtained through a &6Pyrolysis Oven&r\\n\\nGo with the one you have available!"] + icon_scale: 2.0d + id: "3FBDC8552F7D8008" + shape: "none" + size: 2.0d + subtitle: "That's the Tier 1, there is many others" + tasks: [{ + id: "76D1CE96C52F9963" + item: { + Count: 1 + id: "ad_astra:tier_1_rocket" + tag: { } + } + type: "item" + }] + title: "Your First Rocket!" x: 8.0d - y: -4.0d + y: -2.0d + } + { + dependencies: [ + "05ABC370D7153350" + "16B735F9C391D260" + ] + description: ["To make the &6Rocket Alloy&r, you will need to put &7Aluminium&r, &7Stainless Steel&r and &cLiquid Red Steel&r into your new &6HV&r Mixer.\\n\\nThe recipe takes some time, so expect to have your mixer fully dedicated to this step.\\n\\nAfter that, your dust will need to be smelted in your EBF at &bMV&r. If you already have &6Nichrome Coils&r and your EBF is running at &6HV&r, you will be able to &aPerfect Overclock&r the recipe (&7check the Gregtech Energy chapter if you don't understand&r).\\n\\nYou can also cool the ingots down with a &9Chemical Bath&r or, if you already have one, a &9Vacuum Freezer&r for a shorter processing time.\\n\\n&7144mb equals 1 ingot&r, so make sure not to extract too much &cRed Steel&r.\\n\\nYou will need &685 Rocket Alloy&r ingots total, which means:\\n- &760 Aluminium&r\\n- &720 Stainless Steel&r\\n- &710 Red Steel&r\\n\\n&aNothing too bad!&r"] + id: "56D337E264A4154F" + subtitle: "It's a new material" + tasks: [ + { + id: "0FCF38A07889B205" + item: "gtceu:rocket_alloy_t1_ingot" + type: "item" + } + { + id: "26C409116E4D516C" + item: "gtceu:rocket_alloy_t1_dust" + type: "item" + } + ] + title: "Space Alloy" + x: 5.0d + y: -2.0d + } + { + dependencies: [ + "56D337E264A4154F" + "41D32C5178760F47" + ] + description: ["The &6Rocket Nose Cone&r is the hardest part of your Rocket.\\nYou will need a hefty amount of &aPolyethylene&r — so we hope you already have it passively produced — and a &6HV&r Emitter.\\nYou should be able to get your hands on &dChromium&r by electrolyzing &cRuby Dust&r.\\n\\nThe &aEye of Ender&r is trickier and requires you to follow the quest unlocked by the &6HV Chemical Reactor&r.\\nGet ready to make &cTNT&r, build an &5Implosion Compressor&r, and recreate the famous Enderman drop — since you won’t find Ender Pearls natively in &2TFG&r."] + id: "1E307CD76691C24F" + subtitle: "You really had to put an Eye of Ender..." + tasks: [{ + id: "05AEC4A2F295098C" + item: "ad_astra:rocket_nose_cone" + type: "item" + }] + x: 6.0d + y: -1.0d + } + { + dependencies: ["7FA0ACB7F161F378"] + description: ["Well, that was quite the experience! Between the &9Rutile Processing&r line, the &5Vacuum Chamber&r, and the &5Cleanroom&r, you’ve uncovered a lot of new mechanics. \\nThat’s great — because this is only the beginning.\\n\\nDid you walk on the &fMoon&r yet? If not, we strongly encourage you to go. You’ll encounter &dessential mechanics&r for later stages of the modpack and unlock &bAE2&r, all while gaining access to &aricher ore veins&r.\\n\\nIf you’ve already made your lunar journey, then we hope your infrastructure is solid — because it’s time to enter &5EV&r. This complex chapter will introduce &7even more advanced systems&r and take your factory to the next level."] + id: "4214D5C501C35876" + shape: "gear" + size: 4.0d + subtitle: "That's half of Gregtech tiers" + tasks: [{ + id: "766F3215D322BAAE" + item: "gtceu:ev_machine_hull" + type: "item" + }] + x: -8.0d + y: -2.0d + } + { + dependencies: ["56D337E264A4154F"] + description: ["We made the &6Rocket Fins&r use an &bAlloy Smelter&r simply to remind you that you now have access to the &bMulti-Smelter&r — a wonderful small EBF that can be used as a &eFurnace&r or an &bAlloy Smelter&r.\\n\\nThe quest to craft it is in the &bMV&r Chapter. We really advise you to think about it if you haven't yet."] + id: "3E2F96A02FEF12AC" + subtitle: "So you reach the right destination" + tasks: [{ + count: 4L + id: "433BFEE192C565E8" + item: "ad_astra:rocket_fin" + type: "item" + }] + title: "Rocket Fins" + x: 6.0d + y: -2.0d + } + { + dependencies: ["56D337E264A4154F"] + description: ["The &6Steel Engine&r is required so your rocket can &atravel to the Moon&r.\\n\\nThe recipe isn't too bad — we assume you're ready to tackle each part.\\n\\nTo get &91152mb of Liquid Blue Steel&r, you will need &78 ingots&r."] + id: "4AD686D18247315E" + subtitle: "Blue Steel is back baby" + tasks: [{ + id: "57D58E699F70DD55" + item: "ad_astra:steel_engine" + type: "item" + }] + x: 6.0d + y: -3.0d + } + { + dependencies: ["3FBDC8552F7D8008"] + description: ["&6For each travel you will need Rocket Fuel&r, it seems complicated and it is quite a long process but you can make Rocket Fuel from &bChlorine&r, &bMethane&r, &bNitrogen&r, &bOxygen&r and &bWater&r. Nothing too bad, also if you already have your &5Large Chemical Reactor&r you could unlock some bypass.\\n\\n&7We advise you to use EMI Recipe Tree to have an easier time understanding each step. Simply click on the small icon with 4 squares on the right of the crafting recipe.&r"] + id: "6EF2D4D1C1CC9D3E" + subtitle: "Easier than you think" + tasks: [{ + id: "0E3E97E93E9F3A3A" + item: "gtceu:rocket_fuel_bucket" + type: "item" + }] + x: 10.0d + y: -2.0d + } + { + dependencies: [ + "6EF2D4D1C1CC9D3E" + "6752CC523D38A214" + "038B204DAC9C863D" + ] + description: ["&2Congrats&r, you’ve successfully landed on the &7Moon&r!\\nHere, you’ll find &bCertus Quartz&r veins, allowing you to begin unlocking &dAE2&r.\\n\\nBut that’s not all—some veins here have much higher density than those on Earth.\\n\\nFor instance, you can easily find &6Ilmenite&r, &7Bauxite&r, &7Aluminium&r, and &5Chromite&r veins on the Moon.\\nEstablishing a small base here will be crucial to keep progressing.\\n\\nYour biggest challenge will be transporting resources, as there are no easy cross-dimensional tools like the &5Ender Chest&r or &dAE2 Quantum Link&r just yet."] + id: "00A2566109144D7F" + shape: "gear" + size: 4.0d + subtitle: "Hope you have everything to come back" + tasks: [{ + dimension: "ad_astra:moon" + icon: "ad_astra:moon_globe" + id: "39DDB5FE1449E38A" + title: "I'm on the Moon" + type: "dimension" + }] + x: 13.0d + y: -2.0d + } + { + dependencies: ["3FBDC8552F7D8008"] + description: ["&6Before crossing the last Earth boundary,&r you should be sure to not die when you arrive on the moon.\\n\\nTo do that, you're gonna need a &bfull set of Space Suit&r loaded with &bOxygen&r — and if you're careful, even a &ebackup can&r.\\n\\n&cThe hardest part&r will definitely be the &dPolycaprolactam Fabric&r.\\n\\nYou will need an &cEBF&r and a &6HV&r &eChemical Reactor&r.\\n\\nFrom there, you'll be able to craft it using &aBenzene&r, &bHydrogen&r, &9Chlorine&r, &bOxygen&r and &3Ammonia&r.\\n\\nWe won't tell you every step, but you should be able to figure it out yourself through &aEMI&r now that you're a fierce Gregtech player.\\n\\nOnce everything is ready, to fill your space suit and can, simply &eRight-Click&r a drum or tank filled with &bOxygen&r."] + id: "038B204DAC9C863D" + subtitle: "Let's be honest, this may be the hardest" + tasks: [ + { + id: "2BB34BBE18F6816F" + item: { + Count: 1 + id: "ad_astra:space_helmet" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "6BC9CD7F95F51E5F" + item: { + Count: 1 + id: "ad_astra:space_suit" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "1BB8E9880CCE403D" + item: { + Count: 1 + id: "ad_astra:space_pants" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "2B02A73CDA83B147" + item: { + Count: 1 + id: "ad_astra:space_boots" + tag: { + Damage: 0 + } + } + type: "item" + } + { + id: "08B8FBA74D69C0C7" + item: { + Count: 1 + id: "ad_astra_giselle_addon:oxygen_can" + tag: { } + } + type: "item" + } + ] + x: 10.0d + y: -1.0d + } + { + dependencies: ["3FBDC8552F7D8008"] + description: ["&6The Launch Pad is indispensable to launch your Rocket.&r That's the only block on which you will be able to put your Rocket.\\n\\n&cReally important&r but you will need &cTWO Launch Pads&r as it will stay on your launching site and you will need another one to travel back."] + id: "6752CC523D38A214" + subtitle: "Without it impossible to launch" + tasks: [{ + id: "4451763FB0D75C2D" + item: "ad_astra:launch_pad" + type: "item" + }] + x: 10.0d + y: -3.0d + } + { + dependencies: [ + "56E7A3A0CC690C8A" + "04F6E968CEEC3D49" + ] + dependency_requirement: "one_completed" + description: [ + "You are beginning to refine your fuels much better, you should be sure you had a look at the Energy Chapter." + "" + "{ \"text\": \"Click here\", \"underlined\": \"true\", \"clickEvent\": { \"action\": \"change_page\", \"value\": \"2CDB9778C7A30044\" } }" + ] + id: "595C5A01358B9550" + tasks: [{ + id: "4E59108C7FC5421C" + title: "Have a look at the Energy Chapter" + type: "checkmark" + }] + x: 0.0d + y: 10.0d } ] - subtitle: ["Scale up your power and begin advanced chemistry"] - title: "&6HV&r - High Voltage" + subtitle: ["{quests.high_voltage.subtitle}"] + title: "{quests.high_voltage}" } diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt index bdbeb0137..9571cad7e 100644 --- a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -680,10 +680,7 @@ y: 14.0d } { - dependencies: [ - "38DE506FF5B32031" - "3DFFA8F91452C62A" - ] + dependencies: ["38DE506FF5B32031"] description: ["{quests.medium_voltage.mv_second_hv.desc}"] icon: "gtceu:micro_processor_assembly" id: "5063FDFFBE3E4855" @@ -1007,7 +1004,7 @@ type: "item" }] title: "{quests.medium_voltage.mv_oilsands.title}" - x: -8.0d + x: -2.5d y: 1.0d } { @@ -1016,7 +1013,6 @@ "6EB68C28BEE24DEF" "05ADBAE5B6F38956" ] - dependency_requirement: "one_completed" description: [ "{quests.medium_voltage.mv_distillery.desc.1}" "{@pagebreak}" @@ -1031,12 +1027,12 @@ size: 1.0d subtitle: "{quests.medium_voltage.mv_distillery.subtitle}" tasks: [{ - id: "6C32C7BCF9D12EBC" + id: "685043442271A0D0" item: { Count: 1 id: "ftbfiltersystem:smart_filter" tag: { - "ftbfiltersystem:filter": "or(item(gtceu:lv_distillery)item(gtceu:mv_distillery))" + "ftbfiltersystem:filter": "or(item(gtceu:mv_distillery)item(gtceu:lv_distillery))" } } title: "{quests.medium_voltage.mv_distillery.task}" @@ -1174,7 +1170,7 @@ }] title: "{quests.medium_voltage.mv_mutli_channel.title}" x: -8.0d - y: -2.0d + y: 1.0d } { dependencies: ["315169840E06110F"] @@ -1488,11 +1484,11 @@ } { dependencies: ["22E462070F8B027A"] - description: ["{quests.medium_voltage.mv_.desc}"] + description: ["{quests.medium_voltage.mv_chemical_reactor.desc}"] id: "79E8DC4D9B5F6B97" shape: "octagon" size: 2.0d - subtitle: "{quests.medium_voltage.mv_.subtitle}" + subtitle: "{quests.medium_voltage.mv_chemical_reactor.subtitle}" tasks: [{ id: "04A6D4858DA3CE94" item: "gtceu:mv_chemical_reactor" @@ -1519,6 +1515,54 @@ x: 9.0d y: 6.0d } + { + dependencies: [ + "26394C1290D70AB6" + "5063FDFFBE3E4855" + ] + dependency_requirement: "one_completed" + description: ["{quests.medium_voltage.lsb.desc}"] + icon: "gtceu:steel_large_boiler" + id: "730D7C10DEED3117" + shape: "square" + size: 1.0d + subtitle: "{quests.medium_voltage.lsb.subtitle}" + tasks: [{ + id: "67728209D0BE18B1" + item: "gtceu:steel_large_boiler" + type: "item" + }] + title: "{quests.medium_voltage.lsb.desc}" + x: 1.28d + y: 16.5d + } + { + dependencies: ["315169840E06110F"] + description: ["{quests.medium_voltage.mv_cpu.desc}"] + icon: "gtceu:cpu_chip" + id: "2C875707A396B6D3" + subtitle: "{quests.medium_voltage.mv_cpu.subtitle}" + tasks: [ + { + id: "0C0649DBFF188F15" + item: "gtceu:diamond_lens" + type: "item" + } + { + id: "54424809334833A8" + item: "gtceu:cpu_wafer" + type: "item" + } + { + id: "79DC85B4ACC166FB" + item: "gtceu:cpu_chip" + type: "item" + } + ] + title: "{quests.medium_voltage.mv_cpu.title}" + x: 5.0d + y: 8.0d + } ] subtitle: ["{quests.medium_voltage.subtitle}"] title: "{quests.medium_voltage}" diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index 3d5fefae8..8b3ff1f5b 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -640,4 +640,8 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__fireclay' }) event.remove({ id: 'gtceu:smelting/sticky_resin_from_slime' }) + + // Remove vanilla Eye of Ender + + event.remove({ id: 'minecraft:ender_eye' }) } From af3b8a22cc051afd6e51f9e272e7a69c5502ce26 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 17:10:19 +0100 Subject: [PATCH 040/246] moved moonbase structure to the last step of worldgen so it doesn't get stuff placed on top of it --- kubejs/data/tfg/worldgen/structure/moon/moonbase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json index 5d7729954..63c814b03 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -8,7 +8,7 @@ "biomes": "#tfg:has_structure/moonbase", "max_distance_from_center": 80, "project_start_to_heightmap": "WORLD_SURFACE_WG", - "step": "strongholds", + "step": "top_layer_modification", "terrain_adaptation": "beard_thin", "use_expansion_hack": false, "spawn_overrides": {} From 8dbfde32723a207fedc2a22a8701034f22808334 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 19:40:57 +0100 Subject: [PATCH 041/246] langs for biomes --- kubejs/assets/tfg/lang/en_us.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 5d8fadd26..aac567a6d 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -11,9 +11,14 @@ "biome.tfg.nether/gneiss_caves": "Deep Caves", "biome.tfg.nether/granite_caves": "Deep Caves", "biome.tfg.nether/schist_caves": "Deep Caves", - "biome.tfg.moon/lunar_basalt_maria": "Lunar Maria", - "biome.tfg.moon/lunar_diorite_delta": "Lunar Delta", - "biome.tfg.moon/lunar_gabbro_uplift": "Lunar Uplift", + "biome.tfg.moon/lunar_asurine_dense": "Certus Fields", + "biome.tfg.moon/lunar_asurine_sparse": "Asurine Fields", + "biome.tfg.moon/lunar_chorus_dense": "Chorus Thicket", + "biome.tfg.moon/lunar_chorus_sparse": "Chorus Forest", + "biome.tfg.moon/lunar_corals_dense": "Lunar Reef", + "biome.tfg.moon/lunar_corals_sparse": "Lunar Maria", + "biome.tfg.moon/lunar_lights_dense": "Lightbloom Star Gazers", + "biome.tfg.moon/lunar_lights_sparse": "Lightbloom Scrubland", "biome.tfg.moon/lunar_plains": "Lunar Plains", "block.tfg.decorative_vase.black": "Black Decorative Vase", "block.tfg.decorative_vase.gray": "Gray Decorative Vase", From bd0ebec8c1ae5d0fe0030cd6f02414f8c99ee6e2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 19:41:31 +0100 Subject: [PATCH 042/246] tweaks for moon spikes and warped vines, added asurine biome decoration --- .../biome/moon/lunar_asurine_dense.json | 6 +- .../biome/moon/lunar_asurine_sparse.json | 7 +- .../biome/moon/lunar_chorus_sparse.json | 2 +- .../biome/moon/lunar_corals_sparse.json | 2 +- .../biome/moon/lunar_lights_dense.json | 2 +- .../biome/moon/lunar_lights_sparse.json | 5 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 2 +- .../moon/asurine/asurine.json | 7 ++ .../moon/asurine/asurine_decoration.json | 98 ++++++++++++++++ .../moon/asurine/asurine_geode.json | 108 ++++++++++++++++++ .../moon/asurine/asurine_spikes.json | 80 +++++++++++++ .../{blob/asurine.json => asurine/blob.json} | 0 .../placed_feature/moon/asurine/asurine.json | 16 +++ .../moon/asurine/asurine_decoration.json | 16 +++ .../moon/asurine/asurine_geode.json | 4 + .../moon/asurine/asurine_spikes.json | 19 +++ .../moon/asurine/blob_dense.json | 27 +++++ .../moon/asurine/blob_sparse.json | 27 +++++ .../placed_feature/moon/blob/asurine.json | 27 ----- .../moon/surface/dead_coral_blocks.json | 5 +- .../moon/surface/delta/moon_deepslate.json | 3 +- .../moon/surface/loose/moon_deepslate.json | 3 +- .../moon/surface/pile/moon_deepslate.json | 3 +- .../moon/surface/spike/andesite.json | 3 +- .../moon/surface/spike/basalt.json | 3 +- .../moon/surface/spike/dacite.json | 3 +- .../moon/surface/spike/diorite.json | 3 +- .../moon/surface/spike/gabbro.json | 3 +- .../moon/surface/spike/glacio_stone.json | 3 +- .../moon/surface/spike/moon_stone.json | 3 +- .../moon/surface/spike/rhyolite.json | 3 +- .../moon/surface/warped_vine_common.json | 19 +++ ...warped_vine.json => warped_vine_rare.json} | 2 +- 33 files changed, 453 insertions(+), 61 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_decoration.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_geode.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_spikes.json rename kubejs/data/tfg/worldgen/configured_feature/moon/{blob/asurine.json => asurine/blob.json} (100%) create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_decoration.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_geode.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_spikes.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json rename kubejs/data/tfg/worldgen/placed_feature/moon/surface/{warped_vine.json => warped_vine_rare.json} (94%) 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 a87bfa04e..f916840c4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -23,7 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", + "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", @@ -42,7 +42,9 @@ [], "#tfg:moon_small_rock_features", [ - + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/asurine/asurine_spikes", + "tfg:moon/asurine/asurine" ], [ "tfg:moon/hardening" 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 c31ecb66b..c8113dabd 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -23,7 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", + "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", @@ -42,7 +42,10 @@ "#tfg:moon_large_rock_features", "#tfg:moon_small_rock_features", [ - "tfg:moon/surface/warped_sprouts_patch" + "tfg:moon/surface/dead_coral_fans", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/asurine/asurine_spikes" ], [ "tfg:moon/hardening" 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 e768bec2a..a168314ac 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -23,7 +23,6 @@ [], [], [ - "tfg:moon/blob/asurine", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", @@ -42,6 +41,7 @@ "#tfg:moon_large_rock_features", "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/dead_coral_fans", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/chorus_plant_rare" 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 5316958a0..41aa0dfbe 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -23,7 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", + "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", 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 191656f96..71f941597 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -43,7 +43,7 @@ [ "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", - "tfg:moon/surface/warped_vine" + "tfg:moon/surface/warped_vine_common" ], [ "tfg:moon/hardening" 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 dafbf26e9..e4f073500 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -23,7 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", + "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", @@ -43,7 +43,8 @@ "#tfg:moon_small_rock_features", [ "tfg:moon/surface/warped_sprouts_patch", - "tfg:moon/surface/warped_roots_patch" + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/surface/warped_vine_rare" ], [ "tfg:moon/hardening" diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index dd7b6e452..ccf3a705a 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -23,7 +23,7 @@ [], [], [ - "tfg:moon/blob/asurine", + "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", "tfg:earth/geode/calcite", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine.json new file mode 100644 index 000000000..28d86e54a --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine.json @@ -0,0 +1,7 @@ +{ + "type": "tfc:if_then", + "config": { + "if": "tfg:moon/asurine/asurine_geode", + "then": "tfg:moon/asurine/asurine_decoration" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_decoration.json b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_decoration.json new file mode 100644 index 000000000..792c80887 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_decoration.json @@ -0,0 +1,98 @@ +{ + "type": "minecraft:random_selector", + "config": { + "default": { + "feature": { + "type": "minecraft:no_op", + "config": {} + }, + "placement": [] + }, + "features": [ + { + "chance": 0.4, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:small_quartz_bud", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + } + } + } + }, + "placement": [] + } + }, + { + "chance": 0.3, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:medium_quartz_bud", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + } + } + } + }, + "placement": [] + } + }, + { + "chance": 0.2, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:large_quartz_bud", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + } + } + } + }, + "placement": [] + } + }, + { + "chance": 0.1, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:quartz_cluster", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + } + } + } + }, + "placement": [] + } + } + ] + } +} \ No newline at end of file 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 new file mode 100644 index 000000000..04cc4076b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_geode.json @@ -0,0 +1,108 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:quartz_block" + } + }, + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:damaged_budding_quartz" + } + }, + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "gtceu:moon_stone_certus_quartz_ore" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "create:cut_asurine" + } + }, + "inner_placements": [ + { + "Name": "ae2:small_quartz_bud", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + }, + { + "Name": "ae2:medium_quartz_bud", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + }, + { + "Name": "ae2:large_quartz_bud", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + }, + { + "Name": "ae2:quartz_cluster", + "Properties": { + "facing": "up", + "waterlogged": "false" + } + } + ], + "cannot_replace": "#minecraft:features_cannot_replace", + "invalid_blocks": "#minecraft:geode_invalid_blocks" + }, + "crack": { + "base_crack_size": 2, + "crack_point_offset": 2, + "generate_crack_chance": 0.1 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 1, + "layers": { + "filling": 1.7, + "inner_layer": 2.2, + "middle_layer": 3.2, + "outer_layer": 4.5 + }, + "max_gen_offset": 24, + "min_gen_offset": -24, + "noise_multiplier": 0.05, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": true, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0.083, + "use_potential_placements_chance": 0.35 + } +} diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_spikes.json b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_spikes.json new file mode 100644 index 000000000..02f263290 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/asurine_spikes.json @@ -0,0 +1,80 @@ +{ + "type": "minecraft:vegetation_patch", + "config": { + "depth": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "extra_bottom_block_chance": 0, + "extra_edge_column_chance": 0.2, + "ground_state": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "create:asurine" + } + }, + "replaceable": "#ad_astra:moon_stone_replaceables", + "surface": "floor", + "vegetation_chance": 0.4, + "vegetation_feature": { + "feature": { + "type": "minecraft:block_column", + "config": { + "allowed_placement": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction": "up", + "layers": [ + { + "height": { + "type": "minecraft:weighted_list", + "distribution": [ + { + "data": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 0 + } + }, + "weight": 5 + }, + { + "data": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 1 + } + }, + "weight": 1 + } + ] + }, + "provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "create:asurine" + } + } + } + ], + "prioritize_tip": true + } + }, + "placement": [] + }, + "vertical_range": 5, + "xz_radius": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/asurine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/asurine/blob.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/blob/asurine.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/asurine/blob.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json new file mode 100644 index 000000000..39fae484f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/asurine/asurine", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_decoration.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_decoration.json new file mode 100644 index 000000000..836742d79 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_decoration.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/asurine/asurine_decoration", + "placement": [ + { + "type": "minecraft:count", + "count": 30 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_geode.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_geode.json new file mode 100644 index 000000000..132280eca --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_geode.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/asurine/asurine_geode", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_spikes.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_spikes.json new file mode 100644 index 000000000..293c63b07 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine_spikes.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/asurine/asurine_spikes", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:rarity_filter", + "chance": 2 + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json new file mode 100644 index 000000000..edacee72f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_dense.json @@ -0,0 +1,27 @@ +{ + "feature": "tfg:moon/asurine/blob", + "placement": [ + { + "type": "minecraft:count", + "count": 6 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 210 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json new file mode 100644 index 000000000..2c91be390 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/blob_sparse.json @@ -0,0 +1,27 @@ +{ + "feature": "tfg:moon/asurine/blob", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 210 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json deleted file mode 100644 index 70b1a47ca..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "feature": "tfg:moon/blob/asurine", - "placement": [ - { - "type": "minecraft:count", - "count": 5 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:trapezoid", - "max_inclusive": { - "absolute": 210 - }, - "min_inclusive": { - "absolute": -64 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json index 04bd5e70f..1124ba40f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_blocks.json @@ -2,15 +2,12 @@ "feature": "tfg:moon/surface/dead_coral_blocks", "placement": [ { - "type": "minecraft:biome" + "type": "minecraft:in_square" }, { "type": "minecraft:rarity_filter", "chance": 1 }, - { - "type": "minecraft:in_square" - }, { "type": "minecraft:heightmap", "heightmap": "MOTION_BLOCKING" diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json index 4c66c82ad..6a0dc3a13 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/delta/moon_deepslate.json @@ -19,7 +19,8 @@ "offset": [ 0, -1, 0 ], "blocks": [ "ad_astra:moon_deepslate", - "tfg:rock/hardened_moon_deepslate" + "tfg:rock/hardened_moon_deepslate", + "tfc:sand/black" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json index f9ba19b5f..3691966a0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose/moon_deepslate.json @@ -19,7 +19,8 @@ "offset": [ 0, -1, 0 ], "blocks": [ "ad_astra:moon_deepslate", - "tfg:rock/hardened_moon_deepslate" + "tfg:rock/hardened_moon_deepslate", + "tfc:sand/black" ] } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json index 59f5b2038..b3c090de8 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json @@ -19,7 +19,8 @@ "offset": [ 0, -1, 0 ], "blocks": [ "ad_astra:moon_deepslate", - "tfg:rock/hardened_moon_deepslate" + "tfg:rock/hardened_moon_deepslate", + "tfc:sand/black" ] } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json index ab50caefa..1cac464a6 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "tfc:rock/raw/andesite", - "tfc:rock/hardened/andesite", - "tfc:rock/gravel/andesite" + "tfc:rock/hardened/andesite" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json index d27df603b..5ca0a75d3 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "tfc:rock/raw/basalt", - "tfc:rock/hardened/basalt", - "tfc:rock/gravel/basalt" + "tfc:rock/hardened/basalt" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json index b92e2302f..ef4a72d6f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "tfc:rock/raw/dacite", - "tfc:rock/hardened/dacite", - "tfc:rock/gravel/dacite" + "tfc:rock/hardened/dacite" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json index 049e90e95..255743baa 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "tfc:rock/raw/diorite", - "tfc:rock/hardened/diorite", - "tfc:rock/gravel/diorite" + "tfc:rock/hardened/diorite" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json index eeaab7264..18b100266 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "tfc:rock/raw/gabbro", - "tfc:rock/hardened/gabbro", - "tfc:rock/gravel/gabbro" + "tfc:rock/hardened/gabbro" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json index d379f24ff..1b1957d8b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "ad_astra:glacio_stone", - "tfg:rock/hardened_glacio_stone", - "ad_astra:glacio_cobblestone" + "tfg:rock/hardened_glacio_stone" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json index 9846ad356..a7b5976dc 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "ad_astra:moon_stone", - "tfg:rock/hardened_moon_stone", - "ad_astra:moon_sand" + "tfg:rock/hardened_moon_stone" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json index 2a9decc49..698cd3234 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json @@ -38,8 +38,7 @@ "type": "minecraft:matching_blocks", "blocks": [ "tfc:rock/raw/rhyolite", - "tfc:rock/hardened/rhyolite", - "tfc:rock/gravel/rhyolite" + "tfc:rock/hardened/rhyolite" ] } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json new file mode 100644 index 000000000..771091545 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/warped_vine", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:count", + "count": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json similarity index 94% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json rename to kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json index 0d4730331..ebbca0ab5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json @@ -6,7 +6,7 @@ }, { "type": "minecraft:rarity_filter", - "chance": 1 + "chance": 2 }, { "type": "minecraft:in_square" From 1c32bb6c4956564a3ef6be3b62cfb646701b9b66 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 19:46:38 +0100 Subject: [PATCH 043/246] updated langs --- kubejs/assets/gtceu/lang/en_us.json | 2 ++ kubejs/assets/tfg/lang/en_us.json | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 2ed03e10f..a5ea52d7b 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -62,6 +62,8 @@ "material.gtceu.ostrum": "Ostrum", "material.gtceu.calorite": "Calorite", "material.gtceu.etrium": "Etrium", + "material.gtceu.rocket_alloy_t1": "Colored Rocket Alloy", + "material.gtceu.vitrified_asbestos": "Vitrified Asbestos", "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index aac567a6d..5bc6a96ec 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -206,6 +206,7 @@ "item.tfg.latex_soaked_gloves": "Latex-Soaked Gloves", "item.tfg.spade_head_extruder_mold": "Extruder Mold (Spade Head)", "item.tfg.unfired_chalk": "Unfired Chalk Stick", + "item.tfg.armor_stand_arms": "Armor Stand with Arms", "item.tfg.brick.deepslate": "Migmatite Brick", "item.tfg.loose.moon_stone": "Loose Anorthosite", "item.tfg.brick.moon_stone": "Anorthosite Brick", @@ -581,12 +582,14 @@ "quests.development.hull_zpm.desc": "This is the &9Wetware&r Circuit line.\n\nIt will be the biggest automation challenge to face in this modpack. Best of luck.", "quests.gregtech_energy": "Gregtech Energy", "quests.gregtech_energy.subtitle": "So how does all of that work?", + "quests.gregtech_energy.start.title": "Let's do some explaining", + "quests.gregtech_energy.start.desc": "We know that &5GregTech&r isn’t the easiest mod to get into — especially when it comes to the &cenergy system&r. That’s why we’ll take our time in this chapter to explain as much as we can.\n\nSome things here might not make full sense until later in your progression, so &adon’t stress yourself&r. Just try to understand what you can for now, and feel free to &dcome back to this chapter&r whenever you have questions.\n\nWe’ve split this chapter into &efour categories&r, each one covering a topic related to the &6GregTech Energy System&r. We’ll provide as many examples as possible to help you understand how it all works.", + "quests.gregtech_energy.start.task": "Welcome aboard", "quests.gregtech_energy.TEST.title": "", "quests.gregtech_energy.TEST.subtitle": "", "quests.gregtech_energy.TEST.desc.1": "", "quests.gregtech_energy.TEST.desc.2": "", "quests.gregtech_energy.TEST.desc.3": "", - "quests.gregtech_energy.TEST.desc.4": "", "quests.gregtech_energy.TEST.task": "", "quests.gregtech_energy.TEST.desc": "", "quests.high_voltage": "&6HV&r - High Voltage", @@ -1063,6 +1066,9 @@ "quests.medium_voltage.mv_ram.title": "Download more RAM", "quests.medium_voltage.mv_ram.subtitle": "That's from the Dark Punk you know?", "quests.medium_voltage.mv_ram.desc": "&aRandom Access Memory&r is required for many Circuits.", + "quests.medium_voltage.lsb.title": "Getting very steamy", + "quests.medium_voltage.lsb.subtitle": "If you have unlimited fuel, it can still be good", + "quests.medium_voltage.lsb.desc": "If you're &lstill&r running off the &3Large Bronze Boiler&r, you may want to upgrade to the &3Large Steel Boiler&r.\n\nIt's slightly more efficient than the &3LBB&r, and produces &d900 EU/t worth of Steam&r.\n\nWe'd recommend you try other power options at this point.", "quests.metal_age": "Metallurgy Age", "quests.metal_age.subtitle": "Your First Technological Advancements.", "quests.metal_age.weld_bronze_ingots.title": "Welding Bronze", From eb17a8f6d611391f996cd7e440ebe4a596264754 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 20:35:17 +0100 Subject: [PATCH 044/246] tweak to placement of loose moon stones --- .../worldgen/placed_feature/moon/surface/pile/andesite.json | 4 ++-- .../tfg/worldgen/placed_feature/moon/surface/pile/basalt.json | 4 ++-- .../tfg/worldgen/placed_feature/moon/surface/pile/dacite.json | 4 ++-- .../worldgen/placed_feature/moon/surface/pile/diorite.json | 4 ++-- .../tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json | 4 ++-- .../placed_feature/moon/surface/pile/glacio_stone.json | 4 ++-- .../placed_feature/moon/surface/pile/moon_deepslate.json | 4 ++-- .../worldgen/placed_feature/moon/surface/pile/moon_stone.json | 4 ++-- .../worldgen/placed_feature/moon/surface/pile/rhyolite.json | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json index 4b71a4169..252f8da2c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/andesite.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json index 042eeebfb..394817812 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/basalt.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json index 62947dfa8..d8f4b0c30 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/dacite.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json index 77e2126f4..de0f58b22 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/diorite.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json index fb78a0b73..7d57e518c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/gabbro.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json index bde0f3510..c92714851 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/glacio_stone.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json index b3c090de8..a9ecd0c6f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_deepslate.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json index c5d9986b7..419577639 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/moon_stone.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json index 9a6d57813..b9724c715 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile/rhyolite.json @@ -10,7 +10,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" }, { "type": "minecraft:block_predicate_filter", @@ -29,7 +29,7 @@ }, { "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" + "heightmap": "WORLD_SURFACE_WG" } ] } \ No newline at end of file From 16f9cc850124b563c7e56f6be047eb790daa9b2b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 20:36:55 +0100 Subject: [PATCH 045/246] spikes should now only generate underground --- .../worldgen/placed_feature/moon/surface/spike/andesite.json | 3 +++ .../tfg/worldgen/placed_feature/moon/surface/spike/basalt.json | 3 +++ .../tfg/worldgen/placed_feature/moon/surface/spike/dacite.json | 3 +++ .../worldgen/placed_feature/moon/surface/spike/diorite.json | 3 +++ .../tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json | 3 +++ .../placed_feature/moon/surface/spike/glacio_stone.json | 3 +++ .../placed_feature/moon/surface/spike/moon_deepslate.json | 3 +++ .../worldgen/placed_feature/moon/surface/spike/moon_stone.json | 3 +++ .../worldgen/placed_feature/moon/surface/spike/rhyolite.json | 3 +++ 9 files changed, 27 insertions(+) diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json index 1cac464a6..b87a43e57 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json index 5ca0a75d3..7f783c02f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json index ef4a72d6f..7f37a98dd 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json index 255743baa..34846dadb 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json index 18b100266..fd98a11f0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json index 1b1957d8b..287597c97 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json index c101f3ef3..6166c8c39 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json index a7b5976dc..4dc61ff99 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json index 698cd3234..f06252b0b 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json @@ -32,6 +32,9 @@ "type": "minecraft:solid" } }, + { + "type": "tfc:underground" + }, { "type": "minecraft:block_predicate_filter", "predicate": { From c8c894a6539434dcadd375c5bce121ff0ff09709 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 21:00:04 +0100 Subject: [PATCH 046/246] craters...? not a huge fan of these tbh --- .../biome/moon/lunar_asurine_dense.json | 6 +- .../biome/moon/lunar_asurine_sparse.json | 2 +- .../biome/moon/lunar_chorus_sparse.json | 2 +- .../biome/moon/lunar_corals_dense.json | 2 +- .../biome/moon/lunar_corals_sparse.json | 2 +- .../biome/moon/lunar_lights_dense.json | 2 +- .../biome/moon/lunar_lights_sparse.json | 2 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 2 +- .../moon/asurine/asurine_geode.json | 6 +- .../moon/crater/extra_large.json | 83 +++++++++++++++++++ .../moon/crater/extra_small.json | 83 +++++++++++++++++++ .../configured_feature/moon/crater/large.json | 83 +++++++++++++++++++ .../moon/crater/medium.json | 83 +++++++++++++++++++ .../configured_feature/moon/crater/small.json | 83 +++++++++++++++++++ .../moon/crater/extra_large.json | 18 ++++ .../moon/crater/extra_small.json | 13 +++ .../placed_feature/moon/crater/large.json | 18 ++++ .../placed_feature/moon/crater/medium.json | 18 ++++ .../placed_feature/moon/crater/small.json | 18 ++++ kubejs/server_scripts/ad_astra/tags.js | 6 ++ 20 files changed, 519 insertions(+), 13 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json 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 f916840c4..47c00416f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", @@ -43,8 +43,8 @@ "#tfg:moon_small_rock_features", [ "tfg:moon/surface/warped_sprouts_patch", - "tfg:moon/asurine/asurine_spikes", - "tfg:moon/asurine/asurine" + "tfg:moon/asurine/asurine", + "tfg:moon/asurine/asurine_spikes" ], [ "tfg:moon/hardening" 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 c8113dabd..f438403d1 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", 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 a168314ac..4c35f3d2f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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 4559a072c..8091a9f89 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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 41aa0dfbe..6b75ee0b4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", 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 71f941597..507fa2074 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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 e4f073500..05f7745fa 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index ccf3a705a..afc91da7d 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", 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 04cc4076b..5a2469afd 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 @@ -84,9 +84,9 @@ "middle_layer": 3.2, "outer_layer": 4.5 }, - "max_gen_offset": 24, - "min_gen_offset": -24, - "noise_multiplier": 0.05, + "max_gen_offset": 36, + "min_gen_offset": -36, + "noise_multiplier": 0.1, "outer_wall_distance": { "type": "minecraft:uniform", "value": { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json new file mode 100644 index 000000000..bb1eec9b2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 1, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 25 + }, + "max_gen_offset": 32, + "min_gen_offset": -32, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json new file mode 100644 index 000000000..6fae055ee --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 1, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 5 + }, + "max_gen_offset": 16, + "min_gen_offset": -16, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json new file mode 100644 index 000000000..b00d38f32 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 1, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 20 + }, + "max_gen_offset": 32, + "min_gen_offset": -32, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json new file mode 100644 index 000000000..f6fa83a67 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 1, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 15 + }, + "max_gen_offset": 24, + "min_gen_offset": -24, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json new file mode 100644 index 000000000..6431c78cd --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 1, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 10 + }, + "max_gen_offset": 16, + "min_gen_offset": -16, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json new file mode 100644 index 000000000..0de411562 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/extra_large", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 12 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json new file mode 100644 index 000000000..696a7b95d --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json @@ -0,0 +1,13 @@ +{ + "feature": "tfg:moon/crater/extra_small", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json new file mode 100644 index 000000000..1c5534369 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/large", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 7 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json new file mode 100644 index 000000000..faabafcfc --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/medium", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json new file mode 100644 index 000000000..2049cbf41 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/small", + "placement": [ + { + "type": "minecraft:count", + "count": 3 + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE_WG" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 2 + } + ] +} \ 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 568956e42..0fc8a9b12 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -205,6 +205,12 @@ const registerAdAstraEntityTypeTags = (event) => { // All space veins go in tfg/tags.js const registerAdAstraPlacedFeatures = (event) => { + + event.add('tfg:moon_craters', 'tfg:moon/crater/extra_small') + event.add('tfg:moon_craters', 'tfg:moon/crater/small') + event.add('tfg:moon_craters', 'tfg:moon/crater/medium') + event.add('tfg:moon_craters', 'tfg:moon/crater/large') + event.add('tfg:moon_craters', 'tfg:moon/crater/extra_large') global.MOON_STONE_TYPES.forEach(stone => { // only in the sparse ones From acd98975ee8626afdcac5e64dce0b34b57d79614 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 21:12:59 +0100 Subject: [PATCH 047/246] never mind, those craters looked bad --- .../biome/moon/lunar_asurine_dense.json | 2 +- .../biome/moon/lunar_asurine_sparse.json | 2 +- .../biome/moon/lunar_chorus_sparse.json | 2 +- .../biome/moon/lunar_corals_dense.json | 2 +- .../biome/moon/lunar_corals_sparse.json | 2 +- .../biome/moon/lunar_lights_dense.json | 2 +- .../biome/moon/lunar_lights_sparse.json | 2 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 2 +- .../moon/crater/extra_large.json | 83 ------------------- .../moon/crater/extra_small.json | 83 ------------------- .../configured_feature/moon/crater/large.json | 83 ------------------- .../moon/crater/medium.json | 83 ------------------- .../configured_feature/moon/crater/small.json | 83 ------------------- .../moon/crater/extra_large.json | 18 ---- .../moon/crater/extra_small.json | 13 --- .../placed_feature/moon/crater/large.json | 18 ---- .../placed_feature/moon/crater/medium.json | 18 ---- .../placed_feature/moon/crater/small.json | 18 ---- kubejs/server_scripts/ad_astra/tags.js | 6 -- 19 files changed, 8 insertions(+), 514 deletions(-) delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json 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..63bed05d7 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", 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..c8113dabd 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", 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..a168314ac 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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..4559a072c 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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..41aa0dfbe 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", 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..71f941597 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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..e4f073500 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index afc91da7d..ccf3a705a 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -21,7 +21,7 @@ }, "features": [ [], - "#tfg:moon_craters", + [], [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json deleted file mode 100644 index bb1eec9b2..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "cannot_replace": "#minecraft:features_cannot_replace", - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_placements": [ - { - "Name": "minecraft:air" - } - ], - "invalid_blocks": "#minecraft:geode_invalid_blocks", - "middle_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "outer_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - } - }, - "crack": { - "base_crack_size": 0, - "crack_point_offset": 0, - "generate_crack_chance": 0 - }, - "distribution_points": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 4, - "min_inclusive": 3 - } - }, - "invalid_blocks_threshold": 1, - "layers": { - "filling": 0.01, - "inner_layer": 0.01, - "middle_layer": 0.01, - "outer_layer": 25 - }, - "max_gen_offset": 32, - "min_gen_offset": -32, - "noise_multiplier": 0, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 6, - "min_inclusive": 4 - } - }, - "placements_require_layer0_alternate": false, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 2, - "min_inclusive": 1 - } - }, - "use_alternate_layer0_chance": 0, - "use_potential_placements_chance": 0 - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json deleted file mode 100644 index 6fae055ee..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_small.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "cannot_replace": "#minecraft:features_cannot_replace", - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_placements": [ - { - "Name": "minecraft:air" - } - ], - "invalid_blocks": "#minecraft:geode_invalid_blocks", - "middle_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "outer_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - } - }, - "crack": { - "base_crack_size": 0, - "crack_point_offset": 0, - "generate_crack_chance": 0 - }, - "distribution_points": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 4, - "min_inclusive": 3 - } - }, - "invalid_blocks_threshold": 1, - "layers": { - "filling": 0.01, - "inner_layer": 0.01, - "middle_layer": 0.01, - "outer_layer": 5 - }, - "max_gen_offset": 16, - "min_gen_offset": -16, - "noise_multiplier": 0, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 6, - "min_inclusive": 4 - } - }, - "placements_require_layer0_alternate": false, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 2, - "min_inclusive": 1 - } - }, - "use_alternate_layer0_chance": 0, - "use_potential_placements_chance": 0 - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json deleted file mode 100644 index b00d38f32..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "cannot_replace": "#minecraft:features_cannot_replace", - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_placements": [ - { - "Name": "minecraft:air" - } - ], - "invalid_blocks": "#minecraft:geode_invalid_blocks", - "middle_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "outer_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - } - }, - "crack": { - "base_crack_size": 0, - "crack_point_offset": 0, - "generate_crack_chance": 0 - }, - "distribution_points": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 4, - "min_inclusive": 3 - } - }, - "invalid_blocks_threshold": 1, - "layers": { - "filling": 0.01, - "inner_layer": 0.01, - "middle_layer": 0.01, - "outer_layer": 20 - }, - "max_gen_offset": 32, - "min_gen_offset": -32, - "noise_multiplier": 0, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 6, - "min_inclusive": 4 - } - }, - "placements_require_layer0_alternate": false, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 2, - "min_inclusive": 1 - } - }, - "use_alternate_layer0_chance": 0, - "use_potential_placements_chance": 0 - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json deleted file mode 100644 index f6fa83a67..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "cannot_replace": "#minecraft:features_cannot_replace", - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_placements": [ - { - "Name": "minecraft:air" - } - ], - "invalid_blocks": "#minecraft:geode_invalid_blocks", - "middle_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "outer_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - } - }, - "crack": { - "base_crack_size": 0, - "crack_point_offset": 0, - "generate_crack_chance": 0 - }, - "distribution_points": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 4, - "min_inclusive": 3 - } - }, - "invalid_blocks_threshold": 1, - "layers": { - "filling": 0.01, - "inner_layer": 0.01, - "middle_layer": 0.01, - "outer_layer": 15 - }, - "max_gen_offset": 24, - "min_gen_offset": -24, - "noise_multiplier": 0, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 6, - "min_inclusive": 4 - } - }, - "placements_require_layer0_alternate": false, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 2, - "min_inclusive": 1 - } - }, - "use_alternate_layer0_chance": 0, - "use_potential_placements_chance": 0 - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json deleted file mode 100644 index 6431c78cd..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "type": "minecraft:geode", - "config": { - "blocks": { - "alternate_inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "cannot_replace": "#minecraft:features_cannot_replace", - "filling_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "inner_placements": [ - { - "Name": "minecraft:air" - } - ], - "invalid_blocks": "#minecraft:geode_invalid_blocks", - "middle_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - }, - "outer_layer_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:air" - } - } - }, - "crack": { - "base_crack_size": 0, - "crack_point_offset": 0, - "generate_crack_chance": 0 - }, - "distribution_points": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 4, - "min_inclusive": 3 - } - }, - "invalid_blocks_threshold": 1, - "layers": { - "filling": 0.01, - "inner_layer": 0.01, - "middle_layer": 0.01, - "outer_layer": 10 - }, - "max_gen_offset": 16, - "min_gen_offset": -16, - "noise_multiplier": 0, - "outer_wall_distance": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 6, - "min_inclusive": 4 - } - }, - "placements_require_layer0_alternate": false, - "point_offset": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 2, - "min_inclusive": 1 - } - }, - "use_alternate_layer0_chance": 0, - "use_potential_placements_chance": 0 - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json deleted file mode 100644 index 0de411562..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "feature": "tfg:moon/crater/extra_large", - "placement": [ - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": 12 - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json deleted file mode 100644 index 696a7b95d..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_small.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "feature": "tfg:moon/crater/extra_small", - "placement": [ - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json deleted file mode 100644 index 1c5534369..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "feature": "tfg:moon/crater/large", - "placement": [ - { - "type": "minecraft:count", - "count": 1 - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": 7 - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json deleted file mode 100644 index faabafcfc..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "feature": "tfg:moon/crater/medium", - "placement": [ - { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": 4 - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json deleted file mode 100644 index 2049cbf41..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "feature": "tfg:moon/crater/small", - "placement": [ - { - "type": "minecraft:count", - "count": 3 - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE_WG" - }, - { - "type": "minecraft:random_offset", - "xz_spread": 0, - "y_spread": 2 - } - ] -} \ 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 0fc8a9b12..931fde276 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -206,12 +206,6 @@ const registerAdAstraEntityTypeTags = (event) => { // All space veins go in tfg/tags.js const registerAdAstraPlacedFeatures = (event) => { - event.add('tfg:moon_craters', 'tfg:moon/crater/extra_small') - event.add('tfg:moon_craters', 'tfg:moon/crater/small') - event.add('tfg:moon_craters', 'tfg:moon/crater/medium') - event.add('tfg:moon_craters', 'tfg:moon/crater/large') - event.add('tfg:moon_craters', 'tfg:moon/crater/extra_large') - global.MOON_STONE_TYPES.forEach(stone => { // only in the sparse ones event.add('tfg:moon_large_rock_features', `tfg:moon/surface/delta/${stone}`) From 64e50a09cc3664588b8f73e8b46e2432d243748f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 13 May 2025 22:40:23 +0100 Subject: [PATCH 048/246] loot tables for new moon blocks --- kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json | 4 ++++ kubejs/data/tfg/loot_tables/blocks/lunar_roots.json | 4 ++++ kubejs/data/tfg/loot_tables/blocks/lunar_sprouts.json | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/lunar_roots.json create mode 100644 kubejs/data/tfg/loot_tables/blocks/lunar_sprouts.json diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json new file mode 100644 index 000000000..c1e0b0905 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_plant.json @@ -0,0 +1,4 @@ +{ + "type": "minecraft:block", + "pools": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_roots.json b/kubejs/data/tfg/loot_tables/blocks/lunar_roots.json new file mode 100644 index 000000000..c1e0b0905 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/lunar_roots.json @@ -0,0 +1,4 @@ +{ + "type": "minecraft:block", + "pools": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_sprouts.json b/kubejs/data/tfg/loot_tables/blocks/lunar_sprouts.json new file mode 100644 index 000000000..c1e0b0905 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/lunar_sprouts.json @@ -0,0 +1,4 @@ +{ + "type": "minecraft:block", + "pools": [] +} \ No newline at end of file From 7fbd4b74c4f075e3f5e0f5fa8208111660d0febf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 14 May 2025 01:07:10 +0100 Subject: [PATCH 049/246] loot tables for "meteorites" and quartz blocks --- .../loot_tables/blocks/sky_stone.json | 29 +++++++++++++++++++ .../ae2/loot_tables/blocks/quartz_block.json | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json create mode 100644 kubejs/data/ae2/loot_tables/blocks/quartz_block.json diff --git a/kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json b/kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json new file mode 100644 index 000000000..205dda2cf --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/sky_stone.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:poor_raw_iron" + }, + { + "type": "minecraft:item", + "name": "minecraft:raw_iron" + }, + { + "type": "minecraft:item", + "name": "gtceu:rich_raw_iron" + } + ], + "rolls": 5.0 + } + ], + "random_sequence": "ad_astra:blocks/sky_stone" +} \ No newline at end of file diff --git a/kubejs/data/ae2/loot_tables/blocks/quartz_block.json b/kubejs/data/ae2/loot_tables/blocks/quartz_block.json new file mode 100644 index 000000000..f45df8744 --- /dev/null +++ b/kubejs/data/ae2/loot_tables/blocks/quartz_block.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:poor_raw_certus_quartz" + }, + { + "type": "minecraft:item", + "name": "gtceu:raw_certus_quartz" + }, + { + "type": "minecraft:item", + "name": "gtceu:rich_raw_certus_quartz" + } + ], + "rolls": 5.0 + } + ], + "random_sequence": "ad_astra:blocks/sky_stone" +} \ No newline at end of file From 13adbc189fa1efd99b9b8f67f27519dfd3d1dc26 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 14 May 2025 01:19:17 +0100 Subject: [PATCH 050/246] craters but for realsies this time --- .../ae2/loot_tables/blocks/quartz_block.json | 2 +- .../biome/moon/lunar_asurine_dense.json | 2 +- .../biome/moon/lunar_asurine_sparse.json | 2 +- .../biome/moon/lunar_chorus_sparse.json | 2 +- .../biome/moon/lunar_corals_dense.json | 2 +- .../biome/moon/lunar_corals_sparse.json | 2 +- .../biome/moon/lunar_lights_dense.json | 2 +- .../biome/moon/lunar_lights_sparse.json | 2 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 2 +- .../moon/asurine/asurine_geode.json | 57 ++++--------- .../moon/crater/extra_large.json | 7 ++ .../moon/crater/extra_large_bowl.json | 83 +++++++++++++++++++ .../configured_feature/moon/crater/large.json | 7 ++ .../moon/crater/large_bowl.json | 83 +++++++++++++++++++ .../moon/crater/medium.json | 83 +++++++++++++++++++ .../moon/crater/meteorite.json | 65 +++++++++++++++ .../configured_feature/moon/crater/small.json | 83 +++++++++++++++++++ .../placed_feature/moon/asurine/asurine.json | 12 +-- .../moon/crater/extra_large.json | 18 ++++ .../moon/crater/extra_large_bowl.json | 4 + .../placed_feature/moon/crater/large.json | 18 ++++ .../moon/crater/large_bowl.json | 4 + .../placed_feature/moon/crater/medium.json | 18 ++++ .../placed_feature/moon/crater/meteorite.json | 22 +++++ .../placed_feature/moon/crater/small.json | 18 ++++ .../tfg/worldgen/structure/moon/moonbase.json | 2 +- kubejs/server_scripts/ad_astra/tags.js | 5 ++ kubejs/server_scripts/tfg/recipes.collapse.js | 6 ++ 28 files changed, 557 insertions(+), 56 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large_bowl.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/large_bowl.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large_bowl.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/large_bowl.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/meteorite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json diff --git a/kubejs/data/ae2/loot_tables/blocks/quartz_block.json b/kubejs/data/ae2/loot_tables/blocks/quartz_block.json index f45df8744..83a926aff 100644 --- a/kubejs/data/ae2/loot_tables/blocks/quartz_block.json +++ b/kubejs/data/ae2/loot_tables/blocks/quartz_block.json @@ -22,7 +22,7 @@ "name": "gtceu:rich_raw_certus_quartz" } ], - "rolls": 5.0 + "rolls": 3.0 } ], "random_sequence": "ad_astra:blocks/sky_stone" 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 63bed05d7..47c00416f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", 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 c8113dabd..f438403d1 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_dense", "tfg:earth/geode/amethyst", 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 a168314ac..4c35f3d2f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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 4559a072c..8091a9f89 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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 41aa0dfbe..6b75ee0b4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", 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 71f941597..507fa2074 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", 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 e4f073500..05f7745fa 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index ccf3a705a..afc91da7d 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -21,7 +21,7 @@ }, "features": [ [], - [], + "#tfg:moon_craters", [ "tfg:moon/asurine/blob_sparse", "tfg:earth/geode/amethyst", 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 5a2469afd..b1af3e761 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 @@ -5,25 +5,25 @@ "filling_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "minecraft:air" + "Name": "gtceu:moon_stone_certus_quartz_ore" } }, "inner_layer_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "ae2:quartz_block" + "Name": "gtceu:moon_stone_certus_quartz_ore" } }, "alternate_inner_layer_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "ae2:damaged_budding_quartz" + "Name": "gtceu:moon_stone_quartzite_ore" } }, "middle_layer_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "gtceu:moon_stone_certus_quartz_ore" + "Name": "create:asurine" } }, "outer_layer_provider": { @@ -34,32 +34,7 @@ }, "inner_placements": [ { - "Name": "ae2:small_quartz_bud", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "Name": "ae2:medium_quartz_bud", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "Name": "ae2:large_quartz_bud", - "Properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "Name": "ae2:quartz_cluster", - "Properties": { - "facing": "up", - "waterlogged": "false" - } + "Name": "gtceu:moon_stone_certus_quartz_ore" } ], "cannot_replace": "#minecraft:features_cannot_replace", @@ -77,16 +52,16 @@ "min_inclusive": 3 } }, - "invalid_blocks_threshold": 1, + "invalid_blocks_threshold": 4, "layers": { - "filling": 1.7, - "inner_layer": 2.2, - "middle_layer": 3.2, - "outer_layer": 4.5 + "filling": 0.3, + "inner_layer": 1.8, + "middle_layer": 3.1, + "outer_layer": 4.0 }, - "max_gen_offset": 36, - "min_gen_offset": -36, - "noise_multiplier": 0.1, + "max_gen_offset": 24, + "min_gen_offset": -24, + "noise_multiplier": 0.05, "outer_wall_distance": { "type": "minecraft:uniform", "value": { @@ -94,7 +69,7 @@ "min_inclusive": 4 } }, - "placements_require_layer0_alternate": true, + "placements_require_layer0_alternate": false, "point_offset": { "type": "minecraft:uniform", "value": { @@ -102,7 +77,7 @@ "min_inclusive": 1 } }, - "use_alternate_layer0_chance": 0.083, - "use_potential_placements_chance": 0.35 + "use_alternate_layer0_chance": 0.4, + "use_potential_placements_chance": 0.30 } } diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json new file mode 100644 index 000000000..5a4449ec5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large.json @@ -0,0 +1,7 @@ +{ + "type": "tfc:if_then", + "config": { + "if": "tfg:moon/crater/extra_large_bowl", + "then": "tfg:moon/crater/meteorite" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large_bowl.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large_bowl.json new file mode 100644 index 000000000..7538e4653 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/extra_large_bowl.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 4, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 38 + }, + "max_gen_offset": 48, + "min_gen_offset": -48, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json new file mode 100644 index 000000000..b44eedd95 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large.json @@ -0,0 +1,7 @@ +{ + "type": "tfc:if_then", + "config": { + "if": "tfg:moon/crater/large_bowl", + "then": "tfg:moon/crater/meteorite" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large_bowl.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large_bowl.json new file mode 100644 index 000000000..570836348 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/large_bowl.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 4, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 20 + }, + "max_gen_offset": 32, + "min_gen_offset": -32, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json new file mode 100644 index 000000000..020307173 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/medium.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 4, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 10 + }, + "max_gen_offset": 32, + "min_gen_offset": -32, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json new file mode 100644 index 000000000..ba5e1969c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json @@ -0,0 +1,65 @@ +{ + "type": "minecraft:random_selector", + "config": { + "default": { + "feature": { + "type": "minecraft:no_op", + "config": {} + }, + "placement": [] + }, + "features": [ + { + "chance": 0.2, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:sky_stone" + } + } + } + }, + "placement": [] + } + }, + { + "chance": 0.3, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ae2:sky_stone_block" + } + } + } + }, + "placement": [] + } + }, + { + "chance": 0.5, + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:mercury_stone" + } + } + } + }, + "placement": [] + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json new file mode 100644 index 000000000..f751ec01a --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/small.json @@ -0,0 +1,83 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "alternate_inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "cannot_replace": "#minecraft:features_cannot_replace", + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "inner_placements": [ + { + "Name": "minecraft:air" + } + ], + "invalid_blocks": "#minecraft:geode_invalid_blocks", + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + } + }, + "crack": { + "base_crack_size": 0, + "crack_point_offset": 0, + "generate_crack_chance": 0 + }, + "distribution_points": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 3 + } + }, + "invalid_blocks_threshold": 4, + "layers": { + "filling": 0.01, + "inner_layer": 0.01, + "middle_layer": 0.01, + "outer_layer": 5 + }, + "max_gen_offset": 16, + "min_gen_offset": -16, + "noise_multiplier": 0, + "outer_wall_distance": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 6, + "min_inclusive": 4 + } + }, + "placements_require_layer0_alternate": false, + "point_offset": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "use_alternate_layer0_chance": 0, + "use_potential_placements_chance": 0 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json index 39fae484f..aacf5be1e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/asurine/asurine.json @@ -2,15 +2,17 @@ "feature": "tfg:moon/asurine/asurine", "placement": [ { - "type": "minecraft:count", - "count": 2 - }, - { - "type": "minecraft:biome" + "type": "minecraft:rarity_filter", + "chance": 15 }, { "type": "minecraft:heightmap", "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": -7 } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json new file mode 100644 index 000000000..f54e6d75e --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/extra_large", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 35 + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 8 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large_bowl.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large_bowl.json new file mode 100644 index 000000000..7f39409ca --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/extra_large_bowl.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/crater/extra_large_bowl", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json new file mode 100644 index 000000000..dc3ca542f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/large", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 25 + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 6 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large_bowl.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large_bowl.json new file mode 100644 index 000000000..bc6be83fd --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/large_bowl.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/crater/large_bowl", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json new file mode 100644 index 000000000..582d30602 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/medium.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/medium", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 20 + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/meteorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/meteorite.json new file mode 100644 index 000000000..982c836e0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/meteorite.json @@ -0,0 +1,22 @@ +{ + "feature": "tfg:moon/crater/meteorite", + "placement": [ + { + "type": "minecraft:random_offset", + "xz_spread": 6, + "y_spread": 0 + }, + { + "type": "minecraft:environment_scan", + "allowed_search_condition": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction_of_search": "down", + "max_steps": 32, + "target_condition": { + "type": "minecraft:solid" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json new file mode 100644 index 000000000..2b894384e --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/crater/small.json @@ -0,0 +1,18 @@ +{ + "feature": "tfg:moon/crater/small", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 15 + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": -1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json index 63c814b03..7d66bb0cb 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -8,7 +8,7 @@ "biomes": "#tfg:has_structure/moonbase", "max_distance_from_center": 80, "project_start_to_heightmap": "WORLD_SURFACE_WG", - "step": "top_layer_modification", + "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false, "spawn_overrides": {} diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 931fde276..5e736366f 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -206,6 +206,11 @@ const registerAdAstraEntityTypeTags = (event) => { // All space veins go in tfg/tags.js const registerAdAstraPlacedFeatures = (event) => { + event.add('tfg:moon_craters', 'tfg:moon/crater/extra_large') + event.add('tfg:moon_craters', 'tfg:moon/crater/large') + event.add('tfg:moon_craters', 'tfg:moon/crater/medium') + event.add('tfg:moon_craters', 'tfg:moon/crater/small') + global.MOON_STONE_TYPES.forEach(stone => { // only in the sparse ones event.add('tfg:moon_large_rock_features', `tfg:moon/surface/delta/${stone}`) diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index 3a3d369d7..d762221da 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -23,29 +23,35 @@ function registerTFGCollapseRecipes(event) { event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'ad_astra:moon_stone') event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:rock/hardened_moon_stone') event.recipes.tfc.landslide('ad_astra:moon_cobblestone', 'ad_astra:moon_cobblestone') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', '#forge:ores_in_ground/moon_stone') event.recipes.tfc.landslide('ad_astra:moon_sand', 'ad_astra:moon_sand') event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'ad_astra:moon_deepslate') event.recipes.tfc.collapse('ad_astra:moon_deepslate', 'tfg:rock/hardened_moon_deepslate') + event.recipes.tfc.collapse('ad_astra:moon_deepslate', '#forge:ores_in_ground/moon_deepslate') event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'ad_astra:mars_stone') event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:rock/hardened_mars_stone') event.recipes.tfc.landslide('ad_astra:mars_cobblestone', 'ad_astra:mars_cobblestone') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', '#forge:ores_in_ground/mars_stone') event.recipes.tfc.landslide('ad_astra:mars_sand', 'ad_astra:mars_sand') event.recipes.tfc.collapse('ad_astra:venus_cobblestone', 'ad_astra:venus_stone') event.recipes.tfc.collapse('ad_astra:venus_cobblestone', 'tfg:rock/hardened_venus_stone') event.recipes.tfc.landslide('ad_astra:venus_cobblestone', 'ad_astra:venus_cobblestone') + event.recipes.tfc.collapse('ad_astra:venus_cobblestone', '#forge:ores_in_ground/venus_stone') event.recipes.tfc.landslide('ad_astra:venus_sand', 'ad_astra:venus_sand') event.recipes.tfc.collapse('ad_astra:mercury_cobblestone', 'ad_astra:mercury_stone') event.recipes.tfc.collapse('ad_astra:mercury_cobblestone', 'tfg:rock/hardened_mercury_stone') event.recipes.tfc.landslide('ad_astra:mercury_cobblestone', 'ad_astra:mercury_cobblestone') + event.recipes.tfc.collapse('ad_astra:mercury_cobblestone', '#forge:ores_in_ground/mercury_stone') event.recipes.tfc.landslide('ad_astra:mercury_sand', 'ad_astra:mercury_sand') event.recipes.tfc.collapse('ad_astra:glacio_cobblestone', 'ad_astra:glacio_stone') event.recipes.tfc.collapse('ad_astra:glacio_cobblestone', 'tfg:rock/hardened_glacio_stone') event.recipes.tfc.landslide('ad_astra:glacio_cobblestone', 'ad_astra:glacio_cobblestone') + event.recipes.tfc.collapse('ad_astra:glacio_cobblestone', '#forge:ores_in_ground/glacio_stone') event.recipes.tfc.landslide('ad_astra:glacio_sand', 'ad_astra:glacio_sand') // #endregion } \ No newline at end of file From c964c4421bbc27ceb3e12600938e8a2deb913ac1 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Wed, 14 May 2025 13:31:06 -0400 Subject: [PATCH 051/246] Fixes for quests (#1000) --- .../quests/chapters/ev__extreme_voltage.snbt | 5 +-- .../quests/chapters/hv__high_voltage.snbt | 1 + .../quests/chapters/mv__medium_voltage.snbt | 5 +-- .../quests/chapters/progression.snbt | 33 +++++++++++++++++++ .../quests/chapters/questssteam_age.snbt | 7 +++- .../quests/chapters/queststfc_tips.snbt | 6 +++- 6 files changed, 51 insertions(+), 6 deletions(-) diff --git a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt index cf2a37efd..047241a8b 100644 --- a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt +++ b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt @@ -1600,14 +1600,15 @@ y: 6.75d } { + dependencies: ["478B0D55369C0F7F"] id: "173A04F328414A36" tasks: [{ id: "66828E992294F8BD" item: "gtceu:rtm_alloy_ingot" type: "item" }] - x: 11.5d - y: 3.5d + x: 6.5d + y: 1.0d } ] subtitle: ["Improve your infrastructure and parallelise your setups"] diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index bf625217d..a5e78ad46 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -1345,6 +1345,7 @@ id: "6752CC523D38A214" subtitle: "Without it impossible to launch" tasks: [{ + count: 2L id: "4451763FB0D75C2D" item: "ad_astra:launch_pad" type: "item" diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt index 9571cad7e..45868f28a 100644 --- a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -991,7 +991,6 @@ y: 2.5d } { - dependencies: ["6A304E453D74C57C"] description: ["{quests.medium_voltage.mv_oilsands.desc}"] id: "575B07D390D9D079" optional: true @@ -1009,10 +1008,12 @@ } { dependencies: [ + "575B07D390D9D079" "53DC6E32C41C94C3" - "6EB68C28BEE24DEF" "05ADBAE5B6F38956" + "6EB68C28BEE24DEF" ] + dependency_requirement: "one_completed" description: [ "{quests.medium_voltage.mv_distillery.desc.1}" "{@pagebreak}" diff --git a/config/ftbquests/quests/chapters/progression.snbt b/config/ftbquests/quests/chapters/progression.snbt index 3d444f219..24162e9d3 100644 --- a/config/ftbquests/quests/chapters/progression.snbt +++ b/config/ftbquests/quests/chapters/progression.snbt @@ -332,6 +332,26 @@ x: 8.5d y: 1.0d } + { + id: "3644488B52C563F6" + linked_quest: "173A04F328414A36" + x: 11.0d + y: 0.0d + } + { + id: "1824692F2A7A8B43" + linked_quest: "7E755297E9685374" + x: 11.0d + y: -1.0d + } + { + id: "35C2CDE00DEC7D92" + linked_quest: "3FBDC8552F7D8008" + shape: "none" + size: 1.5d + x: 13.5d + y: -3.0d + } ] quests: [ { @@ -703,6 +723,19 @@ x: -1.0d y: -3.0d } + { + dependencies: ["3FBDC8552F7D8008"] + id: "2FF9BECA093B4D74" + subtitle: "This one will come with Mars Update" + tasks: [{ + id: "6572F2DD0C89A68B" + title: "Coming with Mars" + type: "checkmark" + }] + title: "Rocket Tier 2" + x: 13.5d + y: -1.0d + } ] subtitle: ["{quests.development.subtitle}"] title: "{quests.development}" diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index 586e1a5a1..ea4d63a42 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -1123,8 +1123,13 @@ y: -4.0d } { - dependencies: ["6AA07588374B59AB"] + dependencies: [ + "6AA07588374B59AB" + "45449ECE4F8128E7" + ] + dependency_requirement: "one_completed" description: ["{quests.steam_age.trains.desc}"] + hide_dependency_lines: false id: "02854A3E8A5D5043" optional: true shape: "heart" diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 228a39cb5..778449168 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -4680,7 +4680,11 @@ y: 4.5d } { - dependencies: ["74AE7DB845B88CF3"] + dependencies: [ + "74AE7DB845B88CF3" + "6958029B5514D4EC" + ] + dependency_requirement: "one_completed" description: [ "This is a guide on how to automatically route &lall&r your Hot Ingots to your Chemical Bath, while keeping everything automated in tip-top shape." "" From c7c170b9febb5bbb3787543d23cd44f5c79bff75 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 15 May 2025 00:39:45 +0100 Subject: [PATCH 052/246] ad astra configs --- config/ad_astra-client.jsonc | 12 ++++++------ config/ad_astra.jsonc | 2 +- config/ad_astra_giselle_addon.ver2.jsonc | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/ad_astra-client.jsonc b/config/ad_astra-client.jsonc index 18d02ca3e..0168f8dd9 100644 --- a/config/ad_astra-client.jsonc +++ b/config/ad_astra-client.jsonc @@ -5,19 +5,19 @@ // Type: Integer "oxygenBarX": 5, // Type: Integer - "oxygenBarY": 25, + "oxygenBarY": 195, // Type: Float - "oxygenBarScale": 0.5, + "oxygenBarScale": 0.6, // Type: Integer - "energyBarX": 11, + "energyBarX": 12, // Type: Integer - "energyBarY": 95, + "energyBarY": 265, // Type: Float - "energyBarScale": 0.5, + "energyBarScale": 0.6, "spaceMuffler": true, "radio": { // Range: 0 - 100 - "volume": 50, + "volume": 10, "favorites": [] } } \ No newline at end of file diff --git a/config/ad_astra.jsonc b/config/ad_astra.jsonc index 0d283e6b6..aac2ddd6b 100644 --- a/config/ad_astra.jsonc +++ b/config/ad_astra.jsonc @@ -16,7 +16,7 @@ */ "atmosphereLeave": 600, // A comma-separated list of planet IDs that should be hidden from the planets screen. e.g. minecraft:overworld,ad_astra:moon,ad_astra:mars,ad_astra:venus,ad_astra:mercury,ad_astra:glacio - "disabledPlanets": "ad_astra:mercury,ad_astra:venus,ad_astra:glacio", + "disabledPlanets": "ad_astra:earth_orbit,ad_astra:moon_orbit,ad_astra:mars_orbit,ad_astra:venus_orbit,ad_astra:mercury_orbit,ad_astra:glacio_orbit", // Disables oxygen damage. "disableOxygen": false, // Disables temperature damage. diff --git a/config/ad_astra_giselle_addon.ver2.jsonc b/config/ad_astra_giselle_addon.ver2.jsonc index 70d50b8de..04b23f270 100644 --- a/config/ad_astra_giselle_addon.ver2.jsonc +++ b/config/ad_astra_giselle_addon.ver2.jsonc @@ -3,13 +3,13 @@ // Type: Integer "oxygen_chargers_distribution_interval": 20, // Type: Long - "oxygen_can_fluid_capacity": 1000, + "oxygen_can_fluid_capacity": 5000, // Type: Long - "oxygen_can_fluid_transfer": 250, + "oxygen_can_fluid_transfer": 125, // Type: Long - "netherite_oxygen_can_fluid_capacity": 2000, + "netherite_oxygen_can_fluid_capacity": 10000, // Type: Long - "netherite_oxygen_can_fluid_transfer": 500 + "netherite_oxygen_can_fluid_transfer": 250 }, "machines": { // Type: Long @@ -42,7 +42,7 @@ * Blocks from Rocket Sensor to each direction * Type: Integer */ - "rocket_sensor_working_range": 3 + "rocket_sensor_working_range": 2 }, "enchantments": { // Show tooltip on this mod's enchanted book From 973a8c7e8ea2061247b03295277d1fbe7cceadbd Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 15 May 2025 01:19:17 +0100 Subject: [PATCH 053/246] added recipes for the oxygen loader --- kubejs/server_scripts/ad_astra/recipes.js | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index eb1ec98ee..5a93963d7 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -458,4 +458,39 @@ const registerAdAstraRecipes = (event) => { //#endregion + //#region Convert whatever fluids we want into the breathable gas needed for the Oxygen Distributor + + event.custom({ + type: 'ad_astra:oxygen_loading', + cookingtime: 1, + energy: 30, + input: { + ingredient: { + fluid: 'gtceu:air' + }, + millibuckets: 2 + }, + result: { + fluid: 'ad_astra:oxygen', + millibuckets: 100 + } + }).id('ad_astra:oxygen_loading/air_from_air') + + event.custom({ + type: 'ad_astra:oxygen_loading', + cookingtime: 1, + energy: 30, + input: { + ingredient: { + fluid: 'gtceu:oxygen' + }, + millibuckets: 1 + }, + result: { + fluid: 'ad_astra:oxygen', + millibuckets: 100 + } + }).id('ad_astra:oxygen_loading/air_from_oxygen_gas') + + //#endregion } From 448ea6f60beb8af324b43a707d196a7ea4e3f6c3 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 15 May 2025 01:19:39 +0100 Subject: [PATCH 054/246] started a tfg space recipes file, moved the air collector ones there --- kubejs/server_scripts/tfg/recipes.js | 1 + .../tfg/recipes.miscellaneous.js | 8 -------- kubejs/server_scripts/tfg/recipes.space.js | 20 +++++++++++++++++++ 3 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 kubejs/server_scripts/tfg/recipes.space.js diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index eec0f9d35..927849029 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -14,4 +14,5 @@ const registerTFGRecipes = (event) => { registerTFGSupportRecipes(event) registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) + registerTFGSpaceRecipes(event) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 5234d345b..1632719c0 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -382,14 +382,6 @@ function registerTFGMiscellaneousRecipes(event) { ).id(`universal_circuits_${tier}`); }); - // Air collector (move this to space stuff later) - event.recipes.gtceu.gas_collector('nether') - .circuit(2) - .outputFluids(Fluid.of('gtceu:air', 10000)) - .dimension('minecraft:the_nether') - .duration(200) - .EUt(16) - event.shapeless('1x tfg:armor_stand_arms', [ 'minecraft:armor_stand' ]).id(`tfg:shapeless/armor_stand_arms`) diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js new file mode 100644 index 000000000..4d66e2d5d --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -0,0 +1,20 @@ +// priority: 0 + +function registerTFGSpaceRecipes(event) { + + // Air collector + + event.recipes.gtceu.gas_collector('nether') + .circuit(2) + .outputFluids(Fluid.of('gtceu:air', 10000)) + .dimension('minecraft:the_nether') + .duration(200) + .EUt(16) + + event.recipes.gtceu.gas_collector('moon') + .circuit(3) + .outputFluids(Fluid.of('gtceu:argon', 1)) + .dimension('ad_astra:moon') + .duration(20*60*30) + .EUt(16) +} \ No newline at end of file From 917b62625711fb2786e09522084ea2791e0994a3 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 16 May 2025 13:03:18 -0400 Subject: [PATCH 055/246] Bedrock miner for the moon (#1021) * bedrock vein moon * Bedrock miner implementation * adding mica vein and fixing vein id with tfg * fix for id mica vein --- .../quests/chapters/hv__high_voltage.snbt | 17 ++++ kubejs/server_scripts/gregtech/data.js | 90 ++++++++++++------- .../gregtech/recipes.machines.js | 41 +++++++++ 3 files changed, 118 insertions(+), 30 deletions(-) diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index a5e78ad46..ce42ad1cd 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -1373,6 +1373,23 @@ x: 0.0d y: 10.0d } + { + dependencies: ["14D277A164202FF8"] + description: [ + "This may be the first time you encounter the &cBedrock Ore Miner&r, as it's rarely used in GregTech. \\nIt functions similarly to the &bFluid Drilling Rig&r, except the veins it targets will &nnever deplete&r.\\n\\nIt doesn't consume much energy — running fine at &bMV&r or &6HV&r — and requires &ano input materials&r.\\n\\nSo, what's the catch? \\nFinding the veins." + "{@pagebreak}" + "You’ll need a &6HV&r Ore Prospector set to &oBedrock Ore Mode&r (&7Shift + Right Click&r), and a fair bit of patience. Once you find your target, you’ll also have to figure out how to bring the resources back to your outpost.\\n\\nOn the &fMoon&r, you can find 5 unique bedrock ore veins:\\n\\n&7- Copper and Tin&r: Contains &6Chalcopyrite&r, &eZeolite&r, &fCassiterite&r, and &cRealgar (Arsenic)&r\\n&7- Tin Vein&r: Contains mainly &fCassiterite&r and &fTin&r\\n&7- Asbestos&r\\n&7- Magnetite (Iron) and Gold&r: Very rare — don't actively search for it\\n&7- A mysterious, &dextremely rare&r one... \\nIf you find it, you’ll be thrilled. If not, just live in peace. Don’t worry." + ] + id: "2878C147D273F774" + subtitle: "Unlimited ores?" + tasks: [{ + id: "55981710612D21D7" + item: "gtceu:mv_bedrock_ore_miner" + type: "item" + }] + x: 0.0d + y: -13.0d + } ] subtitle: ["{quests.high_voltage.subtitle}"] title: "{quests.high_voltage}" diff --git a/kubejs/server_scripts/gregtech/data.js b/kubejs/server_scripts/gregtech/data.js index 1272258bc..3a70cbed5 100644 --- a/kubejs/server_scripts/gregtech/data.js +++ b/kubejs/server_scripts/gregtech/data.js @@ -20,37 +20,67 @@ const registerGTCEUHeats = (event) => { const registerGTCEUBedrockOreVeins = (event) => { - event.add('tfg:bedrock_olivine_vein', vein => { - - vein.dimensions('ad_astra:moon') - vein.material(GTMaterials.Olivine, 100) - vein.weight(1000) - vein.yield(30) - vein.depletedYield(1) - vein.depletionChance(2) - vein.depletionAmount(1) - }) - - event.add('tfg:bedrock_magnetite_vein', vein => { - - vein.dimensions('ad_astra:moon') - vein.material(GTMaterials.Magnetite, 100) - vein.weight(500) - vein.yield(20) - vein.depletedYield(1) - vein.depletionChance(2) - vein.depletionAmount(1) - }) - - event.add('tfg:bedrock_asbestos_vein', vein => { - - vein.dimensions('ad_astra:moon') - vein.material(GTMaterials.Asbestos, 100) + // Tin + event.add('tfg:moon_tin', vein => { vein.weight(800) - vein.yield(20) - vein.depletedYield(1) - vein.depletionChance(2) - vein.depletionAmount(1) + .size(1) + .yield(1, 4) + .material(GTMaterials.Cassiterite, 5) + .material(GTMaterials.Tin, 2) + .dimensions('ad_astra:moon') + }) + + // Iron and Gold + event.add('tfg:moon_magnetite', vein => { + vein.weight(10) + .size(1) + .yield(1) + .material(GTMaterials.Magnetite, 100) + .material(GTMaterials.Gold, 1) + .dimensions('ad_astra:moon') + }) + + // Copper and Arsenic + event.add('tfg:moon_copper', vein => { + vein.weight(800) + .size(1) + .yield(1, 4) + .material(GTMaterials.Chalcopyrite, 10) + .material(GTMaterials.Zeolite, 4) + .material(GTMaterials.Cassiterite, 3) + .material(GTMaterials.Realgar, 2) + .dimensions('ad_astra:moon') + }) + + // Certus Quartz + event.add('tfg:moon_certus', vein => { + vein.weight(10) + .size(1) + .yield(1, 2) + .material(GTMaterials.CertusQuartz, 6) + .material(GTMaterials.Barite, 2) + .material(GTMaterials.Quartzite, 7) + .dimensions('ad_astra:moon') + }) + + // Asbestos + event.add('tfg:moon_asbestos', vein => { + vein.weight(1000) + .size(1) + .yield(1, 10) + .material(GTMaterials.Asbestos, 3) + .dimensions('ad_astra:moon') + }) + + // Mica - Talc Silicon Aluminium Potassium Fluorine Caesium + event.add('tfg:moon_mica', vein => { + vein.weight(500) + .size(1) + .yield(1, 3) + .material(GTMaterials.Mica, 55) + .material(GTMaterials.Kyanite, 25) + .material(GTMaterials.Pollucite, 15) + .dimensions('ad_astra:moon') }) // TODO: helium ore diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index cf172f383..d61cf7080 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -798,4 +798,45 @@ function registerGTCEuMachineRecipes(event) { event.replaceOutput({ id: 'gtceu:macerator/macerate_steam_input_hatch'}, 'gtceu:steel_dust', '6x gtceu:steel_dust') event.replaceOutput({ id: 'gtceu:arc_furnace/arc_steam_input_hatch'}, 'gtceu:steel_block', '6x gtceu:steel_ingot') + + // #region Bedrock Miner + + event.recipes.gtceu.assembler('gtceu:mv_bedrock_miner') + .itemInputs('1x gtceu:hv_machine_hull', + '4x #forge:frames/steel', + '4x #gtceu:circuits/iv', + '4x gtceu:hv_electric_motor', + '4x gtceu:hv_robot_arm', + '4x gtceu:hv_conveyor_module', + '4x #forge:gears/blue_steel') + .itemOutputs('gtceu:mv_bedrock_ore_miner') + .duration(400) + .EUt(GTValues.VA[GTValues.HV]) + .circuit(2) + + event.recipes.gtceu.assembler('gtceu:hv_bedrock_miner') + .itemInputs('1x gtceu:ev_machine_hull', + '4x #forge:frames/titanium', + '4x #gtceu:circuits/luv', + '4x gtceu:luv_electric_motor', + '4x gtceu:luv_robot_arm', + '4x gtceu:luv_conveyor_module', + '4x #forge:gears/ruridit') + .itemOutputs('gtceu:hv_bedrock_ore_miner') + .duration(400) + .EUt(GTValues.VA[GTValues.IV]) + .circuit(2) + + event.recipes.gtceu.assembler('gtceu:ev_bedrock_miner') + .itemInputs('1x gtceu:iv_machine_hull', + '4x #forge:frames/tungsten_steel', + '4x #gtceu:circuits/zpm', + '4x gtceu:zpm_electric_motor', + '4x gtceu:zpm_robot_arm', + '4x gtceu:zpm_conveyor_module', + '4x #forge:gears/osmiridium') + .itemOutputs('gtceu:ev_bedrock_ore_miner') + .duration(400) + .EUt(GTValues.VA[GTValues.ZPM]) + .circuit(2) } \ No newline at end of file From 0316f8899598a4e703ae375c40ab1cc844f4a163 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Sat, 17 May 2025 19:33:35 -0400 Subject: [PATCH 056/246] Fix Electrolyzing lang formate for moon update (#1032) --- .../ftbquests/quests/chapters/mv__medium_voltage.snbt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt index 45868f28a..0f3628a8d 100644 --- a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -321,7 +321,11 @@ } { dependencies: ["22E462070F8B027A"] - description: ["{quests.medium_voltage.electrolyzer.desc}"] + description: [ + "{quests.medium_voltage.electrolyzer.desc.1}" + "{@pagebreak}" + "{quests.medium_voltage.electrolyzer.desc.2}" + ] icon: "gtceu:mv_electrolyzer" id: "0EFEE489906256AA" shape: "octagon" @@ -329,7 +333,7 @@ subtitle: "{quests.medium_voltage.electrolyzer.subtitle}" tasks: [{ id: "1A599E57A9493E9F" - item: "gtceu:mv_chemical_reactor" + item: "gtceu:mv_electrolyzer" type: "item" }] title: "{quests.medium_voltage.electrolyzer.title}" @@ -1533,7 +1537,7 @@ item: "gtceu:steel_large_boiler" type: "item" }] - title: "{quests.medium_voltage.lsb.desc}" + title: "{quests.medium_voltage.lsb.title}" x: 1.28d y: 16.5d } From c251d34a96876e8d627938c22df32f176e6e5656 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 18 May 2025 12:21:41 +0100 Subject: [PATCH 057/246] changed moon worldgen depth from -64 to 0 --- .../tfg/worldgen/noise_settings/moon_noise.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index 5836fc47a..e2ee2d9f4 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -1,5 +1,5 @@ { - "sea_level": -48, + "sea_level": 0, "disable_mob_generation": false, "aquifers_enabled": false, "ore_veins_enabled": false, @@ -11,7 +11,7 @@ "Name": "minecraft:air" }, "noise": { - "min_y": -64, + "min_y": 0, "height": 384, "size_horizontal": 1, "size_vertical": 2 @@ -62,8 +62,8 @@ "type": "minecraft:max", "argument1": { "type": "minecraft:y_clamped_gradient", - "from_y": -64, - "to_y": -55, + "from_y": 0, + "to_y": 10, "from_value": 1, "to_value": -1 }, @@ -220,7 +220,7 @@ "if_true": { "type": "minecraft:y_above", "anchor": { - "absolute": 87 + "absolute": 70 }, "surface_depth_multiplier": 1, "add_stone_depth": false @@ -1132,10 +1132,10 @@ "type": "minecraft:vertical_gradient", "random_name": "tfg:between_top_and_middle_rock_layers", "false_at_and_above": { - "absolute": 68 + "absolute": 40 }, "true_at_and_below": { - "absolute": 60 + "absolute": 35 } }, "then_run": { From d7b2728246a04e4179272ff1cd4218480949e18e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 18 May 2025 12:25:38 +0100 Subject: [PATCH 058/246] pakku --- pakku-lock.json | 7075 ++++++----------------------------------------- 1 file changed, 781 insertions(+), 6294 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index ce29bede3..62e72a06d 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -1,5 +1,5 @@ { - "target": "multiplatform", + "target": "curseforge", "mc_versions": [ "1.20.1" ], @@ -8,49 +8,18 @@ }, "projects": [ { - "pakku_id": "vKxuOwsLOm1Eaesi", - "pakku_links": [ - "jkz20XWDUGHwlZxp", - "hEH6ly65CC6Sw1pf" - ], + "pakku_id": "TRLGFfgmWd0ze7GV", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "ae2-import-export-card", - "modrinth": "ae2-import-export-card" + "curseforge": "ae2-import-export-card" }, "name": { - "curseforge": "AE2 Import Export Card", - "modrinth": "AE2 Import Export Card" + "curseforge": "AE2 Import Export Card" }, "id": { - "curseforge": "982512", - "modrinth": "qelfSMnn" + "curseforge": "982512" }, "files": [ - { - "type": "modrinth", - "file_name": "ae2insertexportcard-1.20.1-1.3.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/qelfSMnn/versions/v8c3El4q/ae2insertexportcard-1.20.1-1.3.0.jar", - "id": "v8c3El4q", - "parent_id": "qelfSMnn", - "hashes": { - "sha512": "5b478677e7f2b717657785ca3315534c5bc113c4a8b3a6497f613d97e9231f614df80b42c71ffcf30ef3f789ea338f930c4a867cee7d216b52c8c5db3a39e668", - "sha1": "df8cbd8e49e001696a3d3e2c8352c3bb310e8c6f" - }, - "required_dependencies": [ - "XxWD5pD3" - ], - "size": 213744, - "date_published": "2024-07-21T15:09:14.293468Z" - }, { "type": "curseforge", "file_name": "ae2insertexportcard-1.20.1-1.3.0.jar", @@ -82,7 +51,10 @@ "pakku_links": [ "jkz20XWDUGHwlZxp", "HlauzHpOCumhX2AQ", - "hEH6ly65CC6Sw1pf" + "hEH6ly65CC6Sw1pf", + "FnKweRrkUQZW32bO", + "0IQGejKaqyQTLzbL", + "EbImyRnmgUybUFzA" ], "type": "MOD", "slug": { @@ -125,7 +97,9 @@ { "pakku_id": "G1s0TjQfR5uVCf2Y", "pakku_links": [ - "hEH6ly65CC6Sw1pf" + "hEH6ly65CC6Sw1pf", + "FnKweRrkUQZW32bO", + "0IQGejKaqyQTLzbL" ], "type": "MOD", "slug": { @@ -164,44 +138,18 @@ ] }, { - "pakku_id": "JDNo6JvhifCHhL4a", + "pakku_id": "5bFLocOstkf9AKyG", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "ai-improvements", - "modrinth": "ai-improvements" + "curseforge": "ai-improvements" }, "name": { - "curseforge": "AI Improvements", - "modrinth": "AI Improvements" + "curseforge": "AI Improvements" }, "id": { - "curseforge": "233019", - "modrinth": "DSVgwcji" + "curseforge": "233019" }, "files": [ - { - "type": "modrinth", - "file_name": "AI-Improvements-1.20-0.5.2.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/DSVgwcji/versions/eJihmpNQ/AI-Improvements-1.20-0.5.2.jar", - "id": "eJihmpNQ", - "parent_id": "DSVgwcji", - "hashes": { - "sha512": "eb932308aceb30f5157e967f1bd4b57eb1a1b2093886cbfaef6524b780337b8b0e2bd41c5103694c3a275827ceb7d63e7c55637a7a46f8e21f0a6770346b757d", - "sha1": "11ad483d1fd1f7ebd84b4940b1dc0926b3e9daa8" - }, - "required_dependencies": [], - "size": 29553, - "date_published": "2023-06-10T14:33:24.693482Z" - }, { "type": "curseforge", "file_name": "AI-Improvements-1.20-0.5.2.jar", @@ -227,194 +175,18 @@ ] }, { - "pakku_id": "433alm6SnUVbiAUS", - "pakku_links": [ - "J5CyvX6hIaMAyzVK", - "ot2YBFY8BHe8bgqE", - "cxgo5IyMJwtpohRH" - ], + "pakku_id": "txamn8WWF6EJ8Jcg", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "ad-astra", - "modrinth": "ad-astra" + "curseforge": "additional-placements" }, "name": { - "curseforge": "Ad Astra", - "modrinth": "Ad Astra" + "curseforge": "Additional Placements" }, "id": { - "curseforge": "635042", - "modrinth": "3ufwT9JF" + "curseforge": "674852" }, "files": [ - { - "type": "curseforge", - "file_name": "ad_astra-forge-1.20.1-1.15.20.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6262/32/ad_astra-forge-1.20.1-1.15.20.jar", - "id": "6262032", - "parent_id": "635042", - "hashes": { - "sha1": "537ac3e358a97efd7b03648a9bfd7b11f1ae7ff7", - "md5": "1ce3f9859fce6a4eac9b7f17e375dfd2" - }, - "required_dependencies": [ - "714059", - "704113", - "570073" - ], - "size": 7508861, - "date_published": "2025-03-04T01:59:36.293Z" - }, - { - "type": "modrinth", - "file_name": "ad_astra-forge-1.20.1-1.15.20.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/3ufwT9JF/versions/Qf7QFXk2/ad_astra-forge-1.20.1-1.15.20.jar", - "id": "Qf7QFXk2", - "parent_id": "3ufwT9JF", - "hashes": { - "sha512": "c7337add217258cea0cb7d9f9136b5a7c8a17600bc2cc9c722321af838690b6c285628dcaebfccedb3e1274683591ef7a45a3514094e5a3bcd8fe1c1f25626bf", - "sha1": "537ac3e358a97efd7b03648a9bfd7b11f1ae7ff7" - }, - "required_dependencies": [ - "G1hIVOrD", - "2u6LRnMa", - "M1953qlQ" - ], - "size": 7508861, - "date_published": "2025-03-04T01:59:42.652052Z" - } - ] - }, - { - "pakku_id": "CS7svU2WHJVgE26v", - "pakku_links": [ - "J5CyvX6hIaMAyzVK", - "cxgo5IyMJwtpohRH", - "ot2YBFY8BHe8bgqE", - "433alm6SnUVbiAUS" - ], - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "ad-astra-giselle-addon", - "modrinth": "ad-astra-giselle-addon" - }, - "name": { - "curseforge": "Ad Astra: Giselle Addon", - "modrinth": "Ad-Astra: Giselle Addon" - }, - "id": { - "curseforge": "714958", - "modrinth": "XQDxCBVw" - }, - "files": [ - { - "type": "curseforge", - "file_name": "Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6119/244/Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", - "id": "6119244", - "parent_id": "714958", - "hashes": { - "sha1": "877b88e224cbcbee498ec9d58f3554dd89e36469", - "md5": "68d8d06a5277e289a242b4acdcf06313" - }, - "required_dependencies": [ - "714059", - "570073", - "704113", - "635042" - ], - "size": 458371, - "date_published": "2025-01-24T09:42:36.753Z" - }, - { - "type": "modrinth", - "file_name": "Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/XQDxCBVw/versions/XRJhnGGs/Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", - "id": "XRJhnGGs", - "parent_id": "XQDxCBVw", - "hashes": { - "sha512": "a5e8b7b792aa42df56612e3b8684d2d262a7acaa124d6fe96c4c9d028f16b4ded527dc40c1597e0c36ccb1ab74ae0c91d65e9bb742e8894aee514ddb4b222c1b", - "sha1": "877b88e224cbcbee498ec9d58f3554dd89e36469" - }, - "required_dependencies": [ - "G1hIVOrD", - "2u6LRnMa", - "3ufwT9JF", - "M1953qlQ" - ], - "size": 458371, - "date_published": "2025-01-24T09:45:43.026170Z" - } - ] - }, - { - "pakku_id": "jPHrYCLCUpKjNOWD", - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "additional-placements", - "modrinth": "additional-placements" - }, - "name": { - "curseforge": "Additional Placements", - "modrinth": "Additional Placements" - }, - "id": { - "curseforge": "674852", - "modrinth": "f5TwOKkb" - }, - "files": [ - { - "type": "modrinth", - "file_name": "AdditionalPlacements-1.20.1-2.2.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/f5TwOKkb/versions/jMidKQDP/AdditionalPlacements-1.20.1-2.2.2.jar", - "id": "jMidKQDP", - "parent_id": "f5TwOKkb", - "hashes": { - "sha512": "652ab053312782b2207d09013a277d56a02bf907fd05d6b9ed9a4a7b91c39eb195a603d308de589ba209f3f082606c60ba6deac53bf341bcff028776f67f1632", - "sha1": "6c676e0b622c93080602b857f810dd5268ca9bed" - }, - "required_dependencies": [], - "size": 408388, - "date_published": "2025-02-12T19:35:33.301418Z" - }, { "type": "curseforge", "file_name": "AdditionalPlacements-1.20.1-2.2.2.jar", @@ -439,49 +211,22 @@ ] }, { - "pakku_id": "MFD6jxruLpyHffUA", + "pakku_id": "e2Pk18bNK9K9EpTK", "pakku_links": [ - "EcBglfhqCOZSw5D9" + "fgiCmrs5JUzMehUz", + "kzkvV4wmxNkW5eCx" ], "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "advancedperipherals", "curseforge": "advanced-peripherals" }, "name": { - "modrinth": "Advanced Peripherals", "curseforge": "Advanced Peripherals" }, "id": { - "modrinth": "SOw6jD6x", "curseforge": "431725" }, "files": [ - { - "type": "modrinth", - "file_name": "AdvancedPeripherals-1.20.1-0.7.41r.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/SOw6jD6x/versions/n4Npq89k/AdvancedPeripherals-1.20.1-0.7.41r.jar", - "id": "n4Npq89k", - "parent_id": "SOw6jD6x", - "hashes": { - "sha512": "feca2def6dcb82a9f9b99f9788f9e79a8eb2ed889bb782d34ef1dc7bcc79ec18f37e863f8955c737efd59992be1dbb9188d7f48708ec701872dfaaf0ae454f66", - "sha1": "e1040428e13272a318c06257ad9b1c6706f5ed1d" - }, - "required_dependencies": [ - "gu7yAYhd" - ], - "size": 875103, - "date_published": "2024-10-21T12:22:41.567033Z" - }, { "type": "curseforge", "file_name": "AdvancedPeripherals-1.20.1-0.7.41r.jar", @@ -545,46 +290,18 @@ ] }, { - "pakku_id": "tvYYX03nOjwRccDu", + "pakku_id": "Odyk7EVsuYynAJeZ", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "almanac-lib", - "modrinth": "almanac" + "curseforge": "almanac-lib" }, "name": { - "curseforge": "Almanac Lib", - "modrinth": "Almanac" + "curseforge": "Almanac Lib" }, "id": { - "curseforge": "1115285", - "modrinth": "Gi02250Z" + "curseforge": "1115285" }, "files": [ - { - "type": "modrinth", - "file_name": "almanac-1.20.x-forge-1.0.2.jar", - "mc_versions": [ - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/Gi02250Z/versions/DnzrwvfD/almanac-1.20.x-forge-1.0.2.jar", - "id": "DnzrwvfD", - "parent_id": "Gi02250Z", - "hashes": { - "sha512": "58c4dea50fcb17593e2c97a23ce101c62b5b32e2fd71d4bbf323f2778d4474c991caba7234ecf4d06f1e246ccb9ad7f67f2fa73f023cd80ef55333e2ed952f43", - "sha1": "f0b711df59cd589b088e536ca4134c5e6e73fd58" - }, - "required_dependencies": [], - "size": 15906, - "date_published": "2024-10-11T18:13:58.947870Z" - }, { "type": "curseforge", "file_name": "almanac-1.20.x-forge-1.0.2.jar", @@ -612,52 +329,25 @@ ] }, { - "pakku_id": "5jZ5lBj3SWftxKqq", + "pakku_id": "wXzHLlUEzCBiVmmf", "pakku_links": [ - "UOjZxqemtQFAP9R8" + "WLBp9cajd3ZyDeek" ], "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "ambientsounds", "curseforge": "ambientsounds" }, "name": { - "modrinth": "AmbientSounds", "curseforge": "AmbientSounds 6" }, "id": { - "modrinth": "fM515JnW", "curseforge": "254284" }, "files": [ - { - "type": "modrinth", - "file_name": "AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fM515JnW/versions/Azcdw9vT/AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", - "id": "Azcdw9vT", - "parent_id": "fM515JnW", - "hashes": { - "sha512": "7f50aca7fd415b8ccbab47d28b5f7fecc5bc83f7c6964d6b40222f02119f453e515e00659b11f3c4797e403d39e11796b467d7f06a0ec30c257a6a1948767eec", - "sha1": "934e8939b27625532cce257cd4fc57765eaa2de9" - }, - "required_dependencies": [ - "OsZiaDHq" - ], - "size": 83885807, - "date_published": "2025-04-22T12:25:27.402652Z" - }, { "type": "curseforge", - "file_name": "AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", + "file_name": "AmbientSounds_FORGE_v6.1.10_mc1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -666,134 +356,75 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6451/670/AmbientSounds_FORGE_v6.1.9_mc1.20.1.jar", - "id": "6451670", + "url": "https://edge.forgecdn.net/files/6525/810/AmbientSounds_FORGE_v6.1.10_mc1.20.1.jar", + "id": "6525810", "parent_id": "254284", "hashes": { - "sha1": "934e8939b27625532cce257cd4fc57765eaa2de9", - "md5": "dd203c11ba29f4a6056efc726f3ba5a7" + "sha1": "e7ef689927dc79299548b4350783e40aa038c7f7", + "md5": "90581a906aa769f56e6dd26545f38265" }, "required_dependencies": [ "257814" ], - "size": 83885807, - "date_published": "2025-04-22T12:24:57.987Z" + "size": 83885821, + "date_published": "2025-05-13T13:49:59.073Z" } ] }, { - "pakku_id": "hEH6ly65CC6Sw1pf", + "pakku_id": "0IQGejKaqyQTLzbL", "pakku_links": [ - "xIYXAtMQYLSiAsji" + "dR8ZIMOQFxDrUtOO" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "applied-energistics-2", - "modrinth": "ae2" + "curseforge": "applied-energistics-2" }, "name": { - "curseforge": "Applied Energistics 2", - "modrinth": "Applied Energistics 2" + "curseforge": "Applied Energistics 2" }, "id": { - "curseforge": "223794", - "modrinth": "XxWD5pD3" + "curseforge": "223794" }, "files": [ - { - "type": "modrinth", - "file_name": "appliedenergistics2-forge-15.3.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/XxWD5pD3/versions/Ap6Grcvz/appliedenergistics2-forge-15.3.4.jar", - "id": "Ap6Grcvz", - "parent_id": "XxWD5pD3", - "hashes": { - "sha512": "b24496c052d8c56673e7b8fd68fb171c851a442928e5a88d0121b5e6e388f748c0588b5965bda1b12d65944b4288bc60607bb7c5017a4fdd6c12c86f33a3d9ea", - "sha1": "fa899580dddd44500586a43874c504c7e4620d7a" - }, - "required_dependencies": [], - "size": 9746206, - "date_published": "2025-03-27T20:34:07.359242Z" - }, { "type": "curseforge", - "file_name": "appliedenergistics2-forge-15.3.4.jar", + "file_name": "appliedenergistics2-forge-15.4.2.jar", "mc_versions": [ "1.20.1" ], "loaders": [ - "neoforge", "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6357/138/appliedenergistics2-forge-15.3.4.jar", - "id": "6357138", + "url": "https://edge.forgecdn.net/files/6501/484/appliedenergistics2-forge-15.4.2.jar", + "id": "6501484", "parent_id": "223794", "hashes": { - "sha1": "fa899580dddd44500586a43874c504c7e4620d7a", - "md5": "7df1bee0c97c2d819ef6c745f6213fa8" + "sha1": "829ccaed2a1d1d25e9f5e459ccc481a3c061f8c1", + "md5": "9fe7f15dfec2b9a52975ed6b9140cef0" }, - "required_dependencies": [], - "size": 9746206, - "date_published": "2025-03-27T20:34:05.820Z" + "required_dependencies": [ + "1173950" + ], + "size": 8410614, + "date_published": "2025-05-06T08:16:21.133Z" } ] }, { - "pakku_id": "5wfRJRuF34kJZFbp", - "pakku_links": [ - "hEH6ly65CC6Sw1pf" - ], + "pakku_id": "NW3iRFsMBW7ecO8J", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "applied-energistics-2-wireless-terminals", - "modrinth": "applied-energistics-2-wireless-terminals" + "curseforge": "applied-energistics-2-wireless-terminals" }, "name": { - "curseforge": "Applied Energistics 2 Wireless Terminals", - "modrinth": "Applied Energistics 2 Wireless Terminals" + "curseforge": "Applied Energistics 2 Wireless Terminals" }, "id": { - "curseforge": "459929", - "modrinth": "pNabrMMw" + "curseforge": "459929" }, "files": [ - { - "type": "modrinth", - "file_name": "ae2wtlib-15.2.3-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/pNabrMMw/versions/O1Gg7y6z/ae2wtlib-15.2.3-forge.jar", - "id": "O1Gg7y6z", - "parent_id": "pNabrMMw", - "hashes": { - "sha512": "dc250ee0e998ec3e24cbd2f0f81304ac80a95ed94106dadc553af954feb492953397455e2e39a3ec80dc5bc3c0d5e9197d657a9f48e41d3de6a74cc1a31b75e9", - "sha1": "9a35bc25ba2daade63db76ff4012eb68b0392b08" - }, - "required_dependencies": [ - "lhGA9TYQ", - "vvuO3ImH", - "9s6osm5g", - "XxWD5pD3" - ], - "size": 213482, - "date_published": "2024-03-28T12:58:35.065897Z" - }, { "type": "curseforge", "file_name": "ae2wtlib-15.2.3-forge.jar", @@ -819,54 +450,24 @@ ] }, { - "pakku_id": "wprCoVssGF04wWEX", + "pakku_id": "DTQY7CRkNhQRsIHc", "pakku_links": [ - "F6H99cZ4H6jZRpEK", - "p2gtFoMFQckm3agI" + "fMkiGcRPRv1DdRC1" ], "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "arborfirmacraft-(afc)", "curseforge": "arborfirmacraft" }, "name": { - "modrinth": "ArborFirmaCraft (AFC)", "curseforge": "ArborFirmaCraft" }, "id": { - "modrinth": "9q4wtMjp", "curseforge": "877545" }, "files": [ - { - "type": "modrinth", - "file_name": "afc-1.0.15-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/9q4wtMjp/versions/WTlvl3a2/afc-1.0.15-1.20.1.jar", - "id": "WTlvl3a2", - "parent_id": "9q4wtMjp", - "hashes": { - "sha512": "ad9f12fea6bc3a50e24e4b6e350a19a7cb73543372c8e918f2dc91c30c282c9c73da7018db3cc4acf52776c415446f4d2a4fc461ce24d187d15af5af9ccaa69f", - "sha1": "bc0bd1fe835939127141eb905a136949ccb20dbd" - }, - "required_dependencies": [ - "nU0bVIaL", - "JaCEZUhg" - ], - "size": 5101948, - "date_published": "2025-05-07T01:44:15.051705Z" - }, { "type": "curseforge", - "file_name": "afc-1.0.15-1.20.1.jar", + "file_name": "afc-1.0.16-1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -875,60 +476,34 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6503/970/afc-1.0.15-1.20.1.jar", - "id": "6503970", + "url": "https://edge.forgecdn.net/files/6514/143/afc-1.0.16-1.20.1.jar", + "id": "6514143", "parent_id": "877545", "hashes": { - "sha1": "bc0bd1fe835939127141eb905a136949ccb20dbd", - "md5": "3c7ce7adbe8ee17515fddaf80a356655" + "sha1": "ccd779855cb17ddc2ca922d23f7734f4818f5791", + "md5": "4de5658231a8e6b666b736a8c826d441" }, "required_dependencies": [ "302973" ], - "size": 5101948, - "date_published": "2025-05-07T01:45:06.783Z" + "size": 5102110, + "date_published": "2025-05-09T22:48:10.113Z" } ] }, { - "pakku_id": "YrMPVh28ndtUkLsq", + "pakku_id": "0eaY2qNvkpQzolFy", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "architectury-api", - "modrinth": "architectury-api" + "curseforge": "architectury-api" }, "name": { - "curseforge": "Architectury API", - "modrinth": "Architectury API" + "curseforge": "Architectury API" }, "id": { - "curseforge": "419699", - "modrinth": "lhGA9TYQ" + "curseforge": "419699" }, "files": [ - { - "type": "modrinth", - "file_name": "architectury-9.2.14-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar", - "id": "1MKTLiiG", - "parent_id": "lhGA9TYQ", - "hashes": { - "sha512": "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7", - "sha1": "a52918a500ff421180a1cbd1a0cabee712134ec4" - }, - "required_dependencies": [], - "size": 580602, - "date_published": "2024-02-26T13:19:00.816154Z" - }, { "type": "curseforge", "file_name": "architectury-9.2.14-forge.jar", @@ -954,24 +529,20 @@ ] }, { - "pakku_id": "Zx7AtIkZXpAMvXML", + "pakku_id": "Y7Mq6cGsnK4c6ksf", "pakku_links": [ - "F6H99cZ4H6jZRpEK", - "sJVhKa7MFrt5HBXJ" + "6dYejgNtpJaOppvV", + "fMkiGcRPRv1DdRC1" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "astikor-carts-tfc", - "modrinth": "tfc-astikor-carts" + "curseforge": "astikor-carts-tfc" }, "name": { - "curseforge": "Astikor Carts TFC", - "modrinth": "TFC Astikor Carts" + "curseforge": "Astikor Carts TFC" }, "id": { - "curseforge": "844019", - "modrinth": "Q7dNt3PU" + "curseforge": "844019" }, "files": [ { @@ -998,74 +569,22 @@ ], "size": 532048, "date_published": "2024-10-09T14:37:43.363Z" - }, - { - "type": "modrinth", - "file_name": "TFCAstikorCarts-1.20.1-1.1.8.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Q7dNt3PU/versions/UVsPFqtl/TFCAstikorCarts-1.20.1-1.1.8.3.jar", - "id": "UVsPFqtl", - "parent_id": "Q7dNt3PU", - "hashes": { - "sha512": "6f2cfc309ba735f1bb423be39a19b1e726b96238d2ac81e93ea55dc10d9c08652d48c16eacb17c9a8cb466904b0c478702b4a35004665a908d986a3cfdf173be", - "sha1": "1a64a638d83e7b33d1f4c589ac0bc3005ffec34f" - }, - "required_dependencies": [ - "mnLFouB0", - "JaCEZUhg" - ], - "size": 532048, - "date_published": "2024-10-09T14:39:04.045371Z" } ] }, { - "pakku_id": "sJVhKa7MFrt5HBXJ", + "pakku_id": "6dYejgNtpJaOppvV", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "astikor-carts-redux", - "modrinth": "astikorcarts-redux" + "curseforge": "astikor-carts-redux" }, "name": { - "curseforge": "AstikorCarts Redux", - "modrinth": "AstikorCarts Redux" + "curseforge": "AstikorCarts Redux" }, "id": { - "curseforge": "916493", - "modrinth": "mnLFouB0" + "curseforge": "916493" }, "files": [ - { - "type": "modrinth", - "file_name": "astikorcarts-1.20.1-1.1.8.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/mnLFouB0/versions/p3r1QBKd/astikorcarts-1.20.1-1.1.8.jar", - "id": "p3r1QBKd", - "parent_id": "mnLFouB0", - "hashes": { - "sha512": "b75bd70ba76b0f82ab4dd546594ff7121849b3c6a574afbfcdb1acc9596559230019628a6197c420e9b96233482780f896574d868f046ef1c61a61c8928d9888", - "sha1": "49a8ac1c23282fe86420f0b4527e522421f2f692" - }, - "required_dependencies": [], - "size": 231706, - "date_published": "2024-07-28T15:20:11.552091Z" - }, { "type": "curseforge", "file_name": "astikorcarts-1.20.1-1.1.8.jar", @@ -1091,45 +610,18 @@ ] }, { - "pakku_id": "CeMPJ5cBXrp9AYCG", + "pakku_id": "kE1Of9J2jBx1Wcvd", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "async-locator", - "modrinth": "async-locator" + "curseforge": "async-locator" }, "name": { - "curseforge": "Async Locator", - "modrinth": "Async Locator" + "curseforge": "Async Locator" }, "id": { - "curseforge": "625069", - "modrinth": "rkN8aqci" + "curseforge": "625069" }, "files": [ - { - "type": "modrinth", - "file_name": "async-locator-forge-1.20-1.3.0.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/rkN8aqci/versions/Eip0qUwF/async-locator-forge-1.20-1.3.0.jar", - "id": "Eip0qUwF", - "parent_id": "rkN8aqci", - "hashes": { - "sha512": "84cfbd80bf0a5a53ffa42f1c154e8f5991f27e5924df011849693e00310a2654962f9d9e1aaa237931d8fcc2fe13bd2908f1cd92261b1fed8d5fa2b685d83194", - "sha1": "fa8e3d65644e5bf1ea62f1ba3c94b0982dfb7357" - }, - "required_dependencies": [], - "size": 264951, - "date_published": "2023-06-22T18:23:11.502437Z" - }, { "type": "curseforge", "file_name": "async-locator-forge-1.20-1.3.0.jar", @@ -1156,43 +648,18 @@ ] }, { - "pakku_id": "oC8drXTiVhSPnyCl", + "pakku_id": "LF98eEXPxykgcSrI", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "attributefix", - "modrinth": "attributefix" + "curseforge": "attributefix" }, "name": { - "curseforge": "AttributeFix", - "modrinth": "AttributeFix" + "curseforge": "AttributeFix" }, "id": { - "curseforge": "280510", - "modrinth": "lOOpEntO" + "curseforge": "280510" }, "files": [ - { - "type": "modrinth", - "file_name": "AttributeFix-Forge-1.20.1-21.0.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/lOOpEntO/versions/Y42wjyly/AttributeFix-Forge-1.20.1-21.0.4.jar", - "id": "Y42wjyly", - "parent_id": "lOOpEntO", - "hashes": { - "sha512": "a4f1431c3abb23d97ae6d742721fcc2d1d97b6f9e72e492cc13f2471b608614b8cbbde513fa0a6f8d002f27168130850bf358d405cd2120c979927d7e88fe3d3", - "sha1": "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa" - }, - "required_dependencies": [], - "size": 19471, - "date_published": "2023-11-29T11:27:52.410590Z" - }, { "type": "curseforge", "file_name": "AttributeFix-Forge-1.20.1-21.0.4.jar", @@ -1218,44 +685,18 @@ ] }, { - "pakku_id": "IaAWVyyrZaHMumyk", + "pakku_id": "379BaDcnVDR2UpIE", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "badoptimizations", - "modrinth": "badoptimizations" + "curseforge": "badoptimizations" }, "name": { - "curseforge": "BadOptimizations", - "modrinth": "BadOptimizations" + "curseforge": "BadOptimizations" }, "id": { - "curseforge": "949555", - "modrinth": "g96Z4WVZ" + "curseforge": "949555" }, "files": [ - { - "type": "modrinth", - "file_name": "BadOptimizations-2.2.2-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "fabric", - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/g96Z4WVZ/versions/5kAwHDZz/BadOptimizations-2.2.2-1.20.1.jar", - "id": "5kAwHDZz", - "parent_id": "g96Z4WVZ", - "hashes": { - "sha512": "df830eefa6143399e5d6c0590f029c5794578c6ec30a7b6cc868dd237a7ad99ecc327e18820dac50296534c7a5688d9ca474e2eecaf6c1835bc235a260a75afe", - "sha1": "04a3b472e31ab2c71ed7ae6051b718a0900302fb" - }, - "required_dependencies": [], - "size": 440152, - "date_published": "2025-04-28T23:35:52.782680Z" - }, { "type": "curseforge", "file_name": "BadOptimizations-2.2.2-1.20.1.jar", @@ -1281,47 +722,21 @@ ] }, { - "pakku_id": "Cix71vVsxRXjcO0Z", + "pakku_id": "eIMAkTQ4QJiCSZSg", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "balm", "curseforge": "balm" }, "name": { - "modrinth": "Balm", "curseforge": "Balm" }, "id": { - "modrinth": "MBAkmtvl", "curseforge": "531761" }, "files": [ - { - "type": "modrinth", - "file_name": "balm-forge-1.20.1-7.3.27-all.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/MBAkmtvl/versions/GmMJVPH4/balm-forge-1.20.1-7.3.27-all.jar", - "id": "GmMJVPH4", - "parent_id": "MBAkmtvl", - "hashes": { - "sha512": "a740f45553c945e0cc255390c5f84db9de2efc0f801c5c3a8580662fd5521b5ee9633c07ae8453f3a54d785f49aef7eed97e279ccd714137c4ab3d560c3600d3", - "sha1": "ca67b7528946937c609d8d3bfb9ea69a56f4b4b4" - }, - "required_dependencies": [], - "size": 475315, - "date_published": "2025-03-29T09:50:05.774689Z" - }, { "type": "curseforge", - "file_name": "balm-forge-1.20.1-7.3.27-all.jar", + "file_name": "balm-forge-1.20.1-7.3.29-all.jar", "mc_versions": [ "1.20.1", "1.20" @@ -1330,65 +745,32 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6362/504/balm-forge-1.20.1-7.3.27-all.jar", - "id": "6362504", + "url": "https://edge.forgecdn.net/files/6520/552/balm-forge-1.20.1-7.3.29-all.jar", + "id": "6520552", "parent_id": "531761", "hashes": { - "sha1": "8c0364c8e7fe47f86505d2a4c53c6022ebd7b9d2", - "md5": "f602ed9d2c722942623165fec6eb538f" + "sha1": "63c72ff9c85fa70fe340c0e9fc9a58d6221d481a", + "md5": "c0a9b19be467921a3192878ab7271289" }, "required_dependencies": [], - "size": 475315, - "date_published": "2025-03-29T09:50:06.680Z" + "size": 594963, + "date_published": "2025-05-11T20:10:08.660Z" } ] }, { - "pakku_id": "EL1cXYGNQIclUXTJ", - "pakku_links": [ - "Wp4bimC12ZfUWRDW", - "F6H99cZ4H6jZRpEK" - ], + "pakku_id": "r9pIjqoIJQfPnvI9", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "barrels-2012", - "modrinth": "barrels-2012" + "curseforge": "barrels-2012" }, "name": { - "curseforge": "Barrels 2012", - "modrinth": "Barrels 2012" + "curseforge": "Barrels 2012" }, "id": { - "curseforge": "662156", - "modrinth": "hnvFIZaX" + "curseforge": "662156" }, "files": [ - { - "type": "modrinth", - "file_name": "barrels_2012-2.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/hnvFIZaX/versions/moK5fhSI/barrels_2012-2.1.jar", - "id": "moK5fhSI", - "parent_id": "hnvFIZaX", - "hashes": { - "sha512": "b8e7072893dcb62d4382103894f47effd7e80585fee066dcc0e0ee2fae45a458a54d0d3f1893a9367e745f0adcd5602b794b28100976554881022e81d69202e0", - "sha1": "98ef976a9b356dce459fdd249ff19ad14fd375dd" - }, - "required_dependencies": [ - "vvuO3ImH", - "JaCEZUhg" - ], - "size": 35236, - "date_published": "2023-12-10T02:28:32.885026Z" - }, { "type": "curseforge", "file_name": "barrels_2012-2.1.jar", @@ -1417,46 +799,18 @@ ] }, { - "pakku_id": "yaiXQ1VP1cepz5F2", + "pakku_id": "7Sh1pRd6UQEQu3Qc", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "beneath", - "modrinth": "beneath" + "curseforge": "beneath" }, "name": { - "curseforge": "Beneath", - "modrinth": "Beneath" + "curseforge": "Beneath" }, "id": { - "curseforge": "1113980", - "modrinth": "6VieRZiz" + "curseforge": "1113980" }, "files": [ - { - "type": "modrinth", - "file_name": "beneath-1.20.1-1.0.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/6VieRZiz/versions/BPS3Bb2s/beneath-1.20.1-1.0.4.jar", - "id": "BPS3Bb2s", - "parent_id": "6VieRZiz", - "hashes": { - "sha512": "0e2ad7be3e389cb608fbe15c322de849ea05ebe890d8a015ff3e5dc9899cda90b1d1d73da25b57196ac0f0716ad9f6001aae8fe28f6851b1a1133c62267f8e45", - "sha1": "68fb9b544f582c45f7dc3402b2ae2f084d347a8b" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 1500598, - "date_published": "2025-02-11T01:11:12.901644Z" - }, { "type": "curseforge", "file_name": "beneath-1.20.1-1.0.4.jar", @@ -1484,45 +838,19 @@ ] }, { - "pakku_id": "ySlgxfqolWwH2GXk", + "pakku_id": "hhShqXRGFVCt6MeX", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "better-foliage-renewed", - "modrinth": "better-foliage-renewed" + "curseforge": "better-foliage-renewed" }, "name": { - "curseforge": "Better Foliage Renewed", - "modrinth": "Better Foliage Renewed" + "curseforge": "Better Foliage Renewed" }, "id": { - "curseforge": "470013", - "modrinth": "czNFt8ef" + "curseforge": "470013" }, "files": [ - { - "type": "modrinth", - "file_name": "betterfoliage-5.0.2.jar", - "mc_versions": [ - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/czNFt8ef/versions/LGnYiw7R/betterfoliage-5.0.2.jar", - "id": "LGnYiw7R", - "parent_id": "czNFt8ef", - "hashes": { - "sha512": "dc9f2035dd45005716817cc4621ca11d34f70d1bb72aad35808808f43c32b2e0b402a9c252918b318ff6297eb6c1eb565c6d632f446ebe198fca3f40a032f798", - "sha1": "4163772d08837daf22034e5333ddefc8532cdb69" - }, - "required_dependencies": [], - "size": 396130, - "date_published": "2023-12-03T18:03:21.100674Z" - }, { "type": "curseforge", "file_name": "betterfoliage-5.0.2.jar", @@ -1549,53 +877,18 @@ ] }, { - "pakku_id": "aKG6d4VDjrpXsgOv", - "pakku_links": [ - "IqPkca9cWhZ2JxDJ", - "YrMPVh28ndtUkLsq", - "hEH6ly65CC6Sw1pf" - ], + "pakku_id": "hn4E1S13hPaLVPSH", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "betterp2p", "curseforge": "betterp2p" }, "name": { - "modrinth": "Better P2P", "curseforge": "Better P2P" }, "id": { - "modrinth": "9DDxOvTJ", "curseforge": "538092" }, "files": [ - { - "type": "modrinth", - "file_name": "betterp2p-1.5.0-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/9DDxOvTJ/versions/9fICjMvt/betterp2p-1.5.0-forge.jar", - "id": "9fICjMvt", - "parent_id": "9DDxOvTJ", - "hashes": { - "sha512": "ced1cd946fe0d0e8fef94ee4afad88f7f4e10f94a04b9c08a2fbd709b9d1b0a0b1b2af57d0607c779ef11f66e0ca631bb8dfdd992ed2a5a6cf20701274bbddbc", - "sha1": "ee1a5e156b230474db0a57ce78174fcb1cd351e2" - }, - "required_dependencies": [ - "ordsPcFz", - "lhGA9TYQ", - "XxWD5pD3" - ], - "size": 262299, - "date_published": "2024-12-23T06:40:12.557938Z" - }, { "type": "curseforge", "file_name": "betterp2p-1.5.0-forge.jar", @@ -1624,43 +917,19 @@ ] }, { - "pakku_id": "27EMyRit1jQwhim7", + "pakku_id": "s4MrtNacNksvbP3v", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "better-ping-display", - "modrinth": "better-ping-display" + "curseforge": "better-ping-display" }, "name": { - "curseforge": "Better Ping Display", - "modrinth": "Better Ping Display [Forge/NeoForge]" + "curseforge": "Better Ping Display" }, "id": { - "curseforge": "292038", - "modrinth": "ZvaHbwoZ" + "curseforge": "292038" }, "files": [ - { - "type": "modrinth", - "file_name": "BetterPingDisplay-1.20.1-1.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/ZvaHbwoZ/versions/jXuIS25Y/BetterPingDisplay-1.20.1-1.1.jar", - "id": "jXuIS25Y", - "parent_id": "ZvaHbwoZ", - "hashes": { - "sha512": "dce676dd2ad95dc0ed1d4d5ebdbdc65880d8654a457c8e9e37c560ee985806b12f7f7503fb332a6873bc69059be6587635d037cb9160838e8f93218e1e7c6e20", - "sha1": "6347a5bff9405c59ec7d428e5e24115f5b17a90b" - }, - "required_dependencies": [], - "size": 15889, - "date_published": "2023-06-18T02:08:33.816718Z" - }, { "type": "curseforge", "file_name": "BetterPingDisplay-1.20.1-1.1.jar", @@ -1685,46 +954,19 @@ ] }, { - "pakku_id": "LxcRvxjApsDeNsDm", + "pakku_id": "FfcQrNTIk6KM8Pau", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "better-third-person", - "modrinth": "better-third-person" + "curseforge": "better-third-person" }, "name": { - "curseforge": "Better Third Person", - "modrinth": "Better Third Person" + "curseforge": "Better Third Person" }, "id": { - "curseforge": "435044", - "modrinth": "G1s2WpNo" + "curseforge": "435044" }, "files": [ - { - "type": "modrinth", - "file_name": "BetterThirdPerson-Forge-1.20-1.9.0.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/G1s2WpNo/versions/XkYduFuv/BetterThirdPerson-Forge-1.20-1.9.0.jar", - "id": "XkYduFuv", - "parent_id": "G1s2WpNo", - "hashes": { - "sha512": "ae854893f17c3e42825e88119f4bd6be8948612494780194cb1c1cd5d65d571c91e7222c286cb734b3af363f927a6be8ad05347cd2c3fec6e1874b4aaac14c7b", - "sha1": "0b0a3ff3b244fa191b3f9580547071dee46f7276" - }, - "required_dependencies": [], - "size": 61525, - "date_published": "2023-09-25T17:49:19.507911Z" - }, { "type": "curseforge", "file_name": "BetterThirdPerson-Forge-1.20-1.9.0.jar", @@ -1754,44 +996,19 @@ ] }, { - "pakku_id": "aWmod7mfGa1gg77B", + "pakku_id": "YF0e81kWfKVfKx5m", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "blur-forge", - "modrinth": "blur-forge" + "curseforge": "blur-forge" }, "name": { - "curseforge": "Blur (Forge)", - "modrinth": "Blur Forge (Unofficial)" + "curseforge": "Blur (Forge)" }, "id": { - "curseforge": "823106", - "modrinth": "o4Wx4DUB" + "curseforge": "823106" }, "files": [ - { - "type": "modrinth", - "file_name": "blur-forge-3.1.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/o4Wx4DUB/versions/NOiJG3oF/blur-forge-3.1.1.jar", - "id": "NOiJG3oF", - "parent_id": "o4Wx4DUB", - "hashes": { - "sha512": "9d35f532c40ca55eb054188e6293b6f57eecdb748da9bdbf68a0c2567101c09d62ac66f652602f0567247fe0fc6f5fc4d95fdc6c034ee22544d4ff2d3ae723c3", - "sha1": "562f34155f3849463449aeb1ab54cc7064e4bc86" - }, - "required_dependencies": [], - "size": 177259, - "date_published": "2023-11-27T16:15:44.263909Z" - }, { "type": "curseforge", "file_name": "blur-forge-3.1.1.jar", @@ -1817,12 +1034,12 @@ ] }, { - "pakku_id": "zOSnEtHEiKmumRhV", + "pakku_id": "brUUIjlzdX34dgFd", "type": "MOD", - "side": "BOTH", + "side": "SERVER", "slug": { "curseforge": "bookshelf", - "modrinth": "bookshelf-lib" + "modrinth": "bookshelf" }, "name": { "curseforge": "Bookshelf", @@ -1830,30 +1047,9 @@ }, "id": { "curseforge": "228525", - "modrinth": "uy4Cnpcm" + "modrinth": "VUkUwfUG" }, "files": [ - { - "type": "modrinth", - "file_name": "Bookshelf-Forge-1.20.1-20.2.13.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/uy4Cnpcm/versions/tNwsir0K/Bookshelf-Forge-1.20.1-20.2.13.jar", - "id": "tNwsir0K", - "parent_id": "uy4Cnpcm", - "hashes": { - "sha512": "1143753a001bccb3fc84c699cc93343f1941da9b7a63d3a3b8078808262b42962f8b10a2c16ed97a49c058865a6dbaa7e85a1e8842b95039d222f06ab4ee9509", - "sha1": "c53d9eb5ce9e8ef0f2ea9b11e478d84ce958c3e5" - }, - "required_dependencies": [], - "size": 343962, - "date_published": "2024-06-13T15:17:37.621721Z" - }, { "type": "curseforge", "file_name": "Bookshelf-Forge-1.20.1-20.2.13.jar", @@ -1878,69 +1074,6 @@ } ] }, - { - "pakku_id": "ot2YBFY8BHe8bgqE", - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "botarium", - "modrinth": "botarium" - }, - "name": { - "curseforge": "Botarium", - "modrinth": "Botarium" - }, - "id": { - "curseforge": "704113", - "modrinth": "2u6LRnMa" - }, - "files": [ - { - "type": "curseforge", - "file_name": "botarium-forge-1.20.1-2.3.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5486/70/botarium-forge-1.20.1-2.3.4.jar", - "id": "5486070", - "parent_id": "704113", - "hashes": { - "sha1": "a6928cb03b7c5f81900d3d3c8e8c8f6a89a51a5b", - "md5": "c204f9d834da78a3972fc98da96730aa" - }, - "required_dependencies": [], - "size": 157633, - "date_published": "2024-06-29T17:38:58.730Z" - }, - { - "type": "modrinth", - "file_name": "botarium-forge-1.20.1-2.3.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/2u6LRnMa/versions/O7D6FTfW/botarium-forge-1.20.1-2.3.4.jar", - "id": "O7D6FTfW", - "parent_id": "2u6LRnMa", - "hashes": { - "sha512": "aa3530dde50966e47958690b02a343c4de3782d32ae3b2cb75b2155eebb76e172a292768d846b8d14a97bc9ebe18f1f655eaa3469fce13b2b4b15b16af0aba01", - "sha1": "a6928cb03b7c5f81900d3d3c8e8c8f6a89a51a5b" - }, - "required_dependencies": [], - "size": 157633, - "date_published": "2024-06-29T17:39:00.425265Z" - } - ] - }, { "pakku_id": "hAYZJm96tcU47i8e", "type": "MOD", @@ -1979,43 +1112,18 @@ ] }, { - "pakku_id": "EcBglfhqCOZSw5D9", + "pakku_id": "kzkvV4wmxNkW5eCx", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "cc-tweaked", - "modrinth": "cc-tweaked" + "curseforge": "cc-tweaked" }, "name": { - "curseforge": "CC: Tweaked", - "modrinth": "CC: Tweaked" + "curseforge": "CC: Tweaked" }, "id": { - "curseforge": "282001", - "modrinth": "gu7yAYhd" + "curseforge": "282001" }, "files": [ - { - "type": "modrinth", - "file_name": "cc-tweaked-1.20.1-forge-1.113.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/gu7yAYhd/versions/a457666C/cc-tweaked-1.20.1-forge-1.113.1.jar", - "id": "a457666C", - "parent_id": "gu7yAYhd", - "hashes": { - "sha512": "d82e78dc579c5a30fc98d48b48d6b6876d74c1146a2c91bf1f1f0aa34daebaad92f3a3a4f355f9c9f05affed1c5c904b8bc660269aee568634956e22a0a49d3d", - "sha1": "ca74a2ad65f149e7465e849b479abec863a82bf1" - }, - "required_dependencies": [], - "size": 3063695, - "date_published": "2024-09-11T19:12:08.027947Z" - }, { "type": "curseforge", "file_name": "cc-tweaked-1.20.1-forge-1.113.1.jar", @@ -2040,50 +1148,18 @@ ] }, { - "pakku_id": "c71nY6Rsq04CcE5b", - "pakku_links": [ - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "v5vTCkied5bKjBjM", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "cccbridge", - "modrinth": "cccbridge" + "curseforge": "cccbridge" }, "name": { - "curseforge": "CC:C Bridge", - "modrinth": "CC:C Bridge" + "curseforge": "CC:C Bridge" }, "id": { - "curseforge": "656214", - "modrinth": "fXt291FO" + "curseforge": "656214" }, "files": [ - { - "type": "modrinth", - "file_name": "cccbridge-mc1.20.1-forge-1.6.3.jar", - "mc_versions": [ - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fXt291FO/versions/sPKVzUaW/cccbridge-mc1.20.1-forge-1.6.3.jar", - "id": "sPKVzUaW", - "parent_id": "fXt291FO", - "hashes": { - "sha512": "aa3b5464a1038d94de718583d035def8a9944032cb5de177cbef285ed49ca891c10c7095c5db1840eb3d4f4828f083056d1e02fafcdbb2c4ca771093be5923eb", - "sha1": "78a03348b3c1f26170cd1171b3a8ca8fbb34a272" - }, - "required_dependencies": [ - "LNytGWDc", - "gu7yAYhd" - ], - "size": 289381, - "date_published": "2023-11-13T16:44:59.790127Z" - }, { "type": "curseforge", "file_name": "cccbridge-mc1.20.1-forge-1.6.3.jar", @@ -2109,48 +1185,18 @@ ] }, { - "pakku_id": "WvU533IgjamjCFtT", - "pakku_links": [ - "3B5EGC3hh54PlLuy" - ], + "pakku_id": "Y2789EQtsu4Lnvgv", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "carpeted-stairs", "curseforge": "carpeted-stairs" }, "name": { - "modrinth": "Carpeted Stairs & Slabs", "curseforge": "Carpeted Stairs & Slabs" }, "id": { - "modrinth": "Ogzlp7me", "curseforge": "720848" }, "files": [ - { - "type": "modrinth", - "file_name": "carpeted-1.20-1.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Ogzlp7me/versions/5v8AkQ8d/carpeted-1.20-1.4.jar", - "id": "5v8AkQ8d", - "parent_id": "Ogzlp7me", - "hashes": { - "sha512": "4c9932e314ed8b9db1947e5a1174d84261e2b1258224ec1583fe84c4b8451fa34e750a660113abd19a4866b06f48bc80dd266167a247a0b743afddc4e3a80d5c", - "sha1": "5f177a96a08454572723cf31fee9187c6bc1140e" - }, - "required_dependencies": [ - "twkfQtEc" - ], - "size": 81717, - "date_published": "2023-07-20T22:42:01.926447Z" - }, { "type": "curseforge", "file_name": "carpeted-1.20-1.4.jar", @@ -2178,44 +1224,18 @@ ] }, { - "pakku_id": "KlZ9GY5bUeYA7T7k", + "pakku_id": "Ed3AhjFhJGqf6Dvx", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "carry-on", - "modrinth": "carry-on" + "curseforge": "carry-on" }, "name": { - "curseforge": "Carry On", - "modrinth": "Carry On" + "curseforge": "Carry On" }, "id": { - "curseforge": "274259", - "modrinth": "joEfVgkn" + "curseforge": "274259" }, "files": [ - { - "type": "modrinth", - "file_name": "carryon-forge-1.20.1-2.1.2.7.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/joEfVgkn/versions/edGQD16r/carryon-forge-1.20.1-2.1.2.7.jar", - "id": "edGQD16r", - "parent_id": "joEfVgkn", - "hashes": { - "sha512": "4f75afb703dd71c322d4e2e27d28d7ab4afeb0c242bcee6d1eb5fef59ee4347352f1ca55f1826743957d2e95a951ed13884356485b0a979b14010915079e2c29", - "sha1": "9999714ca3dd2f2401f0396ca44f3b27c3784c4f" - }, - "required_dependencies": [], - "size": 439457, - "date_published": "2023-11-19T22:29:28.090790Z" - }, { "type": "curseforge", "file_name": "carryon-forge-1.20.1-2.1.2.7.jar", @@ -2242,43 +1262,22 @@ ] }, { - "pakku_id": "M4PNTNZvxOW9zDWV", + "pakku_id": "wA5vGyxrH9IEtbiT", "type": "MOD", "side": "BOTH", "slug": { "curseforge": "chalk", - "modrinth": "chalk-mod" + "modrinth": "chalk" }, "name": { "curseforge": "Chalk", - "modrinth": "Chalk" + "modrinth": "Chalk (Fabric)" }, "id": { "curseforge": "533748", - "modrinth": "YWGP4Y1d" + "modrinth": "OrtjXTCH" }, "files": [ - { - "type": "modrinth", - "file_name": "chalk-1.20.1-1.6.5.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/YWGP4Y1d/versions/HA8yrJaB/chalk-1.20.1-1.6.5.jar", - "id": "HA8yrJaB", - "parent_id": "YWGP4Y1d", - "hashes": { - "sha512": "49220d73636378eae9f55d3dbeedaddcc2afa8949dc656d1ea2c64625aeda210bee3d28e7f704d0ec652020173025235a1d6fd0ef94797409c08defac622fe57", - "sha1": "e4dee75dfe5f8ca8ec21f89ff877d3564bd5c9df" - }, - "required_dependencies": [], - "size": 321480, - "date_published": "2024-12-10T13:00:12.908950Z" - }, { "type": "curseforge", "file_name": "chalk-1.20.1-1.6.5.jar", @@ -2303,44 +1302,19 @@ ] }, { - "pakku_id": "uNx0hefaZ7i6Gtgo", + "pakku_id": "en3mxv9RQRg48Ifc", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "chat-heads", - "modrinth": "chat-heads" + "curseforge": "chat-heads" }, "name": { - "curseforge": "Chat Heads", - "modrinth": "Chat Heads" + "curseforge": "Chat Heads" }, "id": { - "curseforge": "407206", - "modrinth": "Wb5oqrBJ" + "curseforge": "407206" }, "files": [ - { - "type": "modrinth", - "file_name": "chat_heads-0.13.18-forge-1.20.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/45EJNtBe/chat_heads-0.13.18-forge-1.20.jar", - "id": "45EJNtBe", - "parent_id": "Wb5oqrBJ", - "hashes": { - "sha512": "626e418bfab8262970533f790b76257d366b4f6ca595255dd6f6b09ba874bfcdcfad90d1a4136144efc5406c7313a7defef5e8787284ead276f7a52b4d9e5db1", - "sha1": "f775daaaa9ec1b6ec4ad0c217382f9d9a3565e18" - }, - "required_dependencies": [], - "size": 269811, - "date_published": "2025-05-01T09:28:29.620280Z" - }, { "type": "curseforge", "file_name": "chat_heads-0.13.18-forge-1.20.jar", @@ -2366,44 +1340,19 @@ ] }, { - "pakku_id": "hGpbpBX6RtXSkWFW", + "pakku_id": "nS7c6wbhkev84a9X", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "cherished-worlds", - "modrinth": "cherished-worlds" + "curseforge": "cherished-worlds" }, "name": { - "curseforge": "Cherished Worlds (Fabric/Forge/NeoForge/Quilt)", - "modrinth": "Cherished Worlds" + "curseforge": "Cherished Worlds (Fabric/Forge/NeoForge/Quilt)" }, "id": { - "curseforge": "308240", - "modrinth": "3azQ6p0W" + "curseforge": "308240" }, "files": [ - { - "type": "modrinth", - "file_name": "cherishedworlds-forge-6.1.7+1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/3azQ6p0W/versions/Uwaq5LPL/cherishedworlds-forge-6.1.7+1.20.1.jar", - "id": "Uwaq5LPL", - "parent_id": "3azQ6p0W", - "hashes": { - "sha512": "473b066a5765b9205c453669e43437ac5d440d7de8a42dd4b50d97a917575740a725f825cada865ecfc02914012e78295e2e67e3161dffb8254a0e22061d65e1", - "sha1": "d3eb588c64691c9da83460e3b2e783401d337a34" - }, - "required_dependencies": [], - "size": 60956, - "date_published": "2024-12-02T08:22:34.314734Z" - }, { "type": "curseforge", "file_name": "cherishedworlds-forge-6.1.7+1.20.1.jar", @@ -2429,47 +1378,18 @@ ] }, { - "pakku_id": "yrYDV3OKEF9gAkFx", + "pakku_id": "f0QdBRi99S2vr8t6", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "chunky-pregenerator-forge", - "modrinth": "chunky" + "curseforge": "chunky-pregenerator-forge" }, "name": { - "curseforge": "Chunky (Forge/NeoForge)", - "modrinth": "Chunky" + "curseforge": "Chunky (Forge/NeoForge)" }, "id": { - "curseforge": "485681", - "modrinth": "fALzjamp" + "curseforge": "485681" }, "files": [ - { - "type": "modrinth", - "file_name": "Chunky-1.3.146.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fALzjamp/versions/4FTDk9wv/Chunky-1.3.146.jar", - "id": "4FTDk9wv", - "parent_id": "fALzjamp", - "hashes": { - "sha512": "13ef9d5bfea1895118eec45aa3071e2d79408241f29990624f67e157d4c525391753b0a1539ff3359dad79a6e5ab5e0b84fffbe528bdefcaaefd579ec794d9c9", - "sha1": "0b782d12b4ac3b03a94c28f32e9b2d5587d1dd50" - }, - "required_dependencies": [], - "size": 341451, - "date_published": "2024-05-06T07:28:42.102951Z" - }, { "type": "curseforge", "file_name": "Chunky-1.3.146.jar", @@ -2500,49 +1420,19 @@ ] }, { - "pakku_id": "QIcI3nCuFqWs7vYX", - "pakku_links": [ - "Cix71vVsxRXjcO0Z" - ], + "pakku_id": "PDE7RB7hlFnTfgkq", "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "client-tweaks", "curseforge": "client-tweaks" }, "name": { - "modrinth": "Client Tweaks", "curseforge": "Client Tweaks" }, "id": { - "modrinth": "vPNqo58Q", "curseforge": "251407" }, "files": [ - { - "type": "modrinth", - "file_name": "clienttweaks-forge-1.20.1-11.1.3.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/vPNqo58Q/versions/pUepqrFU/clienttweaks-forge-1.20.1-11.1.3.jar", - "id": "pUepqrFU", - "parent_id": "vPNqo58Q", - "hashes": { - "sha512": "104c13b316c959ec5d9305c30faecdd48a9b4684187821c72fffebc501486bdbc24f17e42137a5b8f2a0e82bc5897277733b325afe7eecfb26efdffc49a0361b", - "sha1": "a607891a764722166715b0656bb6c2430e254316" - }, - "required_dependencies": [ - "MBAkmtvl" - ], - "size": 131625, - "date_published": "2025-02-23T10:22:48.430643Z" - }, { "type": "curseforge", "file_name": "clienttweaks-forge-1.20.1-11.1.3.jar", @@ -2570,44 +1460,18 @@ ] }, { - "pakku_id": "ljByFnUSb1ka9OoU", + "pakku_id": "chnSa7MrxlvxvEWU", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "cloth-config", - "modrinth": "cloth-config" + "curseforge": "cloth-config" }, "name": { - "curseforge": "Cloth Config API (Fabric/Forge/NeoForge)", - "modrinth": "Cloth Config API" + "curseforge": "Cloth Config API (Fabric/Forge/NeoForge)" }, "id": { - "curseforge": "348521", - "modrinth": "9s6osm5g" + "curseforge": "348521" }, "files": [ - { - "type": "modrinth", - "file_name": "cloth-config-11.1.136-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar", - "id": "t8TXrZvZ", - "parent_id": "9s6osm5g", - "hashes": { - "sha512": "137c4af99c53d77317cbfb1cc8c49fc2761708b49d1992f51fd846960df41dde3a83519c987e081508d4ed90c603566f3d5a6cb620ad9d85b8f4de59aa9115ef", - "sha1": "c65d07748acc57ceb45d53b3964368b84f34d54f" - }, - "required_dependencies": [], - "size": 1181413, - "date_published": "2024-09-16T17:13:50.725690Z" - }, { "type": "curseforge", "file_name": "cloth-config-11.1.136-forge.jar", @@ -2634,43 +1498,18 @@ ] }, { - "pakku_id": "xneofl9iTTnXmuy8", + "pakku_id": "wgzcH5f2Nef4Ch9P", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "clumps", "curseforge": "clumps" }, "name": { - "modrinth": "Clumps", "curseforge": "Clumps" }, "id": { - "modrinth": "Wnxd13zP", "curseforge": "256717" }, "files": [ - { - "type": "modrinth", - "file_name": "Clumps-forge-1.20.1-12.0.0.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wnxd13zP/versions/nAHGB5ls/Clumps-forge-1.20.1-12.0.0.4.jar", - "id": "nAHGB5ls", - "parent_id": "Wnxd13zP", - "hashes": { - "sha512": "ffd8ff2438e9f9d260d3926ccdd0cccc4772c6f99f29715690aed4f6e97a76035f3aeaa78168e2a458bc4cccf521e97ebdb6e0b61c819facb04af9ebb3638383", - "sha1": "8809c7aa6c71389e9c59abfe5def52c1cb8d4f1c" - }, - "required_dependencies": [], - "size": 20300, - "date_published": "2024-04-21T05:04:09.708311Z" - }, { "type": "curseforge", "file_name": "Clumps-forge-1.20.1-12.0.0.4.jar", @@ -2695,20 +1534,16 @@ ] }, { - "pakku_id": "rzlZhaTwcdqwHAxG", + "pakku_id": "B07NtSrb9rBpr3A6", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "coastal-waves", - "modrinth": "coastal-waves" + "curseforge": "coastal-waves" }, "name": { - "curseforge": "Coastal Waves", - "modrinth": "Coastal Waves" + "curseforge": "Coastal Waves" }, "id": { - "curseforge": "1155936", - "modrinth": "2ygdYUcf" + "curseforge": "1155936" }, "files": [ { @@ -2732,71 +1567,22 @@ "required_dependencies": [], "size": 1278005, "date_published": "2025-03-27T02:35:35.863Z" - }, - { - "type": "modrinth", - "file_name": "Waves-1.20.1-1.5.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/2ygdYUcf/versions/X5VAOq7P/Waves-1.20.1-1.5.1.jar", - "id": "X5VAOq7P", - "parent_id": "2ygdYUcf", - "hashes": { - "sha512": "6eac3cee76b7543ff0d565752ab2272db36d8f4af6646b3c4434955e8527aec5b509aac79dd218227c2b739e390b3c9432fa0690eb2ccb88202fe0ae0d25fd56", - "sha1": "dbbc8dfa855b3af469a48eb55687eb7363246263" - }, - "required_dependencies": [], - "size": 1278005, - "date_published": "2025-03-27T02:37:13.337751Z" } ] }, { - "pakku_id": "yFtvK1mV3huC6kIT", + "pakku_id": "JazUDTf3CXItzjiC", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "comforts", - "modrinth": "comforts" + "curseforge": "comforts" }, "name": { - "curseforge": "Comforts (Fabric/Forge/Quilt)", - "modrinth": "Comforts" + "curseforge": "Comforts (Fabric/Forge/Quilt)" }, "id": { - "curseforge": "276951", - "modrinth": "SaCpeal4" + "curseforge": "276951" }, "files": [ - { - "type": "modrinth", - "file_name": "comforts-forge-6.4.0+1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/SaCpeal4/versions/gBDsc134/comforts-forge-6.4.0+1.20.1.jar", - "id": "gBDsc134", - "parent_id": "SaCpeal4", - "hashes": { - "sha512": "5f8bc01de36814bbea454ad306efd6b7ae9de933117fe8c1197a13454804e4b71ddd0685a24ace45b81527a8489d4081f7e75b6c5d3f7d7c8f791520407fac09", - "sha1": "e7b9fe89566bb1ee013e33745f22f309f679536e" - }, - "required_dependencies": [], - "size": 382083, - "date_published": "2024-07-05T03:34:46.901956Z" - }, { "type": "curseforge", "file_name": "comforts-forge-6.4.0+1.20.1.jar", @@ -2823,20 +1609,16 @@ ] }, { - "pakku_id": "jZDVmvrMLZqxgLSx", + "pakku_id": "MaU4DxZPJWpFlsaT", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "construction-wand", - "modrinth": "construction-wand" + "curseforge": "construction-wand" }, "name": { - "curseforge": "Construction Wand", - "modrinth": "Construction Wand" + "curseforge": "Construction Wand" }, "id": { - "curseforge": "399558", - "modrinth": "bV2crgLh" + "curseforge": "399558" }, "files": [ { @@ -2860,75 +1642,26 @@ "required_dependencies": [], "size": 210312, "date_published": "2023-08-05T20:02:14.447Z" - }, - { - "type": "modrinth", - "file_name": "constructionwand-1.20.1-2.11.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/bV2crgLh/versions/XCgKj8gL/constructionwand-1.20.1-2.11.jar", - "id": "XCgKj8gL", - "parent_id": "bV2crgLh", - "hashes": { - "sha512": "a029f801dbcfacd230650fd018f7424535454fb2062d796cbe9cd622a9fe4ae80cb0d7883faa2775c27ed73a21dffbadb44ddc32ce1293ec098654393e7b1c95", - "sha1": "80bd5223cd8984dc1038cb9f2d1cb6b97f31998a" - }, - "required_dependencies": [], - "size": 210312, - "date_published": "2023-08-05T20:03:02.535254Z" } ] }, { - "pakku_id": "fnzD4XLIcTV4FXFa", + "pakku_id": "e9njF4x9hPJPijF4", "pakku_links": [ - "yTR90RtnmEyMuFnr", - "gZs5XcDoMcVHtrQT" + "QdAjCgrfEUQQjMWE" ], "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "controlling", "curseforge": "controlling" }, "name": { - "modrinth": "Controlling", "curseforge": "Controlling" }, "id": { - "modrinth": "xv94TkTM", "curseforge": "250398" }, "files": [ - { - "type": "modrinth", - "file_name": "Controlling-forge-1.20.1-12.0.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar", - "id": "LH6Bi6Am", - "parent_id": "xv94TkTM", - "hashes": { - "sha512": "3945bf3f6d843957f13584dfc70bede253d1e48f0dcb96f647fbcc6fcd3d1748a0dd9c6ca5c882e07a41f98eb84057934f51e43ab6023ed0a19695de2e6fe9f5", - "sha1": "6195a3d1464f8fb641d7e165163aea1a857ce08e" - }, - "required_dependencies": [ - "fuuu3xnx" - ], - "size": 115280, - "date_published": "2023-07-16T04:39:30.644589Z" - }, { "type": "curseforge", "file_name": "Controlling-forge-1.20.1-12.0.2.jar", @@ -2955,43 +1688,18 @@ ] }, { - "pakku_id": "9I12ezSTzqMVFO4v", + "pakku_id": "dDXUSBarDdCDG7Y5", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "corpse", "curseforge": "corpse" }, "name": { - "modrinth": "Corpse", "curseforge": "Corpse" }, "id": { - "modrinth": "WrpuIfhw", "curseforge": "316582" }, "files": [ - { - "type": "modrinth", - "file_name": "corpse-forge-1.20.1-1.0.20.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/WrpuIfhw/versions/COpemDNs/corpse-forge-1.20.1-1.0.20.jar", - "id": "COpemDNs", - "parent_id": "WrpuIfhw", - "hashes": { - "sha512": "c2bbc5dcaa456a711d03550d7ca60cef71c28915b756c86ab6fd6b7838661cede06c6f5f0955c2f79ba587a68e5aef8a8549554f8f11fdfa679132d831d2d6f8", - "sha1": "0c99a369d3e0fb20a1da625edf30668642539690" - }, - "required_dependencies": [], - "size": 244995, - "date_published": "2025-01-24T21:54:05.638822Z" - }, { "type": "curseforge", "file_name": "corpse-forge-1.20.1-1.0.20.jar", @@ -3016,20 +1724,16 @@ ] }, { - "pakku_id": "gAgHdhnBNULr0m6H", + "pakku_id": "v5lo2gHNUaKnn445", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "corpse-x-curios-api-compat", - "modrinth": "corpse-x-curios-api-compat" + "curseforge": "corpse-x-curios-api-compat" }, "name": { - "curseforge": "Corpse x Curios API Compat", - "modrinth": "Corpse x Curios API Compat" + "curseforge": "Corpse x Curios API Compat" }, "id": { - "curseforge": "1138130", - "modrinth": "pJGcKPh1" + "curseforge": "1138130" }, "files": [ { @@ -3056,37 +1760,6 @@ "required_dependencies": [], "size": 9117, "date_published": "2025-03-21T09:35:57.857Z" - }, - { - "type": "modrinth", - "file_name": "corpsecurioscompat-1.18.x-1.20.x-Forge-2.2.2.jar", - "mc_versions": [ - "1.18.2", - "1.19", - "1.19.1", - "1.19.2", - "1.19.3", - "1.19.4", - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/pJGcKPh1/versions/svYuXRgL/corpsecurioscompat-1.18.x-1.20.x-Forge-2.2.2.jar", - "id": "svYuXRgL", - "parent_id": "pJGcKPh1", - "hashes": { - "sha512": "966b34642604bd6bf7b27591820a64471448cb21e8ff560ff19c29a891e9a2bf4abf66ab879878839ce0eac45250a39600b83580afb2455da9ef467ae5270d59", - "sha1": "1e00db91b74287eb63f389c6c8cb5a70df41f8e0" - }, - "required_dependencies": [], - "size": 9117, - "date_published": "2025-03-22T08:58:23.301497Z" } ] }, @@ -3127,51 +1800,22 @@ ] }, { - "pakku_id": "3za1aAMas06ht7mW", + "pakku_id": "NM1zMKHrKSwih7rW", "pakku_links": [ - "YieRg0J67mnZSA2F", - "YNN9MQRUOE5bQByi" + "dvvP2ZxrASA5e2dq" ], "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "craftpresence", "curseforge": "craftpresence" }, "name": { - "modrinth": "CraftPresence", "curseforge": "CraftPresence" }, "id": { - "modrinth": "DFqQfIBR", "curseforge": "297038" }, "files": [ - { - "type": "modrinth", - "file_name": "CraftPresence-2.5.5+1.20.1-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/DFqQfIBR/versions/4Qt4lFlj/CraftPresence-2.5.5+1.20.1-forge.jar", - "id": "4Qt4lFlj", - "parent_id": "DFqQfIBR", - "hashes": { - "sha512": "9ba45610311c9db7ddeb3bdb2eeabc284e88f353778bdd811bd8e94b870da70117acdd23d23ae04e2b7c66d7a21bdebb5855ec1ffb886910f584d251c867682e", - "sha1": "33adc43455affa85e1570e1992d034e9b14267d2" - }, - "required_dependencies": [ - "nT86WUER" - ], - "size": 2050483, - "date_published": "2025-04-24T18:12:23.688459Z" - }, { "type": "curseforge", "file_name": "CraftPresence-2.5.5+1.20.1-forge.jar", @@ -3200,49 +1844,18 @@ ] }, { - "pakku_id": "Iz1bBbjortNsh5sd", - "pakku_links": [ - "Cix71vVsxRXjcO0Z" - ], + "pakku_id": "xxKulnuM7t8PVAn8", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "crafting-tweaks", "curseforge": "crafting-tweaks" }, "name": { - "modrinth": "Crafting Tweaks", "curseforge": "Crafting Tweaks" }, "id": { - "modrinth": "DMu0oBKf", "curseforge": "233071" }, "files": [ - { - "type": "modrinth", - "file_name": "craftingtweaks-forge-1.20.1-18.2.5.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/DMu0oBKf/versions/toAiSZzl/craftingtweaks-forge-1.20.1-18.2.5.jar", - "id": "toAiSZzl", - "parent_id": "DMu0oBKf", - "hashes": { - "sha512": "397f4faa63baf736c2fccb07182e5d0507116aaa506027311b7130e5047fd029bcc8e8f39353c1d1eb2bf9a6f1a12946d1ca2a4ccae74d082b8e517820da4d0b", - "sha1": "3c4bc369c16bdeb00782b2c141eeb6aecbbbcd0a" - }, - "required_dependencies": [ - "MBAkmtvl" - ], - "size": 221276, - "date_published": "2024-08-13T07:07:48.482441Z" - }, { "type": "curseforge", "file_name": "craftingtweaks-forge-1.20.1-18.2.5.jar", @@ -3270,64 +1883,18 @@ ] }, { - "pakku_id": "yQ5A99800UdoHyv1", + "pakku_id": "uVbUdFV45MyAZK2W", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "crashexploitfixer", - "modrinth": "crashexploitfixer" + "curseforge": "crashexploitfixer" }, "name": { - "curseforge": "CrashExploitFixer", - "modrinth": "CrashExploitFixer" + "curseforge": "CrashExploitFixer" }, "id": { - "curseforge": "1079896", - "modrinth": "Z5GdSH3X" + "curseforge": "1079896" }, "files": [ - { - "type": "modrinth", - "file_name": "crashexploitfixer-forge-1.1.0+1.20.1.jar", - "mc_versions": [ - "1.14.4", - "1.15", - "1.15.1", - "1.15.2", - "1.16", - "1.16.1", - "1.16.2", - "1.16.3", - "1.16.4", - "1.16.5", - "1.17", - "1.17.1", - "1.18", - "1.18.1", - "1.18.2", - "1.19", - "1.19.1", - "1.19.2", - "1.19.3", - "1.19.4", - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Z5GdSH3X/versions/rUAY9w44/crashexploitfixer-forge-1.1.0+1.20.1.jar", - "id": "rUAY9w44", - "parent_id": "Z5GdSH3X", - "hashes": { - "sha512": "766f82907da30581adebfee93c75814e72251b0d89c2590cc48518c02ea3ec72f59e602aaae0d168b8b54053cd30c976c6d8384a03a594090f105deb43268767", - "sha1": "5dec3209e6dbb6c4fa06fb544e797608a1d58014" - }, - "required_dependencies": [], - "size": 688719, - "date_published": "2024-08-08T17:46:27.034093Z" - }, { "type": "curseforge", "file_name": "crashexploitfixer-forge-1.1.0+1.20.1.jar", @@ -3353,44 +1920,18 @@ ] }, { - "pakku_id": "qb27I6RFmY1EfXWL", + "pakku_id": "0r9Ghrm3IbrHUVzA", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "create", "curseforge": "create" }, "name": { - "modrinth": "Create", "curseforge": "Create" }, "id": { - "modrinth": "LNytGWDc", "curseforge": "328085" }, "files": [ - { - "type": "modrinth", - "file_name": "create-1.20.1-0.5.1.j.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/LNytGWDc/versions/6R069CcK/create-1.20.1-0.5.1.j.jar", - "id": "6R069CcK", - "parent_id": "LNytGWDc", - "hashes": { - "sha512": "893b531f7d93e30561024087b8718934fc2bb93c4f3f40edff5346f18e0330c8d3524f1ebef50d90e91a20f7a679ef6da44dd9b6e68292afe28b1b88fa7f07fb", - "sha1": "fab2ae7fcf685b3875ca20022bfecf0d4fdafbf7" - }, - "required_dependencies": [], - "size": 15583566, - "date_published": "2024-10-23T20:15:29.730624Z" - }, { "type": "curseforge", "file_name": "create-1.20.1-0.5.1.j.jar", @@ -3416,48 +1957,18 @@ ] }, { - "pakku_id": "Rbhrcjz5hs1PW3Ep", - "pakku_links": [ - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "FWT87eqo7GVCcP0b", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "createaddition", "curseforge": "createaddition" }, "name": { - "modrinth": "Create Crafts & Additions", "curseforge": "Create Crafts & Additions" }, "id": { - "modrinth": "kU1G12Nn", "curseforge": "439890" }, "files": [ - { - "type": "modrinth", - "file_name": "createaddition-1.20.1-1.2.5.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/kU1G12Nn/versions/VTTLcYWM/createaddition-1.20.1-1.2.5.jar", - "id": "VTTLcYWM", - "parent_id": "kU1G12Nn", - "hashes": { - "sha512": "be1d03082b2f404c7ebe93f0ad3995c8a65053f86624ef4b1ee5d5b697f62e68672f93c7e4f9bd6a50de69661b72b073be69f2ac1d1331b7f043f78caaf982ba", - "sha1": "956186484bab4eeee5eb0250e5509f1e01ad5094" - }, - "required_dependencies": [ - "LNytGWDc" - ], - "size": 1531985, - "date_published": "2025-01-13T23:14:47.736380Z" - }, { "type": "curseforge", "file_name": "createaddition-1.20.1-1.2.5.jar", @@ -3482,48 +1993,18 @@ ] }, { - "pakku_id": "8x59SjbVoYqFc0Wv", - "pakku_links": [ - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "R3tiFEY1J6AhkGe6", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "create-deco", - "modrinth": "create-deco" + "curseforge": "create-deco" }, "name": { - "curseforge": "Create Deco", - "modrinth": "Create Deco" + "curseforge": "Create Deco" }, "id": { - "curseforge": "509285", - "modrinth": "sMvUb4Rb" + "curseforge": "509285" }, "files": [ - { - "type": "modrinth", - "file_name": "createdeco-2.0.2-1.20.1-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/sMvUb4Rb/versions/lcpO5tBr/createdeco-2.0.2-1.20.1-forge.jar", - "id": "lcpO5tBr", - "parent_id": "sMvUb4Rb", - "hashes": { - "sha512": "f9327abbc2067717ca63b64f8374abac4452fed7f1feedf9f5289e4b758a55e411d6b79a3e5277c0799717cc2d8e1d0caadf0f82c0102ba7fb15749e78d6603a", - "sha1": "606650f31ca0a5eb64d4bbb8fbaecf357a3bdb43" - }, - "required_dependencies": [ - "LNytGWDc" - ], - "size": 3966138, - "date_published": "2024-04-26T21:05:41.637319Z" - }, { "type": "curseforge", "file_name": "createdeco-2.0.2-1.20.1-forge.jar", @@ -3548,24 +2029,16 @@ ] }, { - "pakku_id": "n7LrUbnh6aMeSSCg", - "pakku_links": [ - "JJEMwzpSHmXvtGNL", - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "TZkCVkZyDgRfflgE", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "create-horse-power", - "modrinth": "create-horse-power" + "curseforge": "create-horse-power" }, "name": { - "curseforge": "Create Horse Power", - "modrinth": "Create Horse Power" + "curseforge": "Create Horse Power" }, "id": { - "curseforge": "1121632", - "modrinth": "9Qm19XSM" + "curseforge": "1121632" }, "redistributable": false, "files": [ @@ -3589,76 +2062,22 @@ "required_dependencies": [], "size": 251254, "date_published": "2024-10-14T18:12:31.577Z" - }, - { - "type": "modrinth", - "file_name": "createhorsepower-1.0.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/9Qm19XSM/versions/QQH0lIPQ/createhorsepower-1.0.0.jar", - "id": "QQH0lIPQ", - "parent_id": "9Qm19XSM", - "hashes": { - "sha512": "80651b1f8277f8b669ffb2c89ed03b6d280ee67133169032a7759ab1dfd45f7a12e9a8404560c5dae744b5892d9de4217331b8537853796a2855ca7394851495", - "sha1": "b7818918171af3f32a499cd2d0091ae4dfd2bcca" - }, - "required_dependencies": [ - "LNytGWDc" - ], - "size": 251254, - "date_published": "2024-09-08T03:21:44.259408Z" } ] }, { - "pakku_id": "QADvVaNv0cDdMbxA", - "pakku_links": [ - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "XuTDbBfOfSSK19FI", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "create-connected", "curseforge": "create-connected" }, "name": { - "modrinth": "Create: Connected", "curseforge": "Create: Connected" }, "id": { - "modrinth": "Vg5TIO6d", "curseforge": "947914" }, "files": [ - { - "type": "modrinth", - "file_name": "create_connected-0.9.3-mc1.20.1-all.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/Vg5TIO6d/versions/82iCuwFZ/create_connected-0.9.3-mc1.20.1-all.jar", - "id": "82iCuwFZ", - "parent_id": "Vg5TIO6d", - "hashes": { - "sha512": "8ae94384582025eb60f97cbee78e2a9bbc1fa71760715afa11764da5531356e4d9301999b33dd5ff711d096e4ee7e3e6619e6999e32cbfcf29aacc194e6a2173", - "sha1": "ad03c16cc9459c1d4fde5a17e28f4c73b7bd08c4" - }, - "required_dependencies": [ - "LNytGWDc" - ], - "size": 6231008, - "date_published": "2025-01-01T05:20:52.639879Z" - }, { "type": "curseforge", "file_name": "create_connected-0.9.3-mc1.20.1-all.jar", @@ -3686,49 +2105,18 @@ ] }, { - "pakku_id": "SfTaM1HeaJTzJKuK", - "pakku_links": [ - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "FGfjSFTKVV6OyiEW", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "create-steam-n-rails", "curseforge": "create-steam-n-rails" }, "name": { - "modrinth": "Create: Steam 'n' Rails", "curseforge": "Create: Steam 'n' Rails" }, "id": { - "modrinth": "ZzjhlDgM", "curseforge": "688231" }, "files": [ - { - "type": "modrinth", - "file_name": "Steam_Rails-1.6.7+forge-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/ZzjhlDgM/versions/pklcGSDf/Steam_Rails-1.6.7+forge-mc1.20.1.jar", - "id": "pklcGSDf", - "parent_id": "ZzjhlDgM", - "hashes": { - "sha512": "1cd28a5c4c0544f6164ff9f95fc408b5149f968c7531d98dde02df75e5e59ef616b861c8a2232eaa2216cc4c34ca50957e7d134466ad2b6f8e1ed3f8cf426808", - "sha1": "7449e9cbaae6a23a31127a3cf0886899c28639dc" - }, - "required_dependencies": [ - "LNytGWDc" - ], - "size": 9997801, - "date_published": "2024-10-23T21:20:31.414264Z" - }, { "type": "curseforge", "file_name": "Steam_Rails-1.6.7+forge-mc1.20.1.jar", @@ -3756,25 +2144,16 @@ ] }, { - "pakku_id": "1rGcA3uYMV51UBLS", - "pakku_links": [ - "JJEMwzpSHmXvtGNL", - "84mP4zIfFqgjbn47", - "qb27I6RFmY1EfXWL" - ], + "pakku_id": "HhAeCB6O3Cw4l7O6", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "create-vintage-improvements", - "modrinth": "create-vintage-improvements" + "curseforge": "create-vintage-improvements" }, "name": { - "curseforge": "Create: Vintage Improvements", - "modrinth": "Create: Vintage Improvements" + "curseforge": "Create: Vintage Improvements" }, "id": { - "curseforge": "946579", - "modrinth": "S27aYArf" + "curseforge": "946579" }, "files": [ { @@ -3800,72 +2179,22 @@ ], "size": 1382006, "date_published": "2024-08-25T08:36:45.260Z" - }, - { - "type": "modrinth", - "file_name": "vintageimprovements-1.20.1-0.2.0.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/S27aYArf/versions/a7TBDYtd/vintageimprovements-1.20.1-0.2.0.3.jar", - "id": "a7TBDYtd", - "parent_id": "S27aYArf", - "hashes": { - "sha512": "0fbba07b81eaa1ec752135909520732aef3f9207aefa7d1c8c3c4f7cb3f53875f6acf607d1a106dec8a7dc413c3c91442a100839aec6b08ca1f54b7f6e018a80", - "sha1": "7a0f9807a148ae1a433149ef88c5c6dd4ed93d5a" - }, - "required_dependencies": [ - "LNytGWDc" - ], - "size": 1382006, - "date_published": "2024-08-25T08:38:24.609727Z" } ] }, { - "pakku_id": "UOjZxqemtQFAP9R8", + "pakku_id": "WLBp9cajd3ZyDeek", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "creativecore", - "modrinth": "creativecore" + "curseforge": "creativecore" }, "name": { - "curseforge": "CreativeCore", - "modrinth": "CreativeCore" + "curseforge": "CreativeCore" }, "id": { - "curseforge": "257814", - "modrinth": "OsZiaDHq" + "curseforge": "257814" }, "files": [ - { - "type": "modrinth", - "file_name": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/OsZiaDHq/versions/IbFWHI5h/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", - "id": "IbFWHI5h", - "parent_id": "OsZiaDHq", - "hashes": { - "sha512": "7f7c684a35020a0327e31f5521a363d1c29312a22839c69c5dbdf51d77428298dbd0ca685166c06d8426010448e777e087e141fef6b5093fd67cb73c4bd51f8a", - "sha1": "d49e8c29748677d0a530432f1c1bda4e9865da00" - }, - "required_dependencies": [], - "size": 1158417, - "date_published": "2025-04-04T12:49:13.885436Z" - }, { "type": "curseforge", "file_name": "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar", @@ -3891,43 +2220,18 @@ ] }, { - "pakku_id": "jJtncbBh6avvM7Pi", + "pakku_id": "vz9GyQXv94EBEo76", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "cucumber", "curseforge": "cucumber" }, "name": { - "modrinth": "Cucumber Library", "curseforge": "Cucumber Library" }, "id": { - "modrinth": "Rw1NrDzF", "curseforge": "272335" }, "files": [ - { - "type": "modrinth", - "file_name": "Cucumber-1.20.1-7.0.13.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Rw1NrDzF/versions/TLlsXNj6/Cucumber-1.20.1-7.0.13.jar", - "id": "TLlsXNj6", - "parent_id": "Rw1NrDzF", - "hashes": { - "sha512": "613ac197d59f9fb133d683ec9c86f0aa5a15305f8a872d01764abfd9a402c487cb26158688bfea30cfd75bc7dd9e218c2d0ee0dff66e551758d770e9a5b1492f", - "sha1": "e2987306d878745a1ea926bdee07f8d320bfa848" - }, - "required_dependencies": [], - "size": 269589, - "date_published": "2024-10-29T16:56:00.078053Z" - }, { "type": "curseforge", "file_name": "Cucumber-1.20.1-7.0.13.jar", @@ -3989,45 +2293,18 @@ ] }, { - "pakku_id": "Wp4bimC12ZfUWRDW", + "pakku_id": "7DmmfNqbvTNOselB", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "curios", - "modrinth": "curios" + "curseforge": "curios" }, "name": { - "curseforge": "Curios API (Forge/NeoForge)", - "modrinth": "Curios API" + "curseforge": "Curios API (Forge/NeoForge)" }, "id": { - "curseforge": "309927", - "modrinth": "vvuO3ImH" + "curseforge": "309927" }, "files": [ - { - "type": "modrinth", - "file_name": "curios-forge-5.14.1+1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/vvuO3ImH/versions/IPQlZkz1/curios-forge-5.14.1+1.20.1.jar", - "id": "IPQlZkz1", - "parent_id": "vvuO3ImH", - "hashes": { - "sha512": "1373f95fd111c977db2f6adcef8e4eb486a2d926a3e17374692dee4ac3d65857de6446c16922b531aa5ace2c23c666a7fcc28c720b2917c1e04808d15648ba87", - "sha1": "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480" - }, - "required_dependencies": [], - "size": 398066, - "date_published": "2025-04-13T13:09:28.168539Z" - }, { "type": "curseforge", "file_name": "curios-forge-5.14.1+1.20.1.jar", @@ -4091,49 +2368,18 @@ ] }, { - "pakku_id": "IglMnIORa9sn78lZ", - "pakku_links": [ - "Cix71vVsxRXjcO0Z" - ], + "pakku_id": "hvewsUZjiBhgvL3w", "type": "MOD", - "side": "CLIENT", "slug": { - "modrinth": "default-options", "curseforge": "default-options" }, "name": { - "modrinth": "Default Options", "curseforge": "Default Options" }, "id": { - "modrinth": "WEg59z5b", "curseforge": "232131" }, "files": [ - { - "type": "modrinth", - "file_name": "defaultoptions-forge-1.20-18.0.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar", - "id": "CKNINccT", - "parent_id": "WEg59z5b", - "hashes": { - "sha512": "41ab37f580a1cbcb063958b7ec6034c9bea729aecb5452e5982a21d068617a818e78d31f03e76fc4e06dbf73f066f576d9dd6566f70d4912f29b595ba5c54079", - "sha1": "73af2309627a68a7bff3e53e02ea22fb5c4651e5" - }, - "required_dependencies": [ - "MBAkmtvl" - ], - "size": 87942, - "date_published": "2023-07-10T20:42:17.439457Z" - }, { "type": "curseforge", "file_name": "defaultoptions-forge-1.20-18.0.1.jar", @@ -4161,44 +2407,20 @@ ] }, { - "pakku_id": "Vl9JDBWAzQ5W19ta", + "pakku_id": "SG15bUHPcW2KqNGd", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { - "curseforge": "detected-setblock-be-gone", - "modrinth": "dsbg" + "curseforge": "detected-setblock-be-gone" }, "name": { - "curseforge": "Detected setBlock Be Gone", - "modrinth": "Detected setBlock Be Gone" + "curseforge": "Detected setBlock Be Gone" }, "id": { - "curseforge": "942945", - "modrinth": "zv7fYVyQ" + "curseforge": "942945" }, "redistributable": false, "files": [ - { - "type": "modrinth", - "file_name": "dsbg-1.0-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/zv7fYVyQ/versions/JJU0kqnK/dsbg-1.0-1.20.1.jar", - "id": "JJU0kqnK", - "parent_id": "zv7fYVyQ", - "hashes": { - "sha512": "9590a9652e85220d7195ac18df17d99d1b292aa5e5126656eeeeaead65018d50e8d35f7f2eccd403ad6651ca328d7fccb57f55fac0d14e4324e27b0d864c216c", - "sha1": "349a91654be8df6af5a19b02c7bb47758c09bac4" - }, - "required_dependencies": [], - "size": 273328, - "date_published": "2024-01-25T00:03:33.444363Z" - }, { "type": "curseforge", "file_name": "dsbg-1.0-1.20.1.jar", @@ -4223,53 +2445,22 @@ ] }, { - "pakku_id": "cIGIb7l5Z53WuqqQ", + "pakku_id": "Uzv18E8r45u55KlP", "pakku_links": [ - "uCACXyPoJ4iKQzNG", - "Wp4bimC12ZfUWRDW", - "F6H99cZ4H6jZRpEK" + "FOswt0O8bKv2R2Nv", + "fMkiGcRPRv1DdRC1" ], "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "digger-helmet", "curseforge": "digger-helmet" }, "name": { - "modrinth": "Digger Helmet", "curseforge": "Digger Helmet" }, "id": { - "modrinth": "8Aatj9Zy", "curseforge": "1243596" }, "files": [ - { - "type": "modrinth", - "file_name": "diggerhelmet-1.20.1-1.0.0.18.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "alpha", - "url": "https://cdn.modrinth.com/data/8Aatj9Zy/versions/F1OxL4u7/diggerhelmet-1.20.1-1.0.0.18.jar", - "id": "F1OxL4u7", - "parent_id": "8Aatj9Zy", - "hashes": { - "sha512": "6fccff7666420fef07997f56d2951465f7c58b1ec4c6de144f643ba0c9365ed47bc2c0636d92d97c457d2a1a7df4a25adf1492ab91954f92ee3aec15e5b441e1", - "sha1": "2020d274cfb18c26c1ee079bf45673e781a6bae5" - }, - "required_dependencies": [ - "8BmcQJ2H", - "vvuO3ImH", - "JaCEZUhg" - ], - "size": 163250, - "date_published": "2025-04-16T13:26:55.189626Z" - }, { "type": "curseforge", "file_name": "diggerhelmet-1.20.1-1.0.0.18.jar", @@ -4299,45 +2490,18 @@ ] }, { - "pakku_id": "LStFy4sfjjGCv9JS", + "pakku_id": "pMGRBbE4zkZR9Uzf", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "do-a-barrel-roll", - "modrinth": "do-a-barrel-roll" + "curseforge": "do-a-barrel-roll" }, "name": { - "curseforge": "Do a Barrel Roll", - "modrinth": "Do a Barrel Roll" + "curseforge": "Do a Barrel Roll" }, "id": { - "curseforge": "663658", - "modrinth": "6FtRfnLg" + "curseforge": "663658" }, "files": [ - { - "type": "modrinth", - "file_name": "do_a_barrel_roll-forge-3.5.6+1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/6FtRfnLg/versions/VH8QpKA5/do_a_barrel_roll-forge-3.5.6+1.20.1.jar", - "id": "VH8QpKA5", - "parent_id": "6FtRfnLg", - "hashes": { - "sha512": "f07294a0e43826c400d10fe52b6d3a5f58ba9c51eecd464f30957faae875d397a8fbfdd8b6e58989fc7ebfbb59f84b283eb7a83bebc906777d1a2b65336deec4", - "sha1": "08b58bfbdf20660bdc5a0c4a0b088f7d89f40a38" - }, - "required_dependencies": [], - "size": 625488, - "date_published": "2024-05-08T08:34:03.529001Z" - }, { "type": "curseforge", "file_name": "do_a_barrel_roll-forge-3.5.6+1.20.1.jar", @@ -4401,46 +2565,19 @@ ] }, { - "pakku_id": "nZjctGN2oruEuDuc", + "pakku_id": "wAebQFoMqZhw8qad", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "drippy-loading-screen", - "modrinth": "drippy-loading-screen" + "curseforge": "drippy-loading-screen" }, "name": { - "curseforge": "Drippy Loading Screen", - "modrinth": "Drippy Loading Screen" + "curseforge": "Drippy Loading Screen" }, "id": { - "curseforge": "511770", - "modrinth": "v3CYg2V9" + "curseforge": "511770" }, "files": [ - { - "type": "modrinth", - "file_name": "drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/v3CYg2V9/versions/SCbkqLQR/drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", - "id": "SCbkqLQR", - "parent_id": "v3CYg2V9", - "hashes": { - "sha512": "b253926f9faab8ae069bb6cf4a5380ff3cc04071d44216ebc8cd032f68a4ae760320a03059fe5fa2daf6563f6fa39e90fc659b6e64bae94079ae8e74ae8342d5", - "sha1": "ea21436917b84780835b041cd27b7f86679dc6a1" - }, - "required_dependencies": [ - "J81TRJWm", - "Wq5SjeWM" - ], - "size": 239365, - "date_published": "2025-04-11T20:29:48.819686Z" - }, { "type": "curseforge", "file_name": "drippyloadingscreen_forge_3.0.12_MC_1.20.1.jar", @@ -4468,43 +2605,18 @@ ] }, { - "pakku_id": "3E7tuef9dtJrMx98", + "pakku_id": "6rI6AyhyQU3lnCpg", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "emi", - "modrinth": "emi" + "curseforge": "emi" }, "name": { - "curseforge": "EMI", - "modrinth": "EMI" + "curseforge": "EMI" }, "id": { - "curseforge": "580555", - "modrinth": "fRiHVvU7" + "curseforge": "580555" }, "files": [ - { - "type": "modrinth", - "file_name": "emi-1.1.22+1.20.1+forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fRiHVvU7/versions/WtJS5tVw/emi-1.1.22+1.20.1+forge.jar", - "id": "WtJS5tVw", - "parent_id": "fRiHVvU7", - "hashes": { - "sha512": "fcc80ee419a96682d157e8fd0993e0f13031dafc6399dabb17b9696636e791a903e7d3d15131edd3b533544454f072c4b19e92b146c80d4be6980bb20a0dbb7b", - "sha1": "d8049d6ec86befcd100a0ff0fc8ebc289f735997" - }, - "required_dependencies": [], - "size": 1048567, - "date_published": "2025-04-14T03:37:26.013177Z" - }, { "type": "curseforge", "file_name": "emi-1.1.22+1.20.1+forge.jar", @@ -4529,20 +2641,17 @@ ] }, { - "pakku_id": "PGG5IiciynuRNWMz", + "pakku_id": "6I5K2vwIvkFSfEuv", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "embeddium", - "modrinth": "embeddium" + "curseforge": "embeddium" }, "name": { - "curseforge": "Embeddium", - "modrinth": "Embeddium" + "curseforge": "Embeddium" }, "id": { - "curseforge": "908741", - "modrinth": "sk9rgfiA" + "curseforge": "908741" }, "files": [ { @@ -4566,52 +2675,26 @@ "required_dependencies": [], "size": 1320675, "date_published": "2024-08-31T23:11:49.240Z" - }, - { - "type": "modrinth", - "file_name": "embeddium-0.3.31+mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/sk9rgfiA/versions/UTbfe5d1/embeddium-0.3.31+mc1.20.1.jar", - "id": "UTbfe5d1", - "parent_id": "sk9rgfiA", - "hashes": { - "sha512": "ffbf2da4685260a4d5c14c621708bd20722563f084f042d3dfb0a7b87f048e39299648c854a93939129da0d23a15a91ec628560d601e76074b08e275f6e132e9", - "sha1": "bb2fa8f3e493af16af9160d049f96c614a1faf2f" - }, - "required_dependencies": [], - "size": 1320675, - "date_published": "2024-08-31T23:11:49.184634Z" } ] }, { - "pakku_id": "GmEWXR5FUyidD4Fi", + "pakku_id": "YO4slgGVi0xZyL25", "pakku_links": [ - "cxgo5IyMJwtpohRH", - "d8BnQkUyCUjyUmNE", - "J5CyvX6hIaMAyzVK", - "uCACXyPoJ4iKQzNG" + "FOswt0O8bKv2R2Nv", + "QXBpbwRXpmbaHixl", + "18IuoLEIRdaY1Jqy" ], "type": "MOD", "side": "BOTH", "slug": { - "curseforge": "enderman-overhaul", - "modrinth": "enderman-overhaul" + "curseforge": "enderman-overhaul" }, "name": { - "curseforge": "Enderman Overhaul", - "modrinth": "Enderman Overhaul" + "curseforge": "Enderman Overhaul" }, "id": { - "curseforge": "574409", - "modrinth": "Lq6ojcWv" + "curseforge": "574409" }, "files": [ { @@ -4638,78 +2721,25 @@ ], "size": 1208062, "date_published": "2024-01-09T10:35:03.367Z" - }, - { - "type": "modrinth", - "file_name": "endermanoverhaul-forge-1.20.1-1.0.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Lq6ojcWv/versions/yjxych8u/endermanoverhaul-forge-1.20.1-1.0.4.jar", - "id": "yjxych8u", - "parent_id": "Lq6ojcWv", - "hashes": { - "sha512": "febe0456384ecc71d1366535ac49c4852820bba19704f4f23e453f9855e1494dfe1c7d9ac617e353baf18a805bfb6fbd9728c5f0641120cd8e5d93ead0c29bd0", - "sha1": "636a2b20a5973fcb80016370865cb4251e029b6a" - }, - "required_dependencies": [ - "G1hIVOrD", - "M1953qlQ", - "8BmcQJ2H" - ], - "size": 1208062, - "date_published": "2024-01-09T10:35:05.817065Z" } ] }, { - "pakku_id": "Vqpd38CA2CRmcFKE", + "pakku_id": "59uffi3GLfrI8tHi", "pakku_links": [ - "UOjZxqemtQFAP9R8" + "WLBp9cajd3ZyDeek" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "enhancedvisuals", - "modrinth": "enhancedvisuals" + "curseforge": "enhancedvisuals" }, "name": { - "curseforge": "EnhancedVisuals", - "modrinth": "EnhancedVisuals" + "curseforge": "EnhancedVisuals" }, "id": { - "curseforge": "255389", - "modrinth": "KjL0jE2w" + "curseforge": "255389" }, "files": [ - { - "type": "modrinth", - "file_name": "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/KjL0jE2w/versions/m3cjYtkA/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", - "id": "m3cjYtkA", - "parent_id": "KjL0jE2w", - "hashes": { - "sha512": "d3e6fca63651f262b07a75053453beb8ccf963f096a8aaffef13cc16a27666e3b31bb4eab36282c27b3c7586b030cb53f74b7534f756c26d5f2b9b745cc39941", - "sha1": "780caf39421ccfc495d14cb287856ced97c32985" - }, - "required_dependencies": [ - "OsZiaDHq" - ], - "size": 4726286, - "date_published": "2025-02-14T13:11:40.681177Z" - }, { "type": "curseforge", "file_name": "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar", @@ -4737,44 +2767,19 @@ ] }, { - "pakku_id": "uzdktX2ggPctn9sc", + "pakku_id": "RS4X7y4ROQpYQt4g", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "entityculling", - "modrinth": "entityculling" + "curseforge": "entityculling" }, "name": { - "curseforge": "Entity Culling Fabric/Forge", - "modrinth": "Entity Culling" + "curseforge": "Entity Culling Fabric/Forge" }, "id": { - "curseforge": "448233", - "modrinth": "NNAgCjsB" + "curseforge": "448233" }, "redistributable": false, "files": [ - { - "type": "modrinth", - "file_name": "entityculling-forge-1.7.4-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/NNAgCjsB/versions/kMC7OLoZ/entityculling-forge-1.7.4-mc1.20.1.jar", - "id": "kMC7OLoZ", - "parent_id": "NNAgCjsB", - "hashes": { - "sha512": "b9d36a1320dbe41deec4b19b292b6936c3b9f699621beb148330e7dd8b4d63e9107967a6bcd658d89db69e953d8690c33ce686dc17f37862be7e53f200f987c0", - "sha1": "f68ae39bd2a78d405a193757fd328a60ceea0323" - }, - "required_dependencies": [], - "size": 75290, - "date_published": "2025-03-27T15:50:42.857730Z" - }, { "type": "curseforge", "file_name": "entityculling-forge-1.7.4-mc1.20.1.jar", @@ -4799,7 +2804,7 @@ ] }, { - "pakku_id": "6YCX6n9EgxxL8O3f", + "pakku_id": "S9mFVhld9RtTDbh2", "type": "MOD", "slug": { "curseforge": "etched" @@ -4836,45 +2841,18 @@ ] }, { - "pakku_id": "ZinbfDQDWX2wN83c", + "pakku_id": "Vbk55mgQ8A9I69qE", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "every-compat", - "modrinth": "every-compat" + "curseforge": "every-compat" }, "name": { - "curseforge": "Every Compat (Wood Good)", - "modrinth": "Every Compat (Wood Good)" + "curseforge": "Every Compat (Wood Good)" }, "id": { - "curseforge": "628539", - "modrinth": "eiktJyw1" + "curseforge": "628539" }, "files": [ - { - "type": "modrinth", - "file_name": "everycomp-1.20-2.7.12.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/eiktJyw1/versions/atv3A4RT/everycomp-1.20-2.7.12.jar", - "id": "atv3A4RT", - "parent_id": "eiktJyw1", - "hashes": { - "sha512": "beb1972e9f15864d3e525e3158339e095111ee6c149a8eb5c82def4e17d4f1ffc2fae269136f05684e34201b7437a18a7721a06437ac56a31ed9f90dca31946e", - "sha1": "538f3788f1c28aed1881f1a550463b44831deeab" - }, - "required_dependencies": [ - "twkfQtEc" - ], - "size": 2612098, - "date_published": "2025-01-18T09:57:15.498232Z" - }, { "type": "curseforge", "file_name": "everycomp-1.20-2.7.12.jar", @@ -4901,43 +2879,18 @@ ] }, { - "pakku_id": "ZnPhLZ65YNJrpOON", + "pakku_id": "6z0NU2iMgfy4qtHA", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "exposure", - "modrinth": "exposure" + "curseforge": "exposure" }, "name": { - "curseforge": "Exposure", - "modrinth": "Exposure" + "curseforge": "Exposure" }, "id": { - "curseforge": "871755", - "modrinth": "hB899VmG" + "curseforge": "871755" }, "files": [ - { - "type": "modrinth", - "file_name": "exposure-1.20.1-1.7.13-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/hB899VmG/versions/xmqarwFl/exposure-1.20.1-1.7.13-forge.jar", - "id": "xmqarwFl", - "parent_id": "hB899VmG", - "hashes": { - "sha512": "ac2292b91dd3dc1a5e9524350e13992a50c6c7c5d9121f47d39d07e95467878de839961d2e32f28fd417910f1815a9bb274736a621b03bb9ff0bba634465a78a", - "sha1": "d02564001309a6129f519c6fcbf9f920e6d2036b" - }, - "required_dependencies": [], - "size": 1333908, - "date_published": "2025-04-18T13:21:00.833767Z" - }, { "type": "curseforge", "file_name": "exposure-1.20.1-1.7.13-forge.jar", @@ -4966,7 +2919,10 @@ "pakku_links": [ "jkz20XWDUGHwlZxp", "HlauzHpOCumhX2AQ", - "hEH6ly65CC6Sw1pf" + "hEH6ly65CC6Sw1pf", + "FnKweRrkUQZW32bO", + "0IQGejKaqyQTLzbL", + "EbImyRnmgUybUFzA" ], "type": "MOD", "slug": { @@ -5007,45 +2963,19 @@ ] }, { - "pakku_id": "ek8AtOK5LglU8K6W", + "pakku_id": "8AxOn5gXmUukYhnn", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "fps-reducer", - "modrinth": "fps-reducer" + "curseforge": "fps-reducer" }, "name": { - "curseforge": "FPS Reducer", - "modrinth": "FPS Reducer" + "curseforge": "FPS Reducer" }, "id": { - "curseforge": "280294", - "modrinth": "iZ10HXDj" + "curseforge": "280294" }, "files": [ - { - "type": "modrinth", - "file_name": "FpsReducer2-forge-1.20-2.5.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/iZ10HXDj/versions/XP4qT1Vo/FpsReducer2-forge-1.20-2.5.jar", - "id": "XP4qT1Vo", - "parent_id": "iZ10HXDj", - "hashes": { - "sha512": "b4cc36c9510248757f3725beb4009fb66ff9daffef5695560b0fd46b9f4ec25ab54713ebae90a220a9a9bcae539c3dbeb3ead6203752e90164adccca29122cf0", - "sha1": "d7d5af20faa2bd7012aa2d34b5804324aa273092" - }, - "required_dependencies": [], - "size": 125347, - "date_published": "2023-09-06T13:47:35.481130Z" - }, { "type": "curseforge", "file_name": "FpsReducer2-forge-1.20-2.5.jar", @@ -5074,7 +3004,9 @@ { "pakku_id": "DNPr6iL9YKiQI0Wu", "pakku_links": [ - "wAKaeujhSawlrQQk" + "wAKaeujhSawlrQQk", + "0eaY2qNvkpQzolFy", + "SwXDcwFoiFW6R103" ], "type": "MOD", "side": "CLIENT", @@ -5156,6 +3088,9 @@ }, { "pakku_id": "Fyd0VjTgyq5PnBHb", + "pakku_links": [ + "0eaY2qNvkpQzolFy" + ], "type": "MOD", "slug": { "curseforge": "ftb-filter-system" @@ -5195,6 +3130,9 @@ }, { "pakku_id": "ieNTt8vgrcfO2nk9", + "pakku_links": [ + "0eaY2qNvkpQzolFy" + ], "type": "MOD", "slug": { "curseforge": "ftb-library-forge" @@ -5234,7 +3172,8 @@ { "pakku_id": "zY1db8K0EbhK1POB", "pakku_links": [ - "hcwrEZKe0UXf0qM5" + "hcwrEZKe0UXf0qM5", + "0eaY2qNvkpQzolFy" ], "type": "MOD", "slug": { @@ -5276,6 +3215,9 @@ }, { "pakku_id": "f6XvOldUCm8jt51o", + "pakku_links": [ + "0eaY2qNvkpQzolFy" + ], "type": "MOD", "slug": { "curseforge": "ftb-ranks-forge" @@ -5315,6 +3257,9 @@ }, { "pakku_id": "hcwrEZKe0UXf0qM5", + "pakku_links": [ + "0eaY2qNvkpQzolFy" + ], "type": "MOD", "slug": { "curseforge": "ftb-teams-forge" @@ -5356,7 +3301,8 @@ "pakku_id": "xAIadSqpBRosgDPI", "pakku_links": [ "YrMPVh28ndtUkLsq", - "ieNTt8vgrcfO2nk9" + "ieNTt8vgrcfO2nk9", + "0eaY2qNvkpQzolFy" ], "type": "MOD", "slug": { @@ -5396,53 +3342,25 @@ ] }, { - "pakku_id": "FNR0I8UUKYd9JBnn", + "pakku_id": "uLjsQ7C1hDVfy0Zn", "pakku_links": [ - "CkVybeyxxkbVpLdx", - "ytEUkXrdo25GwUV1" + "Sd1WBrIs9dOQhqCN" ], "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "fancymenu", - "modrinth": "fancymenu" + "curseforge": "fancymenu" }, "name": { - "curseforge": "FancyMenu", - "modrinth": "FancyMenu" + "curseforge": "FancyMenu" }, "id": { - "curseforge": "367706", - "modrinth": "Wq5SjeWM" + "curseforge": "367706" }, "files": [ - { - "type": "modrinth", - "file_name": "fancymenu_forge_3.5.0_MC_1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/FRgAQGvw/fancymenu_forge_3.5.0_MC_1.20.1.jar", - "id": "FRgAQGvw", - "parent_id": "Wq5SjeWM", - "hashes": { - "sha512": "09470968e5b2fd6c4570f1868febc5dd0d2164d7fc844e948253f0fc97cb781ec0b6b4b2385bac84db83920a8a5b3a72dc62d69d93dc12327b6cad67d636c991", - "sha1": "3217f4a8fdaa919fc11d03f07306edc868efa0d6" - }, - "required_dependencies": [ - "CVT4pFB2", - "J81TRJWm" - ], - "size": 3280422, - "date_published": "2025-04-10T23:23:20.411380Z" - }, { "type": "curseforge", - "file_name": "fancymenu_forge_3.5.0_MC_1.20.1.jar", + "file_name": "fancymenu_forge_3.5.2_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5450,64 +3368,35 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6408/859/fancymenu_forge_3.5.0_MC_1.20.1.jar", - "id": "6408859", + "url": "https://edge.forgecdn.net/files/6523/977/fancymenu_forge_3.5.2_MC_1.20.1.jar", + "id": "6523977", "parent_id": "367706", "hashes": { - "sha1": "3217f4a8fdaa919fc11d03f07306edc868efa0d6", - "md5": "4da459780fb51757bd0e467460c01e63" + "sha1": "35caa7f22f09dd7004e68c7387205a1bb1707b4b", + "md5": "c67bc748e4099f0a9ac24ef90241a02d" }, "required_dependencies": [ "938643", "410295" ], - "size": 3280422, - "date_published": "2025-04-10T23:23:12.083Z" + "size": 3280719, + "date_published": "2025-05-12T22:40:16.317Z" } ] }, { - "pakku_id": "QCmNyJiULTjXOT6z", + "pakku_id": "hggeEmhEPzF5fKKr", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "fast-ip-ping", - "modrinth": "fast-ip-ping" + "curseforge": "fast-ip-ping" }, "name": { - "curseforge": "Fast IP Ping", - "modrinth": "Fast IP Ping" + "curseforge": "Fast IP Ping" }, "id": { - "curseforge": "904356", - "modrinth": "9mtu0sUO" + "curseforge": "904356" }, "files": [ - { - "type": "modrinth", - "file_name": "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/9mtu0sUO/versions/lfk0K3KM/fast-ip-ping-v1.0.5-mc1.20.4-forge.jar", - "id": "lfk0K3KM", - "parent_id": "9mtu0sUO", - "hashes": { - "sha512": "1fc904dd25895fcf2c6fa75a1e42d88c1e082a1070e8a7d8559692cb5e538256686a128a84bf5326af9f92d84e478e2cfe6b6a53e055ac24631e8979aa7dedc8", - "sha1": "cba9a0f2b37706ae0486e74636049545580892fd" - }, - "required_dependencies": [], - "size": 10557, - "date_published": "2024-09-22T17:36:02.937591Z" - }, { "type": "curseforge", "file_name": "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar", @@ -5536,50 +3425,20 @@ ] }, { - "pakku_id": "M1zzOhfFKbBUyvAt", + "pakku_id": "SHxjXPyZkrcfsnIi", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { - "curseforge": "fastboot", - "modrinth": "fastboot" + "curseforge": "fastboot" }, "name": { - "curseforge": "FastBoot", - "modrinth": "FastBoot" + "curseforge": "FastBoot" }, "id": { - "curseforge": "1030285", - "modrinth": "nRL5uFe0" + "curseforge": "1030285" }, "redistributable": false, "files": [ - { - "type": "modrinth", - "file_name": "fastboot-1.20.x-1.2.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4", - "1.20.5", - "1.20.6" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/nRL5uFe0/versions/L7hAkvRy/fastboot-1.20.x-1.2.jar", - "id": "L7hAkvRy", - "parent_id": "nRL5uFe0", - "hashes": { - "sha512": "7c888221c58ba85199feeae6aba539bde4a02c4c996457b49d91cb9274f5a08b19cfecfe6d6c3387343ef15dbfde812f8e2672e4fd7979615045d6a9d16e6aa8", - "sha1": "0820d6611bdf664cc84bf351089e75998a9f1962" - }, - "required_dependencies": [], - "size": 24477, - "date_published": "2024-10-23T13:40:38.723694Z" - }, { "type": "curseforge", "file_name": "fastboot-1.20.x-1.2.jar", @@ -5688,45 +3547,18 @@ ] }, { - "pakku_id": "7ZvBJSFPsSXgtS3V", + "pakku_id": "ko9yxHxa0VLNPBl3", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "ferritecore", - "modrinth": "ferrite-core" + "curseforge": "ferritecore" }, "name": { - "curseforge": "FerriteCore ((Neo)Forge)", - "modrinth": "FerriteCore" + "curseforge": "FerriteCore ((Neo)Forge)" }, "id": { - "curseforge": "429235", - "modrinth": "uXXizFIs" + "curseforge": "429235" }, "files": [ - { - "type": "modrinth", - "file_name": "ferritecore-6.0.1-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar", - "id": "DG5Fn9Sz", - "parent_id": "uXXizFIs", - "hashes": { - "sha512": "a1960a7c03dc32d4ccaccaf28afdd9b078758bbd62d15a91d4039a83fa9397a098e89b69591f6bd5190254d9ee97e502504154b9aec764adb8c65f000b75ba2c", - "sha1": "417fb6ce8f52abf40bd9d0390371790f9576f8ba" - }, - "required_dependencies": [], - "size": 123034, - "date_published": "2023-10-22T13:40:26.306516Z" - }, { "type": "curseforge", "file_name": "ferritecore-6.0.1-forge.jar", @@ -5753,51 +3585,21 @@ ] }, { - "pakku_id": "Bulb4DSBYe5vmmM4", + "pakku_id": "voVOR1FExyuHjrQq", "pakku_links": [ - "UiVtcmEH7uJMcy8z", - "F6H99cZ4H6jZRpEK" + "MTt6FL1ZK2Omzj4I" ], "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "firmaciv", "curseforge": "firmaciv" }, "name": { - "modrinth": "Firma: Civilization", "curseforge": "Firma: Civilization (TFC)" }, "id": { - "modrinth": "6o49a8Vz", "curseforge": "714158" }, "files": [ - { - "type": "modrinth", - "file_name": "FirmaCivilization-1.20.1-1.0.9.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/6o49a8Vz/versions/NCjI8fvd/FirmaCivilization-1.20.1-1.0.9.jar", - "id": "NCjI8fvd", - "parent_id": "6o49a8Vz", - "hashes": { - "sha512": "01257e1247489a2d67db4338c2470afd63a19a502f0ce24a5fb041d5e0598cd3fc723c38eaae2daff9c306a959641252b5ec2f255065f52e337c5da918be3dca", - "sha1": "41e134f5dd02cc5030229c972b474a2e69793233" - }, - "required_dependencies": [ - "vuNeeDyl", - "JaCEZUhg" - ], - "size": 16593596, - "date_published": "2024-09-19T18:15:41.714888Z" - }, { "type": "curseforge", "file_name": "FirmaCivilization-1.20.1-1.0.9.jar", @@ -5826,48 +3628,18 @@ ] }, { - "pakku_id": "RwppJL578CgU7lki", - "pakku_links": [ - "Bulb4DSBYe5vmmM4" - ], + "pakku_id": "PKdR7ibItXDtsk7Y", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "firmacivplus", - "modrinth": "firmacivplus" + "curseforge": "firmacivplus" }, "name": { - "curseforge": "FirmaCivPlus", - "modrinth": "FirmaCivPlus" + "curseforge": "FirmaCivPlus" }, "id": { - "curseforge": "1243743", - "modrinth": "h1WsEaNH" + "curseforge": "1243743" }, "files": [ - { - "type": "modrinth", - "file_name": "firmacivplus-1.0.1-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/h1WsEaNH/versions/tamQr4CM/firmacivplus-1.0.1-1.20.1.jar", - "id": "tamQr4CM", - "parent_id": "h1WsEaNH", - "hashes": { - "sha512": "4785f2dedcd5f34b8b3f9f07869d1928af324a7b6bf5807a83837aa6e78b7ec80a2661073b4e91e6061d8ef30f0eb4776208e28cdc51a5b92495b30e31ad1707", - "sha1": "5d21f85a95332dc002cd26ce085934a0d3605e08" - }, - "required_dependencies": [ - "6o49a8Vz" - ], - "size": 7028524, - "date_published": "2025-05-03T17:00:39.650381Z" - }, { "type": "curseforge", "file_name": "firmacivplus-1.0.1-1.20.1.jar", @@ -5894,46 +3666,18 @@ ] }, { - "pakku_id": "MU6r403S0njIKD6Y", + "pakku_id": "KyYmDyOjjrs7g5nL", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "firmalife", - "modrinth": "firmalife" + "curseforge": "firmalife" }, "name": { - "curseforge": "FirmaLife", - "modrinth": "Firmalife" + "curseforge": "FirmaLife" }, "id": { - "curseforge": "453394", - "modrinth": "5bKeBHw2" + "curseforge": "453394" }, "files": [ - { - "type": "modrinth", - "file_name": "Firmalife-1.20.1-2.1.18.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/5bKeBHw2/versions/3pqbYHWH/Firmalife-1.20.1-2.1.18.jar", - "id": "3pqbYHWH", - "parent_id": "5bKeBHw2", - "hashes": { - "sha512": "1a135f81b4249972213758cac6d663bf6c8bb846bd14328b6d04b0664c031fd43014b258258c8e461c96d1c7e32f61dd36f213cd51aafd3e72377ba60ebd7c89", - "sha1": "de9ec2980e5f09a28415e489aa24eec5840a010d" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 4597517, - "date_published": "2025-04-19T02:25:00.538403Z" - }, { "type": "curseforge", "file_name": "Firmalife-1.20.1-2.1.18.jar", @@ -5961,46 +3705,23 @@ ] }, { - "pakku_id": "pFU4Ma0J92JfoKnW", + "pakku_id": "3yb0w1wwZMW2O9qY", + "pakku_links": [ + "v44vAp7vREOZVvOk" + ], "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "first-person-model", - "modrinth": "first-person-model" + "curseforge": "first-person-model" }, "name": { - "curseforge": "First-person Model (Forge/Fabric)", - "modrinth": "First-person Model" + "curseforge": "First-person Model (Forge/Fabric)" }, "id": { - "curseforge": "333287", - "modrinth": "H5XMjpHi" + "curseforge": "333287" }, "redistributable": false, "files": [ - { - "type": "modrinth", - "file_name": "firstperson-forge-2.4.9-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/H5XMjpHi/versions/QgNMKdd7/firstperson-forge-2.4.9-mc1.20.1.jar", - "id": "QgNMKdd7", - "parent_id": "H5XMjpHi", - "hashes": { - "sha512": "d1d7c0cffe0b1110c4ef27b02578de225dd1506c33a76b988bc512894224610838c63d7b8b0fecd125271f26aef9a7529bfe29e03f30fdf6abb3422c391d0b96", - "sha1": "b7e05fb6072e8b39512ce0485186cfc9751bf2ee" - }, - "required_dependencies": [ - "MPCX6s5C" - ], - "size": 127349, - "date_published": "2025-03-27T18:13:27.545948Z" - }, { "type": "curseforge", "file_name": "firstperson-forge-2.4.9-mc1.20.1.jar", @@ -6027,45 +3748,18 @@ ] }, { - "pakku_id": "sGz54C5RVvxKJZbE", + "pakku_id": "PSKPzf0LpQB8h5nt", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "flickerfix", - "modrinth": "flickerfix" + "curseforge": "flickerfix" }, "name": { - "curseforge": "FlickerFix", - "modrinth": "FlickerFix" + "curseforge": "FlickerFix" }, "id": { - "curseforge": "431430", - "modrinth": "KSyWOxT5" + "curseforge": "431430" }, "files": [ - { - "type": "modrinth", - "file_name": "flickerfix-1.20.1-4.0.1.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/KSyWOxT5/versions/tgbHZ6aV/flickerfix-1.20.1-4.0.1.jar", - "id": "tgbHZ6aV", - "parent_id": "KSyWOxT5", - "hashes": { - "sha512": "067e66d2ab3f8b538b03964cc98dbe25141a858b0cd38eec1dc15192e312fe2da9a0c1b17bb7c27341e54ebdfe59c2f538d254fdea0834062292505448203bf6", - "sha1": "ffcf6207d71ba069a8baf18f6ac4ee8668376490" - }, - "required_dependencies": [], - "size": 5630, - "date_published": "2023-10-08T21:35:01.440637Z" - }, { "type": "curseforge", "file_name": "flickerfix-1.20.1-4.0.1.jar", @@ -6133,43 +3827,18 @@ ] }, { - "pakku_id": "5N8b1NjyistuTaVG", + "pakku_id": "lZTiNvrbcvfKWch2", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "framedblocks", - "modrinth": "framedblocks" + "curseforge": "framedblocks" }, "name": { - "curseforge": "FramedBlocks", - "modrinth": "FramedBlocks" + "curseforge": "FramedBlocks" }, "id": { - "curseforge": "441647", - "modrinth": "wbgfS34j" + "curseforge": "441647" }, "files": [ - { - "type": "modrinth", - "file_name": "FramedBlocks-9.3.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/wbgfS34j/versions/ZqA1adIm/FramedBlocks-9.3.1.jar", - "id": "ZqA1adIm", - "parent_id": "wbgfS34j", - "hashes": { - "sha512": "4600160afd9f8b3f4123beb866fb3610d295b6d6c7ff562349953288d66d4c1ac2be5be4cf7246fb18d5fb0ddd7df6c43b8ab1820b47bb0bdebbdc98452c0391", - "sha1": "e7b729e64c7b1c7a5cdb8a7de4f9a0be50ad4a79" - }, - "required_dependencies": [], - "size": 4190330, - "date_published": "2024-10-03T22:23:39.903059Z" - }, { "type": "curseforge", "file_name": "FramedBlocks-9.3.1.jar", @@ -6195,49 +3864,18 @@ ] }, { - "pakku_id": "2wt2APHThAmSG5Rq", - "pakku_links": [ - "IqPkca9cWhZ2JxDJ" - ], + "pakku_id": "lzhyE6qnNX8vJ50C", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "fzzy-config", - "modrinth": "fzzy-config" + "curseforge": "fzzy-config" }, "name": { - "curseforge": "Fzzy Config", - "modrinth": "Fzzy Config" + "curseforge": "Fzzy Config" }, "id": { - "curseforge": "1005914", - "modrinth": "hYykXjDp" + "curseforge": "1005914" }, "files": [ - { - "type": "modrinth", - "file_name": "fzzy_config-0.6.9+1.20.1+forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/hYykXjDp/versions/Jp0w2D0o/fzzy_config-0.6.9+1.20.1+forge.jar", - "id": "Jp0w2D0o", - "parent_id": "hYykXjDp", - "hashes": { - "sha512": "dfc78eb1f07767c9b0d69f75a2d9160d470dd25c366fbbc149dbea0fecc018225d6513be9aad6b06d5bebbc4e40773da1cbd58c2a50e61aa2a03c221e5523a82", - "sha1": "749df31acdf11c562ad689b26ef478da37807f94" - }, - "required_dependencies": [ - "ordsPcFz" - ], - "size": 2158962, - "date_published": "2025-04-09T23:12:08.437182Z" - }, { "type": "curseforge", "file_name": "fzzy_config-0.6.9+1.20.1+forge.jar", @@ -6265,20 +3903,17 @@ ] }, { - "pakku_id": "uCACXyPoJ4iKQzNG", + "pakku_id": "FOswt0O8bKv2R2Nv", "type": "MOD", "side": "BOTH", "slug": { - "curseforge": "geckolib", - "modrinth": "geckolib" + "curseforge": "geckolib" }, "name": { - "curseforge": "GeckoLib", - "modrinth": "Geckolib" + "curseforge": "GeckoLib" }, "id": { - "curseforge": "388172", - "modrinth": "8BmcQJ2H" + "curseforge": "388172" }, "files": [ { @@ -6302,69 +3937,22 @@ "required_dependencies": [], "size": 1004042, "date_published": "2024-12-27T16:27:17.200Z" - }, - { - "type": "modrinth", - "file_name": "geckolib-forge-1.20.1-4.7.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/8BmcQJ2H/versions/LwI6czff/geckolib-forge-1.20.1-4.7.jar", - "id": "LwI6czff", - "parent_id": "8BmcQJ2H", - "hashes": { - "sha512": "4efd2d70533d73fc70012b0969bac9fb6035a4ebcc8b6ccb692321456bcc044da93a12b44392fca3c607889c134acd41db9e0fed376151a46d5391c56881a149", - "sha1": "451226923e02ac708b8fe59d75a2f9a28cc7e467" - }, - "required_dependencies": [], - "size": 1004043, - "date_published": "2024-12-27T16:27:02.907556Z" } ] }, { - "pakku_id": "rSUHapr2idxvSjLh", + "pakku_id": "2GZxtrNRL29dRjVC", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "get-it-together-drops", - "modrinth": "get-it-together-drops" + "curseforge": "get-it-together-drops" }, "name": { - "curseforge": "Get It Together, Drops!", - "modrinth": "Get It Together, Drops!" + "curseforge": "Get It Together, Drops!" }, "id": { - "curseforge": "411045", - "modrinth": "T0OUgf8P" + "curseforge": "411045" }, "files": [ - { - "type": "modrinth", - "file_name": "getittogetherdrops-forge-1.20-1.3.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/T0OUgf8P/versions/csPzTtJp/getittogetherdrops-forge-1.20-1.3.jar", - "id": "csPzTtJp", - "parent_id": "T0OUgf8P", - "hashes": { - "sha512": "65ccbff7c6726392e3767305cbab643dab9a8a7cbb4b11e5a8f19de32e7c4e7ac63ff707ca0ae39ed6e6c699832910362b74dbbacb403ef78b524156f29f2b14", - "sha1": "70a4d8acaedc4dfb066974726d21916b78edd7af" - }, - "required_dependencies": [], - "size": 7863, - "date_published": "2023-06-10T18:01:17.003071Z" - }, { "type": "curseforge", "file_name": "getittogetherdrops-forge-1.20-1.3.jar", @@ -6390,44 +3978,18 @@ ] }, { - "pakku_id": "HlauzHpOCumhX2AQ", + "pakku_id": "EbImyRnmgUybUFzA", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "glodium", - "modrinth": "glodium" + "curseforge": "glodium" }, "name": { - "curseforge": "Glodium", - "modrinth": "Glodium" + "curseforge": "Glodium" }, "id": { - "curseforge": "957920", - "modrinth": "UhW5uCKw" + "curseforge": "957920" }, "files": [ - { - "type": "modrinth", - "file_name": "Glodium-1.20-1.5-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/UhW5uCKw/versions/eoUaDkZf/Glodium-1.20-1.5-forge.jar", - "id": "eoUaDkZf", - "parent_id": "UhW5uCKw", - "hashes": { - "sha512": "57ba996845f588191b12f5e4c578b6f33a2b431facd54176dc61abba0f08f86cbc03c39cf795c7d5dea4926a923ec88e646a25d1a9a3a5bb9508fcb79a661a5e", - "sha1": "c7534db3248adfcf39a6158b423dfc9bfc99a378" - }, - "required_dependencies": [], - "size": 60550, - "date_published": "2025-02-04T13:08:25.693981Z" - }, { "type": "curseforge", "file_name": "Glodium-1.20-1.5-forge.jar", @@ -6490,6 +4052,9 @@ }, { "pakku_id": "JYHQVYwIGQYRij0G", + "pakku_links": [ + "9W4FCgljktwrd38M" + ], "type": "MOD", "side": "BOTH", "slug": { @@ -6530,20 +4095,16 @@ ] }, { - "pakku_id": "rD7EJsU46nHBcbcs", + "pakku_id": "ath4OaDmkCtFku7l", "type": "RESOURCE_PACK", - "side": "CLIENT", "slug": { - "curseforge": "gregtech-revival-32x", - "modrinth": "gregtech-revival-32x" + "curseforge": "gregtech-revival-32x" }, "name": { - "curseforge": "GregTech Revival 32x", - "modrinth": "GregTech Revival 32x" + "curseforge": "GregTech Revival 32x" }, "id": { - "curseforge": "964322", - "modrinth": "fUawEtti" + "curseforge": "964322" }, "files": [ { @@ -6563,70 +4124,22 @@ "required_dependencies": [], "size": 7977338, "date_published": "2025-05-05T09:09:38.573Z" - }, - { - "type": "modrinth", - "file_name": "GregTech Revival 32x 1.19.2-1.20.1-1.21 ver 0.18.zip", - "mc_versions": [ - "1.20", - "1.20.1", - "1.21.1" - ], - "loaders": [ - "minecraft" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fUawEtti/versions/VrsFjDrs/GregTech Revival 32x 1.19.2-1.20.1-1.21 ver 0.18.zip", - "id": "VrsFjDrs", - "parent_id": "fUawEtti", - "hashes": { - "sha512": "46c0caac3b7fbad0afa4346d30ea56ac094765ca91184e87d36a6b74944e4a6254f0ea416fcfbbc073e609fc89d41f15a6bbcc0c5194f1204b4f5afb101036b3", - "sha1": "8042b552366952abccf06c17eb9d9d693c8397b4" - }, - "required_dependencies": [], - "size": 7977338, - "date_published": "2025-05-06T20:31:53.875728Z" } ] }, { - "pakku_id": "apqasFnXUkYXZUFj", + "pakku_id": "2wSbyvuI5uFxrZW6", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "gregtechceu-modern", - "modrinth": "gregtechceu-modern" + "curseforge": "gregtechceu-modern" }, "name": { - "curseforge": "GregTechCEu Modern", - "modrinth": "GregTechCEu Modern" + "curseforge": "GregTechCEu Modern" }, "id": { - "curseforge": "890405", - "modrinth": "7tG215v7" + "curseforge": "890405" }, "files": [ - { - "type": "modrinth", - "file_name": "gtceu-1.20.1-1.6.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/7tG215v7/versions/agSy623h/gtceu-1.20.1-1.6.4.jar", - "id": "agSy623h", - "parent_id": "7tG215v7", - "hashes": { - "sha512": "3915ddb104b7cd6b6a9c3213749c8d4c0a3c1eb07745fdbe97d881ab6661853ce0d9411aad0fde5c933648bafb03417455184abcc641e6af7f4c5fab92daa418", - "sha1": "8f9705cb309bc862f1abf684717bc6c87165604a" - }, - "required_dependencies": [], - "size": 11787892, - "date_published": "2025-03-02T06:23:05.388636Z" - }, { "type": "curseforge", "file_name": "gtceu-1.20.1-1.6.4.jar", @@ -6651,25 +4164,21 @@ ] }, { - "pakku_id": "Uyfzeev3SUQZkciO", + "pakku_id": "dR8ZIMOQFxDrUtOO", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "hang-glider", - "modrinth": "hang-glider" + "curseforge": "guideme" }, "name": { - "curseforge": "Hang Glider [Forge & Fabric]", - "modrinth": "Hang Glider" + "curseforge": "GuideME" }, "id": { - "curseforge": "852668", - "modrinth": "uHWrqYcS" + "curseforge": "1173950" }, "files": [ { - "type": "modrinth", - "file_name": "HangGlider-v8.0.1-1.20.1-Forge.jar", + "type": "curseforge", + "file_name": "guideme-20.1.7.jar", "mc_versions": [ "1.20.1" ], @@ -6677,19 +4186,32 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/uHWrqYcS/versions/kVfMYM11/HangGlider-v8.0.1-1.20.1-Forge.jar", - "id": "kVfMYM11", - "parent_id": "uHWrqYcS", + "url": "https://edge.forgecdn.net/files/6489/464/guideme-20.1.7.jar", + "id": "6489464", + "parent_id": "1173950", "hashes": { - "sha512": "8b55e4d6b7c5b7d1cde4bf1e8344111b74e9b2e2ce3019623c745e317559037a27e8be00a15ce52444493e6ca5a792d4fa878f980b2f467fd42c7de6fd2b7c36", - "sha1": "e4a5deeb545db6853ae4d668d0751228e641fc61" + "sha1": "fc039093c479b3632b1ab60ea503e79b76b686f9", + "md5": "01ca90ca84ab2f886e4c5a2101934d00" }, - "required_dependencies": [ - "QAGBst4M" - ], - "size": 136076, - "date_published": "2023-08-18T06:55:17.015671Z" - }, + "required_dependencies": [], + "size": 9401162, + "date_published": "2025-05-03T00:27:09.520Z" + } + ] + }, + { + "pakku_id": "NlGPSspTORvnD5PG", + "type": "MOD", + "slug": { + "curseforge": "hang-glider" + }, + "name": { + "curseforge": "Hang Glider [Forge & Fabric]" + }, + "id": { + "curseforge": "852668" + }, + "files": [ { "type": "curseforge", "file_name": "HangGlider-v8.0.1-1.20.1-Forge.jar", @@ -6716,43 +4238,18 @@ ] }, { - "pakku_id": "z1qM65HXcowNZoh2", + "pakku_id": "uGCMoRHxFuJmKFoL", "type": "RESOURCE_PACK", - "side": "CLIENT", "slug": { - "curseforge": "ilaores-tfc-32x", - "modrinth": "ilaores-tfc-32x" + "curseforge": "ilaores-tfc-32x" }, "name": { - "curseforge": "ILAORE's TFC 32x (terrafirmacraft, terra firma craft)", - "modrinth": "ILAORE's TFC 32x" + "curseforge": "ILAORE's TFC 32x (terrafirmacraft, terra firma craft)" }, "id": { - "curseforge": "952112", - "modrinth": "vqrI97xw" + "curseforge": "952112" }, "files": [ - { - "type": "modrinth", - "file_name": "ILAORE's_TFC_32x_ver_0.15_1.20.1.zip", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "minecraft" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/vqrI97xw/versions/AzepWSkR/ILAORE's_TFC_32x_ver_0.15_1.20.1.zip", - "id": "AzepWSkR", - "parent_id": "vqrI97xw", - "hashes": { - "sha512": "d7a4c7806c38c82ec90e5f351416147cf0829bbef3d15e27062f3d0ca96fd00562fc2cd2ddd56f2d1ad5fd288074ca19816bf2dfe78d668f6dcccd3c6e54b523", - "sha1": "67f277d47406a7adc6b36a7429fed62c123bc347" - }, - "required_dependencies": [], - "size": 41173821, - "date_published": "2025-01-12T11:09:36.203161Z" - }, { "type": "curseforge", "file_name": "ILAORE's_TFC_32x_ver_0.15_1.20.1.zip", @@ -6774,45 +4271,18 @@ ] }, { - "pakku_id": "ysI0Svq6SxqLzQ2D", + "pakku_id": "Gf7UqnkHto1XGQZa", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "icterine", - "modrinth": "icterine" + "curseforge": "icterine" }, "name": { - "curseforge": "Icterine", - "modrinth": "Icterine" + "curseforge": "Icterine" }, "id": { - "curseforge": "974774", - "modrinth": "7RvRWn6p" + "curseforge": "974774" }, "files": [ - { - "type": "modrinth", - "file_name": "Icterine-forge-1.20.0-1-1.3.0.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/7RvRWn6p/versions/81fZ7ynE/Icterine-forge-1.20.0-1-1.3.0.jar", - "id": "81fZ7ynE", - "parent_id": "7RvRWn6p", - "hashes": { - "sha512": "18314a6d3402f7d7d0ec2960ccd8be7e03bcf9ce5de562d5049dcc3e3b44fae8ffdf231932d9139ee1139b0b5ad98f4fd7b490026f8a07d418ecc884af3d5ae8", - "sha1": "55fde23d7602924ba4772d441fb5a78d562be238" - }, - "required_dependencies": [], - "size": 38848, - "date_published": "2024-02-10T22:07:48.553619Z" - }, { "type": "curseforge", "file_name": "Icterine-forge-1.20.0-1-1.3.0.jar", @@ -6840,47 +4310,18 @@ ] }, { - "pakku_id": "bz1kRoXx71DMQLBz", + "pakku_id": "NVUIYx999yATkZmQ", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "immediatelyfast", - "modrinth": "immediatelyfast" + "curseforge": "immediatelyfast" }, "name": { - "curseforge": "ImmediatelyFast", - "modrinth": "ImmediatelyFast" + "curseforge": "ImmediatelyFast" }, "id": { - "curseforge": "686911", - "modrinth": "5ZwdcRci" + "curseforge": "686911" }, "files": [ - { - "type": "modrinth", - "file_name": "ImmediatelyFast-Forge-1.5.0+1.20.4.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/5ZwdcRci/versions/xNaL38Bs/ImmediatelyFast-Forge-1.5.0+1.20.4.jar", - "id": "xNaL38Bs", - "parent_id": "5ZwdcRci", - "hashes": { - "sha512": "ec94ad253be05774b9fb8b67587929fb953c3fb4cbd835180eb2797ebab2bc71656f2c5644321107e862bee16985d50bbb833909a6ac07ff06cb842c0bde8d83", - "sha1": "653fb9d1ce673b9987b18dfc0a9db4b9cb48d1de" - }, - "required_dependencies": [], - "size": 428350, - "date_published": "2025-03-16T17:12:37.853726Z" - }, { "type": "curseforge", "file_name": "ImmediatelyFast-Forge-1.5.0+1.20.4.jar", @@ -6909,20 +4350,16 @@ ] }, { - "pakku_id": "w5G2EmycbcFrsM0g", + "pakku_id": "8uHbQw2UzFWkxSKA", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "immersive-aircraft", - "modrinth": "immersive-aircraft" + "curseforge": "immersive-aircraft" }, "name": { - "curseforge": "Immersive Aircraft [Fabric/Forge]", - "modrinth": "Immersive Aircraft" + "curseforge": "Immersive Aircraft [Fabric/Forge]" }, "id": { - "curseforge": "666014", - "modrinth": "x3HZvrj6" + "curseforge": "666014" }, "files": [ { @@ -6945,32 +4382,11 @@ "required_dependencies": [], "size": 2180392, "date_published": "2025-03-17T18:06:57.950Z" - }, - { - "type": "modrinth", - "file_name": "immersive_aircraft-1.2.2+1.20.1-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/x3HZvrj6/versions/X2smCkoc/immersive_aircraft-1.2.2+1.20.1-forge.jar", - "id": "X2smCkoc", - "parent_id": "x3HZvrj6", - "hashes": { - "sha512": "51131231da1e9953e6c5850b103cb87b04de7767d2771e7cc1477b6c8ef83a7088c0823ade27ab9e45c075924043151af34c716c7a051296b9b1ff13d6b328af", - "sha1": "5f1c9fb4a9825557a951bd5f97465fe44fc01df7" - }, - "required_dependencies": [], - "size": 2180392, - "date_published": "2025-03-17T18:07:00.527935Z" } ] }, { - "pakku_id": "EhMlWcsS0nJcvUU8", + "pakku_id": "koOe6mK4eoXZNeOE", "type": "RESOURCE_PACK", "slug": { "curseforge": "improved-applied-energistics-2" @@ -7005,7 +4421,7 @@ ] }, { - "pakku_id": "8mSO4NNaDxxiWQm2", + "pakku_id": "Zc4qMhc9dM76cC0W", "type": "RESOURCE_PACK", "slug": { "curseforge": "improved-create-32x" @@ -7077,20 +4493,17 @@ ] }, { - "pakku_id": "KrMagbELcCin0ry1", + "pakku_id": "fmEwFJByF5n2FrkH", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { - "curseforge": "inventory-tweaks-refoxed", - "modrinth": "inventory-tweaks-refoxed" + "curseforge": "inventory-tweaks-refoxed" }, "name": { - "curseforge": "Inventory Tweaks - ReFoxed", - "modrinth": "Inventory Tweaks: ReFoxed" + "curseforge": "Inventory Tweaks - ReFoxed" }, "id": { - "curseforge": "976858", - "modrinth": "uqnMI1kq" + "curseforge": "976858" }, "files": [ { @@ -7114,74 +4527,26 @@ "required_dependencies": [], "size": 74491, "date_published": "2024-05-04T18:03:07.010Z" - }, - { - "type": "modrinth", - "file_name": "invtweaks-1.20.1-1.1.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/uqnMI1kq/versions/noMmNlEf/invtweaks-1.20.1-1.1.0.jar", - "id": "noMmNlEf", - "parent_id": "uqnMI1kq", - "hashes": { - "sha512": "3303d72462d4f863625914100cbbc050e3c88a23203b1010d194524518145ad859a9a30e714326a1866ad129860bc4e28a658a77069e595aa40f1507051f4dd5", - "sha1": "1550d40fd570ae88839382ea888dba9b5c3bd29c" - }, - "required_dependencies": [], - "size": 74491, - "date_published": "2024-05-04T18:03:08.340558Z" } ] }, { - "pakku_id": "qfmfJ9pcWlHX4gSC", + "pakku_id": "InWJPvQFq2bK7xrr", "pakku_links": [ - "K1CxjpiwXqtWrxdd" + "WUlpBsMd1Ztf1Rv1" ], "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "iris-flywheel-compat", - "modrinth": "iris-flw-compat" + "curseforge": "iris-flywheel-compat" }, "name": { - "curseforge": "Iris & Oculus Flywheel Compat", - "modrinth": "Iris & Oculus Flywheel Compat" + "curseforge": "Iris & Oculus Flywheel Compat" }, "id": { - "curseforge": "659897", - "modrinth": "ndHYMY2K" + "curseforge": "659897" }, "files": [ - { - "type": "modrinth", - "file_name": "oculus-flywheel-compat-forge1.20.1+1.1.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/ndHYMY2K/versions/j26FjsSe/oculus-flywheel-compat-forge1.20.1+1.1.4.jar", - "id": "j26FjsSe", - "parent_id": "ndHYMY2K", - "hashes": { - "sha512": "811874cef4a54eb8d6b1f871d004b32bda39cf800ade45b60f156ccf7d81cf39244ec49a1adeaf3565bb8fc623869cd54c6ff84f6f406e65ea27ea6be1ecb3f2", - "sha1": "8f79b9c4e0ac809b5310b59ad812a7325a6c7f1e" - }, - "required_dependencies": [ - "GchcoXML" - ], - "size": 91538, - "date_published": "2024-11-17T07:21:13.814050Z" - }, { "type": "curseforge", "file_name": "oculus-flywheel-compat-forge1.20.1+1.1.4.jar", @@ -7208,23 +4573,17 @@ ] }, { - "pakku_id": "NhIPVu8RDHYHrFcw", - "pakku_links": [ - "UOjZxqemtQFAP9R8" - ], + "pakku_id": "I25wHE92iKmdYAz9", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "itemphysic-lite", - "modrinth": "itemphysic-lite" + "curseforge": "itemphysic-lite" }, "name": { - "curseforge": "ItemPhysic Lite", - "modrinth": "ItemPhysic Lite" + "curseforge": "ItemPhysic Lite" }, "id": { - "curseforge": "270441", - "modrinth": "OuyCgP8t" + "curseforge": "270441" }, "files": [ { @@ -7250,51 +4609,23 @@ ], "size": 19487, "date_published": "2025-01-02T15:19:28.153Z" - }, - { - "type": "modrinth", - "file_name": "ItemPhysicLite_FORGE_v1.6.6_mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/OuyCgP8t/versions/pblKjZQf/ItemPhysicLite_FORGE_v1.6.6_mc1.20.1.jar", - "id": "pblKjZQf", - "parent_id": "OuyCgP8t", - "hashes": { - "sha512": "7458b25e6243c196ecac5363ce6b30713eb93c043226906d6ad6b9774985831f67a250a3057183e6f9721cbdf56c6ebdd3db3769c1da66c7d07ba4d0d5878d1b", - "sha1": "4fc87af53afb8610e77710b30340783fc6bd0ccf" - }, - "required_dependencies": [ - "OsZiaDHq" - ], - "size": 19487, - "date_published": "2025-01-02T15:19:25.955410Z" } ] }, { - "pakku_id": "9QhYmcgAPjE21AZN", + "pakku_id": "d2JtcMNOYhuPhetG", "pakku_links": [ - "7QIRhUwYRTKZoPpd" + "4Lh5rlmEmqZFUmGt" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "jade-addons", - "modrinth": "jade-addons-forge" + "curseforge": "jade-addons" }, "name": { - "curseforge": "Jade Addons (Neo/Forge)", - "modrinth": "Jade Addons (Neo/Forge)" + "curseforge": "Jade Addons (Neo/Forge)" }, "id": { - "curseforge": "583345", - "modrinth": "xuDOzCLy" + "curseforge": "583345" }, "files": [ { @@ -7321,74 +4652,22 @@ ], "size": 77839, "date_published": "2024-09-04T19:28:49.377Z" - }, - { - "type": "modrinth", - "file_name": "JadeAddons-1.20.1-Forge-5.3.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/xuDOzCLy/versions/PSP77dD5/JadeAddons-1.20.1-Forge-5.3.1.jar", - "id": "PSP77dD5", - "parent_id": "xuDOzCLy", - "hashes": { - "sha512": "f892ddfd0551a4c813343507c511707253f30808972228f506e4541750c91e8af15ca460bd88d17fd512a83fe8c280703064afb2b6d56b32f1ee082a8d69b302", - "sha1": "140a393ae43519bcb9018a7e00c300f930d659dc" - }, - "required_dependencies": [ - "nvQzSEkH" - ], - "size": 77839, - "date_published": "2024-09-04T19:28:53.887177Z" } ] }, { - "pakku_id": "7QIRhUwYRTKZoPpd", + "pakku_id": "4Lh5rlmEmqZFUmGt", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "jade", - "modrinth": "jade" + "curseforge": "jade" }, "name": { - "curseforge": "Jade 🔍", - "modrinth": "Jade 🔍" + "curseforge": "Jade 🔍" }, "id": { - "curseforge": "324717", - "modrinth": "nvQzSEkH" + "curseforge": "324717" }, "files": [ - { - "type": "modrinth", - "file_name": "Jade-1.20.1-Forge-11.13.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/nvQzSEkH/versions/9gf6jOO0/Jade-1.20.1-Forge-11.13.1.jar", - "id": "9gf6jOO0", - "parent_id": "nvQzSEkH", - "hashes": { - "sha512": "3b8c4e273b70c30781accb27b3c307e9a8f676c2f3e6987fb9864588c4c0b93cbfd20bbcbe697dada6474b4d652ce686f98d3f72346d4946e573c0435674d8cf", - "sha1": "0e5af2bdca3a600d3f0cf28cc9f735542d19e7fc" - }, - "required_dependencies": [], - "size": 550551, - "date_published": "2025-03-06T16:47:31.546464Z" - }, { "type": "curseforge", "file_name": "Jade-1.20.1-Forge-11.13.1.jar", @@ -7400,7 +4679,7 @@ "neoforge", "forge" ], - "release_type": "beta", + "release_type": "release", "url": "https://edge.forgecdn.net/files/6271/651/Jade-1.20.1-Forge-11.13.1.jar", "id": "6271651", "parent_id": "324717", @@ -7415,20 +4694,16 @@ ] }, { - "pakku_id": "jhCnEANGzAZibyXL", + "pakku_id": "goJJwU9WNFEvXVqN", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "jei", - "modrinth": "jei" + "curseforge": "jei" }, "name": { - "curseforge": "Just Enough Items (JEI)", - "modrinth": "Just Enough Items" + "curseforge": "Just Enough Items (JEI)" }, "id": { - "curseforge": "238222", - "modrinth": "u6dRKJwZ" + "curseforge": "238222" }, "files": [ { @@ -7451,69 +4726,23 @@ "required_dependencies": [], "size": 1379220, "date_published": "2025-01-11T01:35:54.057Z" - }, - { - "type": "modrinth", - "file_name": "jei-1.20.1-forge-15.20.0.106.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/u6dRKJwZ/versions/WTWP98yg/jei-1.20.1-forge-15.20.0.106.jar", - "id": "WTWP98yg", - "parent_id": "u6dRKJwZ", - "hashes": { - "sha512": "c49f6f4fa86a76751fae927e93f6f6a00b955aca97edae6eecc496f2959e581f4e697f80c53e27d2c90e73374171669b3be6bd860b9446aaa521a2553569bfc1", - "sha1": "77928d15d797663846cba44de8f79e4e4c5fdbb7" - }, - "required_dependencies": [], - "size": 1379220, - "date_published": "2025-01-11T01:36:06.889620Z" } ] }, { - "pakku_id": "ytEUkXrdo25GwUV1", + "pakku_id": "n2o9XeuYgg4dKWzC", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "konkrete", - "modrinth": "konkrete" + "curseforge": "konkrete" }, "name": { - "curseforge": "Konkrete [Forge/NeoForge]", - "modrinth": "Konkrete" + "curseforge": "Konkrete [Forge/NeoForge]" }, "id": { - "curseforge": "410295", - "modrinth": "J81TRJWm" + "curseforge": "410295" }, "files": [ - { - "type": "modrinth", - "file_name": "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/J81TRJWm/versions/skYziQQL/konkrete_forge_1.8.0_MC_1.20-1.20.1.jar", - "id": "skYziQQL", - "parent_id": "J81TRJWm", - "hashes": { - "sha512": "df79a0c64da14ca2b27dc04a72d85ce5c8e7c498e7b72da4d7bfddd592bb4bac165e70afe33fac97446e4996fffd8003350df07ede2a77233dddec77b8ff0ee7", - "sha1": "2019d821bed9071daabed43979433a5473ceee49" - }, - "required_dependencies": [], - "size": 625185, - "date_published": "2024-01-13T03:30:28.707265Z" - }, { "type": "curseforge", "file_name": "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar", @@ -7539,50 +4768,18 @@ ] }, { - "pakku_id": "IqPkca9cWhZ2JxDJ", + "pakku_id": "VOxF6hJfYbQv9uFg", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "kotlin-for-forge", - "modrinth": "kotlin-for-forge" + "curseforge": "kotlin-for-forge" }, "name": { - "curseforge": "Kotlin for Forge", - "modrinth": "Kotlin for Forge" + "curseforge": "Kotlin for Forge" }, "id": { - "curseforge": "351264", - "modrinth": "ordsPcFz" + "curseforge": "351264" }, "files": [ - { - "type": "modrinth", - "file_name": "kotlinforforge-4.11.0-all.jar", - "mc_versions": [ - "1.19.3", - "1.19.4", - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/ordsPcFz/versions/hmeyC41q/kotlinforforge-4.11.0-all.jar", - "id": "hmeyC41q", - "parent_id": "ordsPcFz", - "hashes": { - "sha512": "d72707078f0c4fde78981c638ca976722f22a64ce74bdb489258790fe9886d763a7b1e0dfbc5429ddd3105d8a65d177f06242dfb1457e219e56c70dd3e8cbf2c", - "sha1": "1fd8acfd75a2be2dc3cdcc7e816482b2e427d6e5" - }, - "required_dependencies": [], - "size": 7193768, - "date_published": "2024-06-06T01:10:20.253226Z" - }, { "type": "curseforge", "file_name": "kotlinforforge-4.11.0-all.jar", @@ -7612,649 +4809,18 @@ ] }, { - "pakku_id": "YpgXdfsYvpMj2cy4", + "pakku_id": "ER1SSAElNjQ9ToDP", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "ksyxis", - "modrinth": "ksyxis" + "curseforge": "ksyxis" }, "name": { - "curseforge": "Ksyxis", - "modrinth": "Ksyxis" + "curseforge": "Ksyxis" }, "id": { - "curseforge": "537533", - "modrinth": "2ecVyZ49" + "curseforge": "537533" }, "files": [ - { - "type": "modrinth", - "file_name": "Ksyxis-1.3.3.jar", - "mc_versions": [ - "1.8", - "1.8.1-pre1", - "1.8.1-pre2", - "1.8.1-pre3", - "1.8.1-pre4", - "1.8.1-pre5", - "1.8.1", - "1.8.2-pre1", - "1.8.2-pre2", - "1.8.2-pre3", - "1.8.2-pre4", - "1.8.2-pre5", - "1.8.2-pre6", - "1.8.2-pre7", - "1.8.2", - "1.8.3", - "15w14a", - "1.8.4", - "1.8.5", - "1.8.6", - "1.8.7", - "1.8.8", - "15w31a", - "15w31b", - "15w31c", - "15w32a", - "15w32b", - "15w32c", - "15w33a", - "15w33b", - "15w33c", - "15w34a", - "15w34b", - "15w34c", - "15w34d", - "15w35a", - "15w35b", - "15w35c", - "15w35d", - "15w35e", - "15w36a", - "15w36b", - "15w36c", - "15w36d", - "15w37a", - "15w38a", - "15w38b", - "15w39a", - "15w39b", - "15w39c", - "15w40a", - "15w40b", - "15w41a", - "15w41b", - "15w42a", - "15w43a", - "15w43b", - "15w43c", - "15w44a", - "15w44b", - "15w45a", - "15w46a", - "15w47a", - "15w47b", - "15w47c", - "15w49a", - "1.8.9", - "15w49b", - "15w50a", - "15w51a", - "15w51b", - "16w02a", - "16w03a", - "16w04a", - "16w05a", - "16w05b", - "16w06a", - "16w07a", - "16w07b", - "1.9-pre1", - "1.9-pre2", - "1.9-pre3", - "1.9-pre4", - "1.9", - "1.9.1-pre1", - "1.9.1-pre2", - "1.9.1-pre3", - "1.9.1", - "1.9.2", - "1.RV-Pre1", - "16w14a", - "16w15a", - "16w15b", - "1.9.3-pre1", - "1.9.3-pre2", - "1.9.3-pre3", - "1.9.3", - "1.9.4", - "16w20a", - "16w21a", - "16w21b", - "1.10-pre1", - "1.10-pre2", - "1.10", - "1.10.1", - "1.10.2", - "16w32a", - "16w32b", - "16w33a", - "16w35a", - "16w36a", - "16w38a", - "16w39a", - "16w39b", - "16w39c", - "16w40a", - "16w41a", - "16w42a", - "16w43a", - "16w44a", - "1.11-pre1", - "1.11", - "16w50a", - "1.11.1", - "1.11.2", - "17w06a", - "17w13a", - "17w13b", - "17w14a", - "17w15a", - "17w16a", - "17w16b", - "17w17a", - "17w17b", - "17w18a", - "17w18b", - "1.12-pre1", - "1.12-pre2", - "1.12-pre3", - "1.12-pre4", - "1.12-pre5", - "1.12-pre6", - "1.12-pre7", - "1.12", - "17w31a", - "1.12.1-pre1", - "1.12.1", - "1.12.2-pre1", - "1.12.2-pre2", - "1.12.2", - "17w43a", - "17w43b", - "17w45a", - "17w45b", - "17w46a", - "17w47a", - "17w47b", - "17w48a", - "17w49a", - "17w49b", - "17w50a", - "18w01a", - "18w02a", - "18w03a", - "18w03b", - "18w05a", - "18w06a", - "18w07a", - "18w07b", - "18w07c", - "18w08a", - "18w08b", - "18w09a", - "18w10a", - "18w10b", - "18w10c", - "18w10d", - "18w11a", - "18w14a", - "18w14b", - "18w15a", - "18w16a", - "18w19a", - "18w19b", - "18w20a", - "18w20b", - "18w20c", - "18w21a", - "18w21b", - "18w22a", - "18w22b", - "18w22c", - "1.13-pre1", - "1.13-pre2", - "1.13-pre3", - "1.13-pre4", - "1.13-pre5", - "1.13-pre6", - "1.13-pre7", - "1.13-pre8", - "1.13-pre9", - "1.13-pre10", - "1.13", - "18w30a", - "18w30b", - "18w31a", - "18w32a", - "18w33a", - "1.13.1-pre1", - "1.13.1-pre2", - "1.13.1", - "1.13.2-pre1", - "1.13.2-pre2", - "1.13.2", - "18w43a", - "18w43b", - "18w43c", - "18w44a", - "18w45a", - "18w46a", - "18w47a", - "18w47b", - "18w48a", - "18w48b", - "18w49a", - "18w50a", - "19w02a", - "19w03a", - "19w03b", - "19w03c", - "19w04a", - "19w04b", - "19w05a", - "19w06a", - "19w07a", - "19w08a", - "19w08b", - "19w09a", - "19w11a", - "19w11b", - "19w12a", - "19w12b", - "19w13a", - "19w13b", - "3D-Shareware-v1.34", - "19w14a", - "19w14b", - "1.14-pre1", - "1.14-pre2", - "1.14-pre3", - "1.14-pre4", - "1.14-pre5", - "1.14", - "1.14.1-pre1", - "1.14.1-pre2", - "1.14.1", - "1.14.2-pre1", - "1.14.2-pre2", - "1.14.2-pre3", - "1.14.2-pre4", - "1.14.2", - "1.14.3-pre1", - "1.14.3-pre2", - "1.14.3-pre3", - "1.14.3-pre4", - "1.14.3", - "1.14.4-pre1", - "1.14.4-pre2", - "1.14.4-pre3", - "1.14.4-pre4", - "1.14.4-pre5", - "1.14.4-pre6", - "1.14.4-pre7", - "1.14.4", - "19w34a", - "19w35a", - "19w36a", - "19w37a", - "19w38a", - "19w38b", - "19w39a", - "19w40a", - "19w41a", - "19w42a", - "19w44a", - "19w45a", - "19w45b", - "19w46a", - "19w46b", - "1.15-pre1", - "1.15-pre2", - "1.15-pre3", - "1.15-pre4", - "1.15-pre5", - "1.15-pre6", - "1.15-pre7", - "1.15", - "1.15.1-pre1", - "1.15.1", - "1.15.2-pre1", - "1.15.2-pre2", - "1.15.2", - "20w06a", - "20w07a", - "20w08a", - "20w09a", - "20w10a", - "20w11a", - "20w12a", - "20w13a", - "20w13b", - "20w14infinite", - "20w14a", - "20w15a", - "20w16a", - "20w17a", - "20w18a", - "20w19a", - "20w20a", - "20w20b", - "20w21a", - "20w22a", - "1.16-pre1", - "1.16-pre2", - "1.16-pre3", - "1.16-pre4", - "1.16-pre5", - "1.16-pre6", - "1.16-pre7", - "1.16-pre8", - "1.16-rc1", - "1.16", - "1.16.1", - "20w27a", - "20w28a", - "20w29a", - "20w30a", - "1.16.2-pre1", - "1.16.2-pre2", - "1.16.2-pre3", - "1.16.2-rc1", - "1.16.2-rc2", - "1.16.2", - "1.16.3-rc1", - "1.16.3", - "1.16.4-pre1", - "1.16.4-pre2", - "1.16.4-rc1", - "1.16.4", - "20w45a", - "20w46a", - "20w48a", - "20w49a", - "20w51a", - "1.16.5-rc1", - "1.16.5", - "21w03a", - "21w05a", - "21w05b", - "21w06a", - "21w07a", - "21w08a", - "21w08b", - "21w10a", - "21w11a", - "21w13a", - "21w14a", - "21w15a", - "21w16a", - "21w17a", - "21w18a", - "21w19a", - "21w20a", - "1.17-pre1", - "1.17-pre2", - "1.17-pre3", - "1.17-pre4", - "1.17-pre5", - "1.17-rc1", - "1.17-rc2", - "1.17", - "1.17.1-pre1", - "1.17.1-pre2", - "1.17.1-pre3", - "1.17.1-rc1", - "1.17.1-rc2", - "1.17.1", - "21w37a", - "21w38a", - "21w39a", - "21w40a", - "21w41a", - "21w42a", - "21w43a", - "21w44a", - "1.18-pre1", - "1.18-pre2", - "1.18-pre3", - "1.18-pre4", - "1.18-pre5", - "1.18-pre6", - "1.18-pre7", - "1.18-pre8", - "1.18-rc1", - "1.18-rc2", - "1.18-rc3", - "1.18-rc4", - "1.18", - "1.18.1-pre1", - "1.18.1-rc1", - "1.18.1-rc2", - "1.18.1-rc3", - "1.18.1", - "22w03a", - "22w05a", - "22w06a", - "22w07a", - "1.18.2-pre1", - "1.18.2-pre2", - "1.18.2-pre3", - "1.18.2-rc1", - "1.18.2", - "22w11a", - "22w12a", - "22w13a", - "22w13oneblockatatime", - "22w14a", - "22w15a", - "22w16a", - "22w16b", - "22w17a", - "22w18a", - "22w19a", - "1.19-pre1", - "1.19-pre2", - "1.19-pre3", - "1.19-pre4", - "1.19-pre5", - "1.19-rc1", - "1.19-rc2", - "1.19", - "22w24a", - "1.19.1-pre1", - "1.19.1-rc1", - "1.19.1-pre2", - "1.19.1-pre3", - "1.19.1-pre4", - "1.19.1-pre5", - "1.19.1-pre6", - "1.19.1-rc2", - "1.19.1-rc3", - "1.19.1", - "1.19.2-rc1", - "1.19.2-rc2", - "1.19.2", - "22w42a", - "22w43a", - "22w44a", - "22w45a", - "22w46a", - "1.19.3-pre1", - "1.19.3-pre2", - "1.19.3-pre3", - "1.19.3-rc1", - "1.19.3-rc2", - "1.19.3-rc3", - "1.19.3", - "23w03a", - "23w04a", - "23w05a", - "23w06a", - "23w07a", - "1.19.4-pre1", - "1.19.4-pre2", - "1.19.4-pre3", - "1.19.4-pre4", - "1.19.4-rc1", - "1.19.4-rc2", - "1.19.4-rc3", - "1.19.4", - "23w12a", - "23w13a", - "23w13a_or_b", - "23w14a", - "23w16a", - "23w17a", - "23w18a", - "1.20-pre1", - "1.20-pre2", - "1.20-pre3", - "1.20-pre4", - "1.20-pre5", - "1.20-pre6", - "1.20-pre7", - "1.20-rc1", - "1.20", - "1.20.1-rc1", - "1.20.1", - "23w31a", - "23w32a", - "23w33a", - "23w35a", - "1.20.2-pre1", - "1.20.2-pre2", - "1.20.2-pre3", - "1.20.2-pre4", - "1.20.2-rc1", - "1.20.2-rc2", - "1.20.2", - "23w40a", - "23w41a", - "23w42a", - "23w43a", - "23w43b", - "23w44a", - "23w45a", - "23w46a", - "1.20.3-pre1", - "1.20.3-pre2", - "1.20.3-pre3", - "1.20.3-pre4", - "1.20.3-rc1", - "1.20.3", - "1.20.4-rc1", - "1.20.4", - "23w51a", - "23w51b", - "24w03a", - "24w03b", - "24w04a", - "24w05a", - "24w05b", - "24w06a", - "24w07a", - "24w09a", - "24w10a", - "24w11a", - "24w12a", - "24w13a", - "24w14potato", - "24w14a", - "1.20.5-pre1", - "1.20.5-pre2", - "1.20.5-pre3", - "1.20.5-pre4", - "1.20.5-rc1", - "1.20.5-rc2", - "1.20.5-rc3", - "1.20.5", - "1.20.6-rc1", - "1.20.6", - "24w18a", - "24w19a", - "24w19b", - "24w20a", - "24w21a", - "24w21b", - "1.21-pre1", - "1.21-pre2", - "1.21-pre3", - "1.21-pre4", - "1.21-rc1", - "1.21", - "1.21.1-rc1", - "1.21.1", - "24w33a", - "24w34a", - "24w35a", - "24w36a", - "24w37a", - "24w38a", - "24w39a", - "24w40a", - "1.21.2-pre1", - "1.21.2-pre2", - "1.21.2-pre3", - "1.21.2-pre4", - "1.21.2-pre5", - "1.21.2-rc1", - "1.21.2-rc2", - "1.21.2", - "1.21.3", - "24w44a", - "24w45a", - "24w46a", - "1.21.4-pre1", - "1.21.4-pre2", - "1.21.4-pre3", - "1.21.4-rc1", - "1.21.4-rc2", - "1.21.4-rc3", - "1.21.4", - "25w02a", - "25w03a", - "25w04a", - "25w05a", - "25w06a", - "25w07a", - "25w08a", - "25w09a", - "25w09b", - "25w10a", - "1.21.5-pre1", - "1.21.5-pre2" - ], - "loaders": [ - "fabric", - "forge", - "neoforge", - "quilt" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/2ecVyZ49/versions/ueN87SNs/Ksyxis-1.3.3.jar", - "id": "ueN87SNs", - "parent_id": "2ecVyZ49", - "hashes": { - "sha512": "e754d8709d4a4c4ea894dda7bc5c3b017c8baddaaaa67b2319881d52dcce5ecd12d626087d55008de5eb942b02cf9e2099c71602296c5b63ea75abb2452b0bc7", - "sha1": "2fff901eeb095c0a17ee16590e1be76c968224fc" - }, - "required_dependencies": [], - "size": 28484, - "date_published": "2025-02-09T11:57:39.221784Z" - }, { "type": "curseforge", "file_name": "Ksyxis-1.3.3.jar", @@ -8292,25 +4858,19 @@ ] }, { - "pakku_id": "0V3RchpzHxX7JWSb", + "pakku_id": "9BKEvabQWNVcGwsX", "pakku_links": [ - "YrMPVh28ndtUkLsq", - "r5vLdsJ3IXx8Mfse", - "qDUpAZkCcYB6JdyI" + "TEm6QwNhjQ1RU8Po" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "kubejs", - "modrinth": "kubejs" + "curseforge": "kubejs" }, "name": { - "curseforge": "KubeJS", - "modrinth": "KubeJS" + "curseforge": "KubeJS" }, "id": { - "curseforge": "238086", - "modrinth": "umyGl7zF" + "curseforge": "238086" }, "files": [ { @@ -8331,85 +4891,27 @@ "md5": "f4c6924bef764748d26ee51e4d4c0b00" }, "required_dependencies": [ - "419699", - "416294" + "416294", + "419699" ], "size": 1654660, "date_published": "2024-10-28T09:20:33.537Z" - }, - { - "type": "modrinth", - "file_name": "kubejs-forge-2001.6.5-build.16.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/umyGl7zF/versions/g5igndAv/kubejs-forge-2001.6.5-build.16.jar", - "id": "g5igndAv", - "parent_id": "umyGl7zF", - "hashes": { - "sha512": "819f730d2a9d980bb246d30d67793f06f6a1608381c7ce3577cf25e70dd3d595271f8fcfbf3ae037168842f660e79e49846756bd18c79793b310ff18ab826cbd", - "sha1": "93fcf0eacc5dc08a4f719eaaed1dc93f0dc80f66" - }, - "required_dependencies": [ - "sk9knFPE", - "lhGA9TYQ" - ], - "size": 1654660, - "date_published": "2024-10-28T09:20:35.912552Z" } ] }, { - "pakku_id": "PN3zm8zqAQ6blEfy", - "pakku_links": [ - "allFEHgIxsCYE7PD", - "84mP4zIfFqgjbn47", - "qb27I6RFmY1EfXWL", - "0V3RchpzHxX7JWSb" - ], + "pakku_id": "aE6o1fmpUeVucM7o", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "kubejs-create", - "modrinth": "kubejs-create" + "curseforge": "kubejs-create" }, "name": { - "curseforge": "KubeJS Create", - "modrinth": "KubeJS Create" + "curseforge": "KubeJS Create" }, "id": { - "curseforge": "429371", - "modrinth": "T38eAZQC" + "curseforge": "429371" }, "files": [ - { - "type": "modrinth", - "file_name": "kubejs-create-forge-2001.2.5-build.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/T38eAZQC/versions/hei9cDRa/kubejs-create-forge-2001.2.5-build.2.jar", - "id": "hei9cDRa", - "parent_id": "T38eAZQC", - "hashes": { - "sha512": "629756b7d6504fe4d989ce60a5ca785ab2ad17dc018d4766a437d7b2b384db9c5930c257c484874168c8f832f4503d174e13513dce16c4b983e0e141f1b95250", - "sha1": "b5548110822245de13c7adf1d10e00ecab9cd633" - }, - "required_dependencies": [ - "umyGl7zF", - "LNytGWDc" - ], - "size": 31216, - "date_published": "2023-11-20T15:07:36.181602Z" - }, { "type": "curseforge", "file_name": "kubejs-create-forge-2001.2.5-build.2.jar", @@ -8437,51 +4939,18 @@ ] }, { - "pakku_id": "achY0mkmvpvIZtNh", - "pakku_links": [ - "F6H99cZ4H6jZRpEK", - "0V3RchpzHxX7JWSb" - ], + "pakku_id": "aOLoEIenRoUQ4zsC", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "kubejs-tfc", - "modrinth": "kubejs-tfc" + "curseforge": "kubejs-tfc" }, "name": { - "curseforge": "KubeJS TFC", - "modrinth": "KubeJS TFC" + "curseforge": "KubeJS TFC" }, "id": { - "curseforge": "841001", - "modrinth": "mhtClB2S" + "curseforge": "841001" }, "files": [ - { - "type": "modrinth", - "file_name": "kubejs_tfc-1.20.1-1.2.5.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/mhtClB2S/versions/IvDJQ46x/kubejs_tfc-1.20.1-1.2.5.jar", - "id": "IvDJQ46x", - "parent_id": "mhtClB2S", - "hashes": { - "sha512": "82b5a15ed7a58230f5b4fe8e14b7a47854027ced6712208ad49d918f313be0f0e27feb6d47907a93be4ec2f3ddabacf65b243a4de488788333df67cb987fc35e", - "sha1": "03b4e82678d080f9262e8e368178efb907c6efd5" - }, - "required_dependencies": [ - "umyGl7zF", - "JaCEZUhg" - ], - "size": 727590, - "date_published": "2025-03-13T21:50:14.087618Z" - }, { "type": "curseforge", "file_name": "kubejs_tfc-1.20.1-1.2.5.jar", @@ -8507,48 +4976,21 @@ ] }, { - "pakku_id": "BFhHQAVP1dU93piF", + "pakku_id": "ZsCm3zPdnqqiRP9E", + "pakku_links": [ + "Odyk7EVsuYynAJeZ" + ], "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "let-me-despawn", - "modrinth": "lmd" + "curseforge": "let-me-despawn" }, "name": { - "curseforge": "Let Me Despawn", - "modrinth": "Let Me Despawn" + "curseforge": "Let Me Despawn" }, "id": { - "curseforge": "663477", - "modrinth": "vE2FN5qn" + "curseforge": "663477" }, "files": [ - { - "type": "modrinth", - "file_name": "letmedespawn-1.20.x-forge-1.5.0.jar", - "mc_versions": [ - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/vE2FN5qn/versions/1VmupN41/letmedespawn-1.20.x-forge-1.5.0.jar", - "id": "1VmupN41", - "parent_id": "vE2FN5qn", - "hashes": { - "sha512": "22e5e7a3e4eb1e238ff420108f6fb138e2fc47335a8fbe4cef093cef32d7aaf710de00ba0450bfee570aa2857989b0e9d7abb8600720386e185ffac5670505c1", - "sha1": "878dd35df02e1e17b7eb16113147f964eda8847f" - }, - "required_dependencies": [ - "Gi02250Z" - ], - "size": 14789, - "date_published": "2025-03-16T11:37:47.063456Z" - }, { "type": "curseforge", "file_name": "letmedespawn-1.20.x-forge-1.5.0.jar", @@ -8580,45 +5022,18 @@ ] }, { - "pakku_id": "3mTNqBVok4dOJATl", + "pakku_id": "KSu6mAoMaDyDywk9", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "lmft", - "modrinth": "lmft" + "curseforge": "lmft" }, "name": { - "curseforge": "Load My F***ing Tags", - "modrinth": "Load My F***ing Tags" + "curseforge": "Load My F***ing Tags" }, "id": { - "curseforge": "656346", - "modrinth": "67kVxsaO" + "curseforge": "656346" }, "files": [ - { - "type": "modrinth", - "file_name": "lmft-1.0.4+1.20.1-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/67kVxsaO/versions/wtPd74Rj/lmft-1.0.4+1.20.1-forge.jar", - "id": "wtPd74Rj", - "parent_id": "67kVxsaO", - "hashes": { - "sha512": "2a4c44f3b27280255bc1b7d0fea5ca01ea7957650afa869dd323eea4de45145b531b0fa85bb7892d23d65ee863013638d8d17362af60304611e7c123d620d41b", - "sha1": "e44a12eb51813b16faaab89b8073ec63c746c1b0" - }, - "required_dependencies": [], - "size": 178625, - "date_published": "2023-11-20T23:35:32.786902Z" - }, { "type": "curseforge", "file_name": "lmft-1.0.4+1.20.1-forge.jar", @@ -8646,44 +5061,18 @@ ] }, { - "pakku_id": "RW9F2MrGCl9cTG5v", + "pakku_id": "dMwM2F5tW7zNE4BZ", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "lootjs", - "modrinth": "lootjs" + "curseforge": "lootjs" }, "name": { - "curseforge": "LootJS: KubeJS Addon", - "modrinth": "LootJS: KubeJS Addon" + "curseforge": "LootJS: KubeJS Addon" }, "id": { - "curseforge": "570630", - "modrinth": "fJFETWDN" + "curseforge": "570630" }, "files": [ - { - "type": "modrinth", - "file_name": "lootjs-forge-1.20.1-2.12.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fJFETWDN/versions/72Tq9bfK/lootjs-forge-1.20.1-2.12.0.jar", - "id": "72Tq9bfK", - "parent_id": "fJFETWDN", - "hashes": { - "sha512": "50d79869601a81375fcb5d60635abbb901770107c675e07a0d5aade4c235bb3ff6879310b821583df856fa034b839045ae5f5fe7d543280195c4c2405b83dc4f", - "sha1": "5e0d8b4d398780946f295b31b7b65bf201d7dcc7" - }, - "required_dependencies": [], - "size": 241907, - "date_published": "2024-06-06T20:16:05.907987Z" - }, { "type": "curseforge", "file_name": "lootjs-forge-1.20.1-2.12.0.jar", @@ -8709,20 +5098,16 @@ ] }, { - "pakku_id": "BCuKijcfFLKJoJgq", + "pakku_id": "3zWlnqzLSD66ds4H", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "lootr", - "modrinth": "lootr" + "curseforge": "lootr" }, "name": { - "curseforge": "Lootr (Forge & NeoForge)", - "modrinth": "Lootr" + "curseforge": "Lootr (Forge & NeoForge)" }, "id": { - "curseforge": "361276", - "modrinth": "EltpO5cN" + "curseforge": "361276" }, "files": [ { @@ -8747,76 +5132,22 @@ "required_dependencies": [], "size": 457647, "date_published": "2024-12-09T01:59:08.480Z" - }, - { - "type": "modrinth", - "file_name": "lootr-forge-1.20-0.7.35.90.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/EltpO5cN/versions/uZTpIy1Z/lootr-forge-1.20-0.7.35.90.jar", - "id": "uZTpIy1Z", - "parent_id": "EltpO5cN", - "hashes": { - "sha512": "57830390a8d3fb59b0950aa0a422d31e3d18eeff09a77175548876d322e2f395a69a2720d988f256cfdebde26ec54f1cf1e1c35b6b3ae3aea42855906b816421", - "sha1": "919a1e75d8fac3081743c9dcbe6679a28c867ec9" - }, - "required_dependencies": [], - "size": 457647, - "date_published": "2024-12-09T02:01:02.658171Z" } ] }, { - "pakku_id": "pw7ThBG0IEqFqKZQ", - "pakku_links": [ - "jkz20XWDUGHwlZxp", - "hEH6ly65CC6Sw1pf" - ], + "pakku_id": "sgCJXFvM6thm9Xl9", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "merequester", - "modrinth": "merequester" + "curseforge": "merequester" }, "name": { - "curseforge": "ME Requester", - "modrinth": "ME Requester" + "curseforge": "ME Requester" }, "id": { - "curseforge": "688367", - "modrinth": "E6BFl96N" + "curseforge": "688367" }, "files": [ - { - "type": "modrinth", - "file_name": "merequester-forge-1.20.1-1.1.5.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/E6BFl96N/versions/Gm7oyczu/merequester-forge-1.20.1-1.1.5.jar", - "id": "Gm7oyczu", - "parent_id": "E6BFl96N", - "hashes": { - "sha512": "cc2ed5b2b947bf9327778c4bf4cd5324490060386169fe1a0b09fb78f4b4a46117c07a2355eaccd40abf834ce65c88b5e53a10ca3c374aa684d5ccb83457993f", - "sha1": "24e6611df470afd957eafd16c43890b7214e3da9" - }, - "required_dependencies": [ - "XxWD5pD3" - ], - "size": 171854, - "date_published": "2024-09-03T16:15:59.923303Z" - }, { "type": "curseforge", "file_name": "merequester-forge-1.20.1-1.1.5.jar", @@ -8844,52 +5175,22 @@ ] }, { - "pakku_id": "TbhXfxxfGxTYHhAL", + "pakku_id": "EK0TleuSfevVsHQK", "pakku_links": [ - "jkz20XWDUGHwlZxp", - "ljByFnUSb1ka9OoU", - "hEH6ly65CC6Sw1pf" + "0IQGejKaqyQTLzbL", + "chnSa7MrxlvxvEWU" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "mega-cells", - "modrinth": "mega" + "curseforge": "mega-cells" }, "name": { - "curseforge": "MEGA Cells", - "modrinth": "MEGA Cells" + "curseforge": "MEGA Cells" }, "id": { - "curseforge": "622112", - "modrinth": "jjuIRIVr" + "curseforge": "622112" }, "files": [ - { - "type": "modrinth", - "file_name": "megacells-forge-2.4.6-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/jjuIRIVr/versions/SH2D1n3s/megacells-forge-2.4.6-1.20.1.jar", - "id": "SH2D1n3s", - "parent_id": "jjuIRIVr", - "hashes": { - "sha512": "a4fe5ee459310785e3bfb2ec7ceab5fb817e2faa26397599cbb6a114147a0199254df2e35d110aa31b07379ac36a246fa4d5dac07020384316eb47ba6b322e25", - "sha1": "ed6fd5eb0c782529be03f199d66d9a7c9eb2a518" - }, - "required_dependencies": [ - "XxWD5pD3", - "9s6osm5g" - ], - "size": 387196, - "date_published": "2025-02-09T14:26:13.288593Z" - }, { "type": "curseforge", "file_name": "megacells-forge-2.4.6-1.20.1.jar", @@ -8918,23 +5219,16 @@ ] }, { - "pakku_id": "NcKQPvd5HQneyraR", - "pakku_links": [ - "w5G2EmycbcFrsM0g" - ], + "pakku_id": "tMQF7gU2uuES2MfT", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "man-of-many-planes", - "modrinth": "man-of-many-planes" + "curseforge": "man-of-many-planes" }, "name": { - "curseforge": "Man of Many Planes", - "modrinth": "Man of Many Planes" + "curseforge": "Man of Many Planes" }, "id": { - "curseforge": "984493", - "modrinth": "9qdTHi0q" + "curseforge": "984493" }, "files": [ { @@ -8959,69 +5253,22 @@ ], "size": 309137, "date_published": "2024-09-11T12:05:28.360Z" - }, - { - "type": "modrinth", - "file_name": "man_of_many_planes-0.2.0+1.20.1-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/9qdTHi0q/versions/uZNB5Zrk/man_of_many_planes-0.2.0+1.20.1-forge.jar", - "id": "uZNB5Zrk", - "parent_id": "9qdTHi0q", - "hashes": { - "sha512": "82d78136ea735447b2a8ed929e26776b508b973b1c9200dffb3cc7de76b9e138b6563180fa906c46d9fa726aa1012e139f03e7fd008815b20b1066ae484d149c", - "sha1": "0037367a8af0d55a1b7f4c43dfc94cbdaca281db" - }, - "required_dependencies": [], - "size": 309137, - "date_published": "2024-09-11T12:05:29.630931Z" } ] }, { - "pakku_id": "c8G3t46sMPikEB2L", + "pakku_id": "eEoHFXI96tqQP6A7", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "measurements", "curseforge": "measurements" }, "name": { - "modrinth": "Measurements", "curseforge": "Measurements" }, "id": { - "modrinth": "wLINU2AB", "curseforge": "478559" }, "files": [ - { - "type": "modrinth", - "file_name": "Measurements-forge-1.20.1-2.0.0.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/wLINU2AB/versions/EHwSQ3lX/Measurements-forge-1.20.1-2.0.0.jar", - "id": "EHwSQ3lX", - "parent_id": "wLINU2AB", - "hashes": { - "sha512": "f6d3f38f37f205edefd765392c3548ab9550722c5209a0eb81d5e22bd00cba27927e273709cabb49b83e3b5230d32daef8277cd07a27d87abd38ce68779064c4", - "sha1": "9d630242698067214d354ee6f1059d4ea56c36dd" - }, - "required_dependencies": [], - "size": 43447, - "date_published": "2023-06-14T16:52:45.729170Z" - }, { "type": "curseforge", "file_name": "Measurements-forge-1.20.1-2.0.0.jar", @@ -9047,46 +5294,18 @@ ] }, { - "pakku_id": "CkVybeyxxkbVpLdx", + "pakku_id": "Sd1WBrIs9dOQhqCN", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "melody", - "modrinth": "melody" + "curseforge": "melody" }, "name": { - "curseforge": "Melody", - "modrinth": "Melody" + "curseforge": "Melody" }, "id": { - "curseforge": "938643", - "modrinth": "CVT4pFB2" + "curseforge": "938643" }, "files": [ - { - "type": "modrinth", - "file_name": "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar", - "mc_versions": [ - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/CVT4pFB2/versions/lJlW5r8R/melody_forge_1.0.3_MC_1.20.1-1.20.4.jar", - "id": "lJlW5r8R", - "parent_id": "CVT4pFB2", - "hashes": { - "sha512": "43c60d0cb98b1642d663e3cea68d50c01e9be82361851bf40c5c869e6593499aaf4b410d891d07a083f3c4b2df7fc06b2f8fbaa3c661a5061d46e250c017d30f", - "sha1": "e0942d396a70c09038e6c2e5e1da6505178249b8" - }, - "required_dependencies": [], - "size": 37178, - "date_published": "2024-02-15T10:46:09.435735Z" - }, { "type": "curseforge", "file_name": "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar", @@ -9114,43 +5333,18 @@ ] }, { - "pakku_id": "14yvPa78Z5Fni5hX", + "pakku_id": "GqxmrhfyICTk70Mg", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "modernfix", - "modrinth": "modernfix" + "curseforge": "modernfix" }, "name": { - "curseforge": "ModernFix", - "modrinth": "ModernFix" + "curseforge": "ModernFix" }, "id": { - "curseforge": "790626", - "modrinth": "nmDcB62a" + "curseforge": "790626" }, "files": [ - { - "type": "modrinth", - "file_name": "modernfix-forge-5.21.0+mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/nmDcB62a/versions/5m06ltZw/modernfix-forge-5.21.0+mc1.20.1.jar", - "id": "5m06ltZw", - "parent_id": "nmDcB62a", - "hashes": { - "sha512": "892bcd98869df037db9fa8bbefe62f48e9b0ae6ee65d5768a9a931a3fc3a8aaa436f35f5c643b36dd45545534f26b87a536ec955b8f474d79409ab9193ac6f70", - "sha1": "95eb1238db9d8229d57ee19999ff5478f092602e" - }, - "required_dependencies": [], - "size": 824640, - "date_published": "2025-04-06T19:29:11.851601Z" - }, { "type": "curseforge", "file_name": "modernfix-forge-5.21.0+mc1.20.1.jar", @@ -9175,44 +5369,22 @@ ] }, { - "pakku_id": "3B5EGC3hh54PlLuy", + "pakku_id": "aHeU7fAIYgE8bqks", "type": "MOD", "side": "BOTH", "slug": { "curseforge": "selene", - "modrinth": "moonlight" + "modrinth": "selene" }, "name": { "curseforge": "Moonlight Lib", - "modrinth": "Moonlight Lib" + "modrinth": "Selene" }, "id": { "curseforge": "499980", - "modrinth": "twkfQtEc" + "modrinth": "hRandqZM" }, "files": [ - { - "type": "modrinth", - "file_name": "moonlight-1.20-2.13.83-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/xDOrVsJi/moonlight-1.20-2.13.83-forge.jar", - "id": "xDOrVsJi", - "parent_id": "twkfQtEc", - "hashes": { - "sha512": "9ed0762915013ecd5c31e082af35ebfeb73dace5c05b2b559d0ac3c7f37ae8440fbfb9bc3aedaca4d1bc3f4d1eb34a13686bf23289843013b97fcbfb81019fa0", - "sha1": "bb8a7b044a384c764b0a521919d63fd1649e5ebc" - }, - "required_dependencies": [], - "size": 1254345, - "date_published": "2025-04-28T20:02:01.549258Z" - }, { "type": "curseforge", "file_name": "moonlight-1.20-2.13.83-forge.jar", @@ -9238,44 +5410,18 @@ ] }, { - "pakku_id": "X1VR8YMNoGa1dQ63", + "pakku_id": "53TsjPhfip1EVNla", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "more-red", - "modrinth": "more-red" + "curseforge": "more-red" }, "name": { - "curseforge": "More Red", - "modrinth": "More Red" + "curseforge": "More Red" }, "id": { - "curseforge": "387638", - "modrinth": "UxYNfnfx" + "curseforge": "387638" }, "files": [ - { - "type": "modrinth", - "file_name": "morered-1.20.1-4.0.0.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/UxYNfnfx/versions/nmvr3DB5/morered-1.20.1-4.0.0.4.jar", - "id": "nmvr3DB5", - "parent_id": "UxYNfnfx", - "hashes": { - "sha512": "f7597a4cb98d40bfb9bc344a1389db6a498b339ae10cdc710a3ab83ed993788cc332b899f3876b0dec79e12c57dd93fb72b950c240cae4ac818f68d7fa48f48f", - "sha1": "1e49a2fca02e1059bf6c94f6292463ed6e4f6122" - }, - "required_dependencies": [], - "size": 756905, - "date_published": "2023-08-09T22:13:45.806904Z" - }, { "type": "curseforge", "file_name": "morered-1.20.1-4.0.0.4.jar", @@ -9301,47 +5447,18 @@ ] }, { - "pakku_id": "SxLmxJRoJqpBxkVJ", + "pakku_id": "XfHfMh1hH7WjP9wJ", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "more-red-x-cc-tweaked-compat", - "modrinth": "more-red-x-cc-tweaked-compat" + "curseforge": "more-red-x-cc-tweaked-compat" }, "name": { - "curseforge": "More Red x CC:Tweaked Compat", - "modrinth": "More Red x CC:Tweaked Compat" + "curseforge": "More Red x CC:Tweaked Compat" }, "id": { - "curseforge": "867286", - "modrinth": "e4uFcbDl" + "curseforge": "867286" }, "files": [ - { - "type": "modrinth", - "file_name": "MoreRed-CCT-Compat-1.20.1-1.0.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/e4uFcbDl/versions/DVOCes0G/MoreRed-CCT-Compat-1.20.1-1.0.0.jar", - "id": "DVOCes0G", - "parent_id": "e4uFcbDl", - "hashes": { - "sha512": "2931514718be05c42dceb4e5ebd76d05912ca0be99f5edf6b85f8786154bd094372c7d3f37cf1e66f46c262327507963b2b36a1fcefef88cd08e99f49224fe18", - "sha1": "ed57300c9b6e335af2a6a386fc2d373b4b5daaf4" - }, - "required_dependencies": [ - "UxYNfnfx", - "gu7yAYhd" - ], - "size": 9388, - "date_published": "2023-07-24T01:43:44.043518Z" - }, { "type": "curseforge", "file_name": "MoreRed-CCT-Compat-1.20.1-1.0.0.jar", @@ -9370,43 +5487,19 @@ ] }, { - "pakku_id": "qlqEgHhdvkQMNTpm", + "pakku_id": "sQT6Pqp2DV9dQGNC", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "mouse-tweaks", - "modrinth": "mouse-tweaks" + "curseforge": "mouse-tweaks" }, "name": { - "curseforge": "Mouse Tweaks", - "modrinth": "Mouse Tweaks" + "curseforge": "Mouse Tweaks" }, "id": { - "curseforge": "60089", - "modrinth": "aC3cM3Vq" + "curseforge": "60089" }, "files": [ - { - "type": "modrinth", - "file_name": "MouseTweaks-forge-mc1.20.1-2.25.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar", - "id": "7JVXOe3K", - "parent_id": "aC3cM3Vq", - "hashes": { - "sha512": "a3bb0272c0a1a3be9250dfee030bb8f86217fa6a32bd534be8c940fdd8c466c800c2df85874877983ced36ecfc28c8ced6c0d42107c1ab621385b4be9a7c65eb", - "sha1": "d751153e722a4e014691c83f39f5b07c6ec5333c" - }, - "required_dependencies": [], - "size": 76237, - "date_published": "2024-05-12T16:27:50.280746Z" - }, { "type": "curseforge", "file_name": "MouseTweaks-forge-mc1.20.1-2.25.1.jar", @@ -9431,49 +5524,19 @@ ] }, { - "pakku_id": "XgrnwkKEtQ0y6gx2", + "pakku_id": "xI1juHmC4hepFCcq", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "my-server-is-compatible", - "modrinth": "my-server-is-compatible" + "curseforge": "my-server-is-compatible" }, "name": { - "curseforge": "My Server Is Compatible", - "modrinth": "My Server Is Compatible" + "curseforge": "My Server Is Compatible" }, "id": { - "curseforge": "492574", - "modrinth": "13qq15Cg" + "curseforge": "492574" }, "files": [ - { - "type": "modrinth", - "file_name": "MyServerIsCompatible-1.20-1.0.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4", - "1.20.5", - "1.20.6" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/13qq15Cg/versions/7jEatFH8/MyServerIsCompatible-1.20-1.0.jar", - "id": "7jEatFH8", - "parent_id": "13qq15Cg", - "hashes": { - "sha512": "fb87751a60e48579d6f9bb117d459c6dc157c87fe71c8e2bc088ba859ff2725112b5330d4c3d4c1ab2d29073a0c2668edcd6b6f547a9666b284b022616bf99cf", - "sha1": "a53abcabc6c3531667049be249b3fb165aad5468" - }, - "required_dependencies": [], - "size": 3482, - "date_published": "2023-06-12T15:13:10.541989Z" - }, { "type": "curseforge", "file_name": "MyServerIsCompatible-1.20-1.0.jar", @@ -9509,44 +5572,18 @@ ] }, { - "pakku_id": "MES8QNo1YfF40sKa", + "pakku_id": "ulJGrdKp4UIBpUIX", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "nan-health-fixer", - "modrinth": "nan-health-fixer" + "curseforge": "nan-health-fixer" }, "name": { - "curseforge": "NaN Health Fixer", - "modrinth": "NaN Health Fixer" + "curseforge": "NaN Health Fixer" }, "id": { - "curseforge": "828656", - "modrinth": "GcowSBDA" + "curseforge": "828656" }, "files": [ - { - "type": "modrinth", - "file_name": "nanhealthfixer-1.20.1-0.0.1.jar", - "mc_versions": [ - "1.20.1", - "1.20.2" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/GcowSBDA/versions/dGQVudHe/nanhealthfixer-1.20.1-0.0.1.jar", - "id": "dGQVudHe", - "parent_id": "GcowSBDA", - "hashes": { - "sha512": "b33df1f6da93cf70c10ed64b7bde64338281b4e7ee4a7b316d6203fb6d2781eb7b7b721e466c1b8257396b9c6dc1d921e1630df7a8de342f3acdcc5979e4ff82", - "sha1": "2e36f4c6311230f76459000161d3429be723b19d" - }, - "required_dependencies": [], - "size": 3010, - "date_published": "2023-12-06T14:17:32.042605Z" - }, { "type": "curseforge", "file_name": "nanhealthfixer-1.20.1-0.0.1.jar", @@ -9572,44 +5609,18 @@ ] }, { - "pakku_id": "ysxh7fEFk8WuW3yz", + "pakku_id": "PelbQK42HFCTe5cc", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "no-chat-reports", - "modrinth": "no-chat-reports" + "curseforge": "no-chat-reports" }, "name": { - "curseforge": "No Chat Reports", - "modrinth": "No Chat Reports" + "curseforge": "No Chat Reports" }, "id": { - "curseforge": "634062", - "modrinth": "qQyHxfxd" + "curseforge": "634062" }, "files": [ - { - "type": "modrinth", - "file_name": "NoChatReports-FORGE-1.20.1-v2.2.2.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar", - "id": "ksEG6N5E", - "parent_id": "qQyHxfxd", - "hashes": { - "sha512": "39aa2e120a10ee68e9b03e3d5bd6f2d5def2fa7fcd914f55f018a85381eb0bb52055abce53a64cb0b0fba10f24da12caef085733e715907598ce468bcf59df51", - "sha1": "069396e689ae887d065c8d61b7945e685fbcc65b" - }, - "required_dependencies": [], - "size": 272740, - "date_published": "2023-06-26T14:50:58.923786Z" - }, { "type": "curseforge", "file_name": "NoChatReports-FORGE-1.20.1-v2.2.2.jar", @@ -9635,45 +5646,18 @@ ] }, { - "pakku_id": "tfQQQKseUOV0pvJ8", + "pakku_id": "p3wgAzedag1gZTw8", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "noisium", - "modrinth": "noisium" + "curseforge": "noisium" }, "name": { - "curseforge": "Noisium", - "modrinth": "Noisium" + "curseforge": "Noisium" }, "id": { - "curseforge": "930207", - "modrinth": "KuNKN7d2" + "curseforge": "930207" }, "files": [ - { - "type": "modrinth", - "file_name": "noisium-forge-2.3.0+mc1.20-1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/KuNKN7d2/versions/gbYUKrDP/noisium-forge-2.3.0+mc1.20-1.20.1.jar", - "id": "gbYUKrDP", - "parent_id": "KuNKN7d2", - "hashes": { - "sha512": "5bc43bc1b748edcd63d074a8bb14d393d986c51e1933e1f38cd7a2dd2fd70dba5a46a6415f46d4a52c68e7e1e9ce101e54376ad04273df958608e2fdb43db502", - "sha1": "7da1cdf00c0ae5cad31e17f765f6ea021c8ac808" - }, - "required_dependencies": [], - "size": 218152, - "date_published": "2024-08-21T17:24:14.967570Z" - }, { "type": "curseforge", "file_name": "noisium-forge-2.3.0+mc1.20-1.20.1.jar", @@ -9700,44 +5684,20 @@ ] }, { - "pakku_id": "6rncLWR85SRvCV4L", + "pakku_id": "v44vAp7vREOZVvOk", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "not-enough-animations", - "modrinth": "not-enough-animations" + "curseforge": "not-enough-animations" }, "name": { - "curseforge": "Not Enough Animations", - "modrinth": "Not Enough Animations" + "curseforge": "Not Enough Animations" }, "id": { - "curseforge": "433760", - "modrinth": "MPCX6s5C" + "curseforge": "433760" }, "redistributable": false, "files": [ - { - "type": "modrinth", - "file_name": "notenoughanimations-forge-1.9.3-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/MPCX6s5C/versions/a2Q3t34g/notenoughanimations-forge-1.9.3-mc1.20.1.jar", - "id": "a2Q3t34g", - "parent_id": "MPCX6s5C", - "hashes": { - "sha512": "9e6d501d6409c991d6d80474e76267ad7b8dfe91b5a8c2e7f8302726f4cf44a66e4ba4b6ff99b60f96f8cfc8cbe5e656a26dbc709aaa1cc8c9f7ae70f62491a4", - "sha1": "68e3ab1b89d39a48362a4741a50c73e7ebb2fe7a" - }, - "required_dependencies": [], - "size": 453719, - "date_published": "2025-03-27T17:09:33.153226Z" - }, { "type": "curseforge", "file_name": "notenoughanimations-forge-1.9.3-mc1.20.1.jar", @@ -9762,46 +5722,21 @@ ] }, { - "pakku_id": "JiTnuxYQiofBwJ58", + "pakku_id": "ZxLI60MMZxdHImOD", + "pakku_links": [ + "DYmpunPv5T1P1qwR" + ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "notenoughrecipebook", - "modrinth": "nerb" + "curseforge": "notenoughrecipebook" }, "name": { - "curseforge": "Not Enough Recipe Book [NERB]", - "modrinth": "Not Enough Recipe Book [NERB]" + "curseforge": "Not Enough Recipe Book [NERB]" }, "id": { - "curseforge": "738663", - "modrinth": "bQh7xzFq" + "curseforge": "738663" }, "files": [ - { - "type": "modrinth", - "file_name": "Not Enough Recipe Book-FORGE-0.4.1+1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/bQh7xzFq/versions/xXV9YBzF/Not Enough Recipe Book-FORGE-0.4.1+1.20.1.jar", - "id": "xXV9YBzF", - "parent_id": "bQh7xzFq", - "hashes": { - "sha512": "599e085062c6d7a7368a4cf0d47ce319bcaf570bf5966ec6f8b9529f006e315a7f4ab3d2f263c38564a501b9d7031e956d4ee881ed2e13999869d61cbc079702", - "sha1": "c0806369f4257149664904db44efc60bd1785c17" - }, - "required_dependencies": [ - "RH2KUdKJ" - ], - "size": 21667, - "date_published": "2024-09-26T23:46:19.242894Z" - }, { "type": "curseforge", "file_name": "Not Enough Recipe Book-FORGE-0.4.1+1.20.1.jar", @@ -9830,45 +5765,18 @@ ] }, { - "pakku_id": "OeEZ9i09lItjFTJv", + "pakku_id": "DYmpunPv5T1P1qwR", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "octo-lib", - "modrinth": "octo-lib" + "curseforge": "octo-lib" }, "name": { - "curseforge": "OctoLib", - "modrinth": "OctoLib" + "curseforge": "OctoLib" }, "id": { - "curseforge": "916747", - "modrinth": "RH2KUdKJ" + "curseforge": "916747" }, "files": [ - { - "type": "modrinth", - "file_name": "OctoLib-FORGE-0.5.0.1+1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/RH2KUdKJ/versions/HZ7KmyXp/OctoLib-FORGE-0.5.0.1+1.20.1.jar", - "id": "HZ7KmyXp", - "parent_id": "RH2KUdKJ", - "hashes": { - "sha512": "e0bbe3a999f3a8c32b7dc0fd5bae61f62915dc5be40ac97a777f0784cdfaaed74b74f48cd407b9a8abb081ff331fbd272c9d4e08125f48f091435c926468d5c6", - "sha1": "9eab28baff36942e1c924489e34753df10f40208" - }, - "required_dependencies": [ - "lhGA9TYQ" - ], - "size": 424035, - "date_published": "2025-03-07T11:56:23.366463Z" - }, { "type": "curseforge", "file_name": "OctoLib-FORGE-0.4.2+1.20.1.jar", @@ -9896,49 +5804,19 @@ ] }, { - "pakku_id": "K1CxjpiwXqtWrxdd", - "pakku_links": [ - "PGG5IiciynuRNWMz" - ], + "pakku_id": "WUlpBsMd1Ztf1Rv1", "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "oculus", "curseforge": "oculus" }, "name": { - "modrinth": "Oculus", "curseforge": "Oculus" }, "id": { - "modrinth": "GchcoXML", "curseforge": "581495" }, "files": [ - { - "type": "modrinth", - "file_name": "oculus-mc1.20.1-1.8.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/GchcoXML/versions/iQ1SwGc3/oculus-mc1.20.1-1.8.0.jar", - "id": "iQ1SwGc3", - "parent_id": "GchcoXML", - "hashes": { - "sha512": "1bb4ac77400d6684347988ed298a692c2cb15cf7923693607eb8739b171a20fef7412259e9e157111d9ce21779badab386029956f7d2283a9e611722a373e9d5", - "sha1": "984f774e71790deaec674c7587bd24e0711871b2" - }, - "required_dependencies": [ - "sk9rgfiA" - ], - "size": 2851119, - "date_published": "2024-12-24T23:33:42.216148Z" - }, { "type": "curseforge", "file_name": "oculus-mc1.20.1-1.8.0.jar", @@ -9964,44 +5842,18 @@ ] }, { - "pakku_id": "6PXFYlWK80AHRStw", + "pakku_id": "nluG9VeKf4nnS0st", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "open-parties-and-claims", "curseforge": "open-parties-and-claims" }, "name": { - "modrinth": "Open Parties and Claims", "curseforge": "Open Parties and Claims" }, "id": { - "modrinth": "gF3BGWvG", "curseforge": "636608" }, "files": [ - { - "type": "modrinth", - "file_name": "open-parties-and-claims-forge-1.20.1-0.24.0.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/gF3BGWvG/versions/pRiZtdXR/open-parties-and-claims-forge-1.20.1-0.24.0.jar", - "id": "pRiZtdXR", - "parent_id": "gF3BGWvG", - "hashes": { - "sha512": "351ff271cac9ff89e408b6e0fa6a473934496e34c10487610fb414cee61e721539be1d3ffabbf31408c2656b49c85bf8ae9c92aba16e5a7192e676d4ee3bee03", - "sha1": "884924b3820d51f0d6ae0f0b5b8bc35aefaf1920" - }, - "required_dependencies": [], - "size": 1246814, - "date_published": "2025-02-27T09:48:25.851280Z" - }, { "type": "curseforge", "file_name": "open-parties-and-claims-forge-1.20.1-0.24.0.jar", @@ -10027,50 +5879,18 @@ ] }, { - "pakku_id": "9OQaZ9PBFYT64WhW", + "pakku_id": "4ss8vw1e90vwPcs9", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "packet-fixer", - "modrinth": "packet-fixer" + "curseforge": "packet-fixer" }, "name": { - "curseforge": "Packet Fixer", - "modrinth": "Packet Fixer" + "curseforge": "Packet Fixer" }, "id": { - "curseforge": "689467", - "modrinth": "c7m1mi73" + "curseforge": "689467" }, "files": [ - { - "type": "modrinth", - "file_name": "packetfixer-forge-2.0.0-1.19-to-1.20.1.jar", - "mc_versions": [ - "1.19", - "1.19.1", - "1.19.2", - "1.19.3", - "1.19.4", - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/c7m1mi73/versions/dhU6qmvR/packetfixer-forge-2.0.0-1.19-to-1.20.1.jar", - "id": "dhU6qmvR", - "parent_id": "c7m1mi73", - "hashes": { - "sha512": "d09b5af31d488327cd4434b0506d8781751e99c205a8fbf701362f442de6b61429809212c9a3c3be291ef6ea276cefeedb8f7cdefb40a4b284beeb053a4a76df", - "sha1": "7e49bb839dd872ec323b25826f6dd782f6f34b2a" - }, - "required_dependencies": [], - "size": 24682, - "date_published": "2025-02-15T12:56:31.182977Z" - }, { "type": "curseforge", "file_name": "packetfixer-forge-2.0.0-1.19-to-1.20.1.jar", @@ -10097,50 +5917,21 @@ ] }, { - "pakku_id": "rQy7GOTupxb5Sgkp", + "pakku_id": "7uDByv5OeDiN1i4y", + "pakku_links": [ + "nouH2te0hfF8zPrM" + ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "pandas-falling-trees", - "modrinth": "pandas-falling-trees" + "curseforge": "pandas-falling-trees" }, "name": { - "curseforge": "Panda's Falling Tree's", - "modrinth": "Panda's Falling Tree's" + "curseforge": "Panda's Falling Tree's" }, "id": { - "curseforge": "880630", - "modrinth": "i2kUe4lq" + "curseforge": "880630" }, "files": [ - { - "type": "modrinth", - "file_name": "fallingtrees-forge-0.12.7-1.20.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/i2kUe4lq/versions/BTha8GrF/fallingtrees-forge-0.12.7-1.20.jar", - "id": "BTha8GrF", - "parent_id": "i2kUe4lq", - "hashes": { - "sha512": "cecdcdfe3c705624fd12723f5f4f635a891b987c5855517258a546b538b4ceee4becbc21721c949a35458408f4046c96cb878c7804b5390a99af2b7d3d516e3f", - "sha1": "493724d09ba37fa140c6b360eb267cb5c563a35b" - }, - "required_dependencies": [ - "mEEGbEIu", - "lhGA9TYQ" - ], - "size": 4007169, - "date_published": "2024-08-22T15:47:03.291493Z" - }, { "type": "curseforge", "file_name": "fallingtrees-forge-0.12.7-1.20.jar", @@ -10172,49 +5963,18 @@ ] }, { - "pakku_id": "vOzFqwVEdbLcNNiF", + "pakku_id": "nouH2te0hfF8zPrM", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "pandalib", - "modrinth": "pandalib" + "curseforge": "pandalib" }, "name": { - "curseforge": "PandaLib", - "modrinth": "PandaLib" + "curseforge": "PandaLib" }, "id": { - "curseforge": "975460", - "modrinth": "mEEGbEIu" + "curseforge": "975460" }, "files": [ - { - "type": "modrinth", - "file_name": "pandalib-forge-0.4.2-1.20.jar", - "mc_versions": [ - "1.20", - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/mEEGbEIu/versions/Hs1ReP4A/pandalib-forge-0.4.2-1.20.jar", - "id": "Hs1ReP4A", - "parent_id": "mEEGbEIu", - "hashes": { - "sha512": "ec773e88c14bde2cf57a5406b423dad61b0f177e41a97275d77582c7835a33bec6ef1a76b67d5356df552512484011401066869288012be36611104a09b5a80a", - "sha1": "cc0332d3bbf7824b673abc59e231f1f5aafc6420" - }, - "required_dependencies": [ - "lhGA9TYQ" - ], - "size": 10873383, - "date_published": "2024-08-22T15:11:48.784167Z" - }, { "type": "curseforge", "file_name": "pandalib-forge-0.4.2-1.20.jar", @@ -10245,47 +6005,21 @@ ] }, { - "pakku_id": "oe7rgW0D4n602Aiz", + "pakku_id": "VtDR8w64cypdCZD4", + "pakku_links": [ + "lzhyE6qnNX8vJ50C" + ], "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "particle-core", - "modrinth": "particle-core" + "curseforge": "particle-core" }, "name": { - "curseforge": "Particle Core", - "modrinth": "Particle Core" + "curseforge": "Particle Core" }, "id": { - "curseforge": "985426", - "modrinth": "RSeLon5O" + "curseforge": "985426" }, "files": [ - { - "type": "modrinth", - "file_name": "particle_core-0.2.6+1.20.1+forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/RSeLon5O/versions/bqPuw9aZ/particle_core-0.2.6+1.20.1+forge.jar", - "id": "bqPuw9aZ", - "parent_id": "RSeLon5O", - "hashes": { - "sha512": "58c88b1654f3b2d733860aa3358cfa322245f2edc4ee6e79150912bf675c6bdef936f2f4f043a7cc56472a24cdee7f5963b6db2631478446fdcaf14ebc17d94c", - "sha1": "91f302ab9b85016aeb3a9a0e85b80650a1d2e984" - }, - "required_dependencies": [ - "ordsPcFz", - "hYykXjDp" - ], - "size": 97943, - "date_published": "2025-04-16T00:24:40.146141Z" - }, { "type": "curseforge", "file_name": "particle_core-0.2.6+1.20.1+forge.jar", @@ -10314,43 +6048,19 @@ ] }, { - "pakku_id": "nZjo5dxgrxl4zm2b", + "pakku_id": "1tUSPaevNWPBC3SG", "type": "MOD", "side": "BOTH", "slug": { - "curseforge": "particular-reforged", - "modrinth": "particular-reforged" + "curseforge": "particular-reforged" }, "name": { - "curseforge": "Particular ✨ Reforged", - "modrinth": "Particular ✨ Reforged" + "curseforge": "Particular ✨ Reforged" }, "id": { - "curseforge": "1219053", - "modrinth": "pYFUU6cq" + "curseforge": "1219053" }, "files": [ - { - "type": "modrinth", - "file_name": "particular-1.20.1-Forge-1.2.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/pYFUU6cq/versions/ZP94L2Nm/particular-1.20.1-Forge-1.2.0.jar", - "id": "ZP94L2Nm", - "parent_id": "pYFUU6cq", - "hashes": { - "sha512": "bf3c9a8e615216177511d2e656f1260c881db3dc2cc3f0f14ac993747e5d90e17092e74ad24a90176291510c6af84e01fc44763c5b30719428954b40b2d7d121", - "sha1": "fa2140c8231137222aad8c69e5276f65ee7b81f2" - }, - "required_dependencies": [], - "size": 413624, - "date_published": "2025-04-04T18:27:56.564062Z" - }, { "type": "curseforge", "file_name": "particular-1.20.1-Forge-1.2.0.jar", @@ -10376,43 +6086,18 @@ ] }, { - "pakku_id": "p2gtFoMFQckm3agI", + "pakku_id": "sJEa0sgmiknN6IGn", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "patchouli", - "modrinth": "patchouli" + "curseforge": "patchouli" }, "name": { - "curseforge": "Patchouli", - "modrinth": "Patchouli" + "curseforge": "Patchouli" }, "id": { - "curseforge": "306770", - "modrinth": "nU0bVIaL" + "curseforge": "306770" }, "files": [ - { - "type": "modrinth", - "file_name": "Patchouli-1.20.1-84.1-FORGE.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/nU0bVIaL/versions/8Qyw08ld/Patchouli-1.20.1-84.1-FORGE.jar", - "id": "8Qyw08ld", - "parent_id": "nU0bVIaL", - "hashes": { - "sha512": "d87143ae5dc979e8d65dd35ff0916077a355c503c4a906bed0d9dbe600ff0602e5296800cbdf2260d47033f664691b54e1b18a1b9835339c4e13d69fc4251f1b", - "sha1": "e91d2e2f251375d647d592b670ea6f310c2554eb" - }, - "required_dependencies": [], - "size": 642711, - "date_published": "2025-02-06T16:09:49.287555Z" - }, { "type": "curseforge", "file_name": "Patchouli-1.20.1-84.1-FORGE.jar", @@ -10437,48 +6122,19 @@ ] }, { - "pakku_id": "CCfjIs115krh2CJn", - "pakku_links": [ - "IxsPMqjGrMxcFzus" - ], + "pakku_id": "umWJAWHFoOcBOjAt", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { - "curseforge": "pick-up-notifier", - "modrinth": "pick-up-notifier" + "curseforge": "pick-up-notifier" }, "name": { - "curseforge": "Pick Up Notifier [Forge & Fabric]", - "modrinth": "Pick Up Notifier" + "curseforge": "Pick Up Notifier [Forge & Fabric]" }, "id": { - "curseforge": "351441", - "modrinth": "ZX66K16c" + "curseforge": "351441" }, "files": [ - { - "type": "modrinth", - "file_name": "PickUpNotifier-v8.0.0-1.20.1-Forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/ZX66K16c/versions/LojgSWbd/PickUpNotifier-v8.0.0-1.20.1-Forge.jar", - "id": "LojgSWbd", - "parent_id": "ZX66K16c", - "hashes": { - "sha512": "3cddd0e7cd2527bf9483c2a4a40eb1d1e650c806fdfd3bcdf55cffdcc0575ca71d56a50d8d09cca63793e3da6b22436b636702755e0644beb4b0051f039a2dda", - "sha1": "378cc9730d1f11cd4c50add96263baccacdb4942" - }, - "required_dependencies": [ - "QAGBst4M" - ], - "size": 102164, - "date_published": "2023-06-28T09:12:00.519122Z" - }, { "type": "curseforge", "file_name": "PickUpNotifier-v8.0.0-1.20.1-Forge.jar", @@ -10542,49 +6198,18 @@ ] }, { - "pakku_id": "Q05ngAFjkXSxr7W2", - "pakku_links": [ - "UOjZxqemtQFAP9R8" - ], + "pakku_id": "tnA3azMDXeI8pMO0", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "playerrevive", "curseforge": "playerrevive" }, "name": { - "modrinth": "PlayerRevive", "curseforge": "PlayerRevive" }, "id": { - "modrinth": "ABIMzABM", "curseforge": "266890" }, "files": [ - { - "type": "modrinth", - "file_name": "PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/ABIMzABM/versions/fUdn8MeF/PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar", - "id": "fUdn8MeF", - "parent_id": "ABIMzABM", - "hashes": { - "sha512": "26ec9d4f4ff24a3e708f5485e40149214df76734af90848429bc7cedf397230a8e7b8b11aa21f11e50ea2987c862f09186ecd1b55b7ded31c5c99d661ede686a", - "sha1": "84c039f20b8f048c835c429c2c4a9fd82a5e65f6" - }, - "required_dependencies": [ - "OsZiaDHq" - ], - "size": 5298162, - "date_published": "2025-01-03T12:43:40.830979Z" - }, { "type": "curseforge", "file_name": "PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar", @@ -10612,45 +6237,18 @@ ] }, { - "pakku_id": "wAKaeujhSawlrQQk", + "pakku_id": "SwXDcwFoiFW6R103", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "polylib", - "modrinth": "polylib" + "curseforge": "polylib" }, "name": { - "curseforge": "PolyLib", - "modrinth": "PolyLib" + "curseforge": "PolyLib" }, "id": { - "curseforge": "576589", - "modrinth": "6lvkzFFj" + "curseforge": "576589" }, "files": [ - { - "type": "modrinth", - "file_name": "polylib-forge-2000.0.3-build.143.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/6lvkzFFj/versions/boXcy1fH/polylib-forge-2000.0.3-build.143.jar", - "id": "boXcy1fH", - "parent_id": "6lvkzFFj", - "hashes": { - "sha512": "1ffce7fff08e63002effa2b8fe4aa63e1efe2717ed062644693c084194610cd24e3001e2b81824c218380c5bd5c7bd78de99882bac35c325879c1fa1f09c5c00", - "sha1": "bf49919adc9e9109196762ff20030f823790e2db" - }, - "required_dependencies": [], - "size": 1343694, - "date_published": "2024-11-05T16:23:42.914288Z" - }, { "type": "curseforge", "file_name": "polylib-forge-2000.0.3-build.143.jar", @@ -10714,10 +6312,7 @@ ] }, { - "pakku_id": "jq9QGlgfAvlRlyEk", - "pakku_links": [ - "0V3RchpzHxX7JWSb" - ], + "pakku_id": "r7Dz5XCU6ReR0pVk", "type": "MOD", "slug": { "curseforge": "probejs" @@ -10756,43 +6351,18 @@ ] }, { - "pakku_id": "IxsPMqjGrMxcFzus", + "pakku_id": "plopa4HuWhK2eACT", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "puzzles-lib", - "modrinth": "puzzles-lib" + "curseforge": "puzzles-lib" }, "name": { - "curseforge": "Puzzles Lib [Forge & Fabric]", - "modrinth": "Puzzles Lib" + "curseforge": "Puzzles Lib [Forge & Fabric]" }, "id": { - "curseforge": "495476", - "modrinth": "QAGBst4M" + "curseforge": "495476" }, "files": [ - { - "type": "modrinth", - "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/YFZdsqXl/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", - "id": "YFZdsqXl", - "parent_id": "QAGBst4M", - "hashes": { - "sha512": "f6420b4884583727ee66d7410ce5ad3ce2a5fd9aed49700ea4bba1fd944a4b63d2d3f15a3d0d64afa2ec1aa261f8ef52b6277712c7d19e6dd31ff9d9360f05ae", - "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a" - }, - "required_dependencies": [], - "size": 1342204, - "date_published": "2025-04-05T11:23:08.540092Z" - }, { "type": "curseforge", "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", @@ -10817,20 +6387,16 @@ ] }, { - "pakku_id": "t219ei5RtSWdWJSs", + "pakku_id": "pD6taTlLVDvW3Yfg", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "radium-reforged", - "modrinth": "radium" + "curseforge": "radium-reforged" }, "name": { - "curseforge": "Radium Reforged", - "modrinth": "Radium" + "curseforge": "Radium Reforged" }, "id": { - "curseforge": "570017", - "modrinth": "2gvRmQXx" + "curseforge": "570017" }, "files": [ { @@ -10854,28 +6420,6 @@ "required_dependencies": [], "size": 713454, "date_published": "2024-09-09T08:07:43.540Z" - }, - { - "type": "modrinth", - "file_name": "radium-mc1.20.1-0.12.4+git.26c9d8e.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/2gvRmQXx/versions/n947JjJH/radium-mc1.20.1-0.12.4+git.26c9d8e.jar", - "id": "n947JjJH", - "parent_id": "2gvRmQXx", - "hashes": { - "sha512": "7b59c491d72801257c740626faab8c14ed580db28493c474147341531bca3de5ea822d4042d3786ae619449b6f6ffc1001a1cdc1b9276ec900e57ab17dd8989a", - "sha1": "f5f5f792473bb7b85ec221f75c5afb3740afb13a" - }, - "required_dependencies": [], - "size": 713454, - "date_published": "2024-09-09T08:07:45.955294Z" } ] }, @@ -10920,20 +6464,17 @@ ] }, { - "pakku_id": "J5CyvX6hIaMAyzVK", + "pakku_id": "QXBpbwRXpmbaHixl", "type": "MOD", "side": "BOTH", "slug": { - "curseforge": "resourceful-config", - "modrinth": "resourceful-config" + "curseforge": "resourceful-config" }, "name": { - "curseforge": "Resourceful Config", - "modrinth": "Resourceful Config" + "curseforge": "Resourceful Config" }, "id": { - "curseforge": "714059", - "modrinth": "M1953qlQ" + "curseforge": "714059" }, "files": [ { @@ -10956,45 +6497,21 @@ "required_dependencies": [], "size": 136923, "date_published": "2025-02-24T20:12:14.590Z" - }, - { - "type": "modrinth", - "file_name": "resourcefulconfig-forge-1.20.1-2.1.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/M1953qlQ/versions/DERs8u7v/resourcefulconfig-forge-1.20.1-2.1.3.jar", - "id": "DERs8u7v", - "parent_id": "M1953qlQ", - "hashes": { - "sha512": "2e05fe27529d00d7808a83dbe0c475a0fb96a20ebfd5c9767f4cc8dcd9a865e20a18de41fb9ed710e5cd2e0211c30303b43c1f22702af1d50ee7212ad83a54d3", - "sha1": "597d40920dcc935f963842c817dcc4901862ab14" - }, - "required_dependencies": [], - "size": 136923, - "date_published": "2025-02-24T20:12:39.956555Z" } ] }, { - "pakku_id": "cxgo5IyMJwtpohRH", + "pakku_id": "18IuoLEIRdaY1Jqy", "type": "MOD", "side": "BOTH", "slug": { - "curseforge": "resourceful-lib", - "modrinth": "resourceful-lib" + "curseforge": "resourceful-lib" }, "name": { - "curseforge": "Resourceful Lib", - "modrinth": "Resourceful Lib" + "curseforge": "Resourceful Lib" }, "id": { - "curseforge": "570073", - "modrinth": "G1hIVOrD" + "curseforge": "570073" }, "files": [ { @@ -11017,68 +6534,22 @@ "required_dependencies": [], "size": 432753, "date_published": "2024-08-24T19:45:21Z" - }, - { - "type": "modrinth", - "file_name": "resourcefullib-forge-1.20.1-2.1.29.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/G1hIVOrD/versions/OhsHaCcW/resourcefullib-forge-1.20.1-2.1.29.jar", - "id": "OhsHaCcW", - "parent_id": "G1hIVOrD", - "hashes": { - "sha512": "8dbe951d431545a7d18081a8b11a52a248e6d8ff9862ae6462b0f5a6f57ff523af12704c3adb071ae99a7c5c1dd895bd7875dea59f9c4956c1597a668b6e8820", - "sha1": "6fc590a7c56a720fec57e290cbb0a106efbb3ffa" - }, - "required_dependencies": [], - "size": 432753, - "date_published": "2024-08-24T19:45:23.325509Z" } ] }, { - "pakku_id": "qDUpAZkCcYB6JdyI", + "pakku_id": "TEm6QwNhjQ1RU8Po", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "rhino", "curseforge": "rhino" }, "name": { - "modrinth": "Rhino", "curseforge": "Rhino" }, "id": { - "modrinth": "sk9knFPE", "curseforge": "416294" }, "files": [ - { - "type": "modrinth", - "file_name": "rhino-forge-2001.2.3-build.10.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/sk9knFPE/versions/uNALdylI/rhino-forge-2001.2.3-build.10.jar", - "id": "uNALdylI", - "parent_id": "sk9knFPE", - "hashes": { - "sha512": "4eb6a635f3eff3baa158539bd55344421cf69b15e28f7da8bf55f370a11c071f3525063a6f81b67fbfca550ad8aaab7e6208df87f65ca6ed2851edd46f032b58", - "sha1": "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1" - }, - "required_dependencies": [], - "size": 1798244, - "date_published": "2025-02-12T21:26:49.669723Z" - }, { "type": "curseforge", "file_name": "rhino-forge-2001.2.3-build.10.jar", @@ -11103,24 +6574,16 @@ ] }, { - "pakku_id": "0S1ClgnxBj34qrW2", - "pakku_links": [ - "p2gtFoMFQckm3agI", - "F6H99cZ4H6jZRpEK" - ], + "pakku_id": "HKZkkooM377Zl9eU", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "roads-and-roofs-tfc", - "modrinth": "roads-and-roofs-tfc" + "curseforge": "roads-and-roofs-tfc" }, "name": { - "curseforge": "Roads and Roofs TFC", - "modrinth": "Roads and Roofs TFC" + "curseforge": "Roads and Roofs TFC" }, "id": { - "curseforge": "1048212", - "modrinth": "ca9X1Phr" + "curseforge": "1048212" }, "files": [ { @@ -11147,72 +6610,22 @@ ], "size": 3557362, "date_published": "2024-10-27T23:10:58.567Z" - }, - { - "type": "modrinth", - "file_name": "rnr-0.2.1-1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/ca9X1Phr/versions/msv0XMkD/rnr-0.2.1-1.20.1.jar", - "id": "msv0XMkD", - "parent_id": "ca9X1Phr", - "hashes": { - "sha512": "e0f7b50c0da47f449fe03427859a1a33d0b8bef59a676b7ac88f518c99a0a6f02b255b576716c0d5d3a7810bd48e8cc9d74d4f9ed8e519485949c6e2ff8e469a", - "sha1": "046e086b2d4861fbc74bbeb18031102d09622197" - }, - "required_dependencies": [ - "nU0bVIaL", - "JaCEZUhg" - ], - "size": 3557362, - "date_published": "2024-10-27T23:13:57.176874Z" } ] }, { - "pakku_id": "EDnRsOgCRyTTbCNH", + "pakku_id": "2LHuw9QkUs4mg3dn", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "saturn", - "modrinth": "saturn" + "curseforge": "saturn" }, "name": { - "curseforge": "Saturn", - "modrinth": "Saturn" + "curseforge": "Saturn" }, "id": { - "curseforge": "670986", - "modrinth": "2eT495vq" + "curseforge": "670986" }, "files": [ - { - "type": "modrinth", - "file_name": "saturn-mc1.20.1-0.1.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/2eT495vq/versions/Yx85DYaG/saturn-mc1.20.1-0.1.3.jar", - "id": "Yx85DYaG", - "parent_id": "2eT495vq", - "hashes": { - "sha512": "8b4b9a69e7b55df8148e83a6d17ef381b9c412d8730d0068974bd48bbdae1a1a43837a5307471bc5dd2b41d3aa821d73c8683a3f480a9d987b2cf0969aa178cc", - "sha1": "ad93f99d46714c46aaa6a4409aeca506e9fcac99" - }, - "required_dependencies": [], - "size": 92319, - "date_published": "2024-02-09T19:06:56.795182Z" - }, { "type": "curseforge", "file_name": "saturn-mc1.20.1-0.1.3.jar", @@ -11237,43 +6650,19 @@ ] }, { - "pakku_id": "gZs5XcDoMcVHtrQT", + "pakku_id": "QdAjCgrfEUQQjMWE", "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "searchables", "curseforge": "searchables" }, "name": { - "modrinth": "Searchables", "curseforge": "Searchables" }, "id": { - "modrinth": "fuuu3xnx", "curseforge": "858542" }, "files": [ - { - "type": "modrinth", - "file_name": "Searchables-forge-1.20.1-1.0.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar", - "id": "PM9yAW1G", - "parent_id": "fuuu3xnx", - "hashes": { - "sha512": "185617d6d446f3d4ef6c7d5c6ee4e2fb731a89f7495157313b21292ec6b8e3dbcc10c0379ab49ecb2d0c64d0a78df74750d7f7336d5e6c43516a7c92f278c0a2", - "sha1": "5b976f6e76ec74cdef21865e31f56bcb11558db7" - }, - "required_dependencies": [], - "size": 77732, - "date_published": "2024-04-23T06:56:56.381361Z" - }, { "type": "curseforge", "file_name": "Searchables-forge-1.20.1-1.0.3.jar", @@ -11298,43 +6687,18 @@ ] }, { - "pakku_id": "3wLGdl5QOJNVEgeg", + "pakku_id": "XFrE7khu91yYBMLn", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "showcase-item", - "modrinth": "showcase-item" + "curseforge": "showcase-item" }, "name": { - "curseforge": "Showcase Item", - "modrinth": "Showcase Item" + "curseforge": "Showcase Item" }, "id": { - "curseforge": "627196", - "modrinth": "P5Jjjezm" + "curseforge": "627196" }, "files": [ - { - "type": "modrinth", - "file_name": "showcaseitem-1.20.1-1.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/P5Jjjezm/versions/Q5HI3IfP/showcaseitem-1.20.1-1.2.jar", - "id": "Q5HI3IfP", - "parent_id": "P5Jjjezm", - "hashes": { - "sha512": "255c51b15703de0e7b6c4ea6ee4e00cbadf830619ea5eb872144c2a29ca7b60f7727bff5899b7a035448dad4dda4cc57ae2a4b3a112bea4ac6fb1da88016ee66", - "sha1": "282e08fc46b7e4bab61a8651b5fcc1ee1befddd9" - }, - "required_dependencies": [], - "size": 32044, - "date_published": "2024-02-14T10:54:29.042863Z" - }, { "type": "curseforge", "file_name": "showcaseitem-1.20.1-1.2.jar", @@ -11395,49 +6759,22 @@ ] }, { - "pakku_id": "KpzdKnY6YAD1r6O5", + "pakku_id": "zUgGWEg2vl35sipH", "pakku_links": [ - "t1tp4uchU5FgbL7A" + "XSWzPp7PhHWY0nfU" ], "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "sodium-dynamic-lights", "curseforge": "dynamiclights-reforged" }, "name": { - "modrinth": "Sodium Dynamic Lights", "curseforge": "Sodium/Embeddium Dynamic Lights" }, "id": { - "modrinth": "PxQSWIcD", "curseforge": "551736" }, "files": [ - { - "type": "modrinth", - "file_name": "sodiumdynamiclights-forge-1.0.10-1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/PxQSWIcD/versions/I156ee3A/sodiumdynamiclights-forge-1.0.10-1.20.1.jar", - "id": "I156ee3A", - "parent_id": "PxQSWIcD", - "hashes": { - "sha512": "b8527199be5a8b4bc758a4f320586b5886e6ff657718f52d464386b1e3c695d7bfe644e2ef9487a869c93c0866818995ecd47b9e1a19054929242682e37f58b7", - "sha1": "d27524e85bed0f0af83c03be46f9ca3eb02a1be9" - }, - "required_dependencies": [ - "Es5v4eyq" - ], - "size": 511601, - "date_published": "2025-01-02T01:22:44.551718Z" - }, { "type": "curseforge", "file_name": "sodiumdynamiclights-forge-1.0.10-1.20.1.jar", @@ -11465,51 +6802,23 @@ ] }, { - "pakku_id": "y1Ztb0r0w1S1vAwg", + "pakku_id": "OKKOKwRG1CU9T3ym", "pakku_links": [ - "t1tp4uchU5FgbL7A", - "PGG5IiciynuRNWMz" + "6I5K2vwIvkFSfEuv", + "XSWzPp7PhHWY0nfU" ], "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "magnesium-extras", - "modrinth": "sodium-extras" + "curseforge": "magnesium-extras" }, "name": { - "curseforge": "Sodium/Embeddium Extras", - "modrinth": "Sodium Extras" + "curseforge": "Sodium/Embeddium Extras" }, "id": { - "curseforge": "558905", - "modrinth": "vqqx0QiE" + "curseforge": "558905" }, "files": [ - { - "type": "modrinth", - "file_name": "sodiumextras-forge-1.0.7-1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/vqqx0QiE/versions/VNFB2Vgv/sodiumextras-forge-1.0.7-1.20.1.jar", - "id": "VNFB2Vgv", - "parent_id": "vqqx0QiE", - "hashes": { - "sha512": "47f298943079eb6b8f5222cbb093fec0c29c86a6f68e8000545059d64ff5c4cbf76fa774565a0d4d89d1fb0a278b62292f7619fb818e4fdfd9f01a637e7fcbfb", - "sha1": "7603f44bc4750774fbbdc07a3153c391650fcf3d" - }, - "required_dependencies": [ - "Es5v4eyq", - "sk9rgfiA" - ], - "size": 438540, - "date_published": "2025-01-01T04:39:15.567585Z" - }, { "type": "curseforge", "file_name": "sodiumextras-forge-1.0.7-1.20.1.jar", @@ -11538,49 +6847,19 @@ ] }, { - "pakku_id": "t1tp4uchU5FgbL7A", - "pakku_links": [ - "PGG5IiciynuRNWMz" - ], + "pakku_id": "XSWzPp7PhHWY0nfU", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "sodium-options-api", - "modrinth": "sodium-options-api" + "curseforge": "sodium-options-api" }, "name": { - "curseforge": "Sodium/Embeddium Options API", - "modrinth": "Sodium Options API" + "curseforge": "Sodium/Embeddium Options API" }, "id": { - "curseforge": "1103431", - "modrinth": "Es5v4eyq" + "curseforge": "1103431" }, "files": [ - { - "type": "modrinth", - "file_name": "sodiumoptionsapi-forge-1.0.10-1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Es5v4eyq/versions/d0EFLitO/sodiumoptionsapi-forge-1.0.10-1.20.1.jar", - "id": "d0EFLitO", - "parent_id": "Es5v4eyq", - "hashes": { - "sha512": "20b11f1582df3df3d351e0cffcfc8b97453e2d73164fbad46d3f4eb960cab57d8f708d84b818782ef019d5cd9494ce001161f753623680516a191d6f510ebb79", - "sha1": "7529fbf938787ed13a251cbf40936f8c29ec4b6c" - }, - "required_dependencies": [ - "sk9rgfiA" - ], - "size": 443978, - "date_published": "2025-01-18T20:48:20.566320Z" - }, { "type": "curseforge", "file_name": "sodiumoptionsapi-forge-1.0.10-1.20.1.jar", @@ -11608,50 +6887,21 @@ ] }, { - "pakku_id": "ip59rRTnFCeSEOfS", + "pakku_id": "BoBxu4uKrEd4EWMB", "pakku_links": [ - "rGWvsBlQF5Fc28FG", - "kMLNnIpCUuhCjkjE" + "ofieNqf2gYobX5oy" ], "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "sophisticated-backpacks", "curseforge": "sophisticated-backpacks" }, "name": { - "modrinth": "Sophisticated Backpacks", "curseforge": "Sophisticated Backpacks" }, "id": { - "modrinth": "TyCTlI4b", "curseforge": "422301" }, "files": [ - { - "type": "modrinth", - "file_name": "sophisticatedbackpacks-1.20.1-3.23.6.1211.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/TyCTlI4b/versions/8JrTml7x/sophisticatedbackpacks-1.20.1-3.23.6.1211.jar", - "id": "8JrTml7x", - "parent_id": "TyCTlI4b", - "hashes": { - "sha512": "23a7fd927792ac1ddbc6d3429aac7ef404893842be708168d929ac7f73dc160ec7e8be38fa5397c4efc650eb547f05d0fc29a49f16fc198e84d8ea07aace8741", - "sha1": "569878ad7744fb342b2c6a3e11284b0c8162dd60" - }, - "required_dependencies": [ - "nmoqTijg" - ], - "size": 897035, - "date_published": "2025-03-14T15:01:31.550861Z" - }, { "type": "curseforge", "file_name": "sophisticatedbackpacks-1.20.1-3.23.6.1211.jar", @@ -11679,44 +6929,18 @@ ] }, { - "pakku_id": "kMLNnIpCUuhCjkjE", + "pakku_id": "ofieNqf2gYobX5oy", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "sophisticated-core", "curseforge": "sophisticated-core" }, "name": { - "modrinth": "Sophisticated Core", "curseforge": "Sophisticated Core" }, "id": { - "modrinth": "nmoqTijg", "curseforge": "618298" }, "files": [ - { - "type": "modrinth", - "file_name": "sophisticatedcore-1.20.1-1.2.23.902.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/nmoqTijg/versions/AzoouH2L/sophisticatedcore-1.20.1-1.2.23.902.jar", - "id": "AzoouH2L", - "parent_id": "nmoqTijg", - "hashes": { - "sha512": "d8cc6527b49c963ce4bcaee10afc79387b7b9c99e56185700961c68eb4e28d8f2d2e11c504b09dd296cb3690250eeb6a249bec9f31aa147da22dda57d302a65b", - "sha1": "d037282fd366b709a3dcf90470baf3dea6a44a0f" - }, - "required_dependencies": [], - "size": 1170980, - "date_published": "2025-03-17T21:45:24.895497Z" - }, { "type": "curseforge", "file_name": "sophisticatedcore-1.20.1-1.2.23.902.jar", @@ -11742,43 +6966,19 @@ ] }, { - "pakku_id": "YR358HoXW63JCt6e", + "pakku_id": "roB1p3odTGtLzGw7", "type": "MOD", "side": "CLIENT", "slug": { - "modrinth": "sound-physics-remastered", "curseforge": "sound-physics-remastered" }, "name": { - "modrinth": "Sound Physics Remastered", "curseforge": "Sound Physics Remastered" }, "id": { - "modrinth": "qyVF9oeo", "curseforge": "535489" }, "files": [ - { - "type": "modrinth", - "file_name": "sound-physics-remastered-forge-1.20.1-1.4.5.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://cdn.modrinth.com/data/qyVF9oeo/versions/AGRkYn5p/sound-physics-remastered-forge-1.20.1-1.4.5.jar", - "id": "AGRkYn5p", - "parent_id": "qyVF9oeo", - "hashes": { - "sha512": "c4008e53e87992bfe08fef277426c12e495ed77eadca17149b1a798a026a0372a1ac8e478200794c588452bdead8ea4b8903ad13acb4fcd26043b65bc0d02e43", - "sha1": "3110f2ebf08d512e362c4397388144d8f75a0f7b" - }, - "required_dependencies": [], - "size": 196564, - "date_published": "2024-07-12T07:24:07.691359Z" - }, { "type": "curseforge", "file_name": "sound-physics-remastered-forge-1.20.1-1.4.5.jar", @@ -11803,170 +7003,18 @@ ] }, { - "pakku_id": "y4M31CBxuAYdKyZe", + "pakku_id": "1MkKLXF1oSSK23jo", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "species", - "modrinth": "species" + "curseforge": "supermartijn642s-config-lib" }, "name": { - "curseforge": "Species", - "modrinth": "Species" + "curseforge": "SuperMartijn642's Config Lib" }, "id": { - "curseforge": "857737", - "modrinth": "s5d4P01r" - }, - "redistributable": false, - "files": [ - { - "type": "curseforge", - "file_name": "Species-1.20.1-2.3-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6131/829/Species-1.20.1-2.3-forge.jar", - "id": "6131829", - "parent_id": "857737", - "hashes": { - "sha1": "1bc4305fb83b28015461d63452a4a01cf5337dc3", - "md5": "a3aef474219746f567b71fd4af0a74dd" - }, - "required_dependencies": [], - "size": 19593288, - "date_published": "2025-01-27T22:01:14.603Z" - }, - { - "type": "modrinth", - "file_name": "Species-1.20.1-2.3-forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/s5d4P01r/versions/N9CbMB7B/Species-1.20.1-2.3-forge.jar", - "id": "N9CbMB7B", - "parent_id": "s5d4P01r", - "hashes": { - "sha512": "e18f9bb08d49741951ff9d3c3cf90feab8bc1016f69657aa90316ad4caa5eadecea558ef2f6054542ba1167b3a47763c0b13c03fe17f3d6d7e9391c49cbffe11", - "sha1": "1bc4305fb83b28015461d63452a4a01cf5337dc3" - }, - "required_dependencies": [], - "size": 19593288, - "date_published": "2025-01-27T22:01:08.387603Z" - } - ] - }, - { - "pakku_id": "cKIMFUo1WXYa0CYj", - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "starlight-forge", - "modrinth": "starlight-forge" - }, - "name": { - "curseforge": "Starlight (Forge)", - "modrinth": "Starlight (Forge)" - }, - "id": { - "curseforge": "526854", - "modrinth": "iRfIGC1s" + "curseforge": "438332" }, "files": [ - { - "type": "modrinth", - "file_name": "starlight-1.1.2+forge.1cda73c.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/iRfIGC1s/versions/cNa0vkNj/starlight-1.1.2+forge.1cda73c.jar", - "id": "cNa0vkNj", - "parent_id": "iRfIGC1s", - "hashes": { - "sha512": "cc89c6b2dd0db709586028c7732a57a3e6184f19cc2b98b25964c720c3ab434031e62de23e0dab022575d637b5e4a34b5813164d32ec356d56588da400e7d026", - "sha1": "a915880c7834a0b0f9f300f0e3053deaa9a3205a" - }, - "required_dependencies": [], - "size": 110583, - "date_published": "2023-07-08T06:10:54.244596Z" - }, - { - "type": "curseforge", - "file_name": "starlight-1.1.2+forge.1cda73c.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/4631/193/starlight-1.1.2+forge.1cda73c.jar", - "id": "4631193", - "parent_id": "526854", - "hashes": { - "sha1": "a915880c7834a0b0f9f300f0e3053deaa9a3205a", - "md5": "da99a054428fb62342b6767b993c4c8d" - }, - "required_dependencies": [], - "size": 110583, - "date_published": "2023-07-08T06:07:12.477Z" - } - ] - }, - { - "pakku_id": "uJmbR9oVezsu0reN", - "type": "MOD", - "side": "BOTH", - "slug": { - "curseforge": "supermartijn642s-config-lib", - "modrinth": "supermartijn642s-config-lib" - }, - "name": { - "curseforge": "SuperMartijn642's Config Lib", - "modrinth": "SuperMartijn642's Config Lib" - }, - "id": { - "curseforge": "438332", - "modrinth": "LN9BxssP" - }, - "files": [ - { - "type": "modrinth", - "file_name": "supermartijn642configlib-1.1.8-forge-mc1.20.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/LN9BxssP/versions/ZKor79dR/supermartijn642configlib-1.1.8-forge-mc1.20.jar", - "id": "ZKor79dR", - "parent_id": "LN9BxssP", - "hashes": { - "sha512": "476595aacc7c66a0cf7bcd56143975122ea54ae4c5b61a232d3b0b9b1e3c013575efcc05de31a5d2c4e129542bfd8ae255a25d1486a4e08961cc4a303940fd19", - "sha1": "f80f9eed728966adcfbcc848633e789645057281" - }, - "required_dependencies": [], - "size": 206584, - "date_published": "2023-08-21T13:15:59.833389Z" - }, { "type": "curseforge", "file_name": "supermartijn642configlib-1.1.8-forge-mc1.20.jar", @@ -11993,44 +7041,18 @@ ] }, { - "pakku_id": "w7z5mj89SVpZaWVs", + "pakku_id": "DEXNITEeAcQwDOq1", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "supermartijn642s-core-lib", "curseforge": "supermartijn642s-core-lib" }, "name": { - "modrinth": "SuperMartijn642's Core Lib", "curseforge": "SuperMartijn642's Core Lib" }, "id": { - "modrinth": "rOUBggPv", "curseforge": "454372" }, "files": [ - { - "type": "modrinth", - "file_name": "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/rOUBggPv/versions/VWJoqHin/supermartijn642corelib-1.1.18-forge-mc1.20.1.jar", - "id": "VWJoqHin", - "parent_id": "rOUBggPv", - "hashes": { - "sha512": "dedde27b0e1cd24c006c840bf4d0028689670f1fe9cbde16134e7c08cce58a88f431b39346b7a6847348cafec09638b2c14b2e6dcb4c14a23127e90c5ba9d362", - "sha1": "d37e1148b512c67cee704635b4f07d1f9ea8c31c" - }, - "required_dependencies": [], - "size": 515362, - "date_published": "2024-12-29T22:15:09.734450Z" - }, { "type": "curseforge", "file_name": "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar", @@ -12093,44 +7115,18 @@ ] }, { - "pakku_id": "u4SXwEzPZTFYdxU9", + "pakku_id": "yZ0I3QxdQipbvKMF", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "tfc-ambiental-second-edition", "curseforge": "tfc-ambiental-second-edition" }, "name": { - "modrinth": "TFC Ambiental: Second edition", "curseforge": "TFC Ambiental - Second edition" }, "id": { - "modrinth": "K7eNiRnX", "curseforge": "940350" }, "files": [ - { - "type": "modrinth", - "file_name": "tfcambiental-1.20.1-3.3.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/K7eNiRnX/versions/L5UbdkdE/tfcambiental-1.20.1-3.3.0.jar", - "id": "L5UbdkdE", - "parent_id": "K7eNiRnX", - "hashes": { - "sha512": "775a6cbe712e13c26061f34670ae417b382e79adbd69ed63b104fb0e4721b23e230c5328b671b9cf8eab7ea0b1c9ccc602f650da8c81923c2be90470e3b37641", - "sha1": "e1bc92959d8cbfb1d8f16dc124a14a0709d6aba6" - }, - "required_dependencies": [], - "size": 640033, - "date_published": "2024-05-05T01:41:06.190734Z" - }, { "type": "curseforge", "file_name": "tfcambiental-1.20.1-3.3.1.jar", @@ -12158,7 +7154,8 @@ { "pakku_id": "4WwQ11qPky8VtFcw", "pakku_links": [ - "F6H99cZ4H6jZRpEK" + "F6H99cZ4H6jZRpEK", + "fMkiGcRPRv1DdRC1" ], "type": "MOD", "slug": { @@ -12197,7 +7194,7 @@ ] }, { - "pakku_id": "Gq0f388dnqOU5Dnz", + "pakku_id": "FNRWPZqccIxEYmCb", "type": "MOD", "slug": { "curseforge": "tfc-canes" @@ -12238,7 +7235,9 @@ "pakku_id": "kUOKA8QBjQ24XE3p", "pakku_links": [ "p2gtFoMFQckm3agI", - "F6H99cZ4H6jZRpEK" + "F6H99cZ4H6jZRpEK", + "sJEa0sgmiknN6IGn", + "fMkiGcRPRv1DdRC1" ], "type": "MOD", "slug": { @@ -12278,45 +7277,18 @@ ] }, { - "pakku_id": "7R29rXtrJC2KCN5v", + "pakku_id": "wwI6IXC4zcB3Dra6", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "tfc-electrical-appliances", - "modrinth": "tfc-electrical-appliances" + "curseforge": "tfc-electrical-appliances" }, "name": { - "curseforge": "TFC Electrical Appliances", - "modrinth": "TFC Electrical Appliances" + "curseforge": "TFC Electrical Appliances" }, "id": { - "curseforge": "1017637", - "modrinth": "1M8YQeNa" + "curseforge": "1017637" }, "files": [ - { - "type": "modrinth", - "file_name": "tfcea-0.0.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "alpha", - "url": "https://cdn.modrinth.com/data/1M8YQeNa/versions/baqQSpAP/tfcea-0.0.2.jar", - "id": "baqQSpAP", - "parent_id": "1M8YQeNa", - "hashes": { - "sha512": "e965532482b97dee44e31def3dbd989dd6856025b43406a10b41d9ca31a249753f1ac07db5516431d6744b06e6b47249c51c9fef0f0a040378bfa95e0caaae77", - "sha1": "13638888685ddf65e138bdeb6e4c684b0a956cbb" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 60960, - "date_published": "2024-05-12T14:09:08.258257Z" - }, { "type": "curseforge", "file_name": "tfcea-0.0.2.jar", @@ -12343,7 +7315,8 @@ { "pakku_id": "zerUE7n4nmHdsmgn", "pakku_links": [ - "F6H99cZ4H6jZRpEK" + "F6H99cZ4H6jZRpEK", + "fMkiGcRPRv1DdRC1" ], "type": "MOD", "slug": { @@ -12382,49 +7355,19 @@ ] }, { - "pakku_id": "Ow50cg4XqY9SJlpC", - "pakku_links": [ - "F6H99cZ4H6jZRpEK" - ], + "pakku_id": "1Wy7Kh7abigYZ8oH", "type": "MOD", "side": "BOTH", "slug": { - "modrinth": "tfc-hot-or-not", "curseforge": "tfc-hot-or-not" }, "name": { - "modrinth": "TFC Hot or Not", "curseforge": "TFC Hot or Not" }, "id": { - "modrinth": "6fOyWxrE", "curseforge": "499096" }, "files": [ - { - "type": "modrinth", - "file_name": "TFCHotOrNot-1.20.1-1.0.13.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/6fOyWxrE/versions/5c1Fc17J/TFCHotOrNot-1.20.1-1.0.13.jar", - "id": "5c1Fc17J", - "parent_id": "6fOyWxrE", - "hashes": { - "sha512": "1f1360cabdd509a6aab65c4d3be822adeb45315553293cc80e5d1c77f444dc9e38fd904252c6ef9f60b80ec550792d4b9197c973ebb9ec459c5ba3dd946e0aeb", - "sha1": "383507ce61eaa1fe9368915536de8b3685517728" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 464173, - "date_published": "2025-01-02T23:13:30.140364Z" - }, { "type": "curseforge", "file_name": "TFCHotOrNot-1.20.1-1.0.13.jar", @@ -12452,23 +7395,16 @@ ] }, { - "pakku_id": "zHw7MU6hf4vk0c3q", - "pakku_links": [ - "F6H99cZ4H6jZRpEK" - ], + "pakku_id": "intGycSboQ4EtUpx", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "tfc-improved-badlands", - "modrinth": "tfc-improved-badlands" + "curseforge": "tfc-improved-badlands" }, "name": { - "curseforge": "TFC Improved Badlands", - "modrinth": "TFC Improved Badlands" + "curseforge": "TFC Improved Badlands" }, "id": { - "curseforge": "969207", - "modrinth": "kzX1pnV3" + "curseforge": "969207" }, "files": [ { @@ -12494,52 +7430,63 @@ ], "size": 1750888, "date_published": "2024-02-21T21:42:51.753Z" - }, - { - "type": "modrinth", - "file_name": "TFCImprovedBadlands-1.20.1-1.0.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/kzX1pnV3/versions/t1JS5Yoc/TFCImprovedBadlands-1.20.1-1.0.2.jar", - "id": "t1JS5Yoc", - "parent_id": "kzX1pnV3", - "hashes": { - "sha512": "d92d7560bb93c5bd69fbfbf636cbe22fd966297cd4c5f900235ae8ff1924a1b1fff916f8e4a40c22c0785f4ef56248a9d5a87e10280e5ab2e0531e82a4205da3", - "sha1": "021052fcfdd3b51ec5c0b3e46974ecdfd641a0c8" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 1750888, - "date_published": "2024-08-28T13:19:49.057361Z" } ] }, { - "pakku_id": "LdCEmxAyaiJBsONh", + "pakku_id": "mZwfKcex878w6k9d", "pakku_links": [ - "7QIRhUwYRTKZoPpd", - "F6H99cZ4H6jZRpEK" + "F6H99cZ4H6jZRpEK", + "fMkiGcRPRv1DdRC1" ], "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "tfc-support-indicator", - "modrinth": "tfc-support-indicator" + "curseforge": "tfc-punishment-for-death" }, "name": { - "curseforge": "TFC Support Indicator", - "modrinth": "TFC Support Indicator" + "curseforge": "TFC Punishment for Death" }, "id": { - "curseforge": "1195624", - "modrinth": "RL8eBaUL" + "curseforge": "1258250" + }, + "files": [ + { + "type": "curseforge", + "file_name": "TFC_punishment_for_death-1.20.1-1.0.0.14.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "beta", + "url": "https://edge.forgecdn.net/files/6520/14/TFC_punishment_for_death-1.20.1-1.0.0.14.jar", + "id": "6520014", + "parent_id": "1258250", + "hashes": { + "sha1": "6f9d58aba27208b4aeb33bc1d1b6f801f9dc6369", + "md5": "d99aad026d88904741f69582ada22f1e" + }, + "required_dependencies": [ + "302973" + ], + "size": 36474, + "date_published": "2025-05-11T16:48:31.577Z" + } + ] + }, + { + "pakku_id": "WbVOj6kmY9jCiHED", + "type": "MOD", + "slug": { + "curseforge": "tfc-support-indicator" + }, + "name": { + "curseforge": "TFC Support Indicator" + }, + "id": { + "curseforge": "1195624" }, "files": [ { @@ -12562,59 +7509,20 @@ "required_dependencies": [], "size": 6997, "date_published": "2025-02-07T19:27:13.010Z" - }, - { - "type": "modrinth", - "file_name": "tfc_support_indicator-1.0.3+mc1.20.1.jar", - "mc_versions": [ - "1.20.1", - "1.20.2", - "1.20.3", - "1.20.4", - "1.20.5", - "1.20.6" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/RL8eBaUL/versions/jeOTOlLX/tfc_support_indicator-1.0.3+mc1.20.1.jar", - "id": "jeOTOlLX", - "parent_id": "RL8eBaUL", - "hashes": { - "sha512": "70a0193b3c95e06070dd645282acda97adae68ddda39f206e81df212ef964105b22a4c851af03b74044ac7985c7c51fa40df34e2dc08e95875b0747d1f45aefb", - "sha1": "0d0001517a6a4246f1b9d968bf5672ecbfdc9596" - }, - "required_dependencies": [ - "nvQzSEkH", - "JaCEZUhg" - ], - "size": 6993, - "date_published": "2024-08-24T01:04:21.236370Z" } ] }, { - "pakku_id": "kSdjRVVlNT7JZpt4", - "pakku_links": [ - "Wp4bimC12ZfUWRDW", - "4gtgWhFu0zLNFoiE", - "F6H99cZ4H6jZRpEK", - "u4SXwEzPZTFYdxU9" - ], + "pakku_id": "kUVAur6Xu9Lmw417", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "tfc-textile", - "modrinth": "tfc-textile" + "curseforge": "tfc-textile" }, "name": { - "curseforge": "TFC Textile (Legacy)", - "modrinth": "TFC Textile (Legacy)" + "curseforge": "TFC Textile (Legacy)" }, "id": { - "curseforge": "1085858", - "modrinth": "23aEXYED" + "curseforge": "1085858" }, "files": [ { @@ -12641,75 +7549,22 @@ ], "size": 198232, "date_published": "2024-09-27T14:03:11.930Z" - }, - { - "type": "modrinth", - "file_name": "tfc_textile-1.0.5.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/23aEXYED/versions/wGgJ8Tae/tfc_textile-1.0.5.jar", - "id": "wGgJ8Tae", - "parent_id": "23aEXYED", - "hashes": { - "sha512": "2aa299b98fca1aef27334b23f68d58085e3d02be1650e68656e9313480bc76038685a4aaa3938bd20c59b49898d1ec992d02ede026a2e6f8fb2fe27985ae259e", - "sha1": "0f68aff31c58bcfd12306218766d24022d6e78db" - }, - "required_dependencies": [ - "K7eNiRnX", - "JaCEZUhg" - ], - "size": 198232, - "date_published": "2024-09-27T14:02:59.003826Z" } ] }, { - "pakku_id": "NPCQvjl7kGbWfW8M", + "pakku_id": "ox8xAJejXCdMtbSo", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "tfc-tumbleweed", - "modrinth": "tfc-tumbleweed" + "curseforge": "tfc-tumbleweed" }, "name": { - "curseforge": "TFC Tumbleweed", - "modrinth": "TFC Tumbleweed" + "curseforge": "TFC Tumbleweed" }, "id": { - "curseforge": "899986", - "modrinth": "r96Vw4vO" + "curseforge": "899986" }, "files": [ - { - "type": "modrinth", - "file_name": "TFCTumbleweed-1.20.1-1.2.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/r96Vw4vO/versions/qDX0X7bD/TFCTumbleweed-1.20.1-1.2.2.jar", - "id": "qDX0X7bD", - "parent_id": "r96Vw4vO", - "hashes": { - "sha512": "6449851e787578eced05009afe978d5b329d36efce4e11113b3a7c8dfeecb9df42475f6ece76937a374508465933240affede6e7cc136756ac8918e09ac8fd09", - "sha1": "0b98dcc97f73d24707c3f4552145787e21d9b29b" - }, - "required_dependencies": [ - "msatPZQ2", - "JaCEZUhg" - ], - "size": 2087120, - "date_published": "2024-08-28T13:35:57.311537Z" - }, { "type": "curseforge", "file_name": "TFCTumbleweed-1.20.1-1.2.2.jar", @@ -12738,46 +7593,19 @@ ] }, { - "pakku_id": "WK3RmXL38cJkd1xq", + "pakku_id": "aPVI4u2RvogsqbG8", "type": "MOD", "side": "CLIENT", "slug": { - "curseforge": "tfc-vessel-tooltip", - "modrinth": "tfc-vessel-tooltip" + "curseforge": "tfc-vessel-tooltip" }, "name": { - "curseforge": "TFC Vessel Tooltip", - "modrinth": "TFC Vessel Tooltip" + "curseforge": "TFC Vessel Tooltip" }, "id": { - "curseforge": "952386", - "modrinth": "Xve2AFV9" + "curseforge": "952386" }, "files": [ - { - "type": "modrinth", - "file_name": "TFCVesselTooltip-1.20.1-1.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Xve2AFV9/versions/3kdOHSCs/TFCVesselTooltip-1.20.1-1.1.jar", - "id": "3kdOHSCs", - "parent_id": "Xve2AFV9", - "hashes": { - "sha512": "5d83c2327994ec3c408aa007f650aeeb0e9a7d20ecd46fb39d3a007fa80100c7eaa854dff6bf268e6bae4aa592920faa59e1799b6b29d4b1463ffd7f90656d5f", - "sha1": "0ba5058d7a728119121acf09e0badb3c87d2f319" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 6197, - "date_published": "2024-08-30T13:33:08.401599Z" - }, { "type": "curseforge", "file_name": "TFCVesselTooltip-1.20.1-1.1.jar", @@ -12803,7 +7631,7 @@ ] }, { - "pakku_id": "oaoeEdbSj5ORArf6", + "pakku_id": "Y7FULi6Pzq74TKdA", "type": "MOD", "slug": { "curseforge": "water-flasks" @@ -12840,23 +7668,16 @@ ] }, { - "pakku_id": "NxCxarl6bfWK2iHq", - "pakku_links": [ - "F6H99cZ4H6jZRpEK" - ], + "pakku_id": "GiXa6kN3oxBcS6j4", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "tfc-weld-button", - "modrinth": "tfc-weld-button" + "curseforge": "tfc-weld-button" }, "name": { - "curseforge": "TFC Weld Button", - "modrinth": "TFC Weld Button" + "curseforge": "TFC Weld Button" }, "id": { - "curseforge": "1093683", - "modrinth": "K9CZ9PGx" + "curseforge": "1093683" }, "files": [ { @@ -12880,30 +7701,6 @@ "required_dependencies": [], "size": 12642, "date_published": "2024-11-30T06:12:27.997Z" - }, - { - "type": "modrinth", - "file_name": "TFCWeldButton-1.20.1-1.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/K9CZ9PGx/versions/dtoFhsbX/TFCWeldButton-1.20.1-1.1.jar", - "id": "dtoFhsbX", - "parent_id": "K9CZ9PGx", - "hashes": { - "sha512": "f10676722090db19f4af693949ad0891d26b5c4d2189fdb6536958875a57ea2cbb150634d68debc62ec407c32a8ce58a736f00ecfea03db5152d69cce25fe67d", - "sha1": "dda1ccb3f998e85de186c84162bf437f2e800031" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 12642, - "date_published": "2024-11-30T06:12:46.284611Z" } ] }, @@ -12944,46 +7741,19 @@ ] }, { - "pakku_id": "xiwzCRvkCtCl2GLq", + "pakku_id": "wXXpy8KNJ3zbDmw2", "type": "MOD", "side": "BOTH", "slug": { - "curseforge": "tfcgenviewer", - "modrinth": "tfcgenviewer" + "curseforge": "tfcgenviewer" }, "name": { - "curseforge": "TFCGenViewer", - "modrinth": "TFCGenViewer" + "curseforge": "TFCGenViewer" }, "id": { - "curseforge": "1062270", - "modrinth": "yp9Ot3YC" + "curseforge": "1062270" }, "files": [ - { - "type": "modrinth", - "file_name": "tfcgenviewer-1.20.1-1.4.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/yp9Ot3YC/versions/nLcjWGDP/tfcgenviewer-1.20.1-1.4.1.jar", - "id": "nLcjWGDP", - "parent_id": "yp9Ot3YC", - "hashes": { - "sha512": "f9c1bb568329833b369cf2c2b0a3bafb7a75787919b4a736d997e7a51793115f7e4f24002bf59ee51957d7fe483733727bee904b0f09d3ae403f94e6dc0faa06", - "sha1": "9ed2b9125f46c79043912d695f710b9bdb0f68a9" - }, - "required_dependencies": [ - "JaCEZUhg" - ], - "size": 257671, - "date_published": "2024-12-15T22:52:40.048230Z" - }, { "type": "curseforge", "file_name": "tfcgenviewer-1.20.1-1.4.1.jar", @@ -13011,46 +7781,18 @@ ] }, { - "pakku_id": "F6H99cZ4H6jZRpEK", + "pakku_id": "fMkiGcRPRv1DdRC1", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "terrafirmacraft", - "modrinth": "terrafirmacraft" + "curseforge": "terrafirmacraft" }, "name": { - "curseforge": "TerraFirmaCraft", - "modrinth": "TerraFirmaCraft" + "curseforge": "TerraFirmaCraft" }, "id": { - "curseforge": "302973", - "modrinth": "JaCEZUhg" + "curseforge": "302973" }, "files": [ - { - "type": "modrinth", - "file_name": "TerraFirmaCraft-Forge-1.20.1-3.2.14.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/JaCEZUhg/versions/YO1EaEWV/TerraFirmaCraft-Forge-1.20.1-3.2.14.jar", - "id": "YO1EaEWV", - "parent_id": "JaCEZUhg", - "hashes": { - "sha512": "7e3953a517f5e7a0ad8c0ade5ebbdaa7fcdc93cf484c1c38584520731521906765e066001a45f96f31b2e232ed4aa2348f57ac57e8ce123eea8f884af33ac210", - "sha1": "0ade622eff1002ddd14fdabfeb989b2cfb121c64" - }, - "required_dependencies": [ - "nU0bVIaL" - ], - "size": 47444038, - "date_published": "2025-02-13T00:25:22.679851Z" - }, { "type": "curseforge", "file_name": "TerraFirmaCraft-Forge-1.20.1-3.2.14.jar", @@ -13078,111 +7820,62 @@ ] }, { - "pakku_id": "2h0D3pYylEr3vTVs", + "pakku_id": "SGfDJ5byxzl3Ebq0", "pakku_links": [ - "F6H99cZ4H6jZRpEK", - "apqasFnXUkYXZUFj" + "fMkiGcRPRv1DdRC1", + "2wSbyvuI5uFxrZW6" ], "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "terrafirmagreg-core", - "modrinth": "terrafirmagreg-core" + "curseforge": "terrafirmagreg-core" }, "name": { - "curseforge": "TerraFirmaGreg-Core", - "modrinth": "TerraFirmaGreg-Core" + "curseforge": "TerraFirmaGreg-Core" }, "id": { - "curseforge": "513402", - "modrinth": "lNttW2Xl" + "curseforge": "513402" }, "files": [ - { - "type": "modrinth", - "file_name": "TerraFirmaGreg-Core-Modern-0.6.3.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/Hb2YsDpn/TerraFirmaGreg-Core-Modern-0.6.3.jar", - "id": "Hb2YsDpn", - "parent_id": "lNttW2Xl", - "hashes": { - "sha512": "d142976b5caa236ed24b7653da4c29adebdba63cdb9e8c2c5a1f4111f51680f67d9da14e7c1fb7523cebf7ca3fd27eb91544e2f9d8c81296f2465ecb448bed26", - "sha1": "7f1b225c8f1669dcbf37198eb2ebc2e36e739ced" - }, - "required_dependencies": [], - "size": 239158, - "date_published": "2025-05-04T11:12:28.957711Z" - }, { "type": "curseforge", - "file_name": "TerraFirmaGreg-Core-Modern-0.6.3.jar", + "file_name": "TerraFirmaGreg-Core-Modern-0.6.5.jar", "mc_versions": [ "1.20.1" ], "loaders": [ + "neoforge", "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6493/960/TerraFirmaGreg-Core-Modern-0.6.3.jar", - "id": "6493960", + "url": "https://edge.forgecdn.net/files/6538/466/TerraFirmaGreg-Core-Modern-0.6.5.jar", + "id": "6538466", "parent_id": "513402", "hashes": { - "sha1": "7f1b225c8f1669dcbf37198eb2ebc2e36e739ced", - "md5": "8afa25b0ad4e8e5efcb463d0a1e1db5f" + "sha1": "88cf64576cac21b31f33d707981eee24d74e40d4", + "md5": "1b72e373973ebfa8a0ea4ffb6c61810c" }, "required_dependencies": [ + "890405", "302973" ], - "size": 239158, - "date_published": "2025-05-04T06:31:31.180Z" + "size": 267409, + "date_published": "2025-05-17T09:13:57.590Z" } ] }, { - "pakku_id": "GHbgL2WA5TGX9dHv", + "pakku_id": "Ay9gyEPTxyeWAJft", "type": "MOD", - "side": "SERVER", "slug": { - "curseforge": "too-fast", - "modrinth": "too-fast" + "curseforge": "too-fast" }, "name": { - "curseforge": "Too Fast", - "modrinth": "Too Fast" + "curseforge": "Too Fast" }, "id": { - "curseforge": "550678", - "modrinth": "w6JSkKSH" + "curseforge": "550678" }, "files": [ - { - "type": "modrinth", - "file_name": "toofast-1.20-0.4.3.5.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/w6JSkKSH/versions/2pix3xrW/toofast-1.20-0.4.3.5.jar", - "id": "2pix3xrW", - "parent_id": "w6JSkKSH", - "hashes": { - "sha512": "722b6788724c813978d468100f85532ea5a9f07830d4a0475aa6050434bef5da3e51ccd235ed7158b6797d938ab10b9b3f79422e72517c2e20761dd923c5d602", - "sha1": "a6163b39827b483fb2976c916d99fce6cbf247a9" - }, - "required_dependencies": [], - "size": 3875, - "date_published": "2024-05-25T08:37:44.955753Z" - }, { "type": "curseforge", "file_name": "toofast-1.20-0.4.3.5.jar", @@ -13281,43 +7974,18 @@ ] }, { - "pakku_id": "P26ygLyf3axdY6l8", + "pakku_id": "pNlef6pOJARiH2WV", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "u-team-core", "curseforge": "u-team-core" }, "name": { - "modrinth": "U Team Core", "curseforge": "U Team Core" }, "id": { - "modrinth": "g2FGQs4R", "curseforge": "273744" }, "files": [ - { - "type": "modrinth", - "file_name": "u_team_core-forge-1.20.1-5.1.4.362.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/g2FGQs4R/versions/E0xcADiW/u_team_core-forge-1.20.1-5.1.4.362.jar", - "id": "E0xcADiW", - "parent_id": "g2FGQs4R", - "hashes": { - "sha512": "1520395e10bdb017085638a67841425284a04d47379b80a998355629bc8acdb6ed8b1a1afcb0593271cd7839ec33f51de50256f10170590aa6dd1de13f389929", - "sha1": "a620177a6d39cd34ee4ed62f2dd66e2b2e1c64f5" - }, - "required_dependencies": [], - "size": 587603, - "date_published": "2025-04-06T17:57:40.320455Z" - }, { "type": "curseforge", "file_name": "u_team_core-forge-1.20.1-5.1.4.362.jar", @@ -13342,45 +8010,18 @@ ] }, { - "pakku_id": "YNN9MQRUOE5bQByi", + "pakku_id": "dvvP2ZxrASA5e2dq", "type": "MOD", - "side": "CLIENT", "slug": { - "modrinth": "unilib", "curseforge": "unilib" }, "name": { - "modrinth": "UniLib", "curseforge": "UniLib" }, "id": { - "modrinth": "nT86WUER", "curseforge": "1056812" }, "files": [ - { - "type": "modrinth", - "file_name": "UniLib-1.0.6+1.20.1-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/nT86WUER/versions/VHNcPnYG/UniLib-1.0.6+1.20.1-forge.jar", - "id": "VHNcPnYG", - "parent_id": "nT86WUER", - "hashes": { - "sha512": "07edc0328a069145222148859c50c9c964c6248911dad104dfcecbb109c6cd53af912654388eb970cd194a9f67c2f17ff21439ccdb46cfd441535d43c886aac8", - "sha1": "04548f18aadced65d2962be0a3a15eea49189c41" - }, - "required_dependencies": [], - "size": 1626977, - "date_published": "2025-04-21T18:26:25.495112Z" - }, { "type": "curseforge", "file_name": "UniLib-1.0.6+1.20.1-forge.jar", @@ -13407,45 +8048,18 @@ ] }, { - "pakku_id": "AlrK2V0ftz5XS775", + "pakku_id": "mxWVAqlbiiejXL6S", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "visual-workbench", - "modrinth": "visual-workbench" + "curseforge": "visual-workbench" }, "name": { - "curseforge": "Visual Workbench", - "modrinth": "Visual Workbench" + "curseforge": "Visual Workbench" }, "id": { - "curseforge": "500273", - "modrinth": "kfqD1JRw" + "curseforge": "500273" }, "files": [ - { - "type": "modrinth", - "file_name": "VisualWorkbench-v8.0.0-1.20.1-Forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/kfqD1JRw/versions/c22Z4rsv/VisualWorkbench-v8.0.0-1.20.1-Forge.jar", - "id": "c22Z4rsv", - "parent_id": "kfqD1JRw", - "hashes": { - "sha512": "fcfb713b7ce6b876243f294ffa154a203c6b9eced3c6dd978923413af9e737c0c220872b1a127d03c316da8b12e4bbae18a5ecf5f84ab57a2fb8548b41d8f0dc", - "sha1": "7ebf579edcf2440eadf1ed6c8c895e1bc2d77bf1" - }, - "required_dependencies": [ - "QAGBst4M" - ], - "size": 82055, - "date_published": "2023-06-27T21:00:14.975608Z" - }, { "type": "curseforge", "file_name": "VisualWorkbench-v8.0.0-1.20.1-Forge.jar", @@ -13472,44 +8086,19 @@ ] }, { - "pakku_id": "iEsJ0aHodKhDTwgV", + "pakku_id": "SZ5c7Jc5GOwlNtbX", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { - "curseforge": "xaeros-minimap", - "modrinth": "xaeros-minimap" + "curseforge": "xaeros-minimap" }, "name": { - "curseforge": "Xaero's Minimap", - "modrinth": "Xaero's Minimap" + "curseforge": "Xaero's Minimap" }, "id": { - "curseforge": "263420", - "modrinth": "1bokaNcj" + "curseforge": "263420" }, "files": [ - { - "type": "modrinth", - "file_name": "Xaeros_Minimap_25.2.0_Forge_1.20.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/1bokaNcj/versions/uhCZlwOM/Xaeros_Minimap_25.2.0_Forge_1.20.jar", - "id": "uhCZlwOM", - "parent_id": "1bokaNcj", - "hashes": { - "sha512": "ca1c0506a84122888f284702ecd3dbf2de32f9a46886bb2bb93884bb238aae5ee856dc77ed7aac3c84918a33fceae2715ff2bbd50eda88e171d15f97fbdab8be", - "sha1": "a68019d24a8dc4fb0e9d1b958f5473cde7f6db8c" - }, - "required_dependencies": [], - "size": 1704129, - "date_published": "2025-03-15T09:01:35.690870Z" - }, { "type": "curseforge", "file_name": "Xaeros_Minimap_25.2.0_Forge_1.20.jar", @@ -13535,44 +8124,18 @@ ] }, { - "pakku_id": "bBjUilwaMDGLoB2G", + "pakku_id": "ncPb1J2iN6WSYbHE", "type": "MOD", - "side": "CLIENT", "slug": { - "modrinth": "xaeros-world-map", "curseforge": "xaeros-world-map" }, "name": { - "modrinth": "Xaero's World Map", "curseforge": "Xaero's World Map" }, "id": { - "modrinth": "NcUtCpym", "curseforge": "317780" }, "files": [ - { - "type": "modrinth", - "file_name": "XaerosWorldMap_1.39.4_Forge_1.20.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/NcUtCpym/versions/SMViC4Yw/XaerosWorldMap_1.39.4_Forge_1.20.jar", - "id": "SMViC4Yw", - "parent_id": "NcUtCpym", - "hashes": { - "sha512": "2b1060839325fd90ced491d7e58306d0473c616fcf7ca9714b70719bac03e0a2d37fd1b9ceca1ff37167b88527ee935e7b715a07486e430a26b26f953e3bb721", - "sha1": "cb2027cd4cb87704750c666205d16b6a0234a63d" - }, - "required_dependencies": [], - "size": 933184, - "date_published": "2025-02-20T09:44:39.875266Z" - }, { "type": "curseforge", "file_name": "XaerosWorldMap_1.39.4_Forge_1.20.jar", @@ -13598,43 +8161,18 @@ ] }, { - "pakku_id": "RMZBfaYOcU07Hsor", + "pakku_id": "dHJr8CybJVqGuwXG", "type": "MOD", - "side": "CLIENT", "slug": { - "curseforge": "yeetusexperimentus", - "modrinth": "yeetus-experimentus" + "curseforge": "yeetusexperimentus" }, "name": { - "curseforge": "Yeetus Experimentus", - "modrinth": "Yeetus Experimentus" + "curseforge": "Yeetus Experimentus" }, "id": { - "curseforge": "635427", - "modrinth": "HaaH232J" + "curseforge": "635427" }, "files": [ - { - "type": "modrinth", - "file_name": "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/HaaH232J/versions/lR7Va12z/YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar", - "id": "lR7Va12z", - "parent_id": "HaaH232J", - "hashes": { - "sha512": "651bcd7545490c6776bd986c91c2a9471cb58f80d7666a4ee09141fcf5097e5bdaaa653725b224aa6ba0f55969541a36e68107dcec51efcbc8f99499a6d08aa2", - "sha1": "6efdaf5d213f779e51aa84631a5f06a306351e75" - }, - "required_dependencies": [], - "size": 568278, - "date_published": "2023-08-03T18:04:27.252422Z" - }, { "type": "curseforge", "file_name": "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar", @@ -13659,44 +8197,18 @@ ] }, { - "pakku_id": "0mjbuVeJOxjC3sru", + "pakku_id": "mipYCmxJi1EENLPO", "type": "MOD", - "side": "BOTH", "slug": { - "modrinth": "yacl", "curseforge": "yacl" }, "name": { - "modrinth": "YetAnotherConfigLib (YACL)", "curseforge": "YetAnotherConfigLib" }, "id": { - "modrinth": "1eAoo2KR", "curseforge": "667299" }, "files": [ - { - "type": "modrinth", - "file_name": "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/1eAoo2KR/versions/sCWgXDYQ/yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", - "id": "sCWgXDYQ", - "parent_id": "1eAoo2KR", - "hashes": { - "sha512": "7fdd923ae94c1ada9bf0524f21cdfbb4f870ea93b26d02f369829585892fc5a2f61e60f43a6686ee611ff11bde8f123f178279e2de453c8fb320264153a0e8d9", - "sha1": "644731e321c53a35a0b3177a3cc6347fe38002f4" - }, - "required_dependencies": [], - "size": 1105891, - "date_published": "2025-03-23T19:12:55.655767Z" - }, { "type": "curseforge", "file_name": "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar", @@ -13722,43 +8234,18 @@ ] }, { - "pakku_id": "UiVtcmEH7uJMcy8z", + "pakku_id": "MTt6FL1ZK2Omzj4I", "type": "MOD", - "side": "BOTH", "slug": { - "curseforge": "alekiships", - "modrinth": "alekiships" + "curseforge": "alekiships" }, "name": { - "curseforge": "aleki's Nifty Ships", - "modrinth": "aleki's Nifty Ships" + "curseforge": "aleki's Nifty Ships" }, "id": { - "curseforge": "1068445", - "modrinth": "vuNeeDyl" + "curseforge": "1068445" }, "files": [ - { - "type": "modrinth", - "file_name": "alekiNiftyShips-FORGE-1.20.1-1.0.14.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/vuNeeDyl/versions/VX4fjmf1/alekiNiftyShips-FORGE-1.20.1-1.0.14.jar", - "id": "VX4fjmf1", - "parent_id": "vuNeeDyl", - "hashes": { - "sha512": "948dde522b1e0b95316db4105026bc8aa2488d709e133bd24a5cf20a17b3a7bb2e3ffa3b2cf038adc43ae768a6dc77ed9161518b8a3bc96475395c1f41b94096", - "sha1": "c42aaab43cd524c45c4065996cc06b9b48c5682a" - }, - "required_dependencies": [], - "size": 22335232, - "date_published": "2024-12-04T22:45:46.092248Z" - }, { "type": "curseforge", "file_name": "alekiNiftyShips-FORGE-1.20.1-1.0.14.jar", From c9a83a5434679cfe30d791329765fed07cb87969 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 18 May 2025 12:40:42 +0100 Subject: [PATCH 059/246] figured out how to make pakku actually add the old version of ad astra we want --- pakku-lock.json | 161 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 160 insertions(+), 1 deletion(-) diff --git a/pakku-lock.json b/pakku-lock.json index 62e72a06d..9c456b916 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -174,6 +174,91 @@ } ] }, + { + "pakku_id": "rjOX4EXWlGvG84kO", + "pakku_links": [ + "R14GIz0WdkeNLuXD", + "18IuoLEIRdaY1Jqy", + "QXBpbwRXpmbaHixl" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "ad-astra", + "modrinth": "ad-astra" + }, + "name": { + "curseforge": "Ad Astra", + "modrinth": "Ad Astra" + }, + "id": { + "curseforge": "635042", + "modrinth": "3ufwT9JF" + }, + "files": [ + { + "type": "curseforge", + "file_name": "ad_astra-forge-1.20.1-1.15.19.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5914/893/ad_astra-forge-1.20.1-1.15.19.jar", + "id": "5914893", + "parent_id": "635042", + "hashes": { + "sha1": "ff0103224186be21463a784767459554debc1f33", + "md5": "f98218cc0062408314152ba4403756cd" + }, + "required_dependencies": [ + "704113", + "570073", + "714059" + ], + "size": 7508247, + "date_published": "2024-11-17T19:31:18.513Z" + } + ] + }, + { + "pakku_id": "zpZC9ZXFxQQlQXOb", + "type": "MOD", + "slug": { + "curseforge": "ad-astra-auto-lander" + }, + "name": { + "curseforge": "Ad Astra: Auto Lander" + }, + "id": { + "curseforge": "1183249" + }, + "files": [ + { + "type": "curseforge", + "file_name": "adastra_autolanding-0.2-1.20.1.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6108/119/adastra_autolanding-0.2-1.20.1.jar", + "id": "6108119", + "parent_id": "1183249", + "hashes": { + "sha1": "3338914bcedd51b02b0137fb4f9394d55550657b", + "md5": "d6713f2d3931dca528ee8aed0eff3c78" + }, + "required_dependencies": [], + "size": 6759, + "date_published": "2025-01-20T22:07:39.787Z" + } + ] + }, { "pakku_id": "txamn8WWF6EJ8Jcg", "type": "MOD", @@ -1074,6 +1159,43 @@ } ] }, + { + "pakku_id": "R14GIz0WdkeNLuXD", + "type": "MOD", + "slug": { + "curseforge": "botarium" + }, + "name": { + "curseforge": "Botarium" + }, + "id": { + "curseforge": "704113" + }, + "files": [ + { + "type": "curseforge", + "file_name": "botarium-forge-1.20.1-2.3.4.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5486/70/botarium-forge-1.20.1-2.3.4.jar", + "id": "5486070", + "parent_id": "704113", + "hashes": { + "sha1": "a6928cb03b7c5f81900d3d3c8e8c8f6a89a51a5b", + "md5": "c204f9d834da78a3972fc98da96730aa" + }, + "required_dependencies": [], + "size": 157633, + "date_published": "2024-06-29T17:38:58.730Z" + } + ] + }, { "pakku_id": "hAYZJm96tcU47i8e", "type": "MOD", @@ -2409,7 +2531,7 @@ { "pakku_id": "SG15bUHPcW2KqNGd", "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "detected-setblock-be-gone" }, @@ -7002,6 +7124,43 @@ } ] }, + { + "pakku_id": "wVeYwIK7TxS0lDa0", + "type": "MOD", + "slug": { + "curseforge": "species" + }, + "name": { + "curseforge": "Species" + }, + "id": { + "curseforge": "857737" + }, + "redistributable": false, + "files": [ + { + "type": "curseforge", + "file_name": "Species-1.20.1-2.3-forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6131/829/Species-1.20.1-2.3-forge.jar", + "id": "6131829", + "parent_id": "857737", + "hashes": { + "sha1": "1bc4305fb83b28015461d63452a4a01cf5337dc3", + "md5": "a3aef474219746f567b71fd4af0a74dd" + }, + "required_dependencies": [], + "size": 19593288, + "date_published": "2025-01-27T22:01:14.603Z" + } + ] + }, { "pakku_id": "1MkKLXF1oSSK23jo", "type": "MOD", From 6556eba1601a4b2b585920a3b3a8e7b63265b598 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 18 May 2025 12:41:37 +0100 Subject: [PATCH 060/246] added giselle-addon back for now --- pakku-lock.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/pakku-lock.json b/pakku-lock.json index 9c456b916..ee687f344 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -259,6 +259,53 @@ } ] }, + { + "pakku_id": "Do6AZHXmaMkf26V5", + "pakku_links": [ + "QXBpbwRXpmbaHixl", + "18IuoLEIRdaY1Jqy", + "R14GIz0WdkeNLuXD", + "rjOX4EXWlGvG84kO" + ], + "type": "MOD", + "slug": { + "curseforge": "ad-astra-giselle-addon" + }, + "name": { + "curseforge": "Ad Astra: Giselle Addon" + }, + "id": { + "curseforge": "714958" + }, + "files": [ + { + "type": "curseforge", + "file_name": "Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6119/244/Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", + "id": "6119244", + "parent_id": "714958", + "hashes": { + "sha1": "877b88e224cbcbee498ec9d58f3554dd89e36469", + "md5": "68d8d06a5277e289a242b4acdcf06313" + }, + "required_dependencies": [ + "714059", + "570073", + "704113", + "635042" + ], + "size": 458371, + "date_published": "2025-01-24T09:42:36.753Z" + } + ] + }, { "pakku_id": "txamn8WWF6EJ8Jcg", "type": "MOD", From 37c1e0794eead11ae404e8a3d465581bb350cd6f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 21 May 2025 21:05:53 +0100 Subject: [PATCH 061/246] fixed merge --- kubejs/server_scripts/main_server_script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 3d53a476d..116db12b2 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -224,7 +224,6 @@ ServerEvents.recipes(event => { registerTFCBetterBFRecipes(event) registerTFCGroomingStationRecipes(event) registerTFGRecipes(event) - registerTFCGroomingStationRecipes(event) registerTFCTextileRecipes(event) registerToolBeltRecipes(event) registerTreeTapRecipes(event) From b90e389e86487b51e7654980b71406a080dad707 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Jun 2025 21:19:07 +0100 Subject: [PATCH 062/246] existing greenhouse recipes now require to be on earth --- kubejs/server_scripts/gregtech/utility.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/gregtech/utility.js b/kubejs/server_scripts/gregtech/utility.js index b8a66896e..9037440ec 100644 --- a/kubejs/server_scripts/gregtech/utility.js +++ b/kubejs/server_scripts/gregtech/utility.js @@ -35,6 +35,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => { .chancedOutput(input, 5000, 0) .duration(36000) // 30 mins .EUt(GTValues.VA[GTValues.LV]) + .dimension('minecraft:overworld') // С удобрением event.recipes.gtceu.greenhouse(`${id}_fertilized`) @@ -47,6 +48,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => { .chancedOutput(input, 6000, 0) .duration(12000) // 10 mins .EUt(GTValues.VA[GTValues.LV]) + .dimension('minecraft:overworld') } const getFillingNBT = (material, amount) => { From 95c99d761b5b1bacb038807660bf2a96be980e8f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Jun 2025 21:19:24 +0100 Subject: [PATCH 063/246] moved these into a different file --- .../tfg/recipes.miscellaneous.js | 62 ------------------- kubejs/server_scripts/tfg/recipes.space.js | 56 +++++++++++++++++ 2 files changed, 56 insertions(+), 62 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index c9f7e2374..ad39af045 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -380,68 +380,6 @@ function registerTFGMiscellaneousRecipes(event) { ).id(`universal_circuits_${tier}`); }); - // Air collector (move this to space stuff later) - event.recipes.gtceu.gas_collector('nether') - .circuit(2) - .outputFluids(Fluid.of('gtceu:air', 10000)) - .dimension('minecraft:the_nether') - .duration(200) - .EUt(16) - - event.recipes.gtceu.aqueous_accumulator('water_overworld') - .circuit(1) - .dimension('minecraft:overworld') - .duration(20) - .EUt(GTValues.VHA[GTValues.ULV]) - .addDataString("fluidA", "minecraft:water") - .addDataString("fluidB", "minecraft:water") - .outputFluids(Fluid.of("minecraft:water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('water_nether') - .circuit(2) - .dimension('minecraft:the_nether') - .duration(20) - .EUt(GTValues.VHA[GTValues.ULV]) - .addDataString("fluidA", "minecraft:water") - .addDataString("fluidB", "minecraft:water") - .outputFluids(Fluid.of("minecraft:water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('sea_water_overworld') - .circuit(3) - .dimension('minecraft:overworld') - .duration(20) - .EUt(GTValues.VA[GTValues.ULV]) - .addDataString("fluidA", "tfc:salt_water") - .addDataString("fluidB", "tfc:salt_water") - .outputFluids(Fluid.of("tfc:salt_water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('sea_water_nether') - .circuit(4) - .dimension('minecraft:the_nether') - .duration(20) - .EUt(GTValues.VA[GTValues.ULV]) - .addDataString("fluidA", "tfc:salt_water") - .addDataString("fluidB", "tfc:salt_water") - .outputFluids(Fluid.of("tfc:salt_water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('lava_overworld') - .circuit(5) - .dimension('minecraft:overworld') - .duration(20) - .EUt(GTValues.VHA[GTValues.HV]) - .addDataString("fluidA", "minecraft:lava") - .addDataString("fluidB", "minecraft:lava") - .outputFluids(Fluid.of("minecraft:lava", 1000)) - - event.recipes.gtceu.aqueous_accumulator('lava_nether') - .circuit(6) - .dimension('minecraft:the_nether') - .duration(20) - .EUt(GTValues.VHA[GTValues.HV]) - .addDataString("fluidA", "minecraft:lava") - .addDataString("fluidB", "minecraft:lava") - .outputFluids(Fluid.of("minecraft:lava", 1000)) - event.shapeless('1x tfg:armor_stand_arms', [ 'minecraft:armor_stand' diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 4d66e2d5d..08e4dd1a9 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -17,4 +17,60 @@ function registerTFGSpaceRecipes(event) { .dimension('ad_astra:moon') .duration(20*60*30) .EUt(16) + + // Aqueous accumulator + + event.recipes.gtceu.aqueous_accumulator('water_overworld') + .circuit(1) + .dimension('minecraft:overworld') + .duration(20) + .EUt(GTValues.VHA[GTValues.ULV]) + .addDataString("fluidA", "minecraft:water") + .addDataString("fluidB", "minecraft:water") + .outputFluids(Fluid.of("minecraft:water", 1000)) + + event.recipes.gtceu.aqueous_accumulator('water_nether') + .circuit(2) + .dimension('minecraft:the_nether') + .duration(20) + .EUt(GTValues.VHA[GTValues.ULV]) + .addDataString("fluidA", "minecraft:water") + .addDataString("fluidB", "minecraft:water") + .outputFluids(Fluid.of("minecraft:water", 1000)) + + event.recipes.gtceu.aqueous_accumulator('sea_water_overworld') + .circuit(3) + .dimension('minecraft:overworld') + .duration(20) + .EUt(GTValues.VA[GTValues.ULV]) + .addDataString("fluidA", "tfc:salt_water") + .addDataString("fluidB", "tfc:salt_water") + .outputFluids(Fluid.of("tfc:salt_water", 1000)) + + event.recipes.gtceu.aqueous_accumulator('sea_water_nether') + .circuit(4) + .dimension('minecraft:the_nether') + .duration(20) + .EUt(GTValues.VA[GTValues.ULV]) + .addDataString("fluidA", "tfc:salt_water") + .addDataString("fluidB", "tfc:salt_water") + .outputFluids(Fluid.of("tfc:salt_water", 1000)) + + event.recipes.gtceu.aqueous_accumulator('lava_overworld') + .circuit(5) + .dimension('minecraft:overworld') + .duration(20) + .EUt(GTValues.VHA[GTValues.HV]) + .addDataString("fluidA", "minecraft:lava") + .addDataString("fluidB", "minecraft:lava") + .outputFluids(Fluid.of("minecraft:lava", 1000)) + + event.recipes.gtceu.aqueous_accumulator('lava_nether') + .circuit(6) + .dimension('minecraft:the_nether') + .duration(20) + .EUt(GTValues.VHA[GTValues.HV]) + .addDataString("fluidA", "minecraft:lava") + .addDataString("fluidB", "minecraft:lava") + .outputFluids(Fluid.of("minecraft:lava", 1000)) } \ No newline at end of file From 3130f548183b54be74e2dd6f8cb43d7b25e7cd38 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Jun 2025 22:25:54 +0100 Subject: [PATCH 064/246] retextured raw iron block / raw iron ore, changed ad astra sky stone to look like more of a meteorite, langs --- kubejs/assets/ad_astra/lang/en_us.json | 1 + .../assets/ad_astra/textures/block/sky_stone.png | Bin 0 -> 460 bytes kubejs/assets/create/lang/en_us.json | 1 - .../minecraft/textures/block/raw_iron_block.png | Bin 0 -> 492 bytes .../assets/minecraft/textures/item/raw_iron.png | Bin 0 -> 422 bytes 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 kubejs/assets/ad_astra/textures/block/sky_stone.png create mode 100644 kubejs/assets/minecraft/textures/block/raw_iron_block.png create mode 100644 kubejs/assets/minecraft/textures/item/raw_iron.png diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index 1452bd406..0366e0a68 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -19,6 +19,7 @@ "block.ad_astra.polished_moon_stone": "Polished Anorthosite", "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", + "block.ad_astra.sky_stone": "Meteorite", "block.ad_astra.moon_deepslate": "Raw Norite", "block.ad_astra.moon_cheese_ore": "Anorthosite Cheese Ore", "block.ad_astra.mars_sand": "Martian Sand", diff --git a/kubejs/assets/ad_astra/textures/block/sky_stone.png b/kubejs/assets/ad_astra/textures/block/sky_stone.png new file mode 100644 index 0000000000000000000000000000000000000000..d6246a80c1e3f8cca1534215af68d20438a2fde1 GIT binary patch literal 460 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7DPZ!4!i{9ADzIjUw1X}mIG(;OMi%t~lixO0q&=f!M_x!`T;t8b%(OI)x(+*Ba zU2gW^)9U%(SN-|)_2leHtHVs^gjs4*4I;{hOSu&O zA2u-X6+UO#Fem0w+`qb-KQ`ZFvvbRs-kevTUbv>_)(ou*zQ%BdY~8~KAq$T0D~_Ia zXYLR0IYF;H7&ffS4&{CDyDpt?;U{iCF7y6c^`jkT%YNnEJ~n^*_LxYaDJ4NYCQCIK z?)}bUN-|vfN=M2>^+NT0ZSMHYn^CjhPYsg%9+jqhT%#tqXJ_tW)93rnAAEm3d#=Ne zbBZBJUZ-!(u!+j$dA&=H^OP3D^L^^erZk^=Qlx)vO6Z*8Ilt#^d%dGa`Cj$6=bK+S z9Vs~{E9LRjl4VNJme}LJzs_oHPL|*EJtKL;wWKX>nx#I9%ce}V-J1JMO>K_;;~C49 zO8j!YgZDLBvfNs?`p3O#OJ{j$?kIkD!Qq?rvMJ%==az4K`hDB9MgN$Eqkek{RrGr^ QFfcH9y85}Sb4q9e0MXXXSO5S3 literal 0 HcmV?d00001 diff --git a/kubejs/assets/create/lang/en_us.json b/kubejs/assets/create/lang/en_us.json index 1f3ef3620..cde7dd357 100644 --- a/kubejs/assets/create/lang/en_us.json +++ b/kubejs/assets/create/lang/en_us.json @@ -12,7 +12,6 @@ "block.create.andesite_encased_shaft": "Metal Encased Shaft", "block.create.andesite_funnel": "Metal Funnel", "block.create.andesite_ladder": "Metal Ladder", - "block.create.andesite_pillar": "Metal Pillar", "block.create.andesite_scaffolding": "Metal Scaffolding", "block.create.andesite_tunnel": "Metal Tunnel", "block.create.cut_deepslate": "Cut Migmatite", diff --git a/kubejs/assets/minecraft/textures/block/raw_iron_block.png b/kubejs/assets/minecraft/textures/block/raw_iron_block.png new file mode 100644 index 0000000000000000000000000000000000000000..52ed63e40130cba43e388cc3beab3500e6bb7fa0 GIT binary patch literal 492 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7?o-U3d7QLyH4D)Xrh_vjNVDgM?y6Sf7fskQ>{@Y7y|Np;Vv1vv~TgpV4IXvg8 zCq(Hnl{~q-clY-%&zJxAuw*Q_Ro#}!me3=-b#=xnp~u^vR759gsweFWmigQ0&Cyf% zNT%uuho%EF&*d``>I^lvH~#)MS3=me&wSP@7KNDm8;)u1Hsv=B+;S{vH`n8BM`rA3 zIdJ)X^7q8vREhLCHyJLxn|Jk>D$BXr{f8K4t$HF;#T6*>VQFsRIiX~yJG~o27z?d^ zjJK}VIFc7^-yoC!YwFHmKamv#K?GnOvB7@|5|z$CX}#``V1vs`s5 z9`5$LdCcN(_|;E;x+9Y{Rn|Q7u8o|&!g}+?`ok9b8p1~n&YCRf)Gt3Eb$b2dMw$Gs z-`gI`RH;G}*N5>i4hjciV|9TzcZ!mhVxCXTFCP zc!ydFEy%a_tNwrDz;@XSueqFmDOJVUu8BRm`oCk3Cu>(h?d9%GhrCY*O@Gsov*Lkt w_L{hw%;=umuTmw|pDt01ce*e!$ghT}*)@_&mdKI;Vst0K6^SIsgCw literal 0 HcmV?d00001 diff --git a/kubejs/assets/minecraft/textures/item/raw_iron.png b/kubejs/assets/minecraft/textures/item/raw_iron.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc97587b10d892e906d6861c0e0348becc9a38f GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6mPZ!4!i{7P^_UAV_NVLiGaH=mon(;Vbveez4!VQy?|NmdwY~8DtE5+BTVc%zQ zfsud0wJn|R57o+lxBFgKP_US1?~EQc*WXWnA3vAz{g%A<>| z&G_q~w_hDC79_R&?%0qNRxF*!xu~{6G|k7YImvXs;+^ACs~>TN*-D?hx5tvPti}3sdCyhQ-M@Z%cSpo*EfDlZFqen^akIp zf_pbivfuV;&eOl?6)As>B_w%{;@PV5HRjm?Q&e9(Nt?Z6>Ze02AAW6OdAMK^Lp+;Q zJoA^Hw=4{+fAUP#J|TKYXh)x~$Z{M0*oH-q+u4)%{@i20`!09V8<$CQrPQ6a@Za?6 ze12Wim%-jf;`K4ti?$7>BHi*kv;J0IXKef1o@7|Zbl~%8`-v&)e?BDq;a;G)Uv*F9 Z{j`Wvyom|?Wef}q44$rjF6*2UngHqvv8Mn4 literal 0 HcmV?d00001 From 1ae52e55061c23c28f094e29e1cd0952a9b264b9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Jun 2025 23:36:29 +0100 Subject: [PATCH 065/246] removed brittle charcoal --- kubejs/startup_scripts/gtceu/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 92a03204e..bc617528e 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -42,6 +42,7 @@ global.GTCEU_DISABLED_ITEMS = [ 'gtceu:primitive_blast_furnace', 'gtceu:iron_pickaxe', 'gtceu:iron_pickaxe_head', + 'gtceu:brittle_charcoal', 'gtceu:wood_screwdriver_tip', 'gtceu:wood_wrench_tip', From 003ecb6489500bdc664a0f293d972e43efcfc1d0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Jun 2025 23:36:37 +0100 Subject: [PATCH 066/246] removed dead firmalife event --- kubejs/server_scripts/main_server_script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 9f39245a2..9f9098b8c 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -106,7 +106,6 @@ ServerEvents.tags('worldgen/placed_feature', event => { event.removeAll('tfc:in_biome/veins') registerAdAstraPlacedFeatures(event) - registerFirmaLifePlacedFeatures(event) registerTFCPlacedFeatures(event) registerTFGPlacedFeatures(event) }) From 0552a51721e0b5c66032d883c6a053b622c375e7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 2 Jun 2025 00:19:53 +0100 Subject: [PATCH 067/246] added sand layer blocks --- .../tfg/blockstates/pile/black_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/brown_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/green_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/mars_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/moon_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/pink_sand.json | 28 +++++++++++++++++++ .../assets/tfg/blockstates/pile/red_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/venus_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/white_sand.json | 28 +++++++++++++++++++ .../tfg/blockstates/pile/yellow_sand.json | 28 +++++++++++++++++++ .../block/pile/black_sand/sand_height10.json | 7 +++++ .../block/pile/black_sand/sand_height12.json | 7 +++++ .../block/pile/black_sand/sand_height14.json | 7 +++++ .../block/pile/black_sand/sand_height2.json | 7 +++++ .../block/pile/black_sand/sand_height4.json | 7 +++++ .../block/pile/black_sand/sand_height6.json | 7 +++++ .../block/pile/black_sand/sand_height8.json | 7 +++++ .../block/pile/brown_sand/sand_height10.json | 7 +++++ .../block/pile/brown_sand/sand_height12.json | 7 +++++ .../block/pile/brown_sand/sand_height14.json | 7 +++++ .../block/pile/brown_sand/sand_height2.json | 7 +++++ .../block/pile/brown_sand/sand_height4.json | 7 +++++ .../block/pile/brown_sand/sand_height6.json | 7 +++++ .../block/pile/brown_sand/sand_height8.json | 7 +++++ .../block/pile/green_sand/sand_height10.json | 7 +++++ .../block/pile/green_sand/sand_height12.json | 7 +++++ .../block/pile/green_sand/sand_height14.json | 7 +++++ .../block/pile/green_sand/sand_height2.json | 7 +++++ .../block/pile/green_sand/sand_height4.json | 7 +++++ .../block/pile/green_sand/sand_height6.json | 7 +++++ .../block/pile/green_sand/sand_height8.json | 7 +++++ .../mars_sand/mars_sand/sand_height10.json | 7 +++++ .../mars_sand/mars_sand/sand_height12.json | 7 +++++ .../mars_sand/mars_sand/sand_height14.json | 7 +++++ .../mars_sand/mars_sand/sand_height2.json | 7 +++++ .../mars_sand/mars_sand/sand_height4.json | 7 +++++ .../mars_sand/mars_sand/sand_height6.json | 7 +++++ .../mars_sand/mars_sand/sand_height8.json | 7 +++++ .../block/pile/mars_sand/sand_height10.json | 7 +++++ .../block/pile/mars_sand/sand_height12.json | 7 +++++ .../block/pile/mars_sand/sand_height14.json | 7 +++++ .../block/pile/mars_sand/sand_height2.json | 7 +++++ .../block/pile/mars_sand/sand_height4.json | 7 +++++ .../block/pile/mars_sand/sand_height6.json | 7 +++++ .../block/pile/mars_sand/sand_height8.json | 7 +++++ .../block/pile/moon_sand/sand_height10.json | 7 +++++ .../block/pile/moon_sand/sand_height12.json | 7 +++++ .../block/pile/moon_sand/sand_height14.json | 7 +++++ .../block/pile/moon_sand/sand_height2.json | 7 +++++ .../block/pile/moon_sand/sand_height4.json | 7 +++++ .../block/pile/moon_sand/sand_height6.json | 7 +++++ .../block/pile/moon_sand/sand_height8.json | 7 +++++ .../block/pile/pink_sand/sand_height10.json | 7 +++++ .../block/pile/pink_sand/sand_height12.json | 7 +++++ .../block/pile/pink_sand/sand_height14.json | 7 +++++ .../block/pile/pink_sand/sand_height2.json | 7 +++++ .../block/pile/pink_sand/sand_height4.json | 7 +++++ .../block/pile/pink_sand/sand_height6.json | 7 +++++ .../block/pile/pink_sand/sand_height8.json | 7 +++++ .../block/pile/red_sand/sand_height10.json | 7 +++++ .../block/pile/red_sand/sand_height12.json | 7 +++++ .../block/pile/red_sand/sand_height14.json | 7 +++++ .../block/pile/red_sand/sand_height2.json | 7 +++++ .../block/pile/red_sand/sand_height4.json | 7 +++++ .../block/pile/red_sand/sand_height6.json | 7 +++++ .../block/pile/red_sand/sand_height8.json | 7 +++++ .../block/pile/venus_sand/sand_height10.json | 7 +++++ .../block/pile/venus_sand/sand_height12.json | 7 +++++ .../block/pile/venus_sand/sand_height14.json | 7 +++++ .../block/pile/venus_sand/sand_height2.json | 7 +++++ .../block/pile/venus_sand/sand_height4.json | 7 +++++ .../block/pile/venus_sand/sand_height6.json | 7 +++++ .../block/pile/venus_sand/sand_height8.json | 7 +++++ .../block/pile/white_sand/sand_height10.json | 7 +++++ .../block/pile/white_sand/sand_height12.json | 7 +++++ .../block/pile/white_sand/sand_height14.json | 7 +++++ .../block/pile/white_sand/sand_height2.json | 7 +++++ .../block/pile/white_sand/sand_height4.json | 7 +++++ .../block/pile/white_sand/sand_height6.json | 7 +++++ .../block/pile/white_sand/sand_height8.json | 7 +++++ .../block/pile/yellow_sand/sand_height10.json | 7 +++++ .../block/pile/yellow_sand/sand_height12.json | 7 +++++ .../block/pile/yellow_sand/sand_height14.json | 7 +++++ .../block/pile/yellow_sand/sand_height2.json | 7 +++++ .../block/pile/yellow_sand/sand_height4.json | 7 +++++ .../block/pile/yellow_sand/sand_height6.json | 7 +++++ .../block/pile/yellow_sand/sand_height8.json | 7 +++++ 87 files changed, 819 insertions(+) create mode 100644 kubejs/assets/tfg/blockstates/pile/black_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/brown_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/green_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/mars_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/moon_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/pink_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/red_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/venus_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/white_sand.json create mode 100644 kubejs/assets/tfg/blockstates/pile/yellow_sand.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json create mode 100644 kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json diff --git a/kubejs/assets/tfg/blockstates/pile/black_sand.json b/kubejs/assets/tfg/blockstates/pile/black_sand.json new file mode 100644 index 000000000..0bc3affb6 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/black_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/black_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/black_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/black_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/black_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/black_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/black_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/black_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/black" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/brown_sand.json b/kubejs/assets/tfg/blockstates/pile/brown_sand.json new file mode 100644 index 000000000..6d3155625 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/brown_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/brown_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/brown_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/brown_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/brown_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/brown_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/brown_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/brown_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/brown" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/green_sand.json b/kubejs/assets/tfg/blockstates/pile/green_sand.json new file mode 100644 index 000000000..2127cd509 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/green_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/green_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/green_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/green_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/green_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/green_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/green_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/green_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/green" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/mars_sand.json b/kubejs/assets/tfg/blockstates/pile/mars_sand.json new file mode 100644 index 000000000..9d06e7331 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/mars_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/mars_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/mars_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/mars_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/mars_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/mars_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/mars_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/mars_sand/sand_height14" + }, + "layers=8": { + "model": "ad_astra:block/mars_sand" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/moon_sand.json b/kubejs/assets/tfg/blockstates/pile/moon_sand.json new file mode 100644 index 000000000..c2f543ea4 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/moon_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/moon_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/moon_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/moon_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/moon_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/moon_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/moon_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/moon_sand/sand_height14" + }, + "layers=8": { + "model": "ad_astra:block/moon_sand" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/pink_sand.json b/kubejs/assets/tfg/blockstates/pile/pink_sand.json new file mode 100644 index 000000000..da09257a8 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/pink_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/pink_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/pink_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/pink_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/pink_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/pink_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/pink_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/pink_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/pink" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/red_sand.json b/kubejs/assets/tfg/blockstates/pile/red_sand.json new file mode 100644 index 000000000..4d184b379 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/red_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/red_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/red_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/red_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/red_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/red_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/red_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/red_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/red" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/venus_sand.json b/kubejs/assets/tfg/blockstates/pile/venus_sand.json new file mode 100644 index 000000000..c6e51b655 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/venus_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/venus_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/venus_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/venus_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/venus_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/venus_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/venus_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/venus_sand/sand_height14" + }, + "layers=8": { + "model": "ad_astra:block/venus_sand" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/white_sand.json b/kubejs/assets/tfg/blockstates/pile/white_sand.json new file mode 100644 index 000000000..c8e6fa937 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/white_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/white_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/white_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/white_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/white_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/white_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/white_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/white_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/white" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/pile/yellow_sand.json b/kubejs/assets/tfg/blockstates/pile/yellow_sand.json new file mode 100644 index 000000000..cc121471a --- /dev/null +++ b/kubejs/assets/tfg/blockstates/pile/yellow_sand.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "tfg:block/pile/yellow_sand/sand_height2" + }, + "layers=2": { + "model": "tfg:block/pile/yellow_sand/sand_height4" + }, + "layers=3": { + "model": "tfg:block/pile/yellow_sand/sand_height6" + }, + "layers=4": { + "model": "tfg:block/pile/yellow_sand/sand_height8" + }, + "layers=5": { + "model": "tfg:block/pile/yellow_sand/sand_height10" + }, + "layers=6": { + "model": "tfg:block/pile/yellow_sand/sand_height12" + }, + "layers=7": { + "model": "tfg:block/pile/yellow_sand/sand_height14" + }, + "layers=8": { + "model": "tfc:block/sand/yellow" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json new file mode 100644 index 000000000..6150d2d0a --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json new file mode 100644 index 000000000..e925a44f0 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json new file mode 100644 index 000000000..9b827de3c --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json new file mode 100644 index 000000000..1c661d81c --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json new file mode 100644 index 000000000..9b01bab1f --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json new file mode 100644 index 000000000..b839faa4c --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json new file mode 100644 index 000000000..1c64a68c7 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/black_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/black", + "texture": "tfc:block/sand/black" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json new file mode 100644 index 000000000..0528ddb5e --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json new file mode 100644 index 000000000..95790ae19 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json new file mode 100644 index 000000000..a3a3ac779 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json new file mode 100644 index 000000000..7899629b5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json new file mode 100644 index 000000000..a9e8465bb --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json new file mode 100644 index 000000000..93edd22ec --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json new file mode 100644 index 000000000..0d70e04f0 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/brown_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/brown", + "texture": "tfc:block/sand/brown" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json new file mode 100644 index 000000000..d84556f99 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json new file mode 100644 index 000000000..6f7ccfb55 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json new file mode 100644 index 000000000..ba137e1c7 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json new file mode 100644 index 000000000..0b4bb4bdc --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json new file mode 100644 index 000000000..78181bdb1 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json new file mode 100644 index 000000000..5779aea45 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json new file mode 100644 index 000000000..5e255ba86 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/green_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/green", + "texture": "tfc:block/sand/green" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height10.json new file mode 100644 index 000000000..0de7aea87 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height12.json new file mode 100644 index 000000000..14d3ac5fb --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height14.json new file mode 100644 index 000000000..71aea26fa --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height2.json new file mode 100644 index 000000000..d4e1c8bcf --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height4.json new file mode 100644 index 000000000..050895c4b --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height6.json new file mode 100644 index 000000000..6e7d5c6e2 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height8.json new file mode 100644 index 000000000..6f6fbf5e5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/mars_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json new file mode 100644 index 000000000..0de7aea87 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json new file mode 100644 index 000000000..14d3ac5fb --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json new file mode 100644 index 000000000..71aea26fa --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json new file mode 100644 index 000000000..d4e1c8bcf --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json new file mode 100644 index 000000000..050895c4b --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json new file mode 100644 index 000000000..6e7d5c6e2 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json new file mode 100644 index 000000000..6f6fbf5e5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/mars_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "ad_astra:block/mars_sand", + "texture": "ad_astra:block/mars_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json new file mode 100644 index 000000000..d530f08fd --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json new file mode 100644 index 000000000..9a224773a --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json new file mode 100644 index 000000000..bf32c1255 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json new file mode 100644 index 000000000..2bd3b1001 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json new file mode 100644 index 000000000..8bda8a708 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json new file mode 100644 index 000000000..b5871d41c --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json new file mode 100644 index 000000000..9ec84c112 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/moon_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "ad_astra:block/moon_sand", + "texture": "ad_astra:block/moon_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json new file mode 100644 index 000000000..dc6e447d1 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json new file mode 100644 index 000000000..e90a111fd --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json new file mode 100644 index 000000000..91a60c123 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json new file mode 100644 index 000000000..d8ee0b9b7 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json new file mode 100644 index 000000000..c7f33c758 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json new file mode 100644 index 000000000..181b09f76 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json new file mode 100644 index 000000000..f4280dd84 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/pink_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/pink", + "texture": "tfc:block/sand/pink" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json new file mode 100644 index 000000000..6e02d6220 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json new file mode 100644 index 000000000..51f9f1e46 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json new file mode 100644 index 000000000..832e79d27 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json new file mode 100644 index 000000000..486aeaba5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json new file mode 100644 index 000000000..3c266aa5a --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json new file mode 100644 index 000000000..8a9032dba --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json new file mode 100644 index 000000000..84ae6ba1e --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/red_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/red", + "texture": "tfc:block/sand/red" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json new file mode 100644 index 000000000..5eddf0a50 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json new file mode 100644 index 000000000..a79f6c581 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json new file mode 100644 index 000000000..7e7208a92 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json new file mode 100644 index 000000000..e959ae9b7 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json new file mode 100644 index 000000000..2beda4c8b --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json new file mode 100644 index 000000000..6eeadc81b --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json new file mode 100644 index 000000000..61db276ea --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/venus_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "ad_astra:block/venus_sand", + "texture": "ad_astra:block/venus_sand" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json new file mode 100644 index 000000000..372774cf0 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json new file mode 100644 index 000000000..fc2434b39 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json new file mode 100644 index 000000000..b30cf2f7d --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json new file mode 100644 index 000000000..11275709a --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json new file mode 100644 index 000000000..1a2b93d25 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json new file mode 100644 index 000000000..d918ecda0 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json new file mode 100644 index 000000000..103a3e7df --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/white_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/white", + "texture": "tfc:block/sand/white" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json new file mode 100644 index 000000000..4af62c859 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height10.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height10", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json new file mode 100644 index 000000000..6b0765acf --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height12.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height12", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json new file mode 100644 index 000000000..4d922c93d --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height14.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height14", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json new file mode 100644 index 000000000..e2715aa79 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height2.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height2", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json new file mode 100644 index 000000000..14986bdd5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height4.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height4", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json new file mode 100644 index 000000000..89c7d2807 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height6.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height6", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json new file mode 100644 index 000000000..63a6a97c2 --- /dev/null +++ b/kubejs/assets/tfg/models/block/pile/yellow_sand/sand_height8.json @@ -0,0 +1,7 @@ +{ + "parent": "tfg:block/ash_pile/ash_height8", + "textures": { + "particle": "tfc:block/sand/yellow", + "texture": "tfc:block/sand/yellow" + } +} \ No newline at end of file From 30382b73467d151dfcc8e8b49231adcab559231a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 3 Jun 2025 01:13:18 +0100 Subject: [PATCH 068/246] added sand piles, added new sandy biome that replaces lunar_plains sometimes --- kubejs/data/ad_astra/dimension/moon.json | 46 +++++--- .../tfg/worldgen/biome/moon/lunar_sands.json | 107 ++++++++++++++++++ .../moon/crater/meteorite.json | 4 +- .../moon/surface/moon_rock_pile.json | 40 ------- .../moon/surface/pile_black_sand.json | 53 +++++++++ .../moon/surface/pile_moon_sand.json | 53 +++++++++ .../moon/surface/pile_white_sand.json | 53 +++++++++ .../moon/surface/warped_vine_short.json | 61 ++++++++++ ...warped_vine.json => warped_vine_tall.json} | 0 .../moon/surface/moon_rock_pile.json | 19 ---- .../moon/surface/pile_black_sand.json | 38 +++++++ .../moon/surface/pile_moon_sand.json | 44 +++++++ .../moon/surface/pile_white_sand.json | 41 +++++++ .../moon/surface/warped_vine_common.json | 2 +- .../moon/surface/warped_vine_rare.json | 2 +- .../structure/moon/moon_rabbit_houses.json | 2 +- .../tfg/worldgen/structure/moon/moonbase.json | 2 +- kubejs/server_scripts/ad_astra/tags.js | 18 +-- 18 files changed, 491 insertions(+), 94 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json delete mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_black_sand.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_moon_sand.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_white_sand.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine_short.json rename kubejs/data/tfg/worldgen/configured_feature/moon/surface/{warped_vine.json => warped_vine_tall.json} (100%) delete mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_black_sand.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json index 6ab2ae0f6..ea2ff61f2 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.4, 1 ], + "continentalness": [ 0.5, 1 ], "erosion": 0, - "weirdness": [ 0.4, 1 ], + "weirdness": [ 0.5, 1 ], "depth": 0, "offset": 0 } @@ -23,9 +23,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.2, 0.4 ], + "continentalness": [ 0.2, 0.5 ], "erosion": 0, - "weirdness": [ 0.2, 0.4 ], + "weirdness": [ 0.2, 0.5 ], "depth": 0, "offset": 0 } @@ -35,9 +35,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.4, 1 ], + "continentalness": [ 0.5, 1 ], "erosion": 0, - "weirdness": [ -1, -0.4 ], + "weirdness": [ -1, -0.5 ], "depth": 0, "offset": 0 } @@ -47,9 +47,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ 0.2, 0.4 ], + "continentalness": [ 0.2, 0.5 ], "erosion": 0, - "weirdness": [ -0.4, -0.2 ], + "weirdness": [ -0.5, -0.2 ], "depth": 0, "offset": 0 } @@ -58,7 +58,19 @@ "biome": "tfg:moon/lunar_plains", "parameters": { "temperature": 0, - "humidity": 0, + "humidity": -0.1, + "continentalness": [ -0.2, 0.2 ], + "erosion": 0, + "weirdness": [ -0.2, 0.2 ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_sands", + "parameters": { + "temperature": 0, + "humidity": 0.2, "continentalness": [ -0.2, 0.2 ], "erosion": 0, "weirdness": [ -0.2, 0.2 ], @@ -71,9 +83,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.4, -0.2 ], + "continentalness": [ -0.5, -0.2 ], "erosion": 0, - "weirdness": [ -0.4, -0.2 ], + "weirdness": [ -0.5, -0.2 ], "depth": 0, "offset": 0 } @@ -83,9 +95,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -1, -0.4 ], + "continentalness": [ -1, -0.5 ], "erosion": 0, - "weirdness": [ -1, -0.4 ], + "weirdness": [ -1, -0.5 ], "depth": 0, "offset": 0 } @@ -95,9 +107,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -0.4, -0.2 ], + "continentalness": [ -0.5, -0.2 ], "erosion": 0, - "weirdness": [ 0.2, 0.4 ], + "weirdness": [ 0.2, 0.5 ], "depth": 0, "offset": 0 } @@ -107,9 +119,9 @@ "parameters": { "temperature": 0, "humidity": 0, - "continentalness": [ -1, -0.4 ], + "continentalness": [ -1, -0.5 ], "erosion": 0, - "weirdness": [ 0.4, 1 ], + "weirdness": [ 0.5, 1 ], "depth": 0, "offset": 0 } diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json new file mode 100644 index 000000000..4d1d0623f --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -0,0 +1,107 @@ +{ + "carvers": { + "air": [ + "minecraft:cave", + "minecraft:cave_extra_underground", + "minecraft:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + "#tfg:moon_craters", + [ + "tfg:moon/asurine/blob_sparse", + "tfg:earth/geode/amethyst", + "tfg:earth/geode/barite", + "tfg:earth/geode/calcite", + "tfg:earth/geode/gypsum", + "tfg:earth/geode/opal", + "tfg:earth/geode/pyrite", + "tfg:earth/geode/quartzite" + ], + [], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike" + ], + [], + "#tfg:moon_veins", + [], + [ + "tfg:moon/surface/pile_moon_sand", + "tfg:moon/surface/pile_white_sand", + "tfg:moon/surface/pile_black_sand" + ], + [ + "tfg:moon/surface/pile_moon_sand", + "tfg:moon/surface/pile_white_sand", + "tfg:moon/surface/pile_black_sand" + ], + [ + "tfg:moon/hardening" + ] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:endermite", + "maxCount": 4, + "minCount": 2, + "weight": 10 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 10 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json index ba5e1969c..f382fd6bd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/crater/meteorite.json @@ -10,7 +10,7 @@ }, "features": [ { - "chance": 0.2, + "chance": 0.4, "feature": { "feature": { "type": "minecraft:simple_block", @@ -44,7 +44,7 @@ } }, { - "chance": 0.5, + "chance": 0.3, "feature": { "feature": { "type": "minecraft:simple_block", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json deleted file mode 100644 index bac81cf2b..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "type": "minecraft:block_pile", - "config": { - "state_provider": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 20, - "data": { - "Name": "ad_astra:moon_cobblestone_slab" - } - }, - { - "weight": 20, - "data": { - "Name": "ad_astra:moon_cobblestone" - } - }, - { - "weight": 20, - "data": { - "Name": "ad_astra:moon_stone_slab" - } - }, - { - "weight": 20, - "data": { - "Name": "ad_astra:moon_deepslate" - } - }, - { - "weight": 20, - "data": { - "Name": "ad_astra:moon_stone" - } - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_black_sand.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_black_sand.json new file mode 100644 index 000000000..b9d8e06ab --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_black_sand.json @@ -0,0 +1,53 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "layers", + "values": { + "type": "minecraft:biased_to_bottom", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:pile/black_sand" + } + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:has_sturdy_face", + "offset": [ + 0, + -1, + 0 + ], + "direction": "up" + } + } + ] + }, + "tries": 32, + "xz_spread": 16, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_moon_sand.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_moon_sand.json new file mode 100644 index 000000000..2a35cd746 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_moon_sand.json @@ -0,0 +1,53 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "layers", + "values": { + "type": "minecraft:biased_to_bottom", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:pile/moon_sand" + } + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:has_sturdy_face", + "offset": [ + 0, + -1, + 0 + ], + "direction": "up" + } + } + ] + }, + "tries": 32, + "xz_spread": 16, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_white_sand.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_white_sand.json new file mode 100644 index 000000000..af18a1eb4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/pile_white_sand.json @@ -0,0 +1,53 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "layers", + "values": { + "type": "minecraft:biased_to_bottom", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:pile/white_sand" + } + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:has_sturdy_face", + "offset": [ + 0, + -1, + 0 + ], + "direction": "up" + } + } + ] + }, + "tries": 32, + "xz_spread": 16, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine_short.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine_short.json new file mode 100644 index 000000000..f7f6f1430 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine_short.json @@ -0,0 +1,61 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:moon_sand" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "height": 0, + "offset": 1, + "radius": 1 + }, + "foliage_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 50, + "data": { + "Name": "minecraft:pearlescent_froglight" + } + }, + { + "weight": 30, + "data": { + "Name": "minecraft:verdant_froglight" + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:ochre_froglight" + } + } + ] + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, + "trunk_placer": { + "type": "minecraft:straight_trunk_placer", + "base_height": 5, + "height_rand_a": 15, + "height_rand_b": 5 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:twisting_vines_plant" + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine_tall.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json rename to kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine_tall.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json deleted file mode 100644 index 8500af6ea..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "tfg:moon/surface/moon_rock_pile", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_black_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_black_sand.json new file mode 100644 index 000000000..695e564c5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_black_sand.json @@ -0,0 +1,38 @@ +{ + "feature": "tfg:moon/surface/pile_black_sand", + "placement": [ + { + "type": "minecraft:count", + "count": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/basalt", + "tfc:rock/hardened/basalt", + "tfc:rock/gravel/basalt", + "ad_astra:moon_deepslate", + "tfg:rock/hardened_moon_deepslate", + "tfc:sand/black" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json new file mode 100644 index 000000000..4212e36ec --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json @@ -0,0 +1,44 @@ +{ + "feature": "tfg:moon/surface/pile_moon_sand", + "placement": [ + { + "type": "minecraft:count", + "count": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/andesite", + "tfc:rock/hardened/andesite", + "tfc:rock/gravel/andesite", + "tfc:rock/raw/dacite", + "tfc:rock/hardened/dacite", + "tfc:rock/gravel/dacite", + "tfc:rock/raw/gabbro", + "tfc:rock/hardened/gabbro", + "tfc:rock/gravel/gabbro", + "ad_astra:moon_stone", + "tfg:rock/hardened_moon_stone", + "ad_astra:moon_sand" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json new file mode 100644 index 000000000..c9d7cca14 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json @@ -0,0 +1,41 @@ +{ + "feature": "tfg:moon/surface/pile_white_sand", + "placement": [ + { + "type": "minecraft:count", + "count": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ 0, -1, 0 ], + "blocks": [ + "tfc:rock/raw/diorite", + "tfc:rock/hardened/diorite", + "tfc:rock/gravel/diorite", + "ad_astra:glacio_stone", + "tfg:rock/hardened_glacio_stone", + "ad_astra:glacio_cobblestone", + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" + ] + } + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json index 771091545..62c6bb3ed 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/warped_vine", + "feature": "tfg:moon/surface/warped_vine_tall", "placement": [ { "type": "minecraft:biome" diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json index ebbca0ab5..0a937d0b2 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/warped_vine", + "feature": "tfg:moon/surface/warped_vine_short", "placement": [ { "type": "minecraft:biome" diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index 003100dab..da7154a4b 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -9,7 +9,7 @@ "start_height": { "absolute": 0 }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", + "project_start_to_heightmap": "MOTION_BLOCKING", "use_expansion_hack": false, "spawn_overrides": {} } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json index 7d66bb0cb..e07ca7104 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -7,7 +7,7 @@ "size": 5, "biomes": "#tfg:has_structure/moonbase", "max_distance_from_center": 80, - "project_start_to_heightmap": "WORLD_SURFACE_WG", + "project_start_to_heightmap": "MOTION_BLOCKING", "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false, diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 5e736366f..6be49425d 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -79,17 +79,7 @@ const registerAdAstraBlockTags = (event) => { event.add('tfc:can_carve', rock) }) - // Moon - event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_sand') - event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/black') - event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/white') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/diorite') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/gabbro') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/basalt') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/rhyolite') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/andesite') - event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/dacite') - + // Moon event.add('ad_astra:moon_stone_replaceables', 'ad_astra:moon_sand') event.add('ad_astra:moon_stone_replaceables', 'tfg:rock/hardened_moon_stone') event.add('ad_astra:moon_stone_replaceables', 'tfc:sand/white') @@ -117,6 +107,8 @@ const registerAdAstraBlockTags = (event) => { event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/dacite') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/dacite') + event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_stone_replaceables') + event.add('tfc:can_landslide', 'ad_astra:moon_sand') event.add('tfc:can_landslide', 'ad_astra:mars_sand') event.add('tfc:can_landslide', 'ad_astra:venus_sand') @@ -203,7 +195,6 @@ const registerAdAstraEntityTypeTags = (event) => { event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler') } -// All space veins go in tfg/tags.js const registerAdAstraPlacedFeatures = (event) => { event.add('tfg:moon_craters', 'tfg:moon/crater/extra_large') @@ -220,4 +211,7 @@ const registerAdAstraPlacedFeatures = (event) => { event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/${stone}`) }) + event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_moon_sand') + event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_white_sand') + event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_black_sand') } From 02132ca387e3da67534fb993328b52ca0865914f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 3 Jun 2025 01:14:05 +0100 Subject: [PATCH 069/246] removed moon spikes --- .../{moon/surface => unused}/spike/andesite.json | 0 .../{moon/surface => unused}/spike/basalt.json | 0 .../{moon/surface => unused}/spike/dacite.json | 0 .../{moon/surface => unused}/spike/diorite.json | 0 .../{moon/surface => unused}/spike/gabbro.json | 0 .../{moon/surface => unused}/spike/glacio_stone.json | 0 .../{moon/surface => unused}/spike/moon_deepslate.json | 0 .../{moon/surface => unused}/spike/moon_stone.json | 0 .../{moon/surface => unused}/spike/rhyolite.json | 0 .../placed_feature/{moon/surface => unused}/spike/andesite.json | 0 .../placed_feature/{moon/surface => unused}/spike/basalt.json | 0 .../placed_feature/{moon/surface => unused}/spike/dacite.json | 0 .../placed_feature/{moon/surface => unused}/spike/diorite.json | 0 .../placed_feature/{moon/surface => unused}/spike/gabbro.json | 0 .../{moon/surface => unused}/spike/glacio_stone.json | 0 .../{moon/surface => unused}/spike/moon_deepslate.json | 0 .../{moon/surface => unused}/spike/moon_stone.json | 0 .../placed_feature/{moon/surface => unused}/spike/rhyolite.json | 0 kubejs/server_scripts/ad_astra/tags.js | 1 - 19 files changed, 1 deletion(-) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/andesite.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/basalt.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/dacite.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/diorite.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/gabbro.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/glacio_stone.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/moon_deepslate.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/moon_stone.json (100%) rename kubejs/data/tfg/worldgen/configured_feature/{moon/surface => unused}/spike/rhyolite.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/andesite.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/basalt.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/dacite.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/diorite.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/gabbro.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/glacio_stone.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/moon_deepslate.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/moon_stone.json (100%) rename kubejs/data/tfg/worldgen/placed_feature/{moon/surface => unused}/spike/rhyolite.json (100%) diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/andesite.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/andesite.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/andesite.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/basalt.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/basalt.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/basalt.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/dacite.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/dacite.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/dacite.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/diorite.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/diorite.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/diorite.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/gabbro.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/gabbro.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/gabbro.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/glacio_stone.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/glacio_stone.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/glacio_stone.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/moon_deepslate.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_deepslate.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/moon_deepslate.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/moon_stone.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/moon_stone.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/moon_stone.json diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/configured_feature/unused/spike/rhyolite.json similarity index 100% rename from kubejs/data/tfg/worldgen/configured_feature/moon/surface/spike/rhyolite.json rename to kubejs/data/tfg/worldgen/configured_feature/unused/spike/rhyolite.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/andesite.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/andesite.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/andesite.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/basalt.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/basalt.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/basalt.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/dacite.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/dacite.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/dacite.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/diorite.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/diorite.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/diorite.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/gabbro.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/gabbro.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/gabbro.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/glacio_stone.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/glacio_stone.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/glacio_stone.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_deepslate.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_deepslate.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_deepslate.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_stone.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/moon_stone.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_stone.json diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json similarity index 100% rename from kubejs/data/tfg/worldgen/placed_feature/moon/surface/spike/rhyolite.json rename to kubejs/data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 6be49425d..292a75f4d 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -208,7 +208,6 @@ const registerAdAstraPlacedFeatures = (event) => { // in all moon biomes event.add('tfg:moon_small_rock_features', `tfg:moon/surface/pile/${stone}`) event.add('tfg:moon_small_rock_features', `tfg:moon/surface/loose/${stone}`) - event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/${stone}`) }) event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_moon_sand') From 34cffe8f77fb2b310dd7c40cff0cb5d373cede66 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 3 Jun 2025 01:36:57 +0100 Subject: [PATCH 070/246] oops fixed the spikes --- .../data/tfg/worldgen/placed_feature/unused/spike/andesite.json | 2 +- .../data/tfg/worldgen/placed_feature/unused/spike/basalt.json | 2 +- .../data/tfg/worldgen/placed_feature/unused/spike/dacite.json | 2 +- .../data/tfg/worldgen/placed_feature/unused/spike/diorite.json | 2 +- .../data/tfg/worldgen/placed_feature/unused/spike/gabbro.json | 2 +- .../tfg/worldgen/placed_feature/unused/spike/glacio_stone.json | 2 +- .../worldgen/placed_feature/unused/spike/moon_deepslate.json | 2 +- .../tfg/worldgen/placed_feature/unused/spike/moon_stone.json | 2 +- .../data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/andesite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/andesite.json index b87a43e57..1a5d3419d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/andesite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/andesite.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/andesite", + "feature": "tfg:unused/spike/andesite", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/basalt.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/basalt.json index 7f783c02f..794e277b1 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/basalt.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/basalt.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/basalt", + "feature": "tfg:unused/spike/basalt", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/dacite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/dacite.json index 7f37a98dd..b49cb029e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/dacite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/dacite.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/dacite", + "feature": "tfg:unused/spike/dacite", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/diorite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/diorite.json index 34846dadb..bc2ba9cb8 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/diorite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/diorite.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/diorite", + "feature": "tfg:unused/spike/diorite", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/gabbro.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/gabbro.json index fd98a11f0..452927182 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/gabbro.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/gabbro.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/gabbro", + "feature": "tfg:unused/spike/gabbro", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/glacio_stone.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/glacio_stone.json index 287597c97..153619e1e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/glacio_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/glacio_stone.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/glacio_stone", + "feature": "tfg:unused/spike/glacio_stone", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_deepslate.json index 6166c8c39..d8359568d 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_deepslate.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_deepslate.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/moon_deepslate", + "feature": "tfg:unused/spike/moon_deepslate", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_stone.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_stone.json index 4dc61ff99..66b7dfa2c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_stone.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/moon_stone.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/moon_stone", + "feature": "tfg:unused/spike/moon_stone", "placement": [ { "type": "minecraft:count", diff --git a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json index f06252b0b..3643c3602 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json +++ b/kubejs/data/tfg/worldgen/placed_feature/unused/spike/rhyolite.json @@ -1,5 +1,5 @@ { - "feature": "tfg:moon/surface/spike/rhyolite", + "feature": "tfg:unused/spike/rhyolite", "placement": [ { "type": "minecraft:count", From 0a7c1496c69296e79415a9b585dd4627bdc58ede Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 3 Jun 2025 01:37:10 +0100 Subject: [PATCH 071/246] added loose rocks back to lunar_sands --- kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index 4d1d0623f..b36d866c4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -46,6 +46,14 @@ "tfg:moon/surface/pile_black_sand" ], [ + "tfg:moon/surface/loose/andesite", + "tfg:moon/surface/loose/basalt", + "tfg:moon/surface/loose/dacite", + "tfg:moon/surface/loose/diorite", + "tfg:moon/surface/loose/gabbro", + "tfg:moon/surface/loose/moon_deepslate", + "tfg:moon/surface/loose/moon_stone", + "tfg:moon/surface/loose/rhyolite", "tfg:moon/surface/pile_moon_sand", "tfg:moon/surface/pile_white_sand", "tfg:moon/surface/pile_black_sand" From 7b1b2a82b1ec1f343f88b09de57a226ed4a95ed8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 3 Jun 2025 01:39:34 +0100 Subject: [PATCH 072/246] biome lang --- kubejs/assets/tfg/lang/en_us.json | 1 + kubejs/assets/tfg/lang/pt_br.json | 1 + 2 files changed, 2 insertions(+) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 58c2c5d49..4fa758347 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -20,6 +20,7 @@ "biome.tfg.moon/lunar_lights_dense": "Lightbloom Star Gazers", "biome.tfg.moon/lunar_lights_sparse": "Lightbloom Scrubland", "biome.tfg.moon/lunar_plains": "Lunar Plains", + "biome.tfg.moon/lunar_sands": "Lunar Sands", "block.tfg.piglin_disguise": "Piglin Disguise", "block.tfg.piglin_disguise_block": "Piglin Disguise", "block.tfg.decorative_vase.black": "Black Decorative Vase", diff --git a/kubejs/assets/tfg/lang/pt_br.json b/kubejs/assets/tfg/lang/pt_br.json index 9f530198f..44fedbb49 100644 --- a/kubejs/assets/tfg/lang/pt_br.json +++ b/kubejs/assets/tfg/lang/pt_br.json @@ -20,6 +20,7 @@ "biome.tfg.moon/lunar_lights_dense": "Mirantes Estelares de Lightbloom", "biome.tfg.moon/lunar_lights_sparse": "Arbustos de Lightbloom", "biome.tfg.moon/lunar_plains": "Planícies Lunares", + "biome.tfg.moon/lunar_sands": "Areias Lunares", "block.tfg.decorative_vase.black": "Vaso Decorativo Preto", "block.tfg.decorative_vase.gray": "Vaso Decorativo Cinza", "block.tfg.decorative_vase.light_gray": "Vaso Decorativo Cinza Claro", From e1bbc3a708c0bac4295b0ae71ae8ebe637cf62e9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 3 Jun 2025 20:16:03 +0100 Subject: [PATCH 073/246] forgor to add lunar sands to the moon biome list --- kubejs/startup_scripts/tfg/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 051ee4389..8bed935af 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -51,6 +51,7 @@ global.MOON_STONE_TYPES = [ global.MOON_BIOMES = [ 'tfg:moon/lunar_plains', + 'tfg:moon/lunar_sands', 'tfg:moon/lunar_asurine_dense', 'tfg:moon/lunar_asurine_sparse', 'tfg:moon/lunar_chorus_dense', From b3d95e9c9cb0f93878a12b87a7b6d21dad4ea77f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 4 Jun 2025 23:43:34 +0100 Subject: [PATCH 074/246] changed stone layers so they all follow the same noise (easier to understand since that's how tfc does it too, more or less) --- ..._bottom_1.json => stone_layer_mars_1.json} | 0 ..._bottom_2.json => stone_layer_mars_2.json} | 0 ..._middle_1.json => stone_layer_moon_1.json} | 0 ..._middle_2.json => stone_layer_moon_2.json} | 0 .../tfg/worldgen/noise/stone_layer_top_1.json | 14 --- .../tfg/worldgen/noise/stone_layer_top_2.json | 14 --- .../worldgen/noise_settings/moon_noise.json | 98 +++++++++---------- 7 files changed, 49 insertions(+), 77 deletions(-) rename kubejs/data/tfg/worldgen/noise/{stone_layer_bottom_1.json => stone_layer_mars_1.json} (100%) rename kubejs/data/tfg/worldgen/noise/{stone_layer_bottom_2.json => stone_layer_mars_2.json} (100%) rename kubejs/data/tfg/worldgen/noise/{stone_layer_middle_1.json => stone_layer_moon_1.json} (100%) rename kubejs/data/tfg/worldgen/noise/{stone_layer_middle_2.json => stone_layer_moon_2.json} (100%) delete mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json delete mode 100644 kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_1.json b/kubejs/data/tfg/worldgen/noise/stone_layer_mars_1.json similarity index 100% rename from kubejs/data/tfg/worldgen/noise/stone_layer_bottom_1.json rename to kubejs/data/tfg/worldgen/noise/stone_layer_mars_1.json diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_bottom_2.json b/kubejs/data/tfg/worldgen/noise/stone_layer_mars_2.json similarity index 100% rename from kubejs/data/tfg/worldgen/noise/stone_layer_bottom_2.json rename to kubejs/data/tfg/worldgen/noise/stone_layer_mars_2.json diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_middle_1.json b/kubejs/data/tfg/worldgen/noise/stone_layer_moon_1.json similarity index 100% rename from kubejs/data/tfg/worldgen/noise/stone_layer_middle_1.json rename to kubejs/data/tfg/worldgen/noise/stone_layer_moon_1.json diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_middle_2.json b/kubejs/data/tfg/worldgen/noise/stone_layer_moon_2.json similarity index 100% rename from kubejs/data/tfg/worldgen/noise/stone_layer_middle_2.json rename to kubejs/data/tfg/worldgen/noise/stone_layer_moon_2.json diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json b/kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json deleted file mode 100644 index a6747c363..000000000 --- a/kubejs/data/tfg/worldgen/noise/stone_layer_top_1.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "amplitudes": [ - 1, - 1, - 2, - 2, - 2, - 1, - 1, - 1, - 1 - ], - "firstOctave": -10 -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json b/kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json deleted file mode 100644 index a6747c363..000000000 --- a/kubejs/data/tfg/worldgen/noise/stone_layer_top_2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "amplitudes": [ - 1, - 1, - 2, - 2, - 2, - 1, - 1, - 1, - 1 - ], - "firstOctave": -10 -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index e2ee2d9f4..b7384d8b4 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -65,7 +65,7 @@ "from_y": 0, "to_y": 10, "from_value": 1, - "to_value": -1 + "to_value": 0 }, "argument2": { "type": "minecraft:min", @@ -241,7 +241,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -252,7 +252,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -303,7 +303,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -354,7 +354,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -408,7 +408,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -419,7 +419,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -470,7 +470,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -521,7 +521,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -575,7 +575,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -586,7 +586,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -637,7 +637,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -688,7 +688,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -761,7 +761,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -772,7 +772,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -808,7 +808,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -844,7 +844,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -883,7 +883,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -894,7 +894,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -930,7 +930,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -966,7 +966,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1005,7 +1005,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1016,7 +1016,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1052,7 +1052,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1088,7 +1088,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_bottom_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1145,7 +1145,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1156,7 +1156,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1192,7 +1192,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1228,7 +1228,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1267,7 +1267,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1278,7 +1278,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1314,7 +1314,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1350,7 +1350,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1389,7 +1389,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1400,7 +1400,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1436,7 +1436,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1472,7 +1472,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_middle_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1517,7 +1517,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1528,7 +1528,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1564,7 +1564,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1600,7 +1600,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1639,7 +1639,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1650,7 +1650,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1686,7 +1686,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1722,7 +1722,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1761,7 +1761,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_1", + "noise": "tfg:stone_layer_moon_1", "min_threshold": 0.2, "max_threshold": 1.0 }, @@ -1772,7 +1772,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -1.0, "max_threshold": -0.2 }, @@ -1808,7 +1808,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": -0.2, "max_threshold": 0.2 }, @@ -1844,7 +1844,7 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:noise_threshold", - "noise": "tfg:stone_layer_top_2", + "noise": "tfg:stone_layer_moon_2", "min_threshold": 0.2, "max_threshold": 1.0 }, From d8a3a956f7fcc5096b675ab1a1b3f561ba69fc96 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 5 Jun 2025 12:35:54 +0100 Subject: [PATCH 075/246] ad astra recipe tweaks --- kubejs/server_scripts/ad_astra/recipes.js | 105 +++++-------------- kubejs/startup_scripts/ad_astra/constants.js | 1 + 2 files changed, 28 insertions(+), 78 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 5a93963d7..1513545c9 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -19,62 +19,62 @@ const registerAdAstraRecipes = (event) => { //#region Tier 1 rocket event.recipes.gtceu.assembler('tfg:rocket_nose_cone_t1') - .itemInputs( - 'gtceu:hv_emitter', - 'gtceu:dense_rocket_alloy_t1_plate', - '3x gtceu:double_stainless_steel_plate') - .inputFluids(Fluid.of('gtceu:polyethylene', 16000)) - .itemOutputs('ad_astra:rocket_nose_cone') - .duration(1200) - .EUt(480) + .itemInputs( + 'gtceu:hv_emitter', + 'gtceu:dense_rocket_alloy_t1_plate', + '3x gtceu:double_stainless_steel_plate') + .inputFluids(Fluid.of('gtceu:polyethylene', 144 * 16)) + .itemOutputs('ad_astra:rocket_nose_cone') + .duration(1200) + .EUt(480) - event.recipes.gtceu.pyrolyse_oven('gtceu:pyrolose_vitrified_asbestos_dust') - .inputFluids(Fluid.of('gtceu:nitrogen', 100)) - .itemInputs('gtceu:asbestos_dust') - .itemOutputs('gtceu:vitrified_asbestos_dust') - .duration(80) - .EUt(GTValues.VA[GTValues.MV]) + event.recipes.gtceu.pyrolyse_oven('tfg:pyrolose_vitrified_asbestos_dust') + .inputFluids(Fluid.of('gtceu:nitrogen', 100)) + .itemInputs('gtceu:asbestos_dust') + .itemOutputs('gtceu:vitrified_asbestos_dust') + .duration(80) + .EUt(GTValues.VA[GTValues.MV]) - event.recipes.gtceu.mixer('gtceu:rocket_alloy_t1') + event.recipes.gtceu.mixer('tfg:rocket_alloy_t1') .itemInputs('6x #forge:dusts/aluminium', '2x #forge:dusts/stainless_steel') .inputFluids(Fluid.of('gtceu:red_steel', 144)) .itemOutputs('9x #forge:dusts/rocket_alloy_t1') .duration(580) .EUt(480) - event.recipes.gtceu.chemical_bath('rocket_alloy_cool_down_water') + event.recipes.gtceu.chemical_bath('tfg:rocket_alloy_cool_down_water') .itemInputs('#forge:hot_ingots/rocket_alloy_t1') .inputFluids(Fluid.of('minecraft:water', 100)) .itemOutputs('#forge:ingots/rocket_alloy_t1') .duration(400) .EUt(120) - event.recipes.gtceu.chemical_bath('rocket_alloy_cool_down_distilled_water') + event.recipes.gtceu.chemical_bath('tfg:rocket_alloy_cool_down_distilled_water') .itemInputs('#forge:hot_ingots/rocket_alloy_t1') .inputFluids(Fluid.of('gtceu:distilled_water', 100)) .itemOutputs('#forge:ingots/rocket_alloy_t1') .duration(250) .EUt(120) - event.recipes.gtceu.alloy_smelter(`gtceu:alloy_smelter_rocket_fin_t1`) + event.recipes.gtceu.assembler(`tfg:rocket_fin_t1`) .itemInputs('#forge:plates/rocket_alloy_t1', '#forge:double_plates/stainless_steel') .itemOutputs('ad_astra:rocket_fin') .duration(150) .EUt(GTValues.VA[GTValues.HV]) - - event.recipes.gtceu.assembler('tfg:steel_engine') + + event.recipes.gtceu.assembler('tfg:rocket_steel_engine') .itemInputs( '2x #forge:double_plates/stainless_steel', '2x #gtceu:circuits/hv', 'gtceu:hv_electric_pump', '2x gtceu:power_thruster', '#forge:rotors/stainless_steel') - .inputFluids(Fluid.of('gtceu:blue_steel', 1152)) + .inputFluids(Fluid.of('gtceu:blue_steel', 144 * 8)) .itemOutputs('ad_astra:steel_engine') .duration(600) - .EUt(480) + .EUt(GTValues.VA[GTValues.HV]) event.recipes.gtceu.assembler('ad_astra:assembler_tier_1_rocket') .itemInputs( @@ -82,52 +82,15 @@ const registerAdAstraRecipes = (event) => { '4x ad_astra:rocket_fin', '1x ad_astra:steel_engine', '1x ad_astra:rocket_nose_cone', - '16x #forge:insulation_t1' - ) - .inputFluids(Fluid.of('gtceu:silicon', 576)) + '16x #forge:insulation_t1' + ) + .inputFluids(Fluid.of('gtceu:silicon', 144 * 16)) .itemOutputs('ad_astra:tier_1_rocket') .duration(1200) - .EUt(480) + .EUt(GTValues.VA[GTValues.HV]) //#endregion - //#region Tier 2 rocket - event.recipes.gtceu.assembler('tfg:desh_engine') - .itemInputs( - '2x #forge:double_plates/titanium', - '2x #gtceu:circuits/iv', - 'gtceu:ev_electric_pump', - '2x gtceu:advanced_power_thruster', - '#forge:rotors/titanium') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) - .itemOutputs('ad_astra:desh_engine') - .duration(600) - .EUt(1920) - - event.custom({ - type: 'ad_astra:nasa_workbench', - ingredients: [ - { item: 'ad_astra:rocket_nose_cone' }, - { item: 'gtceu:stable_machine_casing' }, - { item: 'gtceu:stable_machine_casing' }, - { item: 'gtceu:ev_sensor' }, - { item: 'gtceu:ev_emitter' }, - { item: 'gtceu:titanium_crate' }, - { item: 'gtceu:ev_machine_hull' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'gtceu:titanium_drum' }, - { item: 'gtceu:titanium_drum' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'ad_astra:rocket_fin' }, - { item: 'ad_astra:desh_engine' }, - { item: 'ad_astra:rocket_fin' } - ], - result: { - count: 1, - id: 'ad_astra:tier_2_rocket' - } - }) - //#endregion //#endregion @@ -272,20 +235,6 @@ const registerAdAstraRecipes = (event) => { //#endregion //#region Machines - - event.recipes.gtceu.assembler('tfg:nasa_workbench') - .itemInputs( - 'gtceu:hv_machine_hull', - '3x gtceu:hv_robot_arm', - '3x #gtceu:circuits/hv', - 'gtceu:hv_conveyor_module', - 'gtceu:computer_monitor_cover', - '#forge:screwdriver_tips') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 864)) - .itemOutputs('ad_astra:nasa_workbench') - .duration(1200) - .EUt(480) - event.shaped('ad_astra:oxygen_distributor', [ 'DBD', 'ACA', @@ -370,7 +319,7 @@ const registerAdAstraRecipes = (event) => { ' A ' ], { A: '#forge:plates/polyphenylene_sulfide', - B: '#forge:rings/titanium', + B: '#forge:rings/stainless_steel', }).id('tfg:ad_astra_wheel') event.recipes.gtceu.assembler('tfg:tier_1_rover') diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 3fc5a94d9..54d79ba3b 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -4,6 +4,7 @@ global.AD_ASTRA_DISABLED_ITEMS = [ // Always disabled + 'ad_astra:nasa_workbench', 'ad_astra:etrionic_capacitor', 'ad_astra:etrionic_core', 'ad_astra:energizer', From b446f9b45f169abe9d1c332a1142c10a4faace05 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 5 Jun 2025 13:09:15 +0100 Subject: [PATCH 076/246] started recipes for some deco blocks --- kubejs/server_scripts/ad_astra/recipes.js | 98 +++++++++++++++++++- kubejs/server_scripts/ad_astra/tags.js | 3 + kubejs/startup_scripts/ad_astra/constants.js | 13 +-- 3 files changed, 105 insertions(+), 9 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 1513545c9..0a08ffe51 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -371,10 +371,23 @@ const registerAdAstraRecipes = (event) => { B: '#tfc:high_quality_cloth', }).id('tfg:white_flag') - global.MINECRAFT_DYE_NAMES.forEach(color => { - event.shapeless(`ad_astra:${color}_flag`, ['#ad_astra:flags', `#forge:dyes/${color}`]) - }) + event.recipes.gtceu.chemical_bath(`tfg:ad_astra_flag_bleaching`) + .itemInputs('#ad_astra:flags') + .inputFluids(Fluid.of(`gtceu:chlorine`, 36)) + .itemOutputs(`ad_astra:white_flag`) + .duration(150) + .EUt(4) + .category(GTRecipeCategories.CHEM_DYES) + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.recipes.gtceu.chemical_bath(`tfg:ad_astra_${color}_flag`) + .itemInputs('ad_astra:white_flag') + .inputFluids(Fluid.of(`tfc:${color}_dye`, 36)) + .itemOutputs(`ad_astra:${color}_flag`) + .duration(150) + .EUt(4) + .category(GTRecipeCategories.CHEM_DYES) + }) //#endregion @@ -442,4 +455,83 @@ const registerAdAstraRecipes = (event) => { }).id('ad_astra:oxygen_loading/air_from_oxygen_gas') //#endregion + + //#region Misc blocks + + + + //#endregion + + //#region Decoration blocks + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.shaped(`ad_astra:${color}_industrial_lamp`, [ + ' N ', + 'DTD', + ' P ' + ], { + N: '#forge:rods/steel', + T: 'minecraft:glowstone', + D: `minecraft:${color}_stained_glass_pane`, + P: '#forge:plates/steel' + }) + .id(`tfg:shaped/ad_astra_${color}_industrial_lamp`); + + event.shaped(`ad_astra:small_${color}_industrial_lamp`, [ + ' N ', + 'DTD', + ' P ' + ], { + N: '#forge:nuggets/steel', + T: 'minecraft:glowstone', + D: `minecraft:${color}_stained_glass_pane`, + P: '#forge:rods/steel' + }) + .id(`tfg:shaped/ad_astra_small_${color}_industrial_lamp`); + }) + + const DECO_BLOCKS = [ + { type: 'iron', material: 'wrought_iron' }, + { type: 'steel', material: 'steel' }, + { type: 'desh', material: 'desh' }, + { type: 'calorite', material: 'calorite' }, + { type: 'ostrum', material: 'ostrum' } + ] + + DECO_BLOCKS.forEach(x => { + + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_plating`) + .itemInputs(`#forge:storage_blocks/${x.material}`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:${x.type}_plating`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(17) + + event.recipes.gtceu.chemical_bath(`tfg:ad_astra_glowing_${x.type}_pillar`) + .itemInputs(`ad_astra:${x.type}_pillar`) + .inputFluids(Fluid.of('gtceu:glowstone', 72)) + .itemOutputs(`ad_astra:glowing_${x.type}_pillar`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + + // TODO: tags for these + event.stonecutting(`ad_astra:${x.type}_factory_block`, `#tfg:ad_astra_${x.type}_blocks`) + event.stonecutting(`ad_astra:${x.type}_plating`, `#tfg:ad_astra_${x.type}_blocks`) + event.stonecutting(`ad_astra:${x.type}_panel`, `#tfg:ad_astra_${x.type}_blocks`) + event.stonecutting(`ad_astra:${x.type}_pillar`, `#tfg:ad_astra_${x.type}_blocks`) + event.stonecutting(`ad_astra:${x.type}_plateblock`, `#tfg:ad_astra_${x.type}_blocks`) + event.stonecutting(`ad_astra:encased_${x.type}_block`, `#tfg:ad_astra_${x.type}_blocks`) + + // TODO: button, pressure plate, slab, stairs, doors + //https://github.com/terrarium-earth/Ad-Astra/blob/1.20.x/common/src/main/generated/resources/data/ad_astra/recipes/ + //https://github.com/terrarium-earth/Ad-Astra/blob/1.20.x/common/src/main/java/earth/terrarium/adastra/common/registry/ModBlocks.java + }) + + event.shapeless('ad_astra:marked_iron_pillar', ['ad_astra:iron_pillar', '#forge:dyes/yellow', '#forge:dyes/black']) + .id('tfg:shapeless/marked_iron_pillar') + + // etrium only has factory block, encased block, plateblock, panel, and (storage) block + + //#endregion } diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 292a75f4d..dac2b6292 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -7,6 +7,9 @@ const registerAdAstraFluidTags = (event) => { event.add('c:hidden_from_recipe_viewers', fluid) }) + // Using this to represent 'breathable air' instead of oxygen + event.removeAllTagsFrom('ad_astra:oxygen') + event.removeAll('ad_astra:fuel') event.removeAll('ad_astra:efficient_fuel') diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 54d79ba3b..4c14115c7 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -25,9 +25,6 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:steel_nugget', 'ad_astra:steel_plate', 'ad_astra:steel_rod', - 'ad_astra:raw_desh', - 'ad_astra:raw_ostrum', - 'ad_astra:raw_calorite', 'ad_astra:photovoltaic_etrium_cell', 'ad_astra:photovoltaic_vesnium_cell', 'ad_astra:engine_frame', @@ -43,12 +40,17 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:fuel_bucket', 'ad_astra:cryo_fuel_bucket', 'ad_astra_giselle_addon:gravity_normalizer', + 'ad_astra:cable_dust', + 'ad_astra:glacio_globe', + + // TODO: integrate with tag prefixes? 'ad_astra:steel_block', 'ad_astra:raw_desh_block', 'ad_astra:raw_ostrum_block', 'ad_astra:raw_calorite_block', - 'ad_astra:glacio_globe', - + 'ad_astra:raw_desh', + 'ad_astra:raw_ostrum', + 'ad_astra:raw_calorite', // Disabled until IV planets @@ -74,7 +76,6 @@ global.AD_ASTRA_DISABLED_ITEMS = global.AD_ASTRA_DISABLED_FLUIDS = [ - 'ad_astra:oxygen', 'ad_astra:hydrogen', 'ad_astra:oil', 'ad_astra:fuel', From 637dfda74428473e4f024aa8e3738cff45a547dc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 5 Jun 2025 22:45:02 +0100 Subject: [PATCH 077/246] 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 078/246] 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 zcmb2|=3oGW|95Ad&AaW!z&8E&@u@P;?OhvVs$Z@wkB|Nm@#Tv4#%bY3!CfLAR_lJV z)gHFzpTA4*rZ)MKatLpDO2G z4pq9|;k@>R$&YVX`hBdJEVtg@@_Y{0hKUJ_52UT!$#C{^+RDmXI;P?ab~2n5GV#8k z=9S&PthNUs&U~nei-}iS&gWhs}&<#Z00vVj_WHZVZ+-yu^pCy~&*KfZ3Y*AfsLodthJKv|6&wR#Y;y-)oGo~*h z3*4LLWo|C1Re3RSfqSDIYn8~0zy$v7~i}N`}-{;Rc%{YB_vF+xQcVEwoN&oug-luO{e$G5Aw47lMQ-R6@j{|`Xiy7R{ z7k>GZ)|u?k&nUxfAy(j3QF|}dOe*KhonvSAALrT-$UU2>U|BEAY}M&3dYmyrJ46aJ z9|Rp(+UR|L=bJxiCsP|vH+(iaklJ{fX*%mVp&eciv>Hz{PG_F;rDFO+pV>>FWlsKW zb#^D$1FZ&cCa@7)U?VPpj9{M5sK*?`wnL{N^1-G9p-kbNF{%ZY4~h;veHQcd&v&n# zVypJb%-yi~eR-mY{IR$1lJ1wj^?%v#ZQt_h*RxBUpI5HF9k^p(wp9I17WFR+UrT+w z`=+koQBL&seJkbuZ{9$%ggI;vzz-Z_G^Vn@z=ife=Asc zs_&bG2ESi-yyB1VidWxWsqG6oe%|Tv_x8!b+b>Q%cV9mJF_f`d;-7A zzu7z+ICBddcO`Ue`}L>w@@fI z!11#3A?fSi*lq5|8Qip(%*ewm;diLOMG?*)v{bzo*wkPUjnR$^}_P>O)h?%Po^YW zic3r@@I0W(I9;YVHX*3^-OS0Bn?Jvw_NMeXw~v-ObCHokJEJAfiH8n+>_wk8%GjM- zQp9q>oxzfILNJ4+s)fAS!6yvL$7a<0kvYxKrapt`#7jvw15I(}7@h*d14kLf*<)l1 zo;GO97k3t_Jr!#3W_T^su$m!;^??>cIOh(p1EEZMoI6w|I3M0=adwH-_cK?XmzyrL#pLDkK`e}ug9H;V27rfqZ zQ}5fktMhlaFU>05YOSN%8J+&h;gWUs)k|5Pm5=8v{l2(H`(;*gR_f~g|H`X_Ur!C6 zy&+;{b*$#&WQVoiX62n@4qMk(Qc&l&IbZMEuSK)W^txx7?ydFPWqLbI*8iXBl*jk8 z{vXy#4>3FSN}!~?(&^ZP_pu+gMuo59jnnNZFTENe>a%xg-FNr(J+`ab%Qk*}weZ%F zyHm}-TfHbvy?g3yX+YTm`#J3|k9#XI7Z!WvglunUeFwB# z8S*`Sll2y@j-I(KM_(8eZaOZe(!nbu3sJx6cw2dMgKl);N(%md+4=qMJMA#^K<_D zwm3U=iT8ADyF6EMHb?ZYvi;1ezjfz7w3X!i;;}$|6W4*|3^hfzLN6A!e|&CiIX|YK zrRv4I^mFZuc01)bzvR?@wv+jA@+(Lw%L8Qwu)N02^}lP>o=<)~(ZN4uYJ)%Lk0(_s z7lb3ZJ_I)SuXAUzosy%!$Z|g81BeP<#`%g+W-r5hK`7Ifxn>^34wq}J4~iL~W}Ii7 z{~Th-#IH;rDnY_2tCsJW-Ff@;<9Wt2nN9>K9B%NLU(9In-njPMZ!k-|!I*W9<^vzb zbS{hF12Y-V@f4&r7&Fh2d~k*_ozJ59z)a?IG6iA{n;GV?KG0!EXSDD>5Xp2-s9;*d zW|leL2X?}VNXBzq1z`=FndXF^nmI4-aJ=mAIVYdI6JKw%M(Jv?+T`7B&m%+<0vlWz z#h4>_5;lrx7xq?_?m3oWb-CQf5@H?qfk=jPOc3i-ALuZq&n&V#d@7c|*e>Y86u3X2G5%pKRu!C zYYNwb^!W=Nmi4)v>2x` zMR2|7ye(m||Cr?STD5Y%XA!Iiv>3p810i~O5(*oRGEQTtI$~Q@^gN+Ym2nzGZy4tW zkpn>t-i&K@#HL34_IYQs_tXZihERqzObHi7yq6m9{A_YO>A((&14$s4@@-(bp#1LQ zWNZIo9grKe7{fR>cr`3#n8p;LbyRA}eAkx~HvC!^>{7OC=Ip*b@6tZMZvFmM{^NY< zyR%+he&r_k@#gJa%Bwz}dnuhR^3eOeY~|!L+q-(wwq09y>yy6tHnYiY=XbsC{FkMb zJ3AoYb*tigKW?>sd@s+LI~)CY(0r|WZ_eQjE9Op`Za>TJcIE2)lmFcS~bea+|m8xlM3)NDWPbN~L$Zk~=m55mf%_J48h zYVx>U7h@SdVaoeGvu9lWs`G61(%4zn`xbwheBrXa*5i4L56S&rp;EKHs^)nA+uu5W zzq9W9s_U^c%Fnq-itT`U)x*P%@2)L;Ty(7^+4gQ-)Sq-I<%LHi5>W`{+Pb+=lm?rX?w@RXI{p+2)-G=+Jd)B7!n>iyhDf+>z|> zpW9cy{a#hOW%}ih{|bNn*zOixzWVyxuX`@O&Jwd*C-wVk%gxnIOXFww?RNh4Hgo1p zo@Wy(%FPWgf1I{&-MhA9laIC7eit?<-<5lkx$WoM;|9X~((UK#>`k_Dzm0kN=1;Kr zl(1!+zLtpEZG5=!=*y#@IFy^~=I8|eUiMq$)uC$VQ=J?0ikEzAnEZV5;&~JE*KnRz zxi`nNGW*uLDBb!u|6YIlw)(Etmm61=)^u3Ob^X2jW5-*wGqI2V)X0g=oRN9G?W%Q_ zukbv|Pif6U@jlaI?9F)#oCHsR#D 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 zcmb2|=3oGW|5s<;?z?R!(B`gEx?%1DSAULK-3*nD_kM44)$fk`8n!?;>hu~NE|u8p zmCbuf-Q!Mg+8a|Cr84_S!?o2<&;Q*2FfpU@IfJo)-~MnJhF_}>ct4nWP9fSft@i!1 zitmliul9W5sy{Bb$2jkW!5*O<7gQ2?o0mUUX|Xt2-*H&q^i9-ZjyRnsM-NNcEqutL zFZU@ak#~NFGRI?Or@|v!)p!k;C!W3XV~OH=X za}LZAo>9zH?3Zwk^9+OY+WzciGuVCCT-(U;c|qsZjS`<1%uJFq2|mNwXsKvm%w((# zC)5p!nT(+XH`8VX11M4KmEh-mrZPf!^gcW8iXKnT zy8Y9c@ul_RX#Q4HU*+&#Er*h0CX7#$7DwNl!awbP@7e61+qIT%yRms{H0%1m%i{8S zGwWa0uUQiO^wyRY-;S|O`c>BR#qYY`yTl}!_VgeArhWc5Ha_2&d_Md5{Of)-NxLh5 z6#h+_?y&E*R!CS4Uy|;2w(G0yOLj~#7n`2@^~2p)pMIFxySko~|2wHpb#;(c{?koC z@7BGM%CY9E?zVgq12j)t9DzD+sQ-tMO#D^ycfiyc^ftxIX`? zQcZ}eyyEKX*{eU4-JI#R+xkhwdz)oDH%Fw|MJLH8@7j0b$dBtYZ}5EbGdop%^}q4c zqYj_G?NR>V5OqKK{6CJv%ICMNiizx1OuX=~;F_H2++&}G&u{-Z|60kZsL1^B+Wxdd+Oy}eU!Zr`!( z&AR;TUfb=xGi`o(6f$oy2wQB*H!D-|{a$YundA0bS_$;S@%Y{vfFyrrSl~wWVbUiZ%cG;k7d2JEZ1~X zrbo%%H}Y$a&;3^HeruVmx5&?BFH#vVEx2}g`g`ZV9^n)RkNF#R{qPQQ>iBD8JYWCK zb-R;pOQr5#XLg#@BNUgtaOut@w+mBO-EC-jV<#k(UeWN-fsegt(&6+uonJej7APE# z^KZ1%yr4eqaO0dOA5703`E{hoVnXusBnNr6FCYc#mUpgO2)`CS{m`Lrt~T?p6o>f{ zeC$PUV$vPv8!zzJX=k=9TPJs6IXgu4&3!`eFSA1pkz%N2gDH1ja9-dA#FW>P7oJOk zt(398Zh7Ik3{0HqMKL4TnB(V4Ilt^=`E{gdhrYUH>YL-A)BM;cGx4xWuo)~ocXFO0 zgYc&!pA)AI74?s|?3tuqk;q4<1J9mT&8z@oI9=6p1hkeVRy0< zlyi;&p#q`&c>_WPLV0>aI9o+3n6O*FrM4~J^!cj(k^1(SzD)!BfGrew^ zJKsM1tgYK$A0~r^=T@#SW*4?LPL31#u&7~rvfnp}&&E(kSsN$6<0$|;Q}Y1Sm2b}E z?5w```zX}Sa2HkIzg_fwPN433KDDy6ZF{U{T=+Tp=bnmc`*`!c6~FgwmpK0`#{7LX zyYMXS+s2#+mM}Oos%>k#KGAf`>tg0L{@owH>}33P$K-d)+s`|{{=Ukm#%&;SBGEs= zsaWvQPuZO2!u{`gpDuCm<9ZUH(9UGZb0X1!k9`KujP4)b_N32^KJUjae9E))dE~nU zr{bmlGqlV0C)LVKX7X9F+1i-%K+7+K1^m@c^DjshCFt>;Nwv>Yvg~s#a+)hEY;B%Y zE409$>5FHB-OG8LZ+VX&nKySvI9J8ehH$QmzysY(;E)k#-J|i~D1$y*h2ep2#<(-j zOP{4X#mT%l(|Ati#hKc<)-!H=Uw_*}{`iq|(_qvIDJ!+Ie@Cp;9iFqinDcJtji17w zy%^Vvd;k-R8o*|{GU|h^VT|MXkklZ~yhj3L4PVJKhjcLU?)9C|`|Fo6J55)Q4O4@bw#)c+FV*;bcgpkQrx&d_ zvtVh&iE9fOU;bZk=E(Y^tJG{Ki3xxD)3HZ4ZR?FWZ>I12Z>#fje0Y;`H+cVhGQ(z`_*NZW!=P9D z=AACOrT)iVSNvQ4DGqOr>g4u!$6{@=Qa-eNxSqB53g^va&Nf4y$AWKCT+jWrw^Z3J zn)u|8`qD4&%iQ-)Ec$f2JpbPRKmYF6-&s|!zr~>MFSASDmy$Fw_iMZAwgzNb3T^#z zXYuMwJuBXA`~NK3W=s7K_dE7~PX1o*e=cm%lqm1&Z2dFNpSo*3@{X#Q?_MfY?z(i^ z&s7Heai$8*@!DG_P1Q@u_4t?`IQhxJyajhxi1!9Ay>PUsY)8%I9XiuC*~I)=BjmbM zkpJu5HA4J9uk@T<{b=qM>8&BjTPH-xyiDHTx#oGs{^@V)ihggO#Qx~lMQ4S3C-2OW zZqJ@C?{=L#a9U;LnP*n=Q?oPWR-L>Rqj~0HaM#gQfhx1RHpa5=3z<4^w#Daq&l|^D zWOi>oH^=QnKxk{stlM!bR4s4M@SVCoT;5{OcHJVQe@_elDC=)_m9n%om0KU)def># z>r_>>NVk`?`sUm6E3aj(eJ*cUr+0LT^}k?S+55RuX6-ThUQ!vqUutSnO@6$ETw?D` zy|*u?*Uy$$OW76W{r#8u+Uv8;3y;@M-Olx1ujZ!UpVI3M`clk&MQ7 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 zcmb2|=3oGW|97Ke*GRjI&ing$>)idfReZTQuZB5H^~(L+%@Xc(_Uzs#?kZyBryzi$0_8~+OPUDxm3&3`uM{har6W^N32UD5RA!cGU17J=Wohu8D%=N1iFwew0G z|LTIT%i4Mj4hc4XH*or#d4m0eJZo>_l$sv3#)}hgObcuXJhrCSAj{5e@&TV8i=QT^ z{LvIG2v@CnCgIAo*ejuHM{$o{qoGQLXrcdStJ`A7MGBwK;CxqQx2(e&%vO3Q6MQ6g z`h#6r2Oi$mzkYqZK!0FaH5Nq$l2s4XOn%77o2(? zWal<@#&L}UIv!^Z8_r@`rXk)r*QchaCT#Pa^aQmEU7z2J(<;v%=%`p38D}ZstJF5D zMOQa_^_=zTp-jOh{Y^zCX3W7U-N`1LJ`?S;;@+M)Ao6pK*AEan_i(dfqo!zr31{3a z7Jc8Q>1qePCqG!~{lt6vgQeadE~!?$6x#E}vO@If=@YY;Pr6^-UE`*)-2Lo<6K9lH zeP6lHidlJ8`9%9uGXFZV(zEu?XcYX)BB&qQG+pbU_uS^`E7Uu7EdT4;Blwk9u)GgK zYCc-$UGQ8YFki3`nKW0akQCa(!x`7cqVL=k?s-T|>SrmL^J%6D3s#NJ+rp{4`!1cm~{;xxO1ixAdmd7?(AMdD|+p)Xv z$emJ^XXgwT#i>8a^Y~zdYLVvo=UH}Xho1ZXd~UI}%VfRS)IiNcj+0$7%CBVTZPonx zZKJ)ZjL_+2^W5Kbu%)KhILqogJ#E;fw{GW>o|5@N;%_x2M5kR`*7i8@x>wE3du0zC z8>BBz>NW3Zm7NjsygCHbOS3{lEZq+76n)daq99u(IjQ<(zn=`h1NVF=?w*00Qc-SvNxNX~0=^$Ze zgZ{_40{lrAE>HNkq`0y7qV@?3$%$oue5V|Gx7#FXmA6i=_spL+)Ek?6L~ngmYW0oh z)QBisQ7*Bt^L4Z5+`RHb!dKQ>$9)z#t!8Z8XZ7LS-HDQJC(1YazM96o!SIUWlvr-D z&zV_smKEO0v^G=u$T{tZ?T);M23#K|2?v~KQWms0GU+{w!>(Oo0S`niTR0bUi!n_% zo4us3hpo(6ZKYV5^oo$hfiAZfoMGFR$h4$f@sGm64XlNZsc8o@w<(3K3;wz5{IN!V zrJ(pn`D=c>-mj&#_K5k8&ATrb?9MT3D0SFv$aeBc)bw*(XFZD&d}`IYO5RKC{STu} z62b9}Ix{NNl#2ZS9p^pVk&&^S+i1gr_z4WRbyyRfJiT+?O1@^+RaepT7Fzl`v3p1F z#{)0DgnARNY+LqN!lw6#z_L>ZO)O{VHHc=m$a_8c-Du}-KV#D6TFoue7J{$y3mpzt zwaiX9cHB3tM9264-Q79c6m0u$8%tU!&AWNDkzLBLu(wP}cy{1s6;$v?bVezw7RU$%}$dz0VmH<=r-O33fIvp?}${x|)@m!GrW zua*!Mxv6eoxg+Ix&zkgPw`sCp6n5s_Q^;L+s-`@AnbCi>s~h4ct~^sNZZvhLZG8Ko zQz6gR_~b^Yc&wXd*Wj1`#`gKaX9pQCmtI~h$mtvAtZ*l7&zd7jU);61CcozKjC;GE zwP=sz>zBVb-k4$Lko4x;ZH3d_A3j*ESpUCza;Er^U+&8ScNAJ)`&e4RWv+j?S9;?< zz0+K8m9tcD#hmUnx+*W%^Ym_#)9PrZnd0lU*4LD*_S$rF#R69O-7L2Rifh^9=a#2! z6XJVg)qFG<=x0-CmII+9zJjk&6i$lCtlc_Vd4?_I0+S%&Xx*xvZ9IdHRMJI4m+ z1-VRx5)0p-y?c7W%e8)&m&R^8J@fea-^~xNTjs@`nNgLsfBxJVYKb&TsJe^%#|GWD1 zm7TH9jlH>3oOdXmGn^#&C8P1=neDx6eXl*&$+|6jUy|G9(}RLv4b}FQaUKcm%M(ui zWj1~%KdZ35{#yTk{k+MKRZsZx-Iy<*h;aV^`L7kHxl5`y86GDe0*8)rqm5 z@%4Z5KAl=W`Kq_$RM9tcKfhie;_5mzG$8P`CVLWx@YM4a$C)EqUVYeC)n&3s_{M5u z|BH``beA-q@5c=gVR%y`n&bhcIaJ}#{FT>@w+06TRCvJ0^KjGJfqsRZ>&8RVsbZdW| z*gUs*`lFsNIuQrV9!zasAM@k+$NO*pT;uq2V9Qjt(!{x&nBJJ4EVwc8?;?XcKi{6e z|LgVE^Y&9Xn~lWU?CTf)+M?Zt~-1!6_+x6@ucUN^n>kh-u@ z!L$!+#X76G)?Jr1t5tJd&~jFNZ*L#B&LjWaDHbnp}JGAOuXy8uYTWdty zC(Cn%TwHXQQ$|X!*UVQmB&suCao*!xbt}h`Eyq(hq8DzP&$6_pY)9b3cqiWGtvk*L z?dICL=hC5hzE0m_{wp1+|FfNGvlEMv!BqRU+J{n#uODRp)F`{X+Tzg0c{i`ToG5T~ z+SXL{0J%n;jhvUyiv(;sTavlqfaLMZJ*w${<5#n)>X@&e)_LT4Q+h=SQ{R-p?4Nmm?6+NOt9|0X|K{8;{rNn< zPpm$_P(|*Sp~0trzol;NVmobG7OwHeHS@ant}}Z3wr-mB<_{A)&jc~n)*7?_2Zdx5 zGY+pR7plxYF{iQlTlDrBH-s+Qm@r>!O5?KZI?cMxk@H8R%{!AqP=?MC zkCxV-ZtPARzatSvTRKddd&5l6!SA zccrGwhs&JoNG^8eu@^ktuick&WaCaY9((3Cs5q}=T^o=6I*Uny$8X0L{+2X^7&$xp z%m?E%h&g80B@dsMglV2<@W&<*CSiH_yd_-1=#Nb*Ov1Qremcn5P1=3st2Q40oHj?U z_xuGG9^Vre0_N?FQkIbF;x-i#&(hGl5)gBbd54nIW8)iv&KnoECAsq+?UU+~H5IYW z()iYJ5Y8^U67XilLXe_%9t0b%A=U^a1?NKbcN`Qo+@Zu4e&j)yL=1D=e8$7)7o6_D ze@{Qor1)zFQ`<9@=`XI$*}(o*>fWczi#a8vuFt#l>GDUNkBcmiOTDREE7&4G|KZK| zpYAN4$YVd{dBa0VQ#t2iqqxNFNDi$&kpOmd*1AOqQS~>n=eOvgI<)t7<-Vi$0;^+V z1e>*!3S47jZ0lmG9Z&oBAKNNk@al8x;`w`{9?wb^KWnLW`;GY7jV~^GI2o@nwR09W zFbVk|vCf3gM;(0+Tqr2=bb4%D^s^`C zA9Imwi`t7>=WV4{@iVi9A9%ne5wq|`#By7yF71?pR{jspUpJ>bapJvdKk4CdxwWOY z7B4);ZMx3#{i&yhMV0&~p3eHb*6P~gg*Lx=&f6W{{GZ|cy3$*#9@k1E@^_}JEI zu}JZ;s{@(^G^l;hsROx z!~1@|G2T(bHvRmAPm(eJn0LgKo;lhl6)s!6aq+Rx<1uem6katH2L*8N>b{*f0w1qR z)&p4((Or9CowT0b$p@2oKtycJ;dkG=6LgwNg7{oRR@E%@{y!l5rJ zW-VPgZ(5|C$S2>lOF=xJbv&=ATyz#(w^>JUze1F#bD^2}O0P$!P9HsWpf~31>DeoH zUEXLUVBvGst9$xegVSeIblmDs9k`>O72C1!!&x62`y&;}Vy(OEXO=I1_dM@oaEfgC zW;c7+Yn$JdPp;x~wwQeHrO29GX2H75eH(KRO`I@)T2<(qf6H6;&P!RE8=|iB{POIT z=dPaeS+9Px_7Ue#&uyOG=hw{-oadM|dFlS&zaKpLp#naCC?D}!$+orR{ zYpQZXL+7QNowo`Mw(aIU(HA1$nRfThLmv6Vktft9E(hPw_yF_ z>fgzerlu~czR+61^XvHk8j)X<--SE%JN5TnY*zmAnA1$m`E~NV)Xf1lGoMwZKj5G6 z_4Y2AzJ#?;PEB#GjoVqD8of90XDOrkdv&Yx+dr!5Zt?o^=0alolDMmHUR}7qTP{vz zmBy|wcHaEO3OZ-Me7h~2ug}+e;Gs%us-KVY8}ENbAEPgK^oss@k@@}aetF}!`|9s( zv3~zgclrHytKQ{tZ@9hcM6!hL)O&17zy6+DbWr)QeVc*gK4cI2`J}@_I)4ZZ~347~=8{4jXPd)Etx_9k{{zYud3+oydM;dMH zPx;@m&sweX=f&hAm2(R|9B48%$a39#sXdH+=M<45w(~a88&_|A$Q2V3|CGsT$<^-< z{PbU~{#=tBP{<$mIcsa1S)8ukH^sE7Roh~1zdD!xVXuDm*Uevasb~K7!il-pj{M@d zcS<2~_3N)`Tlbk}+QjAs{eI5XFTdoo^5loRvx;g`g7&RebN*eL)3x5La#i~Lx zr4>)Ok44{Ac&VGN!j}C&%RATBrhWUm*zmZOk!#*0zwSM`*(6T7V*BaiNq=1Dtu2j{ z;>|Bu_-nRi%l563tHSi9*9y&ueVJ7MdsAWbQmdQy|Csvhc@me~Ev->`yMizG@tr#_ zg^n4VTz1oI`l|(YKW4v7I{Eec=WX_Te{Wu~chO_llKS`Nzpt^DqzI{}ZPa<}x#{9Y z&vfY>$q!o10#}zF_Am(#zRmw|uik^LRxQE2>H?1w)_(nVtD|t*)3WC`bi)ldG(I}} zYvS4V%xTk4%U_f$YjOMiOt^S6`s|6SXNB@>?MfaA|ECmB6>*o$`MV-1ynCPdmxQ@@vu~V!%^|Q) zi?99jv5w~g%TIoGY<|8$tNQc27F(BBD-M?&o+xoBL8^MaUUK?3%_r-v^xypG`uzS# 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 zcmb2|=3oGW|92y-d+xYM{QJA-Yn)Tx6Q&N8EQR72-8D<<)&TA>)C3b^7rehUuP4n*WZ;`kgY~>sYU2(X#QB z;Wox&jgxC5+XI4oV*4x)9oIa5gH7T%!{e|Qn@(F;Kb@g;uP*FN7|=tA9ClYVxXQGmeFPU2tp%Tg|Ex(VFKL z)6e*1+bvi9Xn6F>(G7k5$3k9iayY*-%kH>ATxCrTb5C^RMxHkrJ;@C#Kc!B8`iP|` zwPEF>9O;5>{s(UwANV0Eaok~g@`BTb7oJMIDB>yE$@a5|w`3>Vt{CRnb&Y!8MRu+F z^i=Z2C!Uf@wp}*NvGW@B?l<)3Kj2m~jWv&cBNZ!^{Ajh;^m#KwcV3vW%QEcvO```n zbDN4odv6BVKQ~>LCwDFL`ixzb5zAwfUp-5lTh_b!lHKgJUuW!^83__fOPgEPyYkXI zsf_D0cI}J;2|ddK3C&(zddn7U-+71W=?hL9UjR9S*Wx$ZoLc5{b&~1(|J*#E*)(}e zDszpeOTX6+mEC)q`qnKkR1j>T?2orP`s9eGb} z{dIovwX~nk7e8OtVbocovMea*YhSUT@4Ya!>7F8!e7H89V(~vTMX~T=OPcqGDO@Kt zE)}0-p4Mo3?A81?y9~B>tC-Bwi<=YO)0yI#zw6H|1s%DGh1+fkr^u8QT8g}B@RDjZ zeE)%QYD(IhOIIRXHrL%y)k=A6P#sJ^WJhIs}?R-=A+ZiR_uKuj)d1A5jLHdf2rL~1ED@6?7f6ZWtn|?$x?#slzT`k_7 zv$XzqCMrL4`qm#{bN62l|NryrS zdVRjAdu^P_EY^c;p5HEU98SL}kQ1cz`@6&@7w2BS+n_59WP$)il3+X?qUnqwaV@eMsd3xuWy7bu$QX;YEgH9 z{{_R>_DHWxlbaQP`}4kEJ}fGKRTHP#r{I)5Y;h?VEM!m(0I`;F|E&TiIy8ZiqzYafM&c{-2(CK6cvy%q1J1e&eO!l1BR(q=yH?1d;+w(q!XY$#*(dwiNxl)U zcvv6b)bi#tsJQWw@rU%!rJd~T=ic(P#>lUJbl{++NB07gcb^sorLRBp>9u#Z*1_2k z*Q9GFm1HctcK5r%zxMr%QAat>9L(99(|CJPNj+=l`pFd=JXKDv_L+HaYRLq3rTXtZ z{I%IW5&22erW|~^Xl>Ht+z&IlS=U;a7i(Ca?zgM_^!%yr|BL1C^tI#v{aweNzRg1> z-)Ktb6fWC;x^XOZ-wMj#1mEF~n=>`^n*6cfArS=&TSJ?_Y24cFZ7*%)_<31S-L^*? zrGmuf9QDiDc)8sCH=NbELPO9QS7dea;A#$QcEVw zzSnyk&1>h`Im9bC$ghxz4sSbgaqi=?bjD4>A0O|0{&+?*(>zW?(aP{zqnQGS_N)K> zz4pJIXjbIytNC}={J;O)=ft_p^k4Pg(^IT(U*znps8Llq=g~INp^v3#(qZd!M}8eC zQkn3$f4Reakr%?JCp!2Q{g6vfs!g&KI`MIH(E@+IFP%?46x1!(WY6jR3Su5VALJm< z3Kl(neilQmn#25vK9-_CYnWaHGl2DZ%Gq^(pUDJff83nrFkkY5`ZVQ68T)L$FEg2; z!f}kXag0#*xdyv*m?^~z&Ras2zc#(_+!VxiwmfP0I6lA4QhkOFas#()qVP{V`bP~kANcV+M?>=%-yJDHN0wL=>M@olS)e1<3e5xFjB#8af)v-6>}ikZ zNuQh0m)2=eY@#jwe&*sx^%*z**~}9CvA4!BX8pl6CMK_04#yrgG0~QNFD-ufw-UE8 z=YfJ+BTz7&Y_vPFc2Do@yc<9Lz^pjF>t9%kr%dkuKJ9ekbDKNr%o2L)wQS0aZJ$ql^Ifs@4|W z&GKS0L#@yPf2J><-+9X81rD!u<*HcP5Dq5TDg=dZ*C&BP?Z~%{Gpr5gRP*f+7QX#D z>D`ed-*(NgHr%*Z@0lLle4!7M8m2Q@X)o9eCb&wcJ$ybbM{QHuORj};^0puA)W4Iq zd&kCYKX27XzB)HW`?g8i)0}9Ip9jNwgN9kt=chsck>h4Q9_lnE#en{`S)5rCu zn}^mfxGKFp;${D`E1~jp%zqv0D1SWT_3fuVKJ^=FcfS9!PPo-$_122dQ$8-dRrc%M zi@KnP>DoVE%koA1?B|9c*P|Ic6k-k)*Scl&3`DHJ}w1fi{SVE)=DzRy z#Qd+juFTE;x+p6*_}!{~71qL==SS@}Uc1^SUjO?3@VOrE{>t;npRY2vSbc3>*0%P; z;mwD48Ge2EAbjn*SJt)nb+@hEr*HmuXKHk<$+@XNTllM!FQ)hK#)(fCe8018 zYUZ!*sGDv+?|wz^+;i8~v*-Pnh1+-Emt43j?yUaPKkMS>ZQFKxZ6x>3i>24=SC~~j zy_%XFU9S5tdi$e?PZk%Qx8A>b`~T;EIxqgtHWqdLpZRp=-_K|7ykD|^*0#?JEPgxx 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 zcmb2|=3oGW|97Lk^JOAM_kDfSK7Zq6P6Nd*HYTSg3x1UVZ-cTo8-*vHiRd)WX?V2j zcUk$-tEJtmvdU#9%wY9U*qChkf!)D_W1)hHkkFZ)h{Ij7+-4l9jGy@r?F_B`9T;2t zeq(yr<)Gcc>(=l4T)X_7?e{5fuW+suwEj5Xs9QkkUT8&pL-|s-JBJ(0`zKi`9$Vx( zM`fvIvvEPI=tq~hgb9CA1#FK6Cdjb#H$O0R%eQq~?tc8SLdB6v;f2RtUR?ZW!6BFY zW##b~UtUzmu=IDNDu21bVQVGFelWS`-D!d3AMyFQ>6D=wQ?jDLwnMukm)+Dl zzQSZS$Jw-*&zj`87an(dvGLTG8&4%d`BaZNW|WCaNIyL7_G8oOnzIK%-s(NDVvqNk zDc>hmhCYu?3c081_7qN)Z2r~rebT;FpCOLPo4MYys-(8g?YvCSy7S4uUPT$&t5(Ko zUpp^z=E~lJw7ut#6rDCSYdRj7pyk}tc_4zL$M1aA#p^OXexI$JK&UFPc8&49=N_8A>RE0}dFREo<#Q3_cggoxZ+>0(`KdyUB}Y8pq3O*ZRO6nT zR;jpMuRoXlMZ&pf-G8tJ$27mJ_>|0NxJz#7=TxPdnH=$Iho*O;SfN-Gx%|V@*MU~= zg%+ceV3XmNbaypx#P>3x^v*J7o*yCU|$Po}?9-@mrC1Pt574^XEIV#53v^m_6wo=-m8=tgzo?P>E@gonZ0^bs!Q$r;>1tS z*W`H_YM`@e%gxlaZa&d=>xEti%1p?Qt~tx=CY41V zIuM$z+?g@C_T{mVGfO|sNRt!R`SH+@TTxbBY@_@y|D&d5y%y!c*St6FUnOv#ze4NZ zOz)W2OMI{8t7s-Sns-Frc*7L!WnCI{(|Si4LudJkM`5!rJ-f*F_9EZy8gG}l6Z^j! zB(3>6J$idyWXear-u}o*_mYq62yp2>dKT`maewl}TeZJjh-5eK2mGw`5GR$_kt90~i zs-M%^%_=1l{~v`o{gvq2GJlzlURtSP{ySntv-4{NZ(R%(f zjlCiZC1dTrO}67@v$3-hd3yE4G?5dZf;R3-H9P6EWa_8+m!^hTr&dw{KdRNc4v&(D|t*E;;>!W5?&w>Vs`xw5w$ zo3iBO3ifFoR^kUl3zdJrO8uZ2`utSALT9$yPv4V|LtKB_E-P$WcwE=l_HU5o-r8kT z?Pu<>iWFizYV~PX&oaJ^N7+xNDX4#)?Y`-XJJ<56g6ZF?9_MXjx%_X0*pWIUK_3 z_WHMBf5e<$JZb8)?LG=8&FM(^87j^d&KmON=*5>`4`oU@S)QCczjviP&kN5>FOGaU zl6`pVJdb>?OU!(S`Mh6B)MmO|<^19BhI{$NpPi9&b$;`+CLgKj@vf@7CHvM!+2!O0 z3#;#~g7udcJ3e5oTRyw0-En?p-Hlg=CFR@BHGEst6tdlSwo>vphH26p4k|V?Kal92 zKhuC)hTG=b!cCiJ`)D+5)9fsn;Qw&}#->ClUSI^9wyjvp9-Sl~=7NGvfFg=lh@liv$ zm2ln5TJ<7p zmG5*PeLP9x@w<&>RqbuM6O}jZDxLAcLa21>RpD6k{Fc&;(;Mq=_!oEfow+r&@MyV2 zPifufDE_qlaz8!_UA!8bbiXb0#nt-lx9^{=e!rn}+tGjbPSnh=xNxoSVQ|xY+rQWE z<)5#wXZaVx*LGL6Nl+nMV$0P}ttTF;3Nt&@oje+uX!7o3h1|bSI{SG0PuDy+YVu~o z!_?W=pPmcYeLlMGc6wpm>6k~)URHfAzqj@OuKItbZ~o*v?0v#*B3+bgx&Pni*W&e` zrSASde*U`M|Ks=9*H@QbF_k~y`(Us3hXqy~>t#M|nBP&owZh!y9lL^N_C~id?TpR4 zwQtG$T;86T&+&T6tz_Gav6CKs*mCR5aXWvh#kPCh?!0{y?ZU^VUH+@E>bHvsdk@E6 zjq-?EgE#t*I*&~GxyrG%!{*(Aq8slnZ8#}Zc<-Ooo%JWnc_R+`F{Yim%(n5nr1dVI zL;05%Oz*w2=oHJ>j57kR`gLa8pB_IZuK2X6pyZMaAKQnRz?rkos2lw~yx(^JueGoK z#_#+5__Y0x%jG@l261l=)hW)4YFTopzk2@jR+E1>Z=T7v*zccHbGNSGNK*5f_s*OQ z@+Oww8fw?S?-t`V_dIfw*Uv@V;DpecBefYB{YoFtFkD)#^!R5|Nk?`2MTNI{wG;lH zJhm_9?ze)_{WJX?XUEreKl!<#T=7J=xLD-9^Hu-M&V=e#tT=W3pLbFHSF5^1O%0t( z4=r?BH*J1~i{bO!^;gelUsVc!_F%!%tu}!jSA2?h( zzuC@~{mA?|2PRE1Pb$5^eMITwrn30z9s9qYy}tMQw{I+`n>3otkNOI7=f7P3aNep9fCWoEp!@x)1Y11B*m zw#?eJJ12bE?$s;x`i&n>;%4vb;8w_saq!?+8^&~`@$Luy0;d>@f`=TI#hmMR#pdq5 z`%cfl=$1#{^1JbSzwcXrulnmPW8W636MZj(lN4K?tme~~j`QXX$^N~jSjzn2tLb7z zNsX+H^AlS|H%90N{O2)gH0&~5#&+z|fg3BV%f zJh7uWqRFR{!e(rmarVsRKNZKK&Tn6Akor;MOo&aH;W8iR)+MVuNXH%T}$Is;uQIF>||T)DzsZ@|M2x{`jqtwP}wcwT|78Dw`v8 z<`PG8R)P+%PpD1Wyz4SPp=Xx4fl!*=v#P?p8B#NhtlQdTTQ_WT6*r~!ykV`l>SfT^rXLbwU2KrLM`W4S z^YmA>e9Knpt$Ji=^2l)FtpBSFL%)WKZeA(4d8fmf)SZc$A2yj(L`v<^;fkLA_#vP4KT=lB9tvY$zz10<#QhQ{0p=8Jm7^^Yo<$PhWbF3bSerYeneS6IdIR_XitZ`-X@woW?Ze%(9lXz7+aOBKJ} zHJSFc;Sg`%?nPG*rXM*f!gE`ZkE5#inos?OyhXiI)>02ZGZgKBEfxtVr?)2PL z_+n)zT_G(imh(+g*hH*WNI2nX?lHl46V~6I_o;H_jpZ|cv2dB#C@Y>Q%v1cWSgUpY z2Je$QqADKyj+j4rZYTWdxXF>P^IlAF)D~;`@ovK84VT%onZD1;c=_StF=c^!PQAZ> zoV4RB;OAM_aQmsOV!`t-i7p-AKVG{wtu?IAz+QRd4)=2%`iD0M_^!?PchXV&W!IO* zZ__i6T30JH8mLTUOFuAi(}&j_zOnm%UoTfFnS0Fr%=e5NyVZj|gl4(iowhp2X}at7 z%Uv}B=ZiHDs0Bo8)bBVWcx6||0_FeLm$59BnN*^{@^JI2KGv$4lfP`X|L+=Sw51_M zbBos||3%!MWjlZDHV%GT`&drplXB$t7hP*iG#Vm~M6MOR66w6lKOwm9T9<6(`nwmU zkKSMNGBk9Rf7X7zxAwV98^S<+D8H*$-O04Oe_y?kPV%(2RktyF}c>ozrJs`8AcZoANgQc^&@Jtl0bb z44t{p<@fgGEp}TRo_Rm`uG+f-qc0Y=+HcKz_xpP9*{iF%qhfpIzelC!FW92GHux{d z_PX@CpkTi~|GU*UiVJlt@&eB}nJ+SsW4QRtFkSFrlaK^c&YzZJCoHC)yA&E;w7P&p zb8+6jnY&*)OC;*={_EPe(*DTv!qvw=?!4W4d)<_9hZlCu!LvDR%*t$yuYJBL@McH% zk)N!ZrzaTZ3oqjEe|*-=qeRQTpuK1Qwx=iOG~S=pJ6mP{DtYB&hrMM2E>3^gu_RK< z_?U^G;gpLanqG&59|wH+ie}>Sk3X2^V)++2Uu@N z7|)%#y2xyrZ(mLMuTNoBmSrEqrp29Pv^ck} zCaLRlheG>lUUuEK2@!YF_ugY!zS4Hz3ijLTcUfg)&dVH7d~vMyQTcPLz)7iU?z7JB zP>6W8@=}3Ro%Zb&Y^$8T0y3>%9xj+W<#ypgeS=GC^G&|L{kmo0-O7pkR=?izPYn&S9&;IVPT3MzlNO{Y)%YBmlDM4>pHrX%N z-OR~5=khm)C5l#FTeBaRyq`Fs;MUCpHVJ#$-o)zcOjWPw+Hcv-e?yY9VZZe0&q-T8 zoZG+q?t6c|J-4P#cGkZ5@=j}8CEI(hKNm08%l>=!ir@G{Z=`-~#hqm5>5n(KyPe*a zzmj=j;rz-i-kknl*Ds7Z_4nNSyS@Lf{QD$5L&>h;tiLxe!|4-tmOFRre}6px{+@5Q zzkhgmzkb)hr}i}!Pph*d|5r0~ZF-<)lfip?3=}q|Ixl8_=jn>)c zt;QEl-TjdBfVq3geyNjT5B&Z+eA}m1RQ6DWbM^|k2@cz)S=gtoEoGatX~)#L|9C@g zd)ql>wd|-dd64uyMva|E*l|i%P`yEx-Yf2>6C<*%i<-YLl==3{;?0DJd)xOj{_@`^ zl^`l|;-F9IZHI4$ip$LvKE%FZ{~hr_<@A!5ISQWt79DZ9#`pACc;fUW2j48Slv1oY zHeKZLkuyi0+59`_|L@P6ihg@x`G4Q#>;K&EPY|$dIGiLuuO-z(bN;Q`X%W#oUA-?G`u+U8#UcE^8RqP%$z14t-1G4L zX3jIohYi;LJ-_1c)wdUC{IHw2@~DFIJ Date: Fri, 6 Jun 2025 00:38:18 +0100 Subject: [PATCH 079/246] 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 080/246] 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 081/246] 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 082/246] 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 083/246] 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 084/246] 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 085/246] 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 086/246] 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 } From 9a22f5ad7167d4f5011faf651b53b5fb73b538f5 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 01:36:45 +0100 Subject: [PATCH 087/246] biome mob tweaks again --- .../data/tfg/worldgen/biome/moon/lunar_asurine_dense.json | 6 ------ .../data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json | 6 ------ .../data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json | 6 ------ kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json | 2 +- .../data/tfg/worldgen/biome/moon/lunar_corals_sparse.json | 2 +- kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json | 6 ------ kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json | 6 ------ kubejs/server_scripts/ad_astra/tags.js | 2 +- 8 files changed, 3 insertions(+), 33 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 e10d64e77..ff9fa6890 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -76,12 +76,6 @@ "minCount": 1, "weight": 10 }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 10 - }, { "type": "species:limpet", "maxCount": 2, 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 77e5bc386..62f6c8d28 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -90,12 +90,6 @@ "minCount": 1, "weight": 20 }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 20 - }, { "type": "species:limpet", "maxCount": 2, 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 de25effb0..1b79baa5a 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -83,12 +83,6 @@ "minCount": 1, "weight": 5 }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 10 - }, { "type": "species:limpet", "maxCount": 2, 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 b3057eb29..ffe872bb1 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -65,7 +65,7 @@ }, { "type": "minecraft:endermite", - "maxCount": 3, + "maxCount": 2, "minCount": 1, "weight": 10 }, 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 2b9ed907c..984f2b157 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -91,7 +91,7 @@ }, { "type": "minecraft:endermite", - "maxCount": 3, + "maxCount": 2, "minCount": 1, "weight": 10 }, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 76cd1ec68..599e09030 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -88,12 +88,6 @@ "minCount": 1, "weight": 20 }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 10 - }, { "type": "species:limpet", "maxCount": 2, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index 46c88c1c8..b744f3ed4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -101,12 +101,6 @@ "minCount": 1, "weight": 20 }, - { - "type": "minecraft:endermite", - "maxCount": 4, - "minCount": 2, - "weight": 10 - }, { "type": "species:limpet", "maxCount": 2, diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 112da387f..37ae58cff 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -195,7 +195,7 @@ const registerAdAstraEntityTypeTags = (event) => { 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_piercing_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 2129d9611d9c6b9cd75fdece83ba52c99e631759 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 13:21:16 +0100 Subject: [PATCH 088/246] more work on deco blocks, needs checking --- kubejs/server_scripts/ad_astra/recipes.js | 87 +++++++++++++++++++- kubejs/server_scripts/ad_astra/tags.js | 18 +++- kubejs/startup_scripts/ad_astra/constants.js | 52 ++++++++---- 3 files changed, 136 insertions(+), 21 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 0a08ffe51..706b7f107 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -458,7 +458,30 @@ const registerAdAstraRecipes = (event) => { //#region Misc blocks + event.shaped('ad_astra:vent', [ + ' B ', + 'BAB', + ' B ' + ], { + A: 'gtceu:steel_frame', + B: '#tfg:metal_bars' + }).id('tfg:shaped/ad_astra_vent') + event.shaped('ad_astra:airlock', [ + 'AB', + 'CD', + ], { + A: '#forge:tools/wrenches', + B: 'gtceu:activity_detector_cover', + C: 'gtceu:fluid_detector_cover', + D: 'gtceu:filter_casing' + }).id('tfg:shaped/airlock') + + event.recipes.gtceu.assembler('ad_astra:airlock') + .itemInputs('gtceu:filter_casing', 'gtceu:fluid_detector_cover', 'gtceu:activity_detector_cover') + .itemOutputs('ad_astra:airlock') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) //#endregion @@ -523,15 +546,71 @@ const registerAdAstraRecipes = (event) => { event.stonecutting(`ad_astra:${x.type}_plateblock`, `#tfg:ad_astra_${x.type}_blocks`) event.stonecutting(`ad_astra:encased_${x.type}_block`, `#tfg:ad_astra_${x.type}_blocks`) - // TODO: button, pressure plate, slab, stairs, doors - //https://github.com/terrarium-earth/Ad-Astra/blob/1.20.x/common/src/main/generated/resources/data/ad_astra/recipes/ - //https://github.com/terrarium-earth/Ad-Astra/blob/1.20.x/common/src/main/java/earth/terrarium/adastra/common/registry/ModBlocks.java + event.stonecutting(`ad_astra:${x.type}_plating_stairs`, `tfg:ad_astra_${x.type}_plating`) + event.stonecutting(`2x ad_astra:${x.type}_plating_slab`, `tfg:ad_astra_${x.type}_plating`) + + // Pressure plates + event.shaped(`ad_astra:${x.type}_plating_pressure_plate`, [ + ' B ', + 'CDC', + ' E ' + ], { + B: '#tfc:hammers', + C: `ad_astra:${x.type}_plating_slab`, + D: '#forge:small_springs', + E: '#forge:tools/screwdrivers' + }).id(`tfg:shaped/ad_astra_${x.type}_pressure_plate`) + + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_pressure_plate`) + .itemInputs('#forge:small_springs', `2x ad_astra:${x.type}_plating_slab`) + .itemOutputs(`2x ad_astra:${x.type}_plating_pressure_plate`) + .duration(50) + .EUt(2) + + // Buttons + generateCutterRecipe(event, `ad_astra:${x.type}_plating_pressure_plate`, `6x ad_astra:${x.type}_plating_button`, 50, 7, `ad_astra_${x.type}_button`) + + // Doors + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_sliding_door`) + .itemInputs(`9x #tfg:ad_astra_${x.type}_blocks`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`ad_astra:${x.type}_sliding_door`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(1) }) event.shapeless('ad_astra:marked_iron_pillar', ['ad_astra:iron_pillar', '#forge:dyes/yellow', '#forge:dyes/black']) .id('tfg:shapeless/marked_iron_pillar') - // etrium only has factory block, encased block, plateblock, panel, and (storage) block + event.recipes.gtceu.assembler(`tfg:ad_astra_reinforced_door`) + .itemInputs(`9x #tfg:ad_astra_${x.type}_blocks`, 'gtceu:dense_obsidian_plate') + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`tfg:ad_astra_reinforced_door`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(2) + + event.recipes.gtceu.assembler(`tfg:ad_astra_steel_door`) + .itemInputs('createdeco:industrial_iron_door') + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs('ad_astra:steel_door') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + + // Etrium only has factory block, encased block, plateblock, panel, and (storage) block + + event.recipes.gtceu.assembler('tfg:ad_astra_etrium_panel') + .itemInputs('#forge:storage_blocks/etrium') + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs('16x ad_astra:etrium_panel') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + + event.stonecutting('ad_astra:etrium_panel', '#tfg:ad_astra_etrium_blocks') + event.stonecutting('ad_astra:etrium_factory_block', '#tfg:ad_astra_etrium_blocks') + event.stonecutting('ad_astra:encased_etrium_block', '#tfg:ad_astra_etrium_blocks') + event.stonecutting('ad_astra:etrium_plateblock', '#tfg:ad_astra_etrium_blocks') //#endregion } diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 1a7e54442..debb64b4d 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -39,11 +39,25 @@ const registerAdAstraItemTags = (event) => { event.add('forge:cobblestone', 'ad_astra:mercury_cobblestone') event.add('forge:cobblestone', 'ad_astra:glacio_cobblestone') - // Insulation Tier 1 - event.add('forge:insulation_t1', 'gtceu:borosilicate_glass_dust') event.add('forge:insulation_t1', 'gtceu:vitrified_asbestos_dust') + + // Deco blocks + const DECO_BLOCKS = [ 'iron', 'steel', 'desh', 'calorite', 'ostrum' ]; + DECO_BLOCKS.forEach(block => { + event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:${block}_factory_block`) + event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:${block}_plating`) + event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:${block}_panel`) + event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:${block}_pillar`) + event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:${block}_plateblock`) + event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:encased_${block}_block`) + }) + + event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_factory_block') + event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:encased_etrium_block') + event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_plateblock') + event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_panel') } const registerAdAstraBlockTags = (event) => { diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index b89fb0699..577d259fd 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -20,12 +20,6 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:wrench', 'ad_astra:cheese', 'ad_astra:cheese_block', - 'ad_astra:iron_plate', - 'ad_astra:iron_rod', - 'ad_astra:steel_ingot', - 'ad_astra:steel_nugget', - 'ad_astra:steel_plate', - 'ad_astra:steel_rod', 'ad_astra:photovoltaic_etrium_cell', 'ad_astra:photovoltaic_vesnium_cell', 'ad_astra:engine_frame', @@ -42,20 +36,47 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:cryo_fuel_bucket', 'ad_astra_giselle_addon:gravity_normalizer', 'ad_astra:cable_duct', - 'ad_astra:glacio_globe', + 'ad_astra:fluid_pipe_duct', + 'ad_astra:iron_plate', + 'ad_astra:iron_rod', + 'ad_astra:steel_ingot', + 'ad_astra:steel_nugget', + 'ad_astra:steel_plate', + 'ad_astra:steel_rod', + + // Don't integrate these, several systems rely on all ore blocks being gregtech's generated ones + 'ad_astra:moon_ice_shard_ore', + 'ad_astra:deepslate_ice_shard_ore', + 'ad_astra:mars_ice_shard_ore', + 'ad_astra:moon_iron_ore', + 'ad_astra:mars_iron_ore', + 'ad_astra:mercury_iron_ore', + 'ad_astra:moon_desh_ore', + 'ad_astra:deepslate_desh_ore', + 'ad_astra:mars_diamond_ore', + 'ad_astra:mars_ostrum_ore', + 'ad_astra:deepslate_ostrum_ore', + 'ad_astra:venus_calorite_ore', + 'ad_astra:deepslate_calorite_ore', + 'ad_astra:venus_coal_ore', + 'ad_astra:venus_gold_ore', + 'ad_astra:venus_diamond_ore', + 'ad_astra:glacio_ice_shard_ore', + 'ad_astra:glacio_coal_ore', + 'ad_astra:glacio_copper_ore', + 'ad_astra:glacio_iron_ore', + 'ad_astra:glacio_lapis_ore', // TODO: integrate with tag prefixes? 'ad_astra:steel_block', 'ad_astra:raw_desh_block', 'ad_astra:raw_ostrum_block', 'ad_astra:raw_calorite_block', - '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 EV planet + + 'ad_astra:tier_2_rocket', + 'ad_astra:desh_engine', // Disabled until IV planets @@ -69,7 +90,8 @@ global.AD_ASTRA_DISABLED_ITEMS = // Disabled until LuV planet - + + 'ad_astra:glacio_globe', // maybe 'ad_astra:tier_4_rocket', 'ad_astra:jet_suit_helmet', 'ad_astra:jet_suit', From 9ee86e8ecf9895c139ac5edfb8f391bf8eaa6c24 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 21:47:25 +0100 Subject: [PATCH 089/246] fixed rabbit spawns --- kubejs/server_scripts/ad_astra/tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 37ae58cff..f81fdbfd8 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -107,7 +107,7 @@ const registerAdAstraBlockTags = (event) => { event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/dacite') event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/dacite') - event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_stone_replaceables') + event.add('minecraft:rabbits_spawnable_on', '#ad_astra:moon_stone_replaceables') event.add('tfc:can_landslide', 'ad_astra:moon_sand') event.add('tfc:can_landslide', 'ad_astra:mars_sand') From c48842510816387f16e2245359e1a2f7a20e715d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 22:03:01 +0100 Subject: [PATCH 090/246] rabbit spawn tweaks, removed endermites because they're screwing with other mob spawns --- .../biome/moon/lunar_asurine_sparse.json | 5 +++-- .../biome/moon/lunar_chorus_sparse.json | 5 +++-- .../biome/moon/lunar_corals_dense.json | 6 ------ .../biome/moon/lunar_corals_sparse.json | 11 +++------- .../biome/moon/lunar_lights_dense.json | 15 +------------- .../biome/moon/lunar_lights_sparse.json | 20 ++++--------------- .../tfg/worldgen/biome/moon/lunar_plains.json | 5 +++-- .../tfg/worldgen/biome/moon/lunar_sands.json | 5 +++-- kubejs/server_scripts/ad_astra/tags.js | 2 -- 9 files changed, 20 insertions(+), 54 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 62f6c8d28..e1412400a 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -52,6 +52,7 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00005, "spawn_costs": {}, "spawners": { "ambient": [], @@ -59,8 +60,8 @@ "creature": [ { "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 80 } ], 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 1b79baa5a..dbfd8b92f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -51,6 +51,7 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00005, "spawn_costs": {}, "spawners": { "ambient": [], @@ -58,8 +59,8 @@ "creature": [ { "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 10 } ], 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 ffe872bb1..7204b9fa9 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -63,12 +63,6 @@ "minCount": 2, "weight": 100 }, - { - "type": "minecraft:endermite", - "maxCount": 2, - "minCount": 1, - "weight": 10 - }, { "type": "species:limpet", "maxCount": 4, 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 984f2b157..59f36e24a 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -51,6 +51,7 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00005, "spawn_costs": {}, "spawners": { "ambient": [], @@ -58,8 +59,8 @@ "creature": [ { "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 20 } ], @@ -89,12 +90,6 @@ "minCount": 1, "weight": 20 }, - { - "type": "minecraft:endermite", - "maxCount": 2, - "minCount": 1, - "weight": 10 - }, { "type": "species:limpet", "maxCount": 2, 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 df5f63dfa..2befa95f4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -50,20 +50,7 @@ ] ], "has_precipitation": false, - "spawn_costs": { - "minecraft:enderman": { - "charge": 0.7, - "energy_budget": 0.015 - }, - "endermanoverhaul:windswept_hills_enderman": { - "charge": 0.7, - "energy_budget": 0.015 - }, - "endermanoverhaul:soulsand_valley_enderman": { - "charge": 0.7, - "energy_budget": 0.015 - } - }, + "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], 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 c19e7eaa3..b1857ba1c 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -51,28 +51,16 @@ ] ], "has_precipitation": false, - "spawn_costs": { - "minecraft:enderman": { - "charge": 0.7, - "energy_budget": 0.015 - }, - "endermanoverhaul:windswept_hills_enderman": { - "charge": 0.7, - "energy_budget": 0.015 - }, - "endermanoverhaul:soulsand_valley_enderman": { - "charge": 0.7, - "energy_budget": 0.015 - } - }, + "creature_spawn_probability": 0.00005, + "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], "creature": [ { "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 80 } ], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 599e09030..bce39ef05 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -50,6 +50,7 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00005, "spawn_costs": {}, "spawners": { "ambient": [], @@ -57,8 +58,8 @@ "creature": [ { "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 80 } ], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index b744f3ed4..d41a180b7 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -63,6 +63,7 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00005, "spawn_costs": {}, "spawners": { "ambient": [], @@ -70,8 +71,8 @@ "creature": [ { "type": "minecraft:rabbit", - "maxCount": 1, - "minCount": 1, + "maxCount": 4, + "minCount": 2, "weight": 80 } ], diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index f114a1efe..da81f53d7 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -190,7 +190,6 @@ const registerAdAstraEntityTypeTags = (event) => { 'tfc:rat', 'minecraft:rabbit', 'minecraft:enderman', - 'minecraft:endermite', 'minecraft:shulker', 'minecraft:shulker_bullet', 'minecraft:skeleton', @@ -214,7 +213,6 @@ const registerAdAstraEntityTypeTags = (event) => { event.add('tfc:deals_crushing_damage', 'endermanoverhaul:soulsand_valley_enderman') event.add('tfc:deals_piercing_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 2cfbfd0c4ea055763d87a574609aed551be038a9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 23:25:12 +0100 Subject: [PATCH 091/246] we got our own moon carvers now! that don't put lava underground any more! --- .../biome/moon/lunar_asurine_dense.json | 5 +- .../biome/moon/lunar_asurine_sparse.json | 5 +- .../biome/moon/lunar_chorus_dense.json | 5 +- .../biome/moon/lunar_chorus_sparse.json | 5 +- .../biome/moon/lunar_corals_dense.json | 5 +- .../biome/moon/lunar_corals_sparse.json | 5 +- .../biome/moon/lunar_lights_dense.json | 5 +- .../biome/moon/lunar_lights_sparse.json | 5 +- .../tfg/worldgen/biome/moon/lunar_plains.json | 5 +- .../tfg/worldgen/biome/moon/lunar_sands.json | 5 +- .../configured_carver/moon_canyon.json | 55 +++++++++++++++++++ .../worldgen/configured_carver/moon_cave.json | 48 ++++++++++++++++ .../worldgen/noise_settings/moon_noise.json | 2 +- 13 files changed, 124 insertions(+), 31 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json create mode 100644 kubejs/data/tfg/worldgen/configured_carver/moon_cave.json 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 ff9fa6890..ad84aced9 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 e1412400a..c2a836bba 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 5cf8808ff..c63c24559 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 dbfd8b92f..ab16f2228 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 7204b9fa9..8bcd4ad62 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 59f36e24a..9113d13d7 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 2befa95f4..01b0021eb 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, 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 b1857ba1c..37b738e64 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index bce39ef05..2bc5d64bb 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index d41a180b7..689114e5b 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -1,9 +1,8 @@ { "carvers": { "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" + "tfg:moon_cave", + "tfg:moon_canyon" ] }, "downfall": 0.0, diff --git a/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json b/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json new file mode 100644 index 000000000..130c829ab --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:canyon", + "config": { + "probability": 0.015, + "y": { + "type": "uniform", + "min_inclusive": { + "absolute": 10 + }, + "max_inclusive": { + "absolute": 126 + } + }, + "yScale": 3, + "lava_level": { + "above_bottom": -2032 + }, + "aquifers_enabled": false, + "vertical_rotation": { + "type": "uniform", + "value": { + "min_inclusive": -0.25, + "max_exclusive": 0.25 + } + }, + "shape": { + "distance_factor": { + "type": "uniform", + "value": { + "min_inclusive": 0.5, + "max_exclusive": 2.0 + } + }, + "thickness": { + "type": "trapezoid", + "value": { + "min": 0.0, + "max": 6.0, + "plateau": 2.0 + } + }, + "width_smoothness": 10, + "horizontal_radius_factor": { + "type": "uniform", + "value": { + "min_inclusive": 0.5, + "max_exclusive": 1.25 + } + }, + "vertical_radius_default_factor": 1.0, + "vertical_radius_center_factor": 0.0 + }, + "replaceable": "#tfc:can_carve" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_carver/moon_cave.json b/kubejs/data/tfg/worldgen/configured_carver/moon_cave.json new file mode 100644 index 000000000..23bf0e041 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_carver/moon_cave.json @@ -0,0 +1,48 @@ +{ + "type": "minecraft:cave", + "config": { + "probability": 0.03, + "y": { + "type": "uniform", + "min_inclusive": { + "absolute": 10 + }, + "max_inclusive": { + "absolute": 126 + } + }, + "yScale": { + "type": "uniform", + "value": { + "min_inclusive": 0.1, + "max_exclusive": 0.9 + } + }, + "lava_level": { + "above_bottom": -2032 + }, + "aquifers_enabled": false, + "horizontal_radius_multiplier": { + "type": "uniform", + "value": { + "min_inclusive": 0.7, + "max_exclusive": 1.4 + } + }, + "vertical_radius_multiplier": { + "type": "uniform", + "value": { + "min_inclusive": 0.8, + "max_exclusive": 1.3 + } + }, + "floor_level": { + "type": "uniform", + "value": { + "min_inclusive": -1, + "max_exclusive": -0.4 + } + }, + "replaceable": "#tfc:can_carve" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index b7384d8b4..84d1e5fcb 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -65,7 +65,7 @@ "from_y": 0, "to_y": 10, "from_value": 1, - "to_value": 0 + "to_value": -1 }, "argument2": { "type": "minecraft:min", From 604f2080f37e161e07cc691f6ccae218ad75bcd7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 23:25:30 +0100 Subject: [PATCH 092/246] ad astra recipe tweaks and finishing up --- kubejs/server_scripts/ad_astra/recipes.js | 164 ++++++++++++------- kubejs/server_scripts/ad_astra/tags.js | 1 + kubejs/server_scripts/tfg/recipes.rocks.js | 12 +- kubejs/startup_scripts/ad_astra/constants.js | 1 + 4 files changed, 116 insertions(+), 62 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 706b7f107..13fe99d7d 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -258,13 +258,15 @@ const registerAdAstraRecipes = (event) => { }).id('tfg:gravity_normalizer') event.shaped('ad_astra:oxygen_sensor', [ - 'AAA', - 'ABA', - 'ACA' + 'AEA', + 'BDC', + 'AAA' ], { A: '#forge:plates/red_alloy', B: 'gtceu:activity_detector_cover', C: 'gtceu:fluid_detector_cover', + D: 'gtceu:mv_machine_hull', + E: '#gtceu:circuits/mv' }).id('tfg:oxygen_sensor') event.shaped('ad_astra:solar_panel', [ @@ -281,21 +283,6 @@ const registerAdAstraRecipes = (event) => { //#endregion - //#region TI-69 (ручной детектор кислорода хз) - - event.shaped('ad_astra:ti_69', [ - 'DBC', - 'AE ' - ], { - A: '#forge:tools/screwdrivers', - B: '#forge:plates/steel', - C: 'gtceu:lv_sensor', - D: 'gtceu:computer_monitor_cover', - E: '#gtceu:batteries/lv' - }).id('tfg:ti_69') - - //#endregion - //#region Радио event.shaped('ad_astra:radio', [ @@ -341,7 +328,7 @@ const registerAdAstraRecipes = (event) => { //#region Стальной FE кабель т1 event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') - .itemInputs('4x #forge:single_wires/manganese_phosphide', '#forge:plates/steel') + .itemInputs('4x #forge:double_wires/manganese_phosphide', '#forge:plates/steel') .inputFluids(Fluid.of('gtceu:polyethylene', 36)) .itemOutputs('4x ad_astra:steel_cable') .duration(60) @@ -352,7 +339,7 @@ const registerAdAstraRecipes = (event) => { //#region FE кабель т2 event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') - .itemInputs('4x #forge:single_wires/magnesium_diboride', '#forge:plates/desh') + .itemInputs('4x #forge:double_wires/magnesium_diboride', '#forge:plates/desh') .inputFluids(Fluid.of('gtceu:polyethylene', 72)) .itemOutputs('4x ad_astra:desh_cable') .duration(60) @@ -467,22 +454,6 @@ const registerAdAstraRecipes = (event) => { B: '#tfg:metal_bars' }).id('tfg:shaped/ad_astra_vent') - event.shaped('ad_astra:airlock', [ - 'AB', - 'CD', - ], { - A: '#forge:tools/wrenches', - B: 'gtceu:activity_detector_cover', - C: 'gtceu:fluid_detector_cover', - D: 'gtceu:filter_casing' - }).id('tfg:shaped/airlock') - - event.recipes.gtceu.assembler('ad_astra:airlock') - .itemInputs('gtceu:filter_casing', 'gtceu:fluid_detector_cover', 'gtceu:activity_detector_cover') - .itemOutputs('ad_astra:airlock') - .duration(100) - .EUt(GTValues.VA[GTValues.LV]) - //#endregion //#region Decoration blocks @@ -529,25 +500,66 @@ const registerAdAstraRecipes = (event) => { .itemOutputs(`16x ad_astra:${x.type}_plating`) .duration(100) .EUt(GTValues.VA[GTValues.LV]) - .circuit(17) + .circuit(1) event.recipes.gtceu.chemical_bath(`tfg:ad_astra_glowing_${x.type}_pillar`) .itemInputs(`ad_astra:${x.type}_pillar`) - .inputFluids(Fluid.of('gtceu:glowstone', 72)) + .inputFluids(Fluid.of('gtceu:glowstone', 144)) .itemOutputs(`ad_astra:glowing_${x.type}_pillar`) .duration(100) .EUt(GTValues.VA[GTValues.LV]) - // TODO: tags for these - event.stonecutting(`ad_astra:${x.type}_factory_block`, `#tfg:ad_astra_${x.type}_blocks`) + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_factory_block`) + .itemInputs(`#forge:storage_blocks/${x.material}`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:${x.type}_factory_block`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(2) + + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_panel`) + .itemInputs(`#forge:storage_blocks/${x.material}`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:${x.type}_panel`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(3) + + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_pillar`) + .itemInputs(`#forge:storage_blocks/${x.material}`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:${x.type}_pillar`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(4) + + event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_plateblock`) + .itemInputs(`#forge:storage_blocks/${x.material}`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:${x.type}_plateblock`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(5) + + event.recipes.gtceu.assembler(`tfg:ad_astra_encased_${x.type}_block`) + .itemInputs(`#forge:storage_blocks/${x.material}`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:encased_${x.type}_block`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(6) + + // Stonecutter recipes as well, so you can switch between them event.stonecutting(`ad_astra:${x.type}_plating`, `#tfg:ad_astra_${x.type}_blocks`) + event.stonecutting(`ad_astra:${x.type}_factory_block`, `#tfg:ad_astra_${x.type}_blocks`) event.stonecutting(`ad_astra:${x.type}_panel`, `#tfg:ad_astra_${x.type}_blocks`) event.stonecutting(`ad_astra:${x.type}_pillar`, `#tfg:ad_astra_${x.type}_blocks`) event.stonecutting(`ad_astra:${x.type}_plateblock`, `#tfg:ad_astra_${x.type}_blocks`) event.stonecutting(`ad_astra:encased_${x.type}_block`, `#tfg:ad_astra_${x.type}_blocks`) - event.stonecutting(`ad_astra:${x.type}_plating_stairs`, `tfg:ad_astra_${x.type}_plating`) - event.stonecutting(`2x ad_astra:${x.type}_plating_slab`, `tfg:ad_astra_${x.type}_plating`) + // Stairs n slabs + event.stonecutting(`ad_astra:${x.type}_plating_stairs`, `ad_astra:${x.type}_plating`) + event.stonecutting(`2x ad_astra:${x.type}_plating_slab`, `ad_astra:${x.type}_plating`) // Pressure plates event.shaped(`ad_astra:${x.type}_plating_pressure_plate`, [ @@ -557,13 +569,13 @@ const registerAdAstraRecipes = (event) => { ], { B: '#tfc:hammers', C: `ad_astra:${x.type}_plating_slab`, - D: '#forge:small_springs', + D: '#forge:springs', E: '#forge:tools/screwdrivers' }).id(`tfg:shaped/ad_astra_${x.type}_pressure_plate`) event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_pressure_plate`) - .itemInputs('#forge:small_springs', `2x ad_astra:${x.type}_plating_slab`) - .itemOutputs(`2x ad_astra:${x.type}_plating_pressure_plate`) + .itemInputs('#forge:springs', `ad_astra:${x.type}_plating_slab`) + .itemOutputs(`ad_astra:${x.type}_plating_pressure_plate`) .duration(50) .EUt(2) @@ -572,41 +584,81 @@ const registerAdAstraRecipes = (event) => { // Doors event.recipes.gtceu.assembler(`tfg:ad_astra_${x.type}_sliding_door`) - .itemInputs(`9x #tfg:ad_astra_${x.type}_blocks`) + .itemInputs(`9x #forge:plates/${x.material}`, '2x #forge:glass_panes') .inputFluids(Fluid.of('gtceu:polyethylene', 36)) .itemOutputs(`ad_astra:${x.type}_sliding_door`) .duration(100) .EUt(GTValues.VA[GTValues.LV]) - .circuit(1) + .circuit(20) }) event.shapeless('ad_astra:marked_iron_pillar', ['ad_astra:iron_pillar', '#forge:dyes/yellow', '#forge:dyes/black']) .id('tfg:shapeless/marked_iron_pillar') event.recipes.gtceu.assembler(`tfg:ad_astra_reinforced_door`) - .itemInputs(`9x #tfg:ad_astra_${x.type}_blocks`, 'gtceu:dense_obsidian_plate') + .itemInputs(`9x #forge:plates/steel`, '2x #forge:glass_panes') .inputFluids(Fluid.of('gtceu:polyethylene', 36)) - .itemOutputs(`tfg:ad_astra_reinforced_door`) + .itemOutputs(`ad_astra:reinforced_door`) .duration(100) .EUt(GTValues.VA[GTValues.LV]) - .circuit(2) + .circuit(21) + + event.recipes.gtceu.assembler(`tfg:ad_astra_airlock`) + .itemInputs(`9x #forge:plates/steel`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`ad_astra:airlock`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(22) event.recipes.gtceu.assembler(`tfg:ad_astra_steel_door`) - .itemInputs('createdeco:industrial_iron_door') + .itemInputs('createdeco:industrial_iron_door', '#forge:glass_panes') .inputFluids(Fluid.of('gtceu:polyethylene', 36)) .itemOutputs('ad_astra:steel_door') .duration(100) .EUt(GTValues.VA[GTValues.LV]) - // Etrium only has factory block, encased block, plateblock, panel, and (storage) block - - event.recipes.gtceu.assembler('tfg:ad_astra_etrium_panel') - .itemInputs('#forge:storage_blocks/etrium') + event.recipes.gtceu.assembler(`tfg:ad_astra_steel_trapdoor`) + .itemInputs('tfc:metal/trapdoor/steel', '#forge:glass_panes') .inputFluids(Fluid.of('gtceu:polyethylene', 36)) - .itemOutputs('16x ad_astra:etrium_panel') + .itemOutputs('ad_astra:steel_trapdoor') .duration(100) .EUt(GTValues.VA[GTValues.LV]) + // Etrium only has factory block, encased block, plateblock, panel, and (storage) block + + event.recipes.gtceu.assembler(`tfg:ad_astra_etrium_panel`) + .itemInputs(`#forge:storage_blocks/etrium`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:etrium_panel`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(3) + + event.recipes.gtceu.assembler(`tfg:ad_astra_etrium_factory_block`) + .itemInputs(`#forge:storage_blocks/etrium`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:etrium_factory_block`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(2) + + event.recipes.gtceu.assembler(`tfg:ad_astra_etrium_plateblock`) + .itemInputs(`#forge:storage_blocks/etrium`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:etrium_plateblock`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(5) + + event.recipes.gtceu.assembler(`tfg:ad_astra_encased_etrium_block`) + .itemInputs(`#forge:storage_blocks/etrium`) + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs(`16x ad_astra:encased_etrium_block`) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(6) + event.stonecutting('ad_astra:etrium_panel', '#tfg:ad_astra_etrium_blocks') event.stonecutting('ad_astra:etrium_factory_block', '#tfg:ad_astra_etrium_blocks') event.stonecutting('ad_astra:encased_etrium_block', '#tfg:ad_astra_etrium_blocks') diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index da81f53d7..e848080eb 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -54,6 +54,7 @@ const registerAdAstraItemTags = (event) => { event.add(`tfg:ad_astra_${block}_blocks`, `ad_astra:encased_${block}_block`) }) + event.add('forge:storage_blocks/etrium', 'ad_astra:etrium_block') event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_factory_block') event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:encased_etrium_block') event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_plateblock') diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index fb92b4b3a..ee1f6b718 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -521,12 +521,12 @@ function registerTFGRockRecipes(event) { // pillars const PILLARS = [ - { raw: 'ad_astra:moon_stone', pillar: 'ad_astra:moon_pillar' }, - { raw: 'ad_astra:mars_stone', pillar: 'ad_astra:mars_pillar' }, - { raw: 'ad_astra:venus_stone', pillar: 'ad_astra:venus_pillar' }, - { raw: 'ad_astra:mercury_stone', pillar: 'ad_astra:mercury_pillar' }, - { raw: 'ad_astra:glacio_stone', pillar: 'ad_astra:glacio_pillar' }, - { raw: 'ad_astra:permafrost', pillar: 'ad_astra:permafrost_pillar' } + { raw: 'ad_astra:moon_stone_bricks', pillar: 'ad_astra:moon_pillar' }, + { raw: 'ad_astra:mars_stone_bricks', pillar: 'ad_astra:mars_pillar' }, + { raw: 'ad_astra:venus_stone_bricks', pillar: 'ad_astra:venus_pillar' }, + { raw: 'ad_astra:mercury_stone_bricks', pillar: 'ad_astra:mercury_pillar' }, + { raw: 'ad_astra:glacio_stone_bricks', pillar: 'ad_astra:glacio_pillar' }, + { raw: 'ad_astra:permafrost_bricks', pillar: 'ad_astra:permafrost_pillar' } ] PILLARS.forEach(x => { diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 577d259fd..6ff71ac7c 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -43,6 +43,7 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:steel_nugget', 'ad_astra:steel_plate', 'ad_astra:steel_rod', + 'ad_astra:ti_69', // Don't integrate these, several systems rely on all ore blocks being gregtech's generated ones 'ad_astra:moon_ice_shard_ore', From b861df57fce0d587cacd4f24e88ec328751ceb37 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 23:30:00 +0100 Subject: [PATCH 093/246] removed duplicate white flag recipe --- kubejs/server_scripts/ad_astra/recipes.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 13fe99d7d..e6b4c0ebc 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -367,13 +367,15 @@ const registerAdAstraRecipes = (event) => { .category(GTRecipeCategories.CHEM_DYES) global.MINECRAFT_DYE_NAMES.forEach(color => { - event.recipes.gtceu.chemical_bath(`tfg:ad_astra_${color}_flag`) - .itemInputs('ad_astra:white_flag') - .inputFluids(Fluid.of(`tfc:${color}_dye`, 36)) - .itemOutputs(`ad_astra:${color}_flag`) - .duration(150) - .EUt(4) - .category(GTRecipeCategories.CHEM_DYES) + if (color != "white") { + event.recipes.gtceu.chemical_bath(`tfg:ad_astra_${color}_flag`) + .itemInputs('ad_astra:white_flag') + .inputFluids(Fluid.of(`tfc:${color}_dye`, 36)) + .itemOutputs(`ad_astra:${color}_flag`) + .duration(150) + .EUt(4) + .category(GTRecipeCategories.CHEM_DYES) + } }) //#endregion From 54a942204f2cfce6bf1a5a166f70b41d5bf9b3bd Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 23:42:05 +0100 Subject: [PATCH 094/246] solar panel tweaks --- kubejs/data/ad_astra/planets/earth_orbit.json | 2 +- kubejs/data/ad_astra/planets/moon.json | 2 +- kubejs/data/ad_astra/planets/moon_orbit.json | 2 +- kubejs/server_scripts/ad_astra/recipes.js | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kubejs/data/ad_astra/planets/earth_orbit.json b/kubejs/data/ad_astra/planets/earth_orbit.json index 4a9446dbc..fffc3dfaf 100644 --- a/kubejs/data/ad_astra/planets/earth_orbit.json +++ b/kubejs/data/ad_astra/planets/earth_orbit.json @@ -2,7 +2,7 @@ "dimension": "ad_astra:earth_orbit", "gravity": 0.0, "oxygen": false, - "solar_power": 512, + "solar_power": 128, "solar_system": "ad_astra:solar_system", "temperature": -270, "tier": 1 diff --git a/kubejs/data/ad_astra/planets/moon.json b/kubejs/data/ad_astra/planets/moon.json index 66bc9e084..c8f638877 100644 --- a/kubejs/data/ad_astra/planets/moon.json +++ b/kubejs/data/ad_astra/planets/moon.json @@ -3,7 +3,7 @@ "gravity": 1.622, "orbit": "ad_astra:moon_orbit", "oxygen": false, - "solar_power": 512, + "solar_power": 128, "solar_system": "ad_astra:solar_system", "temperature": -173, "tier": 1 diff --git a/kubejs/data/ad_astra/planets/moon_orbit.json b/kubejs/data/ad_astra/planets/moon_orbit.json index fb36cee73..ba3d02d0f 100644 --- a/kubejs/data/ad_astra/planets/moon_orbit.json +++ b/kubejs/data/ad_astra/planets/moon_orbit.json @@ -2,7 +2,7 @@ "dimension": "ad_astra:moon_orbit", "gravity": 0.0, "oxygen": false, - "solar_power": 512, + "solar_power": 128, "solar_system": "ad_astra:solar_system", "temperature": -270, "tier": 1 diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index e6b4c0ebc..540d0786b 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -275,7 +275,7 @@ const registerAdAstraRecipes = (event) => { ' F ' ], { A: 'gtceu:solar_panel', - B: 'minecraft:daylight_detector', + B: '#gtceu:batteries/lv', C: '#forge:rods/long/aluminium', E: '#gtceu:circuits/mv', F: 'gtceu:mv_machine_hull' @@ -328,7 +328,7 @@ const registerAdAstraRecipes = (event) => { //#region Стальной FE кабель т1 event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') - .itemInputs('4x #forge:double_wires/manganese_phosphide', '#forge:plates/steel') + .itemInputs('4x #forge:single_wires/manganese_phosphide', '#forge:plates/steel') .inputFluids(Fluid.of('gtceu:polyethylene', 36)) .itemOutputs('4x ad_astra:steel_cable') .duration(60) @@ -339,7 +339,7 @@ const registerAdAstraRecipes = (event) => { //#region FE кабель т2 event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') - .itemInputs('4x #forge:double_wires/magnesium_diboride', '#forge:plates/desh') + .itemInputs('4x #forge:single_wires/magnesium_diboride', '#forge:plates/desh') .inputFluids(Fluid.of('gtceu:polyethylene', 72)) .itemOutputs('4x ad_astra:desh_cable') .duration(60) From c7bed8a44a2a06081ad26f44d6b64c034a8b0d10 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 23:45:18 +0100 Subject: [PATCH 095/246] langs --- kubejs/assets/ad_astra/lang/en_us.json | 10 +- kubejs/assets/beneath/lang/en_us.json | 3 +- kubejs/assets/create/lang/en_us.json | 3 +- .../assets/endermanoverhaul/lang/en_us.json | 12 +- kubejs/assets/gtceu/lang/en_us.json | 18 +- kubejs/assets/minecraft/lang/en_us.json | 2 +- kubejs/assets/tfg/lang/en_us.json | 305 +++++------------- 7 files changed, 113 insertions(+), 240 deletions(-) diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index 0366e0a68..988c0d8ab 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -19,7 +19,6 @@ "block.ad_astra.polished_moon_stone": "Polished Anorthosite", "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", - "block.ad_astra.sky_stone": "Meteorite", "block.ad_astra.moon_deepslate": "Raw Norite", "block.ad_astra.moon_cheese_ore": "Anorthosite Cheese Ore", "block.ad_astra.mars_sand": "Martian Sand", @@ -43,7 +42,7 @@ "block.ad_astra.polished_mars_stone_stairs": "Polished Argillite Stairs", "block.ad_astra.conglomerate": "Martian Conglomerate", "block.ad_astra.polished_conglomerate": "Polished Martian Conglomerate", - "block.ad_astra.venus_sand": "Venusian Sand", + "block.ad_astra.venus_sand": "Trachyte Sand", "block.ad_astra.venus_stone": "Raw Trachyte", "block.ad_astra.venus_cobblestone": "Trachyte Cobble", "block.ad_astra.venus_cobblestone_slab": "Trachyte Cobble Slab", @@ -62,6 +61,11 @@ "block.ad_astra.polished_venus_stone": "Polished Trachyte", "block.ad_astra.polished_venus_stone_slab": "Polished Trachyte Slab", "block.ad_astra.polished_venus_stone_stairs": "Polished Trachyte Stairs", + "block.ad_astra.venus_sandstone": "Trachyte Sandstone", + "block.ad_astra.venus_sandstone_bricks": "Trachyte Sandstone Bricks", + "block.ad_astra.venus_sandstone_brick_slab": "Trachyte Sandstone Brick Slab", + "block.ad_astra.venus_sandstone_brick_stairs": "Trachyte Sandstone Brick Stairs", + "block.ad_astra.cracked_venus_sandstone_bricks": "Cracked Trachyte Sandstone Bricks", "block.ad_astra.mercury_stone": "Raw Komatiite", "block.ad_astra.mercury_cobblestone": "Komatiite Cobble", "block.ad_astra.mercury_cobblestone_slab": "Komatiite Cobble Slab", @@ -98,6 +102,8 @@ "block.ad_astra.polished_glacio_stone": "Polished Phonolite", "block.ad_astra.polished_glacio_stone_slab": "Polished Phonolite Slab", "block.ad_astra.polished_glacio_stone_stairs": "Polished Phonolite Stairs", + "entity.ad_astra.corrupted_lunarian": "Lunar Zombie", + "fluid.ad_astra.oxygen": "Breathable Air", "tagprefix.moon_stone": "Anorthosite %s Ore", "tagprefix.moon_deepslate": "Norite %s Ore", "tagprefix.mars_stone": "Argillite %s Ore", diff --git a/kubejs/assets/beneath/lang/en_us.json b/kubejs/assets/beneath/lang/en_us.json index cdeb75e30..f5290e9ed 100644 --- a/kubejs/assets/beneath/lang/en_us.json +++ b/kubejs/assets/beneath/lang/en_us.json @@ -12,5 +12,6 @@ "item.beneath.cursed_hide": "Lavaproof Hide", "item.beneath.blackstone_brick": "Pyroxenite Brick", "item.beneath.cursecoal": "Anthracite", - "item.beneath.crackrack_rock": "Keratophyre Rock" + "item.beneath.crackrack_rock": "Keratophyre Rock", + "item.beneath.loose_blackstone": "Loose Pyroxenite" } \ No newline at end of file diff --git a/kubejs/assets/create/lang/en_us.json b/kubejs/assets/create/lang/en_us.json index cde7dd357..9c17fa677 100644 --- a/kubejs/assets/create/lang/en_us.json +++ b/kubejs/assets/create/lang/en_us.json @@ -12,6 +12,7 @@ "block.create.andesite_encased_shaft": "Metal Encased Shaft", "block.create.andesite_funnel": "Metal Funnel", "block.create.andesite_ladder": "Metal Ladder", + "block.create.andesite_pillar": "Metal Pillar", "block.create.andesite_scaffolding": "Metal Scaffolding", "block.create.andesite_tunnel": "Metal Tunnel", "block.create.cut_deepslate": "Cut Migmatite", @@ -75,7 +76,7 @@ "item.create.copper_sheet": "Copper Plate", "item.create.brass_sheet": "Brass Plate", "item.create.golden_sheet": "Gold Plate", - "item.create.crushed_raw_gold": "Purified Gold Ore", + "item.create_crushed_raw_gold": "Purified Gold Ore", "item.create.crushed_raw_copper": "Purified Copper Ore", "item.create.crushed_raw_zinc": "Purified Zinc Ore", "item.create.crushed_raw_silver": "Purified Silver Ore", diff --git a/kubejs/assets/endermanoverhaul/lang/en_us.json b/kubejs/assets/endermanoverhaul/lang/en_us.json index 9999fecbc..30632d510 100644 --- a/kubejs/assets/endermanoverhaul/lang/en_us.json +++ b/kubejs/assets/endermanoverhaul/lang/en_us.json @@ -5,16 +5,20 @@ "entity.endermanoverhaul.mushroom_fields_enderman": "Mushroom Enderman", "entity.endermanoverhaul.swamp_enderman": "Mossy Enderman", "entity.endermanoverhaul.scarab": "Beetle", - "entity.endermanoverhaul.soulsand_valley_enderman": "Lunar Maria Enderman", - "entity.endermanoverhaul.windswept_hills_enderman": "Lunar Highlands Enderman", + "entity.endermanoverhaul.soulsand_valley_enderman": "Lightbloom-Touched Enderman", + "entity.endermanoverhaul.windswept_hills_enderman": "Lunar Maria Enderman", + "entity.endermanoverhaul.end_enderman": "Baritone Choral Enderman", + "entity.endermanoverhaul.end_islands_enderman": "Soprano Choral Enderman", "entity.endermanoverhaul.spirit": "Comet", "item.endermanoverhaul.cave_enderman_spawn_egg": "Deep Cave Enderman Spawn Egg", "item.endermanoverhaul.dark_oak_enderman_spawn_egg": "Ashen Enderman Spawn Egg", "item.endermanoverhaul.mushroom_fields_enderman_spawn_egg": "Mushroom Enderman Spawn Egg", "item.endermanoverhaul.swamp_enderman_spawn_egg": "Mossy Enderman Spawn Egg", "item.endermanoverhaul.scarab_spawn_egg": "Beetle Spawn Egg", - "item.endermanoverhaul.soulsand_valley_enderman_spawn_egg": "Lunar Maria Enderman Spawn Egg", - "item.endermanoverhaul.windswept_hills_enderman_spawn_egg": "Lunar Highlands Enderman Spawn Egg", + "item.endermanoverhaul.soulsand_valley_enderman_spawn_egg": "Lightbloom-Touched Enderman Spawn Egg", + "item.endermanoverhaul.windswept_hills_enderman_spawn_egg": "Lunar Maria Enderman Spawn Egg", + "item.endermanoverhaul.end_enderman_spawn_egg": "Baritone Choral Enderman Spawn Egg", + "item.endermanoverhaul.end_islands_enderman_spawn_egg": "Soprano Choral Enderman Spawn Egg", "item.endermanoverhaul.spirit_spawn_egg": "Comet Spawn Egg", "subtitles.endermanoverhaul.entity.cave_enderman.ambient": "Deep Cave Enderman vwoops", "subtitles.endermanoverhaul.entity.cave_enderman.hurt": "Deep Cave Enderman hurts", diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 2aea9b95e..9e921786c 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -36,7 +36,7 @@ "item.gtceu.long_iron_rod": "Long Cast Iron Rod", "item.gtceu.iron_rotor": "Cast Iron Rotor", "item.gtceu.iron_spring": "Cast Iron Spring", - "item.gtceu.small_iron_spring": "SmallCast Iron Spring", + "item.gtceu.small_iron_spring": "Small Cast Iron Spring", "item.gtceu.iron_bolt": "Cast Iron Bolt", "item.gtceu.iron_screw": "Cast Iron Screw", "item.gtceu.iron_turbine_blade": "Cast Iron Turbine Blade", @@ -51,16 +51,8 @@ "item.gtceu.iron_quadruple_cable": "4x Cast Iron Cable", "item.gtceu.iron_octal_cable": "8x Cast Iron Cable", "item.gtceu.iron_hex_cable": "16x Cast Iron Cable", - "item.gtceu.ice_bucket": "Ice Slush Bucket", - "item.gtceu.copper_credit": "§71 Credit", - "item.gtceu.cupronickel_credit": "§78 Credits", - "item.gtceu.silver_credit": "§764 Credits", - "item.gtceu.gold_credit": "§7512 Credits", - "item.gtceu.platinum_credit": "§74,096 Credits", - "item.gtceu.osmium_credit": "§732,768 Credits", - "item.gtceu.naquadah_credit": "§7262,144 Credits", - "item.gtceu.neutronium_credit": "§72,097,152 Credits", - "material.gtceu.ice": "Ice Slush", + "item.gtceu.ice_bucket": "Ice Water Bucket", + "material.gtceu.ice": "Ice Water", "material.gtceu.cooperite": "Cooperite", "material.gtceu.fayalite": "Fayalite", "material.gtceu.diopside": "Diopside", @@ -70,13 +62,11 @@ "material.gtceu.ostrum": "Ostrum", "material.gtceu.calorite": "Calorite", "material.gtceu.etrium": "Etrium", - "material.gtceu.rocket_alloy_t1": "Colored Rocket Alloy", + "material.gtceu.rocket_alloy_t1": "R-Aluminosteel Rocket Alloy", "material.gtceu.vitrified_asbestos": "Vitrified Asbestos", "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice", - "block.gtceu.overworld_marker": "Earth", - "block.gtceu.the_nether_marker": "The Beneath", "tagprefix.sword_head": "%s Sword Head", "tagprefix.pickaxe_head": "%s Pickaxe Head", "tagprefix.shovel_head": "%s Shovel Head", diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index ad6f97857..2d3ad508e 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -46,6 +46,6 @@ "item.minecraft.iron_ingot": "Cast Iron Ingot", "item.minecraft.iron_block": "Cast Iron Block", "item.minecraft.netherite_leggings": "Blue Steel Diving Leggings", - "item.beneath.loose_blackstone": "Loose Pyroxenite", + "item.minecraft.string": "Silk Thread", "material.tfg.dripstone": "Travertine" } \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 5454b4de1..d28ced3a4 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -20,9 +20,6 @@ "biome.tfg.moon/lunar_lights_dense": "Lightbloom Star Gazers", "biome.tfg.moon/lunar_lights_sparse": "Lightbloom Scrubland", "biome.tfg.moon/lunar_plains": "Lunar Plains", - "biome.tfg.moon/lunar_sands": "Lunar Sands", - "block.tfg.piglin_disguise": "Piglin Disguise", - "block.tfg.piglin_disguise_block": "Piglin Disguise", "block.tfg.decorative_vase.black": "Black Decorative Vase", "block.tfg.decorative_vase.gray": "Gray Decorative Vase", "block.tfg.decorative_vase.light_gray": "Light Gray Decorative Vase", @@ -163,10 +160,6 @@ "block.tfg.lunar_sprouts": "Lunar Lightgrass", "block.tfg.lunar_chorus_plant": "Chorus Plant", "block.tfg.lunar_chorus_flower": "Chorus Flower", - "block.tfg.lv_aqueous_accumulator": "Basic Aqueous Accumulator", - "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", - "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", - "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -257,8 +250,6 @@ "item.tfg.zpm_universal_circuit": "ZPM Universal Circuit", "item.tfg.uv_universal_circuit": "UV Universal Circuit", "item.tfg.uhv_universal_circuit": "UHV Universal Circuit", - "item.tfg.piglin_disguise": "Piglin Disguise", - "item.tfg.trowel": "Trowel", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -466,8 +457,6 @@ "tfc.recipe.barrel.tfg.barrel.cooling_water_2": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_3": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_4": "Cooling Water", - "tfc.recipe.barrel.tfg.sealed_barrel.prepared_leather_gloves": "Soaking Leather Gloves", - "gtceu.aqueous_accumulator": "Aqueous Accumulator", "tfg.grapplemod.repair": "Repair recipe, keeps your upgrades. §lNEVER combine two grapples or you'll lose ALL your upgrades!§r", "tfg.grapplemod.upgrades.maxlen": "Increases §lMax Length§r by 20, up to 200.", "tfg.grapplemod.downgrades.maxlen": "Decreases §lMax Length§r by 20, down to 20. (Jute Rope is Returned).", @@ -538,7 +527,7 @@ "quests.development.explanation.desc.1": "The &lCircuit Progression&r of GregTech can seem intimidating at first, but it's not that bad.\n\nFirst, you need to understand that circuits of the same tier are interchangeable. For example, to craft an &6HV&r &6Mixer&r, you can use any &6HV-tier&r circuit.", "quests.development.explanation.desc.2": "Now, let's talk about &lprogression&r. As you may notice, each circuit shares a color code on its icon and a name. For example, all &aQuantum Processors&r are &agreen&r and crafted inside &1IV-tier&r Circuit Assemblers. To craft one, you first need the previous circuit — that's why, to craft your first &dLuV&r &dCircuit&r, the Nanoprocessor Mainframe, you must start by crafting a Nanoprocessor and progress through each &7step&r. In this case, it would take three steps.\n\nThis is why the rightmost &6circuits&r in each line are always cheaper to &a craft&r: they require fewer &7steps&r.", "quests.development.explanation.desc.3": "Additionally, we have added &lUniversal Circuits&r. They can be &a crafted&r from any &6circuit&r — whether &1IV&r, &dLuV&r, &3UV&r, or any other tier — and are extremely useful for &9automation&r with AE2. Try to encode all your &fpatterns&r with &lUniversal Circuits&r, so whenever you upgrade to a better circuit, you won't have to redo all your &fpatterns&r — only the ones used to craft the Universal Circuit.", - "quests.development.explanation.task": "Okay I read the whole three pages", + "quests.development.explanation.task": "Okay I read the whole three prages", "quests.development.ulv.title": "&8ULV&r Circuits", "quests.development.ulv.subtitle": "", "quests.development.ulv.desc": "On this line you can see the Steam, or &8&8ULV&r, equivalents.", @@ -596,117 +585,13 @@ "quests.gregtech_energy.start.title": "Let's do some explaining", "quests.gregtech_energy.start.desc": "We know that &5GregTech&r isn’t the easiest mod to get into — especially when it comes to the &cenergy system&r. That’s why we’ll take our time in this chapter to explain as much as we can.\n\nSome things here might not make full sense until later in your progression, so &adon’t stress yourself&r. Just try to understand what you can for now, and feel free to &dcome back to this chapter&r whenever you have questions.\n\nWe’ve split this chapter into &efour categories&r, each one covering a topic related to the &6GregTech Energy System&r. We’ll provide as many examples as possible to help you understand how it all works.", "quests.gregtech_energy.start.task": "Welcome aboard", - "quests.gregtech_energy.start.subtitle": "It's not as bad as you could think", - "quests.gregtech_energy.moving.title": "Moving your Energy", - "quests.gregtech_energy.moving.subtitle": "So Energy transfer uh", - "quests.gregtech_energy.moving.desc": "&6Moving Energy in Gregtech&r means understanding a few core mechanics.\n\nFirst, &bEnergy Tiers&r. From &aLV&r to &cUHV&r, everything in Gregtech — wires, machines, recipes — is tied to a tier. You’ll need the &ecorrect cable material&r to move energy. For example:\n&8•&r Tin wire = &aLV&r\n&8•&r Copper wire= &bMV&r\n\nSecond, you’ve got the &bAmperage&r mechanic. Think of &d1 Amp&r (or &d1A&r) as &ea packet of energy&r. It moves down your cable to the closest machine needing power.\n&8•&r 1A of LV = &a32 EU&r\n&8•&r 1A of HV = &e512 EU&r\n\nMost machines and energy hatches can only take &62A at once&r.\n\nMastering these two ideas is key before going further into energy distribution.", - "quests.gregtech_energy.moving.task": "I understand", - "quests.gregtech_energy.transformer.title": "The Super Transformer", - "quests.gregtech_energy.transformer.subtitle": "Better than Optimus Prime", - "quests.gregtech_energy.transformer.desc": "&6For every problem, Gregtech has a multiblock solution.&r Enter the &dActive Transformer&r.\n\nThis beast is your &9ultimate transformer&r. It can &echannel energy between any tiers&r — from &aLV&r to &cUHV&r — with &cno explosions&r. But that's not even the best part.\n\nIt can &btransmit energy using Laser Pipes&r.\n&8•&r Lasers send absurd amounts of Amps.\n&8•&r No loss. No cables. Just pure energy.\n&8•&r Only one catch: it &chas to be in a perfectly straight line&r.\n\n&7When cables feel weak, &luse lasers&r.", - "quests.gregtech_energy.moving_wire.title": "Moving with wires", - "quests.gregtech_energy.moving_wire.subtitle": "Funky to place", - "quests.gregtech_energy.moving_wire.desc": "&6Moving energy around in Gregtech can be tricky&b — we got cable loss&r. For every block, for every amp, you might lose energy as it travels through your wires. But don’t worry, there are &7solutions&r:\n\n&8•&r &bCover your wires&r with rubber. By doing so, you'll significantly reduce energy loss over distance. Just check the quest items for a reference.\n&8•&r &bUse higher-tier cables&r. Platinum cables, for example, only lose 1 EU per block — &9practically nothing&r when compared to the 8192 EU it can carry.\n&8•&r &bSuperconductors&r. These beauties are a bit pricier, but they have &9zero loss&r. They don’t need rubber covers, &cno shock&r. Just be aware that they require specific components based on their tier.\n\n&7Optimize your energy flow — &breduce losses&r and make your systems more efficient.", - "quests.gregtech_energy.moving_wire.task": "I finished look at wires", - "quests.gregtech_energy.moving_amp.title": "Managing Amp", - "quests.gregtech_energy.moving_amp.subtitle": "It burns?", - "quests.gregtech_energy.moving_amp.desc.1": "You’ll notice in a wire’s tooltip its &eMax Amperage&r — that’s the amount of amps a cable can safely carry before burning.\nTo know how many amps will flow through a cable, you must consider two things:\n\n&6- A Generator or Battery outputs a specific amount of Amps:&r\n&7Battery Buffers&r will output as many amps as they have batteries inside.\nEvery single-block generator outputs &e1A&r.\nFor multiblock generators, it depends on the &aDynamo Energy Hatch&r — the value is shown in its tooltip.\n\n&6- Amperage output is also based on what is needed:&r\nEach machine connected to a power line will request amps to fill its internal buffer.", - "quests.gregtech_energy.moving_amp.desc.2": "Let’s look at an example:\nYou have &e6 machines&r connected to an &e8x Battery Buffer&r filled with batteries.\nThe buffer will try to send &e1A&r to each machine — that’s &e6A&r total.\nThe amps are delivered in order: the closest machines get power first, and the furthest ones last.\nIf your cables only support &c4A&r, they’ll &cBURN&r. You’ll need &a8A cables&r in this case.\n\n&bTip:&r The first machine in the line might need a cable that handles &e8A&r,\nbut the last machine may only need &e1A&r, as it’s only receiving what’s left.\n&c⚠ Be careful:&r adding another machine at the end could cause the cable to burn if it exceeds the limit.", - "quests.gregtech_energy.moving_amp.task": "I got it", - "quests.gregtech_energy.produce_energy.title": "Producing Energy", - "quests.gregtech_energy.produce_energy.subtitle": "Gas or Oil?", - "quests.gregtech_energy.produce_energy.desc": "It’s all about making energy, right? This part won’t be the most complicated one, since &eproducing energy&r in &2TerraFirmaGreg&r works pretty much like in &5standard GregTech&r.\n\nYou’ll learn about the various &6methods to generate energy&r, as well as some of the &afuels&r you can use to get the most out of your setup.", - "quests.gregtech_energy.produce_energy.task": "Got it", - "quests.gregtech_energy.first_generator.title": "Your first generators", - "quests.gregtech_energy.first_generator.subtitle": "It begins small", - "quests.gregtech_energy.first_generator.desc": "All of these are your basic &61-block Generators&r. They have a single &9input&r for their fuel — whether it’s &esteam&r, &agas&r, or &6liquid fuel&r — and they output exactly &e1A&r of power at their energy tier.\n\nThey’re simple to work with and will be your &ofirst source of power&r in &5GregTech&r until you reach the &dlarge multiblock generators&r.\n\nTo know what fuels can be used, &aEMI&r is your best friend — or you can check the &bquests on the left&r, where we’ve listed the most &aoptimal inputs&r.", - "quests.gregtech_energy.first_generator.task": "Get any of them", - "quests.gregtech_energy.lpt.title": "The Large Plasma Turbine", - "quests.gregtech_energy.lpt.subtitle": "You need a Fusion Reactor", - "quests.gregtech_energy.lpt.desc.1": "The &6Large Plasma Turbine&r — also known as &dLPT&r — is a real powerhouse. Not in size (it’s fairly standard), but in &ccapacity&r. You’ll need &dLuV Circuits&r, a &dLuV Machine Hull&r, and &5tons of Tungstensteel&r to craft it. It’s considered your &6most powerful generator&r in &2TerraFirmaGreg&r.\n\nSo, how does it work? You’ll need &5Plasma&r produced by a &6Fusion Reactor&r. That plasma is cooled down inside the LPT while generating energy. You will need an &2output hatch&r to get the cooled plasma.", - "quests.gregtech_energy.lpt.desc.2": "By default, the LPT starts at &e16384 EU/t&r. That energy output &cdoubles&r with each increase in the &6Rotor Holder&r after &1IV&r.\n\nFor example, using a &dLuV Rotor Holder&r (x2) with an &cHSS-E Turbine Rotor&r (x2,8) will give you a staggering &e91750 EU/t&r — that’s about &a2.8A of LuV&r power!\n\nLike other turbines, it will &8slow down&r and stop if the &dDynamo Hatch&r is full so you won't waste plasma, but doesn’t require a &7Muffler Hatch&r.", - "quests.gregtech_energy.lgt.title": "The Large Gas Turbine", - "quests.gregtech_energy.lgt.subtitle": "The fan favorite", - "quests.gregtech_energy.lgt.desc.1": "The &6Large Gas Turbine&r — also known as &dLGT&r — is one of your two main sources of &aenergy production&r for most of the pack. You’ll be able to build your first one at &5EV&r using &6Stainless Steel&r. It can carry you from &5EV&r all the way to &dLuV&r, until you feel ready to upgrade to the &6Large Plasma Turbine&r.\n\nThat said, many players can finish &2TerraFirmaGreg&r using only these turbines — provided you have a &cstrong infrastructure&r to handle the &agas demands&r of high-tier LGTs.\n\nTo build the LGT, you’ll need the usual &dMaintenance Hatch&r and &9Input Hatch&r. This turbine &erequires a Muffler Hatch&r, but it &cdoes not use an Output Hatch&r. &mYou’ll need to manage the &cCarbon Monoxide&r&m it emits with something like an &6Air Scrubber&r.&r", - "quests.gregtech_energy.lgt.desc.2": "The default output is &e4096 EU/t&r. That output &cdoubles&r with each upgrade to the &6Rotor Holder&r after &5EV&r. For example, an LGT using an &1IV Rotor Holder&r (×2) with a &cHSS-E Turbine Rotor&r (280% power) will produce:\n&e4096 × 2 × 2.8 = 22,937.6 EU/t&r — that's about &a2.8A of IV&r.\n\nTo fully extract that energy, you’ll need at least a &dIV 4A Dynamo Hatch&r. A simple Dynamo Hatch only handles &e2A&r.\n\nJust so you know: the &eEfficiency stat&r of a Turbine Rotor increases the &cduration of the recipe&r, which means you get more power from each &6mB of fuel&r.\n\nLastly, if the &dDynamo Hatch&r fills up, the LGT will automatically &8slow down&r and pause fuel usage, gradually reducing rotor speed until it resumes again. So &ayou won't lose any fuel&r during a backup.", - "quests.gregtech_energy.lst.title": "The Large Steam Turbine", - "quests.gregtech_energy.lst.subtitle": "It exists", - "quests.gregtech_energy.lst.desc.1": "The &6Large Steam Turbine&r — or &dLST&r — might not be the most common &5Large Generator&r in standard GregTech, but thanks to its early unlock at &6HV&r and the fact that &eLarge Boilers&r are stronger in &2TerraFirmaGreg&r, it definitely has its place.\n\nTo make it work, you’ll need an &9Input Hatch&r for &osteam&r, an &eOutput Hatch&r for &9Distilled Water&r, and of course a &dMaintenance Hatch&r. That’s all you need.\n\nLike all &dLarge Turbines&r, you’ll place a &6Rotor Holder&r on one side and a &dDynamo Hatch&r on the other to extract power. For the LST, the Rotor Holder must be at least &6HV-tier&r. Each Rotor Holder upgrade &cdoubles&r the output and increases &aefficiency&r slightly.", - "quests.gregtech_energy.lst.desc.2": "The base output of the LST is &e1024 EU/t&r. Let’s take an example: with an &1IV Rotor Holder&r (×4) and a &cHSS-E Turbine Rotor&r (280% power), you’ll get:\n&e1024 × 4 × 2.8 = 11,468.8 EU/t&r — that’s about &a1.4A of IV&r.\n\nTo extract that energy, you’d need either an &dIV Dynamo Hatch&r or an &5EV 16A Dynamo Hatch&r.\n\nWhile the LST isn’t the best turbine out there, if you have &9plenty of Large Boilers&r or access to &alava&r or &7creosote&r as infinite fuel, these &esteel-based, affordable turbines&r could absolutely serve you well.", - "quests.gregtech_energy.lce.title": "", - "quests.gregtech_energy.lce.subtitle": "Don't belive its GUI", - "quests.gregtech_energy.lce.desc.1": "These two &6bad boys&r are your &achampions&r if you’re into transforming &eOils&r into &cfuels&r. The &6Large Combustion Engine&r (&dLCE&r) and the &5Extreme Combustion Engine&r (&dECE&r) share the same fuel types and even look alike — but they require different materials to build.\n\nTo craft the &dLCE&r, you’ll need to reach &5EV&r and unlock &6Titanium&r, along with at least one &1IV Circuit&r. For the &dECE&r, it’ll be &5Tungstensteel&r and a &dLuV Circuit&r — something you should be able to build comfortably during the &1IV Chapter&r.", - "quests.gregtech_energy.lce.desc.2": "Both machines require an &9Input Hatch&r for &cfuel&r and also &6Lubricant&r. For the &dECE&r, adding &bOxygen&r or &bLiquid Oxygen&r will grant you a &cmassive energy boost&r. Check the &etooltip&r of your fuel to compare how much extra energy you get with oxidizers — it's well worth it.\n\nKeep in mind: both engines need a &7Muffler Hatch&r, so &cThey Will Pollute&r.", - "quests.gregtech_energy.lpt_fuel.title": "Plasma Fuels", - "quests.gregtech_energy.lpt_fuel.subtitle": "It's very hot", - "quests.gregtech_energy.lpt_fuel.desc.1": "&6Large Plasma Turbines&r require &chigh-tech fuels&r to run, and we provide you with &a2 strong options&r:\n\n&8- The first option&r becomes available with your &dMK1 Fusion Reactor&r: &eHelium Plasma&r.\nYou can create it using &3Deuterium&r and &3Tritium Gas&r — both gases are obtained by &adistilling Liquid Ender Air&r.\nThis fuel isn't the most powerful, but it's by far the &aeasiest and earliest&r to produce.", - "quests.gregtech_energy.lpt_fuel.desc.2": "&8- The second option&r requires a &5MK3 Fusion Reactor&r and allows you to generate &eNickel Plasma&r.\nTo make it, you’ll need &6Liquid Potassium&r — which you can extract from various ores — and the &4infamous Fluorine&r, which you should already know how to produce by now.\n\n⚠ Don’t forget: &eHelium Gas&r and &eLiquid Nickel&r should be &3collected and returned&r to your storage for &afuture reuse&r.\n\nThese two fuels are your &abest candidates&r for powering the &dLPT&r, depending on how far you've progressed in your &bindustrial madness&r.", - "quests.gregtech_energy.lpt_fuel.task": "I don't want to make a bucket of Plasma", - "quests.gregtech_energy.lgt_fuel.title": "Gas Fuels", - "quests.gregtech_energy.lgt_fuel.subtitle": "The everyone favorite", - "quests.gregtech_energy.lgt_fuel.desc.1": "When we speak about &agas fuels&r, we’re really talking about &cjust one&r — &eNitrobenzene&r.\n\nYou’ll be able to produce it once you reach &6HV&r, and we &astrongly recommend it&r if you’re planning to use the &5Large Gas Turbine&r.\n\nBefore reaching Nitrobenzene, &eBenzene&r is a solid option to get started. You can obtain it via &aOrganic Chemistry&r or by processing &eHeavy Oil&r, if you’re lucky enough to have some nearby.", - "quests.gregtech_energy.lgt_fuel.desc.2": "Making &eNitrobenzene&r involves several steps — until you craft your first &6Large Chemical Reactor&r (&aLCR&r), which will let you &3skip many sub-steps&r and simplify the process.\n\nIt’s nothing too complicated: combine &3Hydrogen&r, &bNitrogen&r, and &bOxygen&r to make &eNitric Acid&r in infinite quantities. As for &eSulfuric Acid&r, you probably already know it’s just &6Sulfur&r and &9Water&r — right?\n\nOnce you get this chain going, Nitrobenzene becomes one of the &amost powerful fuels&r for gas burning.", - "quests.gregtech_energy.lgt_fuel.task": "Gas in a bucket?", - "quests.gregtech_energy.lst_fuel.title": "This is Steam", - "quests.gregtech_energy.lst_fuel.subtitle": "Not much of a choice", - "quests.gregtech_energy.lst_fuel.desc": "Steam isn’t really complicated — just &aboil water&r to get steam.\n\nTo do it efficiently, we recommend using &6Large Boilers&r. You’ll find &c4 versions&r: one each for &8ULV&r, &bMV&r, &5EV&r, and &1IV&r. Each tier provides a &dstrong increase&r in steam output.\n\nHowever, be aware: the scaling of the &dLarge Steam Turbine&r with these boilers is &cnot the best&r compared to other power generation methods.\n\nMost players will &7skip&r the &5Titanium&r and &dTungstensteel&r Boilers — they exist if you want them, but aren’t really &aefficient or worth building&r in most cases.\n\nAs a reminder: &e2 mB&r of steam = &e1 EU&r.", - "quests.gregtech_energy.lst_fuel.task": "", - "quests.gregtech_energy.lce_fuel.title": "Liquid fuel", - "quests.gregtech_energy.lce_fuel.subtitle": "This one is killing hard the planet", - "quests.gregtech_energy.lce_fuel.desc.1": "All of these &cfuels&r are used for &6Combustion Generators&r — ranked here from the &cleast efficient&r to the &abest&r.\n\nDuring &bMV&r, we recommend starting with &eDiesel&r or &eBiodiesel&r. Later on, you can upgrade to &eCetane-Boosted Diesel&r at &6HV&r by mixing it with &bNitrogen&r, &3Hydrogen&r, and &bOxygen&r.", - "quests.gregtech_energy.lce_fuel.desc.2": "Once you reach &5EV&r and get your hands on a &6Distillation Tower&r, it's time to switch over to &eGasoline&r and &eHigh Octane Gasoline&r. Don’t attempt this too early — &coils need to be distilled properly&r, and doing it with a &cDistillery&r is &cnot efficient&r at all.\n\nTo make this work, you'll need a combination of oil distillation and some &aorganic compound processing&r. Thankfully, a &6Pyrolyse Oven&r and a &6Distillation Tower&r will handle it all smoothly.\n\nIf you manage a &asteady supply&r of &eHigh Octane Gasoline&r, you should be able to &3finish the entire modpack&r running only on &6Combustion Generators&r.", - "quests.gregtech_energy.lce_fuel.task": "I got enough", - "quests.gregtech_energy.storage.title": "Storing Energy", - "quests.gregtech_energy.storage.desc": "Storing your energy is one of the &emost fundamental aspects&r of the power system in &dGregTech&r.\n\nWhy is that? Simply because even the &cstrongest generators&r won't be enough to keep up when you launch a &ebig craft&r — especially in late game.\n\nTo deal with this, GregTech provides &6multiple solutions&r to store &bastronomical amounts of EU&r. These storages act as a &3buffer&r between your energy production and the machines that drain it during complex operations.\n\nWhether you’re preparing for a &1Fusion Reactor&r, a &dLCT&r, or any &6HV-IV scale crafting chain&r, you’ll need that extra backup of energy to keep everything stable.\n\nDon’t underestimate the &apower of a good battery&r — it may just be the thing that saves your base from crashing during your most ambitious moments.", - "quests.gregtech_energy.storage.task": "I understand", - "quests.gregtech_energy.storage.subtitle": "Gregtech has some tremendous storage capacity", - "quests.gregtech_energy.tank.title": "Storing the Fuel", - "quests.gregtech_energy.tank.desc.1": "Obviously, storing energy can also mean &estoring the fuel that makes it&r.\n\nFor this scenario, while &7Drums&r and &6Crates&r are decent early options, you should not overlook the &dSuper Tank&r and the &dSuper Chest&r.", - "quests.gregtech_energy.tank.desc.2": "These &abeasts&r are capable of storing &ctremendous amounts of fluid or items&r — perfect for &3autonomous energy setups&r, especially when you want to generate power &cfar away from your main base&r without having to build an entire cable network.\n\nJust load them up with &egas, fuel, steam&r or even &4plasma&r, and let them handle the rest. With proper planning, your outposts can be fully operational with &ano live connection&r to your central grid.\n\nEnergy doesn’t always come in wires — sometimes, it comes in barrels.", - "quests.gregtech_energy.tank.task": "Any Super Tank", - "quests.gregtech_energy.tank.subtitle": "Keep the fuel if you can't the energy", - "quests.gregtech_energy.battery_buffer.title": "Battery Buffer", - "quests.gregtech_energy.battery_buffer.desc.1": "&dBattery Buffers&r are your basic machines to &estore and manage energy&r — though technically, they don’t store energy on their own. They simply serve as a &3housing for your batteries&r.\n\n⚠ &cIf you don’t want them to explode&r:\n- &4Never input higher-tier energy&r into a lower-tier Battery Buffer.\n- Batteries can only be charged if they are of &cequal or lower tier&r than the Battery Buffer.", - "quests.gregtech_energy.battery_buffer.desc.2": "\uD83D\uDD0C A Battery Buffer can accept up to &b2x its output amperage&r.\nSo for example, a &e4x Battery Buffer&r can take in &a8A&r — but will only output &e4A&r max (1A per battery slot).\n\n\uD83E\uDEAB &eReminder&r:\n- No batteries = &cno output&r.\n- The number of batteries determines the number of Amps it outputs.\nThat means a &68x Battery Buffer&r with only &e3 batteries&r will only output &e3A&r.\n\nUse them wisely — they are the &afoundation of any stable energy network&r.", - "quests.gregtech_energy.battery_buffer.task.1": "Some battery buffers", - "quests.gregtech_energy.battery_buffer.task.2": "I got an other one", - "quests.gregtech_energy.battery_buffer.subtitle": "The basic battery needs batteries", - "quests.gregtech_energy.pss.title": "The Power Substation", - "quests.gregtech_energy.pss.desc.1": "This one should become your &5main focus&r once you progress into &1IV&r.\n\nThe &dPower Substation&r — also known as the &dPSS&r — is the &6ultimate custom battery multiblock&r.\nIt can store so much energy... you’d probably need &cmultiple lifetimes&r to fill it.", - "quests.gregtech_energy.pss.desc.2": "&eHow it works&r:\n- Build the structure using &aPalladium Substation Casings&r.\n- Add at least &b1 Energy Hatch&r (input) and &b1 Dynamo Hatch&r (output).\n- It accepts &aany hatch&r — &8Amperage-based&r or &6Laser&r.\n- &cNo risk of explosion&r — transformers are &aintegrated&r.\n\n&eCapacitor Layers&r:\n- You can add up to &d17 layers&r of &9Capacitor Blocks&r on top of the structure.\n- Each layer must be &cfully filled&r — no gaps.\n- Mix &fempty&r and &6full&r capacitors however you like.\n\nSurround each layer with &bLaminated Glass&r.\n\nLet’s be honest: &cYou’ll never need 17 layers&r... but hey, it’s nice to dream big.\nIf you ever do build a full 17-layer PSS, &lplease send help&r — you’ve gone too far.", - "quests.gregtech_energy.pss.subtitle": "Cool Gregtech Multiblock", - "quests.gregtech_energy.batteries.title": "Super Batteries", - "quests.gregtech_energy.batteries.desc": "From &7LV&r and &bMV&r, you probably built your first batteries made of &fSodium&r or &3Lithium&r.\n\nBut let’s be honest — these are the &cweakest&r batteries GregTech has to offer.\n\nIn this quest, we’ll look at the powerful alternatives: the &acrystal batteries&r.\nThey are &emuch more potent&r, store way more energy, and can help you push your factory to the next tier.\n\nAre they &cmore expensive&r? Of course. But let’s be real...\n&6Power is Power&r. Who’s counting?", - "quests.gregtech_energy.batteries.task": "Any batteries", - "quests.gregtech_energy.batteries.subtitle": "Simply Better", - "quests.gregtech_energy.spending_energy.title": "Spending Energy", - "quests.gregtech_energy.spending_energy.subtitle": "Oh you will spend energy", - "quests.gregtech_energy.spending_energy.desc.1": "&6How to spend all this energy?&r\n\nUse your machines! Sounds simple, right?\nWell... &cnot exactly&r. There are &emany small details&r that you should learn to help you on your &dquest&r to completing &3TerraFirmaGreg&r.\n\n&bBasic Machines&r:\n- These machines are simple.\n- They can handle up to &a2A&r.\n- If you input a &chigher tier&r of energy... &4\uD83D\uDCA5 they explode&r.\n\n&dGregtech Multiblocks&r:\nNow things get interesting.\nMultiblocks offer more flexibility and power — &eif&r you understand how they work.", - "quests.gregtech_energy.spending_energy.desc.2": "&eStandard Mechanics&r:\n- If a multiblock can accept &aTWO&r &bEnergy Hatches&r this allows you to use &ahigher-tier recipes&r than the machine’s base tier.\n\nExample:\nIf you're using a &dLarge Mixing Vessel&r and you install &12x IV Energy Hatches&r,\nit will be able to process &cLuV-tier Mixer recipes&r — this is how works the &cElectric Blast Furnace&r.\n\nKnowing this will help you get the &6maximum efficiency&r out of your setup and progressing into higher tier materials.", - "quests.gregtech_energy.spending_energy.desc.3": "&6Some multiblocks only accept one Energy Hatch, but that doesn't mean you're limited to 1A.&r\n\nYou can still use a &e4A or 16A Energy Hatch&r. This will allow &bOverclocking&r of recipes but &cnot recipe tier upgrades&r.\n\n&dExample&r:\nThe &aLarge Circuit Assembler&r only accepts &eone Energy Hatch&r. If you install a &c4A IV Energy Hatch&r, you will be able to &eOverclock all IV and lower recipes&r.\n\nHowever, you &ccannot craft LuV-tier recipes&r because the machine doesn't support multiple hatches. That limitation is &aintentional&r to prevent skipping the Gregtech progression system.", - "quests.gregtech_energy.spending_energy.desc.4": "&bSo remember&r: More amps on a single hatch means faster processing, but it won’t unlock higher-tier recipes unless the multiblock is designed to allow it.", - "quests.gregtech_energy.spending_energy.task": "I understand", - "quests.gregtech_energy.overclock.title": "Overclock", - "quests.gregtech_energy.overclock.subtitle": "Basic upgrade mechanic", - "quests.gregtech_energy.overclock.desc.1": "&6You may have heard about Overclocking but don't really understand what it is?&r\n\nLet's take some time to explain it.\n\nWe should start with the basics:\n&dLV&r represents a maximum of &a32 EU/t&r — sometimes less, but &cnever more&r.\n&dMV&r goes up to &a128 EU/t&r.\n&dHV&r reaches &a512 EU/t&r.\nBasically, &eevery tier is a 4x increase&r in &cpower usage&r.", - "quests.gregtech_energy.overclock.desc.2": "&bWhat happens when you run a lower-tier recipe in a higher-tier machine?&r\nThat's what we call &eOverclocking&r:\n- An &dMV&r recipe (33–128 EU/t) run in an &dHV&r machine will:\n &e→ Use 4x more energy&r\n &e→ Be 2x faster&r\n\n- Same MV recipe in an &dEV&r machine?\n &e→ 8x more energy&r\n &e→ 4x faster&r\n\nSo yes, it's &cmore power-efficient to use multiple machines&r rather than overclocking one.\nBut let's be real: in most setups, &eyou’ll prefer overclocking&r to building 4 MV Macerators.\n\nStill, it's &egood to know this early on&r, when energy is tight.", - "quests.gregtech_energy.overclock.desc.3": "&bPerfect Overclocking&r\nThere’s also a special kind of overclocking available in a &afew multiblocks&r: &e\n\nPerfect Overclocking&r.\nHere, instead of:\n- &a4x energy&r for &a2x speed&r,\nyou get:\n- &a4x energy&r for &a4x speed&r!\n\n&dThis makes it just as efficient&r as running multiple machines.\n\nCurrently in &3TerraFirmaGreg&r, &6only the following multiblocks&r support this:\n- &cElectric Blast Furnace (EBF)\n- Advanced Blast Dryer (ABD)\n- Rocket Heat Furnace (RHF)\n- Large Chemical Reactor (LCR)", - "quests.gregtech_energy.overclock.task": "Okay faster got it", - "quests.gregtech_energy.blast_oc.title": "The Blast Overclocking", - "quests.gregtech_energy.blast_oc.subtitle": "You don't need to understand this one", - "quests.gregtech_energy.blast_oc.desc.1": "&6If you didn't learn yet about Perfect Overclocking, you should check the quest right above this one.&r\n\nThese &3three multiblocks&r share a special ability: they can &ePerfect Overclock&r recipes depending on the &ctemperature of the machine&r.\n\nYou can check the current temperature by &aclicking on the controller&r.\n\nThere are &atwo ways to increase the temperature&r:\n- &aUse higher-tier energy inputs&r\n- &aUpgrade the coils&r", - "quests.gregtech_energy.blast_oc.desc.2": "To see the temperature of a coil, simply &3hold Shift&r while hovering over it.\n\nOnce you know your machine's temperature, you’ll need the &dtemperature of the recipe&r. The easiest way to find it is to &ause EMI&r.\n\nWith both values, you can do a quick calculation to see if Perfect Overclocking (POC) applies:\n&bYour machine must be at least 1800K hotter per overclock tier than the recipe requires.&r", - "quests.gregtech_energy.blast_oc.desc.3": "&dExample&r:\n- Stainless Steel recipe requires &c1700K&r and is &aHV&r tier.\n- Your EBF is at &bLuV&r and has a temperature of &c5900K&r.\n- From HV to LuV is &a3 overclock tiers&r.\n- 1800 x 3 = &c5400K&r → Add the recipe's base: 5400 + 1700 = &c7100K&r needed for full POC.\n- Since your machine is only at &c5900K&r, you will only Perfect Overclock from HV to EV, and EV to IV.\n- From IV to LuV will be a normal overclock.\n\nSo the recipe will take &e1.7 seconds&r instead of &e0.85 seconds&r if fully overclocked.\n\n&bFeeling overwhelmed? Don't worry.&r\nJust remember this: &aBetter coils = faster and cheaper recipes.&r", - "quests.gregtech_energy.blast_oc.task": "Got it", - "quests.gregtech_energy.subtick.title": "Subtick", - "quests.gregtech_energy.subtick.subtitle": "Parallel?", - "quests.gregtech_energy.subtick.desc.1": "&6Another hidden mechanic in Gregtech Multiblocks: the &dSubtick&r.\n\nWhat is it?\nSubtick activates when a recipe becomes &eso fast it takes less than one tick&r to process. Normally, machines can’t go faster than one recipe per tick — but with Subtick, they can!\n\n&bHow does it work?&r\nOnce a recipe hits 1 tick duration, upgrading the Energy Hatch further won’t make it faster.\nBut thanks to Subtick, instead of wasting power, the machine will &aparallel the recipe internally&r.", - "quests.gregtech_energy.subtick.desc.2": "For example: If your &aLCR (Large Chemical Reactor)&r runs a LuV recipe at 1 tick, then at ZPM, it will run &e2 recipes per tick&r. Even faster hatches mean &emore internal parallel&r.\n\n&dNote&r: As of now all the Large Machines can subtick in a limited way but only the &aLCR supports Subtick&r and &bPerfect Overclocking&r. That’s why the LCR doesn’t need a Parallel Hatch: it’s already doing it... but better.", - "quests.gregtech_energy.parallel_hatch.title": "Parallel Hatch", - "quests.gregtech_energy.parallel_hatch.subtitle": "Parallel again?", - "quests.gregtech_energy.parallel_hatch.desc.1": "&6The &dParallel Hatch&r is a powerful tool for &aLarge Multiblocks&r.\n\n&bWhat does it do?&r\nWhere allowed (most notably on Multiblocks crafted from the &eAlloy Blast Smelter&r), it lets you run &amultiple recipes at the same time&r.\n\nIt does this by consuming &cmore energy&r per tick, but massively increasing throughput. Perfect if you’re mass-producing alloys, circuits or chemicals.", - "quests.gregtech_energy.parallel_hatch.desc.2": "Just place a Parallel Hatch on the Multiblock and make sure it’s fed with enough energy and input materials. Most multiblocks that allow it will show so in EMI or questbook.\n\n&dNote&r: The &aLCR&r (Large Chemical Reactor) &cdoes not use Parallel Hatches&r — it handles internal parallel using &bSubtick mechanics&r instead.", - "quests.gregtech_energy.parallel_hatch.task": "Any Parallel", + "quests.gregtech_energy.TEST.title": "", + "quests.gregtech_energy.TEST.subtitle": "", + "quests.gregtech_energy.TEST.desc.1": "", + "quests.gregtech_energy.TEST.desc.2": "", + "quests.gregtech_energy.TEST.desc.3": "", + "quests.gregtech_energy.TEST.task": "", + "quests.gregtech_energy.TEST.desc": "", "quests.high_voltage": "&6HV&r - High Voltage", "quests.high_voltage.subtitle": "Upgrade your power, learn about Cleanroom, make more chemicals and get ready for Space", "quests.high_voltage.TEST.title": "", @@ -756,10 +641,6 @@ "quests.low_voltage.lv_rock_crusher.desc.1": "&oThis quest's subject is optional, but may still be of interest to you. We've put it here in the name of completeness.&r\n\nThe &3Rock Breaker&r is effectively a Cobblestone Generator in a box. You can give it any raw rock or cobblestone block, and it will produce copies of it. Very handy if you want a lot of bricks fast!\n\n&eAny&r Rock Breaker will complete this Quest.", "quests.low_voltage.lv_rock_crusher.desc.2": "&l&3Lore:&r&o Obsidian requiring Redstone to generate is in reference to an ancient Minecraft bug, &7MC-4239&f. Placing Redstone where the Cobblestone would go in a cobble generator would make it generate Obsidian instead. This bug was resolved in snapshot 14w25b for Minecraft 1.8, over 9 years ago at the time of writing!", "quests.low_voltage.lv_rock_crusher.task": "Any Rock Crusher will do", - "quests.low_voltage.lv_aqueous_accumulator.title": "Aqueous Accumulator", - "quests.low_voltage.lv_aqueous_accumulator.subtitle": "Thermal Foundation is calling", - "quests.low_voltage.lv_aqueous_accumulator.desc": "The &3Aqueous Accumulator&r is basically a Rock Crusher but for fluids. Simply place the machine next to two source blocks of the appropriate fluid, set the circuit, and voila! It'll keep producing more of that fluid. It effectively does the same thing as a mechanical pump, but using electricity instead of mechanical power, so you may find it easier to fit into your factory. As a bonus, the HV one will make infinite lava too!\n\nYou can safely waterlog the source blocks to prevent them freezing in winter, and the machine will continue to work.", - "quests.low_voltage.lv_aqueous_accumulator.task": "Any Aqueous Accumulator", "quests.low_voltage.lv_wiremill.title": "Basic Wiremill", "quests.low_voltage.lv_wiremill.subtitle": "No more painful wires!", "quests.low_voltage.lv_wiremill.desc.1": "You could make any other &7LV&r Machine, but it would be easiest to start with the most useful one. We know, we know... you wanna make some of the crazier stuff first, but trust us, this is the best starting point.\n\nThe Wiremill lets you make &6two Wires from one Ingot&r. That should be three times cheaper than what you were doing up until now!\n\nTo the right of this Quest, you'll find some important machines which will grant you cheaper intermediates.", @@ -806,7 +687,7 @@ "quests.low_voltage.lv_fluid_regulator.subtitle": "A cover that you may not use much", "quests.low_voltage.lv_fluid_regulator.desc": "The &aFluid Regulator&r is sort of the equivalent to a &9Robot Arm&r for Fluids.\n\nIt can transfer fluids, but has two useful modes:\n\n&9-&r &dSupply Exact&r will transfer the amount of specified Fluid per tick if available. No more, no less.\n&9-&r &dKeep Exact&r will make sure the exact amount of Fluid in the attached machine is being kept.\n\nYou won't need it much, because natively GT machines will fill only one slot with the &6Pump Cover&r", "quests.low_voltage.cover_behaviour.title": "Cover Behaviour", - "quests.low_voltage.cover_behaviour.subtitle": "Extra utility without taking up blockspace!", + "quests.low_voltage.cover_behaviour.subtitle": "Extra utility without taking up bloackspace!", "quests.low_voltage.cover_behaviour.desc.1": "Covers are placed by right-clicking with Cover in hand on a face of a machine, and removed with a &5Crowbar&r (or by mining the machine, but that's way slower).\n\nPretty much any GregTech Tile-Entity will accept Covers, even if they wouldn't provide any functionality.\n\nOpening a Cover is done by sneak-right-clicking it with an &5empty hand&r. You can also right-click with a &5Screwdriver&r, or sneak-right-click on another face using the grid.", "quests.low_voltage.cover_behaviour.desc.2": "For Covers that transfer Items/Fluids, you will have a button to enable/disable other forms of transfer through the cover:\n\n&9- &rDisabled: only the cover will be allowed to transfer on this machine side.\n\n&9-&r Allow Filtered (only relevant with a filter!): other transfer will be enabled only if it matches the filter\n\n&9-&r Allow Unfiltered: any other transfer is allowed on this machine side.\n\nPlacing a cover of a lower voltage tier on a machine is &9safe&r.", "quests.low_voltage.cover_behaviour.task": "I'm an expert on Covers now, don't you worry.", @@ -877,8 +758,8 @@ "quests.low_voltage.lv_circuit_assembler.desc.2": "&l&3Lore:&r&o The Circuit Assembler has made appearances in and out of GregTech versions. GT5 did not have it, and it was reimplemented in GT5 Unofficial. GTCE decided not to port it, and the tug-of-war continues with its inclusion in GTCEu.", "quests.low_voltage.lv_greenhouse.title": "Electric Greenhouse", "quests.low_voltage.lv_greenhouse.subtitle": "The power of KubeJS", - "quests.low_voltage.lv_greenhouse.desc.1": "The multiblock &3Electric Greenhouse&r can be your source of &aLogs&r and other plants if you prefer making GregTech machines over Create contraptions. It also has the unique property of being able to grow more of TFC's decorative plants!\n\nThis is one of the few machines that has &2Perfect Overclocking&r, which basically means each higher tier of EU input means x4 the recipe speed instead of the usual x2!", - "quests.low_voltage.lv_greenhouse.desc.2": "&9Note: &rWith recipes requiring more than 32 EU/t, the multiblock needs either 1 &bMV&r energy hatch or 2 &7LV&r energy hatches. Multiblocks will &cnot&r use 2A of one tier to reach the next one for recipe voltage minimums.\n\nIn other words, the controller needs to say at least &bMV&r in the GUI to run recipes which say &bMV&r in EMI, even if they can draw enough EU/t with a lower tier hatch configuration.\n\n&9Note:&r This structure requires a lot of &7Steel&r. Make sure you have an &3EBF&r for that.", + "quests.low_voltage.lv_greenhouse.desc.1": "The multiblock &3Electric Greenhouse&r can be your source of &aLogs&r and other plants if you prefer making GregTech machines over Create contraptions. It also has the unique property of being able to grow more of TFC's decorative plants!\n\nYou can also use this for automated &aResin&r. The yields are kept low to incentivize other rubber sources later in the game.", + "quests.low_voltage.lv_greenhouse.desc.2": "&9Note: &rWith recipes requiring more than 32 EU/t, it needs either 1 &bMV&r energy hatch or 2 &7LV&r energy hatches. Multiblocks will &cnot&r use 2A of one tier to reach the next one for recipe voltage minimums.\n\nIn other words, the controller needs to say at least &bMV&r in the GUI to run recipes which say &bMV&r in EMI, even if they can draw enough EU/t with a lower tier hatch configuration.\n\n&9Note:&r The structure requires a lot of &7Steel&r. Make sure you have an &3EBF&r for that.", "quests.low_voltage.lv_greenhouse.desc.3": "&l&3Lore:&r&o This multiblock was originally created for the GTCEu Community Pack, but is also available on the GTCEu developer documentation. It's significantly slower than default to keep in line with TFC's slower tree growing speeds, but prior to TFG 0.9, it used to take almost an hour for each recipe!", "quests.low_voltage.lv_centrifuge.title": "Basic Centrifuge", "quests.low_voltage.lv_centrifuge.subtitle": "It does the opposite of the Mixer", @@ -894,23 +775,23 @@ "quests.low_voltage.lv_cutter.desc": "For now, you should use &9Water&r for its recipes instead of trying to acquire Lubricant.\n\nThe &3Cutting Machine&r additionally unlocks converting &6Rods into four Bolts&r.\n\nThis machine is the only way to obtain &dGem Plates&r, which are needed to craft Filters, and by extension, the &3Gas Collector&r.", "quests.low_voltage.lv_cutter.task": "Any cutter", "quests.low_voltage.lv_gas_collector.title": "Basic Gas Collector", - "quests.low_voltage.lv_gas_collector.subtitle": "It'll take your breath away", + "quests.low_voltage.lv_gas_collector.subtitle": "Don't stand to close to it you could finish within the machine", "quests.low_voltage.lv_gas_collector.desc": "The Gas Collector collects Air that can then be centrifuged into &aOxygen&r and &aNitrogen&r.\n\n&l&3Lore:&r&o GregTech 5 players remember when they had to use a Compressor with IC2 cells to get Compressed Air... here, cell chemistry is no more.", "quests.low_voltage.lv_oxygen.title": "Breath of Fresh Oxygen", "quests.low_voltage.lv_oxygen.subtitle": "Achtually, it's Dioxygen...", "quests.low_voltage.lv_oxygen.desc.1": "You could waste &o&eprecious years of your life&r in JEI looking for the most optimal Oxygen recipe, given the many ways to obtain it. Various minerals will produce it when electrolyzed.\n\nIf only the quest book had more information!", - "quests.low_voltage.lv_oxygen.desc.2": "Surprise! The best source according to us (!) is &acentrifuging Air&r after making a &dGas Collector&r, which you might not be able to make just yet. This recipe also gives &aNitrogen&r, which is handy as it can speed up certain &3Electric Blast Furnace&r recipes&r.\n\nThe second best source according to us (!) is &aelectrolyzing Silicon Dioxide&r. Silicon Dioxide is obtained from various sources, such as Glass Dust and various Stone Dusts. We will come back to &6this method later&r because this one is actually &6god&r.", - "quests.low_voltage.lv_oxygen.desc.3": "The third best source according to us (!) is &aelectrolyzing Water&r. In reality, electrolysis of water is more suitable for &aHydrogen production&r due to the higher energy cost. &4Don't use this method as your main source of Oxygen&r, only for &1Hydrogen&r, once again we will help you later on to make Hydrogen.\n\nThe fourth best source according to us (!) is &ato not void&r it, EVER! Any Oxygen obtained from any source is worth something and should be stored in Tanks.\n\n&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work.", + "quests.low_voltage.lv_oxygen.desc.2": "Surprise! The best source according to us (!) is &acentrifuging Air&r after making a &dGas Collector&r, which you might not be able to make just yet. This recipe also gives &aNitrogen&r, which is handy as it can speed up certain &3Electric Blast Furnace&r recipes&r.\n\nThe second best source according to us (!) is &aelectrolyzing Silicon Dioxide&r. Silicon Dioxide is obtained from various sources, such as Glass Dust, Granite Dust and Black Granite Dust. We will come back to &6this method later&r because this one is actually &6god&r.", + "quests.low_voltage.lv_oxygen.desc.3": "The third best source according to us (!) is &aelectrolyzing Water&r. In reality, electrolysis of water is more suitable for &aHydrogen production&r due to the higher energy cost. &4Don't use this method for Oxygen&r only for &1Hydrogen&r, once again we will help you later on to make Hydrogen.\n\nThe fourth best source according to us (!) is &ato not void&r it, EVER! Any Oxygen obtained from any source is worth something and should be stored in Tanks.\n\n&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work.", "quests.low_voltage.lv_nitrogen.title": "Nitrogen Gas", "quests.low_voltage.lv_nitrogen.subtitle": "Your EBF booster", - "quests.low_voltage.lv_nitrogen.desc": "For now, your only use for Nitrogen will be to make your EBF &6faster&r, which may not sound like that big of a deal, but with how much you'll be using it, it's definitely worth setting up. Faster recipes mean less energy used too!", + "quests.low_voltage.lv_nitrogen.desc": "For now your only use for Nitrogen will be to get your EBF to be &6faster&r. And you have to know that will be quite useful as it is a really slow process and quite draining on your energy capacity.", "quests.low_voltage.lv_arc_furnace.title": "The Arc Furnace", - "quests.low_voltage.lv_arc_furnace.subtitle": "The Arc Furnace has never been so good", - "quests.low_voltage.lv_arc_furnace.desc.1": "The &3Arc Furnace&r uses a lil' bit of &9Oxygen&r to smelt items in a different fashion than Furnaces.\n\nYou can use it to make easier &aWrought Iron&r, double your &aGlass&r, and gain access to &aAnnealed Copper&r for cheaper electronic components. It's also your new best way to make &4Red Steel&r and &1Blue Steel&r Ingots!\n\nIt can also recycle various components and machines back to their original materials.", - "quests.low_voltage.lv_arc_furnace.desc.2": "&l&3Lore:&r&o Previous GregTech versions had both the Arc Furnace and the &bPlasma Arc Furnace&f. In that case, why not use one machine for both? Well, that's exactly what we thought - but we ultimately decided to remove one of the two &bplasma&f recipes. And then the other &bplasma&f recipe.\n\n&oIn short, the &bPlasma Arc Furnace&f is &4gone&f. RIP.", + "quests.low_voltage.lv_arc_furnace.subtitle": "Never the Arc Furnace has been so good", + "quests.low_voltage.lv_arc_furnace.desc.1": "The &3Arc Furnace&r uses a lil' bit of &9Oxygen&r to smelt items in a different fashion than Furnaces.\n\nYou can use it to make easier &aWrought Iron&r, double your &aGlass&r, and gain access to &aAnnealed Copper&r. It's also your new best way to make &4Red Steel Ingot&r and &1Blue Steel Ingot&r.\n\nIt can also recycle various components and machines back to their original material.", + "quests.low_voltage.lv_arc_furnace.desc.2": "&l&3Lore:&r&o Previous versions had both the Arc Furnace and the &bPlasma Arc Furnace&f. In that case, why not use one machine for both? Well, that's exactly what we thought - but we ultimately decided to remove one of the two &bplasma&f recipes. And then the other &bplasma&f recipe.\n\n&oIn short, the &bPlasma Arc Furnace&f is &4gone&f. RIP.", "quests.low_voltage.lv_extractor.title": "Basic Liquid Extraction", - "quests.low_voltage.lv_extractor.subtitle": "The Extractor extracts...", - "quests.low_voltage.lv_extractor.desc.1": "Hm... didn't we make this joke already?\n\nThe reason we don't present &7LV&r versions of &6Steam&r machines is because they are &4NOT&r required. You might not want to invest into an upgrade that does next to nothing. Except for &othis one&r specifically, because it's a big improvement over the &6Steam Age&r.\n\nThe &3Basic Extractor&r gains Fluid capabilities, which enables &aFluid Extraction&r. Use it to melt Rubber that you previously solidified, to &dmelt Soldering Alloy&r for your circuits, and to &dmelt Red Alloy&r for the &6best Vacuum Tube recipe&r in the &3Assembler&r!", + "quests.low_voltage.lv_extractor.subtitle": "The Steam Extractor extracts...", + "quests.low_voltage.lv_extractor.desc.1": "Hm... didn't we make this joke already?\n\nThe reason we didn't present &7LV&r versions of &6Steam&r machines is because they are &4NOT&r required. You might not want to invest into an upgrade that does next to nothing. Except for &othis one&r specifically, because it's a big improvement over the &6Steam Age&r.\n\nThe &3Basic Extractor&r gains Fluid capabilities, which enables &aFluid Extraction&r. Use it to melt Rubber that you previously solidified, to &dmelt Soldering Alloy&r for your circuits, and to &dmelt Red Alloy&r for the &6best Vacuum Tube recipe&r in the &3Assembler&r!", "quests.low_voltage.lv_extractor.desc.2": "&l&3Lore:&r&o Did you notice this machine doubles as both an Extractor and a Fluid Extractor? The two of them were separate machines in previous versions of GregTech.", "quests.low_voltage.lv_chemical_reactor.title": "Basic Chemical Reactor", "quests.low_voltage.lv_chemical_reactor.subtitle": "Chemistry for dummies", @@ -923,35 +804,35 @@ "quests.low_voltage.mold_rotor.subtitle": "Time to end the misery of hand crafting rotors!", "quests.low_voltage.mold_rotor.desc": "Use both of your new machines to turn a material into a Fluid, and solidify it back to a Rotor! This combination makes Rotors far easier to craft - &6four Ingots per Rotor&r, as well.\n\nYou can also do the same for &6Gears&r and &6Small Gears&r, which will then be superseded when you make a &3MV Extruder&r.\n\n&9Note:&r Some metals require higher voltages than &7LV&r for Fluid Extraction, so make sure to keep an eye on the recipe tier in EMI.", "quests.low_voltage.mold_plate.title": "Casting Mold and Rubber Sheets", - "quests.low_voltage.mold_plate.subtitle": "Even cheaper rubber", - "quests.low_voltage.mold_plate.desc": "Stop wasting your time with your &6Alloy Smelter&r. You're gonna need a lot of &6Rubber Sheets&r, and later on you will also use it for other kinds of plastics.\n\nYou may think you can use the Extruder to make rubber sheets instead, but the &6Fluid Solidifier&r can do so much more, while the Extruder is pretty useless until &bMV&r.", + "quests.low_voltage.mold_plate.subtitle": "Yeah this one is strong", + "quests.low_voltage.mold_plate.desc": "Stop wasting your time with your &6alloy smelter&r. You gonna need a lot of &6rubber sheet&r and later on you will use it for other kind of platics.\n\nThe &6Fluid solidifier&r is as amazing as the extruder but the extruder has no use before &bMV&r so... Yeah build this one we will speak later on about the &bExtruder&r.", "quests.low_voltage.cupronickel_coil.title": "Cupronickel Coils", "quests.low_voltage.cupronickel_coil.subtitle": "Baby's first heating coil", "quests.low_voltage.cupronickel_coil.desc": "Prepare &a128 Cupronickel&r, &a32 Bronze&r and &a16 Tin Alloy&r to craft the Heating Coils required for your first Electric Blast Furnace.\n\nThis is still less than half (!) of the cost of the whole EBF in raw materials. You will also need about a stack each of Invar and Steel, so get mining.\n\nThe Cupronickel Coils will allow the EBF to perform recipes up to &d1,800K&r (ignoring Voltage bonuses). That's pretty hot if you ask us.\n\n&6This quest unlocks a new tutorial on Coils in the &lTips and Tricks&r&6 tab - check it out to learn more!&r", "quests.low_voltage.lv_ebf.title": "The Electric Blast Furnace", - "quests.low_voltage.lv_ebf.subtitle": "One of the core machines of Gregtech. We like it big.", - "quests.low_voltage.lv_ebf.desc.1": "This quest explains the core mechanic of the &3Electric Blast Furnace&r, while the next quest will explore the mechanics of the Multiblock Parts that you'll also need. Be sure to refer to them.\n\nAnyway, the &3EBF&r is your &efirst electric multiblock&r! Congrats. It's used to process materials at high temperatures.\n\nYou'll become familiar with the EBF to make &aAluminium&r and progress to &d&bMV Age&r. It can also make &7Steel&r faster than the the &6Blast Furnace&r, which means you can finally tear down your old TFC smithy if you'd like.", - "quests.low_voltage.lv_ebf.desc.2": "It's important to keep in mind that the EBF is a beefy boy. The minimum power cost to run a recipe is &9120 EU/t&r! That's slightly under 4 &7LV&r Generators or Alternators. You may wish to consider building a separate power line, with separate Generators and Battery Buffer to run this.", + "quests.low_voltage.lv_ebf.subtitle": "One of the core machine of Gregtech. We like it big.", + "quests.low_voltage.lv_ebf.desc.1": "This Quest explains the core mechanic of the &3Electric Blast Furnace&r, whilst the quest over will explore the mechanics of the Multiblock Parts that you'll also need. Be sure to refer to them.\n\nAnyway, the &3EBF&r is your &efirst electric multiblock&r! Congrats. It's used to process materials at high temperatures.\n\nYou'll become familiar with the EBF to make &aAluminium&r and progress to &d&bMV Age&r. It can also make &7Steel&r faster than the the &6Blast Furnace&r.", + "quests.low_voltage.lv_ebf.desc.2": "It's important to keep in mind that the EBF is a beefy boy. The minimum power cost to run a recipe is &9120 EU/t&r! That's slightly under 4 &7LV&r Generators. You may wish to consider building a separate power line, with separate Generators and Battery Buffer to run this.", "quests.low_voltage.multiblock_tech.title": "Multiblock Techniques", "quests.low_voltage.multiblock_tech.subtitle": "Oh we love multiblocks right?", - "quests.low_voltage.multiblock_tech.desc": "This is the &6basics&r of what you need to build your first &bEBF&r, though it is highly customisable. Remember to use &6EMI&r, use &6U&r on the controller and don't hesitate to &6left click on the structure blocks&r to see what the possibilities are.\n\nMultiblocks bear a large variety of interesting mechanics that might seem daunting, but don't worry - you don't need to do anything fancy right yet. You'll learn more as you go!", + "quests.low_voltage.multiblock_tech.desc": "This is the &6basics&r of what you need to build your first &bEBF&r, though it is highly customisable. Remember to use &6EMI&r, use &6U&r on the controller and don't hesitate to &6left click on the structure blocks&r to see what the possibilities are.\n\nMultiblocks bear a large variety of interesting mechanics that might seem daunting, but don't worry - we've written a guide to help you learn.\n\n&dThis quest unlocks a bunch of tutorials on Multiblocks in the &lTips and Tricks tab - check them out to learn more!&r", "quests.low_voltage.multiblock_tech.task.1": "Input Bus", "quests.low_voltage.multiblock_tech.task.2": "Output Bus", "quests.low_voltage.multiblock_tech.task.3": "Input Hatch", "quests.low_voltage.lv_superconductor.title": "LV Superconductor", "quests.low_voltage.lv_superconductor.subtitle": "No loss no bzzz", - "quests.low_voltage.lv_superconductor.desc.1": "&6Superconductors&r are special Wires available for each Voltage tier. They don't come with a Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r.\n\nThey also won't damage you when you touch them. This makes them the best choice for wiring, if not a little expensive in comparison to the other wires.\n\nIf you weren't already enamoured, the 1x variant also covers 2 Amps. Isn't that nice?\n\nNow is a good time to replace your crappy &aTin Cables&r. Recycle them in the &3Extractor&r to recover both the Tin and Rubber used to craft them.", + "quests.low_voltage.lv_superconductor.desc.1": "&6Superconductors&r are special Wires available for each Voltage tier. They don't come with a Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r.\n\nThey also won't damage you when you touch them. This makes them the best choice for wiring, if not a little expensive in comparison to the other wires.\n\nIf you weren't already enamoured, the 1x variant also covers 2 Amps. Isn't that nice?\n\nNow is a good time to replace your crappy &aTin Cables&r. Recycle them in the &3Packager&r to recover both the Tin and Rubber used to craft them.", "quests.low_voltage.lv_superconductor.desc.2": "&l&3Lore:&r&o No version of GregTech has had actual Superconductors for &7LV&f up until Gregicality and GTCEu, though some modpacks had lossless cables.", "quests.low_voltage.aluminium_dust.title": "Aluminium Dust", "quests.low_voltage.aluminium_dust.subtitle": "Time for an adventure", - "quests.low_voltage.aluminium_dust.desc": "There's many minerals that can be electrolyzed into aluminium, but most of them are off-limits until &bMV&r. Sapphire is one exception, otherwise several ore processing recipes can also yield aluminium dust as a byproduct. Look through JEI for your options, and consult the &2Field Guide&r on where to find each ore.\n\nOnce you have enough aluminium, we recommend making the electrolyzer as your first MV machine to unlock all the other options.\n\nNow all you need is an EBF! You should've started to work towards one already, otherwise you'd better get started!", + "quests.low_voltage.aluminium_dust.desc": "Getting &bAluminium&r in GregTech is one of your first real ore processing challenges. You won’t find any dedicated &bAluminium Veins&r on Earth.\n\nBy browsing &aEMI&r, you’ll quickly realize that most sources of &bAluminium&r require the &bMV&r Electrolyzer.\n\nBut there’s one exception: &9Sapphire&r can be electrolyzed into &bAluminium Dust&r at &7LV&r.\n\n&6Tip:&r Press &a‘U’&r on the &7Aluminium Dust&r to open the Ore Processing Diagram.\nIt reveals many other ores that can give you &7Aluminium&r through proper processing.\n\n&2Don’t forget:&r the &eOre Processing Chapter&r is here to guide you. Take the time to read it—it will make your life much easier.\n", "quests.low_voltage.aluminium_ingot.title": "Your first Aluminium Ingot", "quests.low_voltage.aluminium_ingot.subtitle": "We're basically in MV now, right?", "quests.low_voltage.aluminium_ingot.desc": "Well... can you show us an &bMV&r Circuit as well?\n\n&aAluminium&r is the main ingredient for &bMV&r machinery. Get ready to need a lot of it.\n\nThe process of smelting Aluminium can be cut down by about a third with &9Nitrogen&r, which is obtained by centrifuging &9Air&r from a &3Gas Collector&r.\n\n&6You will still need MV Circuits in order to make MV machines!&r", "quests.low_voltage.mv_hull.title": "Your third machine hull", "quests.low_voltage.mv_hull.subtitle": "This is going quite well, only 7 to go!", - "quests.low_voltage.mv_hull.desc1": "Good job, you now have your &bMV Machine Hull&r, your first &bMV Circuit&r and your first &6Circuit Assembler&r.\n\nThis is the gist of &6GregTech&r, every tier you are going to make new &6machines&r using new &6materials&r and &6chemicals&r. You are going to have &5so much fun&r, we are kinda jealous!", - "quests.low_voltage.mv_hull.desc2": "Before going further into &bMV&r, remember that in &6TFG&r you can use &6Create&r to reinforce your infrastructure if you don't want to use too much of GregTech. Aluminium Shafts and Cogwheels have 4x the stress capacity of steel ones, so you should be able to run all your machines much faster with them!", + "quests.low_voltage.mv_hull.desc1": "Good job, you now have your &bMV Machine Hull&r, your first &bMV Circuit&r and your first &6Circuit Assembler&r.\n\nThis is the gist of &6Gregtech&r, every tier you are going to need to do new &6machines&r using new &6materials&r and &6chemicals&r. You are going to have so &5much fun&r, we are kinda jealous.", + "quests.low_voltage.mv_hull.desc2": "Before going further into &bMV&r remember that in &6TFG&r you can use &6Create&r to reinforce your infrastruce if you don't want to use too much of Gregtech.", "quests.medium_voltage": "&bMV&r - Medium Voltage", "quests.medium_voltage.subtitle": "Venture into petrochemistry and refine electronics", "quests.medium_voltage.mv_machine_hull.title": "Welcome to MV!", @@ -971,7 +852,8 @@ "quests.medium_voltage.mv_component.desc": "Here's a list of the components you will need in &bMV&r. To alleviate the pain, be sure to autocraft or &dbulk-craft&r these parts, especially &aMotors&r.\n\nFamiliar with the &aEmitter&r? This tier's Emitter requires a &dFlawless Emerald&r in its recipe, which'll be only attainable with the &3Sifting Machine&r for now.\n\nConveyors, Pumps and Robot Arms are objective upgrades to &7LV&r versions if you use them as covers.", "quests.medium_voltage.electrolyzer.title": "MV Electrolyzer", "quests.medium_voltage.electrolyzer.subtitle": "We made it to MV, and, well...", - "quests.medium_voltage.electrolyzer.desc": "This one should look familiar—you’ve already seen it before. We’re not forcing you to craft it, but know that it’s &aactually really useful&r. And if you skipped the &7LV&r version, then let’s be honest: &cyou’ll need this one&r.\n\nIt’s great for processing &cdusts&r that can’t be smelted, and it’s a solid way to get &dAluminum&r, &dbattery materials&r, and &dSilicon&r.", + "quests.medium_voltage.electrolyzer.desc.1": "&bThis one should look familiar&r—you’ve seen it before.\n&2We highly recommend crafting it as soon as possible,&r as it will unlock a wide range of new &7Aluminium&r sources.\n\nUntil now, your only method was &9electrolyzing Sapphire&r to obtain &7Aluminium Dust&r.\nBut with the &bMV&r Electrolyzer, a whole new world of resources opens up.", + "quests.medium_voltage.electrolyzer.desc.2": "&6Here are some key materials to look for:&r\n&9Ruby&r – Grants both &7Aluminium&r and &5Chromium&r.\n&9Pyrope&r – Often found alongside Sapphire veins.\n&9Lepidolite&r – Offers a generous selection of valuable byproducts.\n&9Sodalite&r – Comes with &3Chlorine&r and &bSilicon&r.\n&9Topaz&r – Yields both &3Fluorine&r and &7Aluminium&r in solid quantities.\n\n&2And that’s just the beginning!&r Use &aEMI&r to explore even more options—we promise, there’s a lot to discover.\n\n&cOh, and by the way:&r Electrolyzing Clay is now gated behind &6HV&r. \n&8We’re not sorry.&r", "quests.medium_voltage.mv_extruder.title": "Advanced Extruder", "quests.medium_voltage.mv_extruder.subtitle": "The biggest upgrade you'll make", "quests.medium_voltage.mv_extruder.desc": "We &lSINCERELY&r hope at &cno&r point you made the &7LV&r Extruder, because only the &bMV&r Extruder is actually useful. If you did, immediately &arecycle it&r through the Arc Furnace.\n\nThe Extruder shapes solid materials into (almost!) any form using &aIngots&r. This is a great way to reduce the amount of microcrafting, as well as keeping a high conversion ratio.\n\nThe Extruder can make &6Bolts&r, &6&6Small Gears&r, &6Gears&r, and &6&6Rings&r at the highest efficiency in a single step!\n\nYou may also like to use it for &dPipes&r, &dLong Rods&r, and &dRotors&r.", @@ -1056,7 +938,7 @@ "quests.medium_voltage.mv_mutli_channel.desc": "Regular &o&dGregTech&r Fluid Pipes can only transport one fluid type at a time.\n\n&3Quadruple Fluid Pipes&r can transfer four different types of fluids. &3Nonuple Fluid Pipes&r can transfer nine different types! Useful for compact setups.\n\n&3Nonuple Fluid Pipes&r will be useful in &5EV&r for handling the many outputs of the &3Distillation Tower&r.\n\nGet &eeither&r to finish this quest.", "quests.medium_voltage.mv_naphtha.title": "Naphtha", "quests.medium_voltage.mv_naphtha.subtitle": "We're still confused on how this is pronounced", - "quests.medium_voltage.mv_naphtha.desc": "Distillating &aOil&r will give you Fuel that you will need to desulfurize.\n\n&aHydrogen Sulfide&r is perfectly &drecycled&r in an &3Electrolyzer&r.\n\nTo automate this process, simply place your &3Chemical Reactor&r and your &3Electrolyzer&r next to each other. Be sure to use your &5Screwdriver&r to &4enable input from the output side&r.\n\n&aNaphtha&r is a good &9Product&r source. Keep following the quests to the right for more details.", + "quests.medium_voltage.mv_naphtha.desc": "Distillating &aOil&r will give you Fuel that you will need to desulfurize.\n\n&aHydrogen Sulfide&r is perfectly &drecycled&r in an &3Electrolyzer&r.\n\nTo automate this process, simply place your &3Chemical Reactor&r and your &3Electrolyzer&r next to each other. Be sure to use your &5Screwdriver&r to &4enable input from the output side&r.\n\n&aNaphtha&r is a good &9Product&r source, surprsingly it's also a really good fuel (we heard nerf is coming). Keep following the quests to the right for more details.", "quests.medium_voltage.mv_fuel_cracking.title": "Fuel Cracking", "quests.medium_voltage.mv_fuel_cracking.subtitle": "Fuel and oil cracking can get complicated...", "quests.medium_voltage.mv_fuel_cracking.desc.1": "Don't panic! We'll mostly be doing this to get hydrocarbons.\n\nThere are many ways to acquire &dEthylene&r from Oil processing. It's easy to get lost in all the options and recipes!\n\nThe best way is to steam-crack &aNaphtha&r in a &3Chemical Reactor&r. Be sure to make the &aSeverely Steam-Cracked&r version for a higher yield of Ethylene.", @@ -1085,7 +967,7 @@ "quests.medium_voltage.mv_chlorine.desc": "&dChlorine&r is a core component of your chemical toolkit. You’ll need &da lot of it&r for various reactions and crafting steps—the first one being &dHydrochloric Acid&r.\n\nThere are many ways to obtain &dChlorine&r, but the main source is &dsalt&r. It’s basically everywhere, so you won’t struggle to find it.\n\nWe recommend &aelectrolyzing seawater&r as an early method, but keep in mind—it’s &eslow&r.", "quests.medium_voltage.mv_seawater.title": "Ocean Water", "quests.medium_voltage.mv_seawater.subtitle": "You can have a lot of it", - "quests.medium_voltage.mv_seawater.desc": "This quest is here to emphasize the presence of &9Sea Water&r in &aTerrafirmaCraft&r.\n\nThe great thing about it is that, when used with a &aHose Pulley&r, it becomes an &ainfinite water source&r right away. From there, you can &aelectrolyze it&r to get both &dChlorine&r and &dHydrogen&r.\n\nYou’ll just need a passive way to transport it to your base—and we offer you &atwo options&r:\n\n&8- &eCreate Trains&r: Requires both stations to be chunkloaded. The good news? Trains are &aalready available&r to you at this stage.\n\n&8- &eLong-Distance Pipeline&r: This one needs &dStainless Steel&r, which you'll be able to produce &aby the end of this chapter&r.", + "quests.medium_voltage.mv_seawater.desc": "This quest is here to emphasize the presence of &9Sea Water&r in &aTerrafirmaCraft&r.\n\nThe great thing about it is that, when used with a &aHose Pulley&r, it becomes an &ainfinite water source&r right away. From there, you can &aelectrolyze it&r to get both &dChlorine&r and &dHydrogen&r.\n\nYou’ll just need a passive way to transport it to your base—and we offer you &atwo options&r:\n\n&8- &eCreate Trains&r: Requires both stations to be chunkloaded. The good news? Trains are &aalready available&r to you at this stage.\n\n&8- &eLong-Distance Pipeline&r: This one needs &dStainless Steel&r, which you'll be able to produce &aby the end of this chapter&r.\n\n-&8- &eMake a source at home&r: This one is so lame we won't speak about it.", "quests.medium_voltage.mv_long_pipe.title": "Long-Distance Pipeline", "quests.medium_voltage.mv_long_pipe.subtitle": "Wondering how to move these liquids around?", "quests.medium_voltage.mv_long_pipe.desc.1": "&3Long-Distance Fluid Pipes&r can be used to send fluids across great distances. Place one endpoint at each end, and connect them with pipeline blocks.\n\nThese pipes instantly transfer from the input side to the output side.\n\nThey also have a minimum distance between pipe endpoints, so you can't use these for short-range operations.", @@ -1166,7 +1048,6 @@ "quests.medium_voltage.mv_cutter.title": "Advanced Cutter", "quests.medium_voltage.mv_cutter.subtitle": "Upgrades, people, upgrades!", "quests.medium_voltage.mv_cutter.desc": "The &3MV Cutter&r is required to cut &7Silicon Boules&r to prepare them for &aLaser Engraving&r.\n\nWe recommend you supply this machine with a steady stream of &dLubricant&r to cut down on the processing time.\n\nLubricant can be &3brewed&r from &eOil&r and &aTalc&r, &2Soapstone&r or &cRedstone&r.\n\n&7Note : You could use the &6Greate&r &7version, it has now a tank to fill with it fluid&r&r", - "quests.medium_voltage.mv_cutter.task": "Any Brewery", "quests.medium_voltage.mv_laser_engraver.title": "Laser Engraving", "quests.medium_voltage.mv_laser_engraver.subtitle": "This is peak technology, this is slow also", "quests.medium_voltage.mv_laser_engraver.desc": "The &3Laser Engraver&r engraves patterns into &9Silicon Wafers&r based on the type of &9Lens&r it is given. After the wafers are engraved, they must be passed through a &3Cutting Machine&r to turn them into components ready to be put into Circuits.\n\nHigher tier Engravers can etch more complex wafers for more efficient Circuits.", @@ -1175,8 +1056,8 @@ "quests.medium_voltage.mv_silicon_boule.desc": "&9Silicon Boules&r are made in the &3EBF&r with half a stack of &aSilicon Dust&r and a pinch of &aGallium Arsenide&r. Their primary purpose is engraving &6Circuit Wafers&r.\n\nAfter making the Boule, process it in the &3Cutter&r to get 16 Silicon Wafers ready for engraving.\n\n&cWarning:&r Each Silicon Boule takes &47.5 minutes&r to make at 120 EU/t, or 1,080,000 EU! If the EBF loses power midway, the recipe will start to &close progress&r.\n\nWith that being said, Silicon Boules take an absolute age to craft, so consider parallelizing the recipe in multiple &3EBF&rs and stockpiling them.", "quests.medium_voltage.mv_silicon.title": "Silicon Dust", "quests.medium_voltage.mv_silicon.subtitle": "", - "quests.medium_voltage.mv_silicon.desc.1": "You’ll need to get used to it: in &dGregtech&r, there are always &amultiple ways&r to reach what you want—a philosophy we made sure to preserve in &aTerrafirmaGreg&r.\n\nTo obtain &5Silicon&r, we’ll suggest &ctwo main methods&r so you have clear directions. As always, it’s up to you to figure out what’s &abest for your situation&r.", - "quests.medium_voltage.mv_silicon.desc.2": "First method: &amining silicon-rich ores&r. Look for &9Mica&r or &9Kyanite&r veins—they also contain &dAluminium&r. Alternatively, you can &aElectrolyze Zeolite Dust&r, found in &9Chalcopyrite&r and &dRealgar&r veins.\n\nSecond method: &eAdvanced but powerful&r. Although more expensive to set up and slower early on, it becomes the &ebest method&r at &6HV&r and beyond. Plus, it generates &9Oxygen&r as a bonus! The idea is simple: &aElectrolyze Silicon Dioxide Dust&r into &9Oxygen&r and &5Silicon&r. You can get &aSilicon Dioxide Dust&r by &9centrifuging Flint Dust&r, which itself comes from &9Flint&r collected by &asifting Gravel&r.\n\nThis setup can become &afully passive&r easily. Try using the &aEMI Recipe Tree&r tool (bottom left of your screen) to plan your builds—it really helps!", + "quests.medium_voltage.mv_silicon.desc.1": "You’ll need to get used to it: in &dGregtech&r, there are always &amultiple ways&r to reach what you want—a philosophy we made sure to preserve in &aTerrafirmaGreg&r.\n\nTo obtain &5Silicon&r, we’ll suggest &cthree main methods&r so you have clear directions. As always, it’s up to you to figure out what’s &abest for your situation&r.", + "quests.medium_voltage.mv_silicon.desc.2": "First method: &aElectrolyzing Clay Dust&r at &bMV&r. This is one of the best-known techniques. However, it’s a bit harder in &aTFG&r, since we removed the infinite clay trick. That said, you can still find &9large amounts of clay&r, especially in &8The Beneath&r.\n\nSecond method: &amining silicon-rich ores&r. Look for &9Mica&r or &9Kyanite&r veins—they’ll also yield &dAluminum&r. Alternatively, you can &aElectrolyze Zeolite Dust&r, found in &9Chalcopyrite&r and &dRealgar&r veins.\n\nThird method: &eAdvanced but powerful&r. Although more expensive to set up and slower early on, it becomes the &ebest method&r at &6HV&r and beyond. Plus, it generates &9Oxygen&r as a bonus! The idea is simple: &aElectrolyze Silicon Dioxide Dust&r into &9Oxygen&r and &5Silicon&r. You can get &aSilicon Dioxide Dust&r by &9centrifuging Flint Dust&r, which itself comes from &9Flint&r collected by &asifting Gravel&r.\n\nThis setup can become &afully passive&r easily. Try using the &aEMI Recipe Tree&r tool (bottom left of your screen) to plan your builds—it really helps!", "quests.medium_voltage.mv_ulpic.title": "ULPIC Chips", "quests.medium_voltage.mv_ulpic.subtitle": "Pickin' up Chips", "quests.medium_voltage.mv_ulpic.desc": "Using a Sapphire Lens, engrave a Silicon Wafer into an ULPIC Wafer.\n\nThis can be processed in a Cutter for ULPIC Chips, which are important for some multiblock components!\n\nMore specificaly ", @@ -1184,11 +1065,8 @@ "quests.medium_voltage.mv_ic.subtitle": "I C U", "quests.medium_voltage.mv_ic.desc": "Using a Ruby Lens, engrave a Silicon Wafer into an ILC Wafer.\n\nThis can be processed in a Cutter for IC Chips, which are important components that will be precious when improving upon your circuit crafting capabilities.", "quests.medium_voltage.mv_ram.title": "Download more RAM", - "quests.medium_voltage.mv_ram.subtitle": "That's from the Daft Punk you know?", + "quests.medium_voltage.mv_ram.subtitle": "That's from the Dark Punk you know?", "quests.medium_voltage.mv_ram.desc": "&aRandom Access Memory&r is required for many Circuits.", - "quests.medium_voltage.mv_cpu.title": "Get a better CPU", - "quests.medium_voltage.mv_cpu.subtitle": "Gamers usually prefer GPU", - "quests.medium_voltage.mv_cpu.desc": "&aThe &eCPU&r is one of the most important pieces of technology in your factory.\n\nThe &eCPU Wafer&r is a special one—it can be upgraded later through a &2Chemical Reaction&r.\n\nBut for now, you’ll need the &eCPU Chip&r to craft the best &bMV&r circuits available at this stage.\n\nMake sure to produce a few extra, as they’ll be essential for future upgrades.", "quests.medium_voltage.lsb.title": "Getting very steamy", "quests.medium_voltage.lsb.subtitle": "If you have unlimited fuel, it can still be good", "quests.medium_voltage.lsb.desc": "If you're &lstill&r running off the &3Large Bronze Boiler&r, you may want to upgrade to the &3Large Steel Boiler&r.\n\nIt's slightly more efficient than the &3LBB&r, and produces &d900 EU/t worth of Steam&r.\n\nWe'd recommend you try other power options at this point.", @@ -1217,10 +1095,10 @@ "quests.metal_age.mining.desc": "Extracting valuable resources from the ground is a major part of this modpack, and the Metallurgy Age is no exception! You will consume a &llot&r of metal to progress, and one way to mine a lot of it at once is with a Mining Hammer! This is a tool that can mine blocks in a 3x3x1 area at the cost of a slower mining speed. You can also hold sneak to break single blocks at a time.", "quests.metal_age.weld_wrought_iron_ingots.title": "Welding Wrought Iron", "quests.metal_age.weld_wrought_iron_ingots.subtitle": "CLANG CLANG CLANG", - "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Careful you don't melt your Wrought Iron, otherwise it will turn back into Cast Iron and you'll have to run it through the Bloomery again!", + "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Charcoal alone won't reach high enough temperatures to weld Wrought Iron, so check the quest above this for a solution.", "quests.metal_age.bellows.title": "Bellows", "quests.metal_age.bellows.subtitle": "Higher temperatures can be reached, at a small price.", - "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThese higher temperatures are required to fire pottery with charcoal or melt certain metals.\n\nCoal and Coke can also reach higher temperatures without it.", + "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThe Bellows is basically mandatory for working with Wrought Iron unless you have Coal.", "quests.metal_age.wrought_iron_anvil.title": "T3 Anvil: Wrought Iron", "quests.metal_age.wrought_iron_anvil.subtitle": "Waterwheels, Windmills and more Greate", "quests.metal_age.wrought_iron_anvil.desc": "With the Wrought Iron Anvil you'll be able to work Wrought Iron Ingots into different items such as Sheets, Tool heads, etc.\n\nWrought Iron tools and armor isn't much of an improvement over Bronze, but it has far more durability.\n\nCreating the next anvil is going to be a significant step up in difficulty, so this is a good point to settle down and explore some of the other things this modpack has to offer.", @@ -1810,7 +1688,7 @@ "quests.tfg.create_team.desc": "You can create a team to complete quests together. To do this, open your inventory, then in the upper left corner select the button where 3 colorful people are drawn, then an interface will open in which you can create a team. Click the §aCreate a team§r button, then give it a name and possibly some other parameters, and after successfully creating a team, you can invite other players to it using the plus button in the green circle in the upper right corner. From this point onwards, your quests will be synchronized and any team member will be able to complete them. Good luck!", "quests.tfg.capture_territory.title": "How to capture territory?", "quests.tfg.capture_territory.subtitle": "And how to load chunks in your territory", - "quests.tfg.capture_territory.desc": "If you play on a server, you might want to claim your territory so other players can't interfere. Use the Open Claims key (default \"Ctrl+M\") to open the window, then left-click to claim a chunk and right-click to unclaim them. There is a limit to this, so you can't claim everything. You can shift-left-click on a chunk to forceload (aka \"chunk load\") it, and shift-right-click to un-forceload it. Claiming chunks will include your whole team, if you're using one.", + "quests.tfg.capture_territory.desc": "If you play on a server, you might want to claim your territory so other players can't interfere. Use the Open Map key (default \"M\") to open the map, then right-click the chunk you want to claim, and select Claim Chunk. There is a limit to this, so you can't claim everything. You can right-click on a chunk again to Forceload (aka \"chunk load\") it. Claiming chunks will include your whole team, if you're using one.", "quests.tfg.field_guide.title": "Important information about quests!", "quests.tfg.field_guide.subtitle": "I need to read more?", "quests.tfg.field_guide.desc": "The quests are still in development, and we're always working on improving them! A lot of information about specific mechanics are also in your Field Guide, accessible via the Book tab in your inventory.\n\nRemember that both JEI and the Field Guide are your friends, as not everything will be explained through quests.", @@ -1902,7 +1780,7 @@ "quests.tfg_tips.glass_blocks.desc": "Depending on the type of sand used for the &aGlass Batch&r, your final &dGlass&r will have different colors. Check out the &2Field Guide&r section on &3Glassblowing&r to learn other ways to make specific colors. Later on, you'll be able to use &3Gregtech&r chemicals to dye glass more easily.\n\n&3&lTip:&r&o If you're looking to make a lot of Glass Blocks and have access to an &bAlloy Smelter&f, it's more efficient to make &dGlass Panes&f, &bmacerating&f them, crafting into &dDust&f and then using the &aBlock Mold&f, since one batch can make up to 16 Small Dusts at a time!", "quests.tfg_tips.lamps.title": "Lamps", "quests.tfg_tips.lamps.subtitle": "These are pretty.", - "quests.tfg_tips.lamps.desc": "Just like in regular Minecraft, &dLamps&r can be hung from the ceiling with the help of chains or placed on top of blocks. &dLamps&r consume different kinds of fuels to keep themselves lit. Some fuels can last &4indefinitely.&r\n\n &3&lTip:&r&o Filled lamps can be placed in the &6Back&f slot of the &cCurios Menu&f to provide hands free dynamic lighting. This may not work if you have shaders on.", + "quests.tfg_tips.lamps.desc": "Just like in regular Minecraft, &dLamps&r can be hung from the ceiling with the help of chains or placed on top of blocks. &dLamps&r consume different kinds of fuels to keep themselves lit. Some fuels can last &4indefinitely.&r\n\n&3&lTip:&r&o filled lamps can be placed in the &6Back&f slot of the &cCurios Menu&f to provide hands free dynamic lighting. This may not work if you have shaders on.", "quests.tfg_tips.creosote.title": "Lamp Fuel: Creosote", "quests.tfg_tips.creosote.subtitle": "If you have a bunch of it lying around...", "quests.tfg_tips.creosote.desc": "&dCreosote&r can be used as a lamp fuel, but a full lamp of the stuff only lasts for &c10&r days.", @@ -2135,7 +2013,7 @@ "quests.tfg_tips.create_rubber_ingot.desc": "Utilizing the &bVacuum Chamber&r and some additional heating, you can process &aLatex&r from various trees into &dRaw Rubber Pulp&r through a specific process. You can then smelt together 3 &dRaw Rubber Pulp&r with a bit of &eSulfur Dust&r in an &bAlloy Smelter&r to create &dRubber Ingots&r, perfect for insulating cables and very much necessary to advance in the &2Voltaic Age&r and beyond...", "quests.tfg_tips.transportation.title": "Transportation", "quests.tfg_tips.transportation.subtitle": "For travelling this vast world", - "quests.tfg_tips.transportation.desc": "The world is a very big place, you may end up travelling great distances to find specific resources for survival and advancement. The mods in this section will provide with a variety of transportation options.", + "quests.tfg_tips.transportation.desc": "The world is a very big place, you may end up travelling great distances to find specific resources for survival and advancement. The mods in this section will provide with varied transportation options.", "quests.tfg_tips.glider.title": "Hang Glider", "quests.tfg_tips.glider.subtitle": "This is not Breath of the Wild", "quests.tfg_tips.glider.desc": "A &dHang Glider&r can be used to glide along the air. You &ccannot gain altitude&r with this but it can be useful to traverse long distances if you jump from high up.\nGreat synergy with &bJetpacks&r though!", @@ -2154,7 +2032,7 @@ "quests.tfg_tips.steam_upgrades.task": "Any steam tier aircraft upgrade", "quests.tfg_tips.lv_upgrades.title": "Aircraft Upgrades: LV", "quests.tfg_tips.lv_upgrades.subtitle": "Red and Blue, certainly not clashing.", - "quests.tfg_tips.lv_upgrades.desc": "&7LV&r upgrades are slightly better than their steam counterparts, requiring &4Red&r and &9Blue Steel&r, with the &dLV Engine&r itself requiring actual &7LV&r components.\n\n&3&lTip:&r&o You can recycle the old upgrades using &bCrushing Wheels&f, returning some of your spent materials.", + "quests.tfg_tips.lv_upgrades.desc": "&7LV&r upgrades are slightly better than their steam counterparts, requiring &4Red&r and &9Blue Steel&r, with the &dLV Engine&r itself requiring actual &7LV&r components.\n\n&3&lTip:&r&o you can recycle the old upgrades using &bCrushing Wheels&f, returning some of your spent materials.", "quests.tfg_tips.lv_upgrades.task": "Any Low Voltage Tier Aircraft Upgrade", "quests.tfg_tips.mv_upgrades.title": "Aircraft Upgrades: MV", "quests.tfg_tips.mv_upgrades.subtitle": "Halfway there", @@ -2197,61 +2075,63 @@ "quests.tfg_tips.scarlet_biplane.desc": "The &3Scarlet Biplane&r is the final upgrade for &bPlanes&r, requiring &6HV&r components.\n\nIt contains &b27 Inventory Slots&r, &a4 Upgrade Slots&r, &c2 Weapon Slots&r, and also a &4Booster Slot&r, just like the regular biplane.\n\nWhile expensive, the &3Scarlet Biplane&r makes up for it with increased durability, increased max speed, and overall swag.", "quests.tfg_tips.firmaciv.title": "Firma: Civilization", "quests.tfg_tips.firmaciv.subtitle": "Sail across the seas, with style.", - "quests.tfg_tips.firmaciv.desc": "&2Firma: Civilization&r is a mod all about boats and traversing large bodies of water. It can also be used for creating tools that help you position yourself in the world.\nAs always, the &2Field Guide&r contains deeper details than the following quests.\n\n&3&lTip:&r&o Rowing down river is much faster... Consider settling near a river if you haven't already.", + "quests.tfg_tips.firmaciv.desc": "&2Firma: Civilization&r is a mod all about boats and traversing large bodies of water. It can also be used for creating tools that help you position yourself in the world.", "quests.tfg_tips.firmaciv_info.title": "Voyage Gadgets", "quests.tfg_tips.firmaciv_info.subtitle": "In case you care for realism", "quests.tfg_tips.firmaciv_info.desc": "&3Firma:Civ&r comes with 4 different navigational tools, each giving you important information about your position in the world.\nIncludes the &dSextant&r, &dNavigator's Timepiece&r, &dBarometer&r, and &dCompass&r; more information about the tools in the &2Field Guide.&r\n\n&3&lLore:&r&o: Firma:Civ by default removes coordinates to make you use its navigational tools. We can't do that here, so uh, use them if you want to LARP.", "quests.tfg_tips.warfare.title": "Sea Warfare", "quests.tfg_tips.warfare.subtitle": "FIRE ALL CANNONS!", "quests.tfg_tips.warfare.desc": "You can outfit your &bSloop&r with firepower via the &dCannon&r and cannon balls, in case you want to blow something to smithereens.\nTo fire a cannon, you'll need to load it with some &aGunpowder, Unrefined Paper&r and your &aCannon Ball&r. Then light the wick with &cFlint and Steel.&r", - "quests.tfg_tips.kayak_materials.title": "The Kayak", + "quests.tfg_tips.kayak_beginning.title": "Boat 1: Kayak", + "quests.tfg_tips.kayak_beginning.subtitle": "The only portable boat", + "quests.tfg_tips.kayak_beginning.desc": "The kayak is a relatively simple boat to craft, while only one passenger can fit in it it makes up for it by being the only boat you can carry around with you.", + "quests.tfg_tips.kayak_materials.title": "Materials for a Kayak", "quests.tfg_tips.kayak_materials.subtitle": "Get yourself that Kayak.", - "quests.tfg_tips.kayak_materials.desc": "The &dKayak&r is the second most simple boat you can craft, requiring &bWaxes&r for the &aWaterproof Hides&r. It is also the &conly&r boat that can be picked up as an item. Despite having a &dsingle passenger&r slot, it is the fastest boat in the game until the steel age &dSloop!&r", - "quests.tfg_tips.create_kayak.title": "Complete the Kayak", + "quests.tfg_tips.kayak_materials.desc": "The Kayak is probably the second most simple boat you can craft, you'll require some form of string, some lumber, and Large Waterproof Hides. The Waterproof Hides can be obtained utilizing Waxes.", + "quests.tfg_tips.create_kayak.title": "Create the Kayak", "quests.tfg_tips.create_kayak.subtitle": "Happy Kayak-ing!", - "quests.tfg_tips.create_kayak.desc": "With the &dKayak&r in hand, you can now enjoy your quick solo journeys on water. Make sure you craft a &bKayak Paddle&r (the canoe one won't work!) to go even faster!", + "quests.tfg_tips.create_kayak.desc": "With the Kayak in hand, traversing small bodies of water should be relatively easy, make sure you create a paddle so you can go faster!", + "quests.tfg_tips.entity_boats.title": "Entity Boats", + "quests.tfg_tips.entity_boats.subtitle": "I can't carry these with me?", + "quests.tfg_tips.entity_boats.desc": "Entity type boats are unique compared to the Kayak, while the Kayak can be carried around as an item, Entity Type Boats such as Rowboats, Canoes and Sloops cannot be carried around as an Item. However, they have other upsides such as being able to fit multiple people, and also fit \"Compartments\", such as Chests, Barrels and Others.\nTo avoid your boat from drifting away into the horizon, you can leash them with a Lead, might be worth spending some time creating a Dock of sorts for your boats.\n\nWorth mentioning, most boats can receive damage if you traverse over harsh obstacles such as Corals, you can repair your boat by utilizing wood of the same type as your boat.", "quests.tfg_tips.beneathxfirmaciv.title": "Disclaimer regarding Beneath and Firma:Civ", "quests.tfg_tips.beneathxfirmaciv.subtitle": "Read this, otherwise you may regret it", - "quests.tfg_tips.beneathxfirmaciv.desc": "While you can make &dCanoes, Rowboats&r and &dSloops&r out of &dCrimson&r and &3Warped Stems&r, boats made out of these fireproof logs &4ARE NOT&r resistant to lava! If you try to traverse a lava lake with these you &lwill&r sink and die a horrible death!", - "quests.tfg_tips.canoe_materials.title": "The Canoe", - "quests.tfg_tips.canoe_materials.subtitle": "It doesn't get simpler than this", - "quests.tfg_tips.canoe_materials.desc": "The &dCanoe&r is the easiest boat to craft. Note that only certain kinds of &aStripped Logs&r work, the task above tells you which are eligible &bSoftwood&r.\nThe &2Field Guide&r provides details about its unique construction.\n\nThis boat can carry one extra player/entity other than the navigator, or a chest.", + "quests.tfg_tips.beneathxfirmaciv.desc": "While you can create &aFirma:Civ Entity Boats&r out of &dCrimson&r and &3Warped Stems&r, boats made out of these fireproof logs &4ARE NOT&r resistant to lava! If you try to traverse a lava lake with these you &lwill&r sink and die a horrible death!", + "quests.tfg_tips.canoe_beginning.title": "Boat 2: Canoe", + "quests.tfg_tips.canoe_beginning.subtitle": "Primitive", + "quests.tfg_tips.canoe_beginning.desc": "The Canoe is a type of boat that can fit one passenger or compartment. It's made out of soft wood and can be created relatively easily at the cost of some basic tools and time.", + "quests.tfg_tips.canoe_materials.title": "Materials for a Canoe", + "quests.tfg_tips.canoe_materials.subtitle": "It doesnt get simpler than this", + "quests.tfg_tips.canoe_materials.desc": "You'll need to find some sort of Softwood, the Field Guide contains information on which trees qualify as Softwood, alongside the process for actually creating the Canoe.", "quests.tfg_tips.canoe_materials.task": "Some sort of Fire Starter", - "quests.tfg_tips.create_canoe.title": "Complete the Canoe", + "quests.tfg_tips.create_canoe.title": "Create the Canoe", "quests.tfg_tips.create_canoe.subtitle": "Happy Canoe-ing!", - "quests.tfg_tips.create_canoe.desc": "With the &dCanoe&r, traversing bodies of water in the early game will now be possible. Make sure you create a &bCanoe Paddle&r so you can go faster!\n\nTo complete the first task of this quest, you need to look at the finished &dCanoe.&r\n\n&3&lTip:&r&o Two players, both equipped with paddles, can achieve a higher top speed together in the same canoe. Multiplayer only of course!", - "quests.tfg_tips.rowboat_materials.title": "The Rowboat", + "quests.tfg_tips.create_canoe.desc": "With the Canoe, traversing medium sized bodies of water should be relatively easy, make sure you create a paddle so you can go faster!\n\nTo complete the first task of this quest, you need to look at any finished Canoe.", + "quests.tfg_tips.rowboat_beginning.title": "Boat 3: Rowboat", + "quests.tfg_tips.rowboat_beginning.subtitle": "Already using Wrought Iron huh?", + "quests.tfg_tips.rowboat_beginning.desc": "The Rowboat is a type of boat that can fit up to four compartments, or 2 passengers and 2 compartments. It's made out of hard wood and requires at the very least mastery over Wrought Iron.", + "quests.tfg_tips.rowboat_materials.title": "Materials for a Rowboat", "quests.tfg_tips.rowboat_materials.subtitle": "Get ready for some work now.", - "quests.tfg_tips.rowboat_materials.desc": "Requiring more complex materials, locking it to the iron age, the &dRowboat&r has capacity for &b2 passengers and 2 storage&r, or &c4 storage with no passengers.&r\nYou'll need to find some sort of &aHardwood&r, detailed in the &2Field Guide&r, which also includes the construction process.\n\nKeep in mind the boat must be constructed with the same wood! Do not mix different kinds of hardwoods.", - "quests.tfg_tips.create_rowboat.title": "Complete the Rowboat", + "quests.tfg_tips.rowboat_materials.desc": "You'll need to find some sort of Hardwood, the Field Guide contains information on which trees qualify as Hardwood, alongside the process for actually creating the Rowboat.\n\nKeep in mind that, while the first task accepts any form of hardwood planks, you need to make sure they're all the same type! Trying to create a Rowboat with mixed wood types will not work!", + "quests.tfg_tips.create_rowboat.title": "Create the Rowboat", "quests.tfg_tips.create_rowboat.subtitle": "Happy Rowboat-ing!", - "quests.tfg_tips.create_rowboat.desc": "With the &dRowboat&r, you can now transport a decent amount of items across the oceans, perfect for overseas exploration, perhaps to the tropics! Make sure you create two &bOars&r so you can go faster!\nYou can also dye it!\n\nTo complete the first task of this quest, you need to look at any finished &dRowboat.&r\n\n&3&lTips:&r&o Two passenger slots? Perfect for bringing home pairs of breeding animals for your farm through a river system or across lakes and oceans.", - "quests.tfg_tips.sloop_under_construction_materials.title": "The Sloop", - "quests.tfg_tips.sloop_under_construction_materials.subtitle": "The Great Pirate Era has begun", - "quests.tfg_tips.sloop_under_construction_materials.desc": "The &dSloop&r is the most advanced seaworthy vessel, requiring &aSteel.&r It has ample space for storage, anvils and workbenches! It is incredibly expensive and requires practice to sail. The &2Field Guide&r has all the details for construction and on how to sail.\n\nAgain, do not attempt to mix up different kinds of hardwoods in the same vessel.", - "quests.tfg_tips.sloop_under_construction_materials.task": "16x of any Hardwood Lumber", - "quests.tfg_tips.create_sloop.title": "Complete the Sloop", - "quests.tfg_tips.create_sloop.subtitle": "Where's the Wind Waker when you need it?", - "quests.tfg_tips.create_sloop.desc": "With the &dSloop&r, traversing large sized bodies of water should be relatively easy. To make sure you dont end up at the mercy of the wind you can lower your Anchor to stop in place.\nYou can also dye your sails with dye of your choice!\n\nTo complete the task of this quest, you need to look at any finished &dSloop.&r\n\n&3&lTip:&r&o Try not to sail through rivers with a sloop, it will likely NOT work as expected!", + "quests.tfg_tips.create_rowboat.desc": "With the Rowboat, traversing medium to large sized bodies of water should be relatively easy, make sure you create two oars so you can go faster!\nYou can also dye your rowboat's color with a dye of your choice!\n\nTo complete the first task of this quest, you need to look at any finished Rowboat.", + "quests.tfg_tips.sloop_beginning.title": "Boat 4: Sloop", + "quests.tfg_tips.sloop_beginning.subtitle": "Looking for a Challenge?", + "quests.tfg_tips.sloop_beginning.desc": "The Sloop is a type of boat, it's in fact the biggest and most expensive boat. It can fit up to 2 passengers, although players can walk around the sloop as well. not only that, it can fit up to 12 compartments! and it's the only boat that can accept Cannons as Compartments! It's made out of hard wood and requires at the very least mastery over Steel.", + "quests.tfg_tips.sloop_under_construction_materials.title": "Materials for a Sloop; Pt 1", + "quests.tfg_tips.sloop_under_construction_materials.subtitle": "There are parts now?", + "quests.tfg_tips.sloop_under_construction_materials.desc": "Unlike Rowboats and Canoes, Sloops require two distinct construction phases, you'll first create a \"Sloop Under Construction\", which then you'll finish into a proper sloop.\nYou'll need to find some sort of Hardwood, the Field Guide contains information on which trees qualify as Hardwood, alongside the process for actually creating the Sloop Under Construction.\n\nKeep in mind that, while the fourth task accepts any form of hardwood planks, you need to make sure they're all the same type! Trying to create a Rowboat with mixed wood types will not work!", + "quests.tfg_tips.sloop_materials.title": "Materials for a Sloop; Pt 2", + "quests.tfg_tips.sloop_materials.subtitle": "Don't worry, there's only two parts.", + "quests.tfg_tips.sloop_materials.desc": "With the Sloop under Construction finished, you can recollect these other materials to finish the process of creating your Sloop. Check the Field guide if you need more guidance.\n\nKeep in mind that, while the first, second and third task accepts any form of hardwood planks, logs and lumber; you need to make sure they're all the same type! Trying to create a Rowboat with mixed wood types will not work!", + "quests.tfg_tips.create_sloop.title": "Create the Sloop", + "quests.tfg_tips.create_sloop.subtitle": "Where's the wind waker when you need it?", + "quests.tfg_tips.create_sloop.desc": "With the Sloop, traversing large sized bodies of water should be relatively easy. To make sure you dont end up at the mercy of the wind you can lower your Anchor to stop in place.\nYou can also dye your rowboat's color with a dye of your choice!\n\nTo complete the task of this quest, you need to look at any finished Sloop.", "quests.tfg_tips.fishing_net.title": "Fishing Nets", "quests.tfg_tips.fishing_net.subtitle": "Not the socks, sorry.", "quests.tfg_tips.fishing_net.desc": "Fish have never been so easy to catch. A right-click away from a hearty meal.", "quests.tfg_tips.fishing_net.task": "Any #forge:tools/fishing_nets", - "quests.tfg_tips.astikorcarts.title": "TFC Astikor Carts", - "quests.tfg_tips.astikorcarts.subtitle": "Overland routes", - "quests.tfg_tips.astikorcarts.desc": "&2TFC Astikor Carts&r provide early game transport options for land travel for both mobs and items.\nCarts can be manually pulled by &cplayers&r (very slow if they are full!) or by &bequine animals&r, such as horses.\n\nRemember to use the &4\"Action Key\" keybind (default R)&r to attach or de-attach yourself or the animal you are riding to the cart.", - "quests.tfg_tips.equines.title": "Horse Riding", - "quests.tfg_tips.equines.subtitle": "Stallion of the Cimarron", - "quests.tfg_tips.equines.desc": "Find yourself either a &bHorse, Donkey&r or &bMule&r and build up enough &afamiliarity&r to let them ride you with your trusty &aSaddle&r, knapped from leather.\nIn addition, they can pull &dCarts&r without speed penalties!\n\n&bHorses&r are great for exploring the interior of continents effortlessly in the early game, and can be bred for better stats.\n\n&bDonkeys and Mules&r can carry an extra chest or even a barrel without a &2Supply Cart.&r\n\nAs always, more information (such as spawning conditions) in the &2Field Guide.&r\n\n&3&lTip:&r&o Want to horse-ride on a different continent across the ocean? Don't worry, you can bring along your trusty ride on certain boats!", - "quests.tfg_tips.supply_cart.title": "Supply Cart", - "quests.tfg_tips.supply_cart.subtitle": "Carry All", - "quests.tfg_tips.supply_cart.desc": "With a whopping &c54&r slots, &dSupply Carts&r can carry a large amount of items &aregardless of their weight&r, even anvils!\nPerfect for exploration, mining and logging trips, or for moving bases!", - "quests.tfg_tips.animal_cart.title": "Animal Cart", - "quests.tfg_tips.animal_cart.subtitle": "Animal Kidnapper Machine", - "quests.tfg_tips.animal_cart.desc": "The &dAnimal Cart&r allows you transport up to 3 animals across land.\nPerfect for collecting breeding pairs for your livestock farms! Simply run over an animal with the cart. &cShift-right click&r to dismount all animals.", - "quests.tfg_tips.plow.title": "Plow", - "quests.tfg_tips.plow.subtitle": "Large Scale Farming", - "quests.tfg_tips.plow.desc": "If there ever comes the need to till large sections of land for some megafarms, the &dPlow&r can come in clutch.", "quests.tfg_tips.firmalife.title": "Firmalife", "quests.tfg_tips.firmalife.subtitle": "Thrive in TerraFirmaCraft", "quests.tfg_tips.firmalife.desc": "&2Firmalife&r is a mod all about extending the agricultural and gastronomic experience in TerraFirmaCraft, with touches of miscellaneous features. Includes things such as decorations, more preservation methods, new foods, bees and a plethora of useful gadgets!", @@ -2279,7 +2159,7 @@ "quests.tfg_tips.candles.desc": "Candles can be crafted using &aParaffix Wax, Beeswax&r or &aRosin.&r\nCandles are the better light source compared to torches, staying lit for 1 month and 2 days.", "quests.tfg_tips.oven.title": "Oven", "quests.tfg_tips.oven.subtitle": "Caution, it's hot", - "quests.tfg_tips.oven.desc": "The &3Oven&r is a multiblock structure that can be used to easily cook foods as well as perform exclusive recipes. The &aBottom Oven, Top Oven&r and the &aChimney&r are mandatory components. And don't forget the &dPeel&r, used for picking up food from the &aTop Oven.&r\nMore information on how to build an &3Oven&r can be found in the &2Field Guide.&r\n\n&3&lTip:&r&o: The only food that can satisfy all 5 nutrient groups, &cPizza&f, must be cooked in an oven.", + "quests.tfg_tips.oven.desc": "The &3Oven&r is a multiblock structure that can be used to easily cook foods as well as perform exclusive recipes. The &aBottom Oven, Top Oven&r and the &aChimney&r are mandatory components. And don't forget the &dPeel&r, used for picking up food from the &aTop Oven.&r\nMore information on how to build an &3Oven&r can be found in the &2Field Guide.&r\n\n&3&lTip:&r&o: the only food that can satisfy all 5 nutrient groups, &cPizza&f, must be cooked in an oven.", "quests.tfg_tips.oven_appliances.title": "Oven Appliances", "quests.tfg_tips.oven_appliances.subtitle": "Get more out of your Ovens", "quests.tfg_tips.oven_appliances.desc": "&3Oven Appliances&r are optional components that must be placed on top of &aBottom Ovens&r to receive heat. Remember you can have &cmultiple&r &aBottom Ovens&r in a single multiblock.\n\n&dWrought Iron Grill&r: Allows you to cook food at a much faster rate and provides a &cbonus&r to shelf life.\n&dVat&r: can process pot recipes in bulk! Extremely useful for making &eLatex&r and &aJam.&r\n&dJarring Station&r: must be place next to a &bVat&r, fills up jars with &aJam.&r\n&dPot&r: if you need to cook soups.", @@ -2295,7 +2175,7 @@ "quests.tfg_tips.jam.desc": "&dJam&r is an excellent way to preserve fruit: a &bSealed Jar of Jam&r can last up to &ctwo years&r without being opened.\n\nTo properly bottle the jam you will need a &aJar with Lid&r, requiring &bGlassblowing&r for the jar itself and &bSmithing&r for the lids.\n\n&3&lTip:&r&l &aGT machines&f will provide easier recipes for both components down the line.", "quests.tfg_tips.preservation.title": "The Preservation Tree", "quests.tfg_tips.preservation.subtitle": "Making food last longer", - "quests.tfg_tips.preservation.desc": "Rotten food is not fit for consumption (you can feed it to pigs though!). Thriving in &2TFG&r will require finding ways to stretch the shelf life of food as much as possible.\n\nThe quest tree above goes into detail on several preservation methods for different foods. Note that while some icons may display rotten food, it is a purely cosmetic bug.\n\n&3&lTip:&r&o All preservation modifiers &dstack&f on top of each other, allowing you to achieve very long shelf life.", + "quests.tfg_tips.preservation.desc": "Rotten food is not fit for consumption (you can feed it to pigs though!). Thriving in &2TFG&r will require finding ways to stretch the shelf life of food as much as possible.\n\nThe quest tree above goes into detail on several preservation methods for different foods. Note that while some icons may display rotten food, it is a purely cosmetic bug.\n\n&3&lTip:&r&o all preservation modifiers &dstack&f on top of each other, allowing you to achieve very long shelf life.", "quests.tfg_tips.brine_something.title": "Brining", "quests.tfg_tips.brine_something.subtitle": "A preliminary step for other preservation methods", "quests.tfg_tips.brine_something.desc": "Brining &araw meat, vegetables&r or &afruit&r, requiring &dBrine&r made from &bSea Water&r and &bVinegar.&r This is a precursor step for &3pickling&r and &3smoking.&r", @@ -2303,7 +2183,7 @@ "quests.tfg_tips.brine_something.task.2": "A Bucket of Brine", "quests.tfg_tips.pickle_something.title": "General Preservation: Pickling", "quests.tfg_tips.pickle_something.subtitle": "General Preservation N°3", - "quests.tfg_tips.pickle_something.desc": "Pickling &araw meat, vegetables&r or &afruit&r. After &3brining&r, the food item is pickled in a barrel full of &aVinegar.&r It can be left there, giving it the &dpickled&r preservation trait for as long as the barrel is sealed, significantly increasing shelf life.", + "quests.tfg_tips.pickle_something.desc": "Pickling &araw meat, vegetables&r or &afruit&r. After &3brining&r, the food item is pickled in a barrel full of &aVinegar.&r It can be left there, giving it the &dPickled&r preservation trait for as long as the barrel is sealed, significantly increasing shelf life.", "quests.tfg_tips.pickle_something.task.1": "A Bucket of Vinegar", "quests.tfg_tips.pickle_something.task.2": "Meat, vegetable or fruit that has been pickled.", "quests.tfg_tips.get_milk.title": "Milk Preservation", @@ -2331,18 +2211,14 @@ "quests.tfg_tips.smoke_meat.subtitle": "Smokey", "quests.tfg_tips.smoke_meat.desc": "You can hang up to 8 slices of &aRaw Meat&r on a &bString&r that's placed over a &cLit Campfire&r to smoke it. Keep in mind that the meat &lmust be brined first.&r \nIt may also be &dsalted&r before smoking.", "quests.tfg_tips.smoke_meat.task": "A hunk of Smoked Meat", - "quests.tfg_tips.bacon.title": "Bacon", - "quests.tfg_tips.bacon.subtitle": "Crispy", - "quests.tfg_tips.bacon.desc": "&aBacon&r can be made from &bSmoked Pork&r and a pinch of salt giving &d4 times&r the amount of meat!\n\nNote that the pork &lhas to be smoked&r before it can be turned into bacon.", - "quests.tfg_tips.bacon.task": "A hunk of Smoked Pork", "quests.tfg_tips.cook_meat.title": "Meat Preservation: Cooking", "quests.tfg_tips.cook_meat.subtitle": "Pretty obvious in hindsight.", - "quests.tfg_tips.cook_meat.desc": "Cooking can potentially provide its own preservation traits. You should cook &aMeat&r either in a &bWrought Iron Grill&r or a &bTop Oven!&r\nOther cooking methods may not provide any trait at all or may even give negative traits that lower shelf life.\n\n&3&lTip:&r&o &bWrought Iron Grills&f can be part of the &dOven&f structure.", + "quests.tfg_tips.cook_meat.desc": "Cooking can potentially provide its own preservation traits. You should cook &aMeat&r either in a &bWrought Iron Grill&r or a &bTop Oven!&r\nOther cooking methods may not provide any trait at all or may even give negative traits that lower shelf life.\n\n&3&lTip:&r&o &bWrought Iron Grills&r can be part of the &dOven&f structure.", "quests.tfg_tips.cook_meat.task.1": "A hunk of either Grilled or Oven Baked Cooked Meat.", "quests.tfg_tips.cook_meat.task.2": "A Wrought Iron Grill or a Top Oven", "quests.tfg_tips.get_veggie.title": "Vegetable Preservation", "quests.tfg_tips.get_veggie.subtitle": "They're good for you", - "quests.tfg_tips.get_veggie.desc": "&aVegetables&r are mostly found in the wild or grown locally in farms. They can only be &bpickled.&r", + "quests.tfg_tips.get_veggie.desc": "&aVegetables&r are mostly found in the wild or grown locally in farms. They can only be &bPickled.&r", "quests.tfg_tips.get_fruit.title": "Fruit Preservation", "quests.tfg_tips.get_fruit.subtitle": "Tasty!", "quests.tfg_tips.get_fruit.desc": "&aFruits&r are mostly found in the wild, harvested from &bTrees, Bushes&r and from slicing &bMelons&r and &bPumpkins.&r Unlike vegetables, fruits have a unique preservation modifier: &ddrying&r, in addition to &bpickling.&r\n&cDried fruits are necessary&r for making your first bit of &dYeast.&r", @@ -2406,10 +2282,5 @@ "quests.tfg_tips.fuck_go_back.desc": "To escape &4The Beneath&r, you need to reach the upper levels of the cave system, near the &dBedrock Ceiling.&r Staying still for a couple of seconds near the roof will transport you back to the &bOverworld&r, right where you stood on to get in.", "quests.tfg_tips.piglin_bartering.title": "Piglin Bartering", "quests.tfg_tips.piglin_bartering.subtitle": "We are not alone apparently", - "quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resource, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades.", - "quests.tfg_tips.piglin_disguise.subtitle": "They'll never know...", - "quests.tfg_tips.piglin_disguise.desc": "Do you feel like you don't belong?\n Do the &4Piglin&r attack you at your school because of your appearance?\n Try wearing a &aPiglin Disguise&r to ward off unwanted attention and blend right in.", - "quests.tfg_tips.trowel.title": "Trowel", - "quests.tfg_tips.trowel.subtitle": "Inspired by Quark!", - "quests.tfg_tips.trowel.desc": "A &4Trowel&r is a tool for builders that can &brandomly place blocks&r located in the hotbar. Trowels can also use bricks and other useable items to randomize tiles for &5RNR Roads&r." + "quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resources, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades." } \ No newline at end of file From 6a27fa98ca6d43a0a886289671b74c7eb57f802e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 6 Jun 2025 23:45:25 +0100 Subject: [PATCH 096/246] what if we just added recipes for these? --- kubejs/startup_scripts/ae2/constants.js | 41 ------------------------- 1 file changed, 41 deletions(-) diff --git a/kubejs/startup_scripts/ae2/constants.js b/kubejs/startup_scripts/ae2/constants.js index 10ec44c52..4c97d0fb0 100644 --- a/kubejs/startup_scripts/ae2/constants.js +++ b/kubejs/startup_scripts/ae2/constants.js @@ -31,50 +31,9 @@ global.AE2_DISABLED_ITEMS = [ 'ae2:spatial_anchor', 'ae2:inscriber', 'ae2:growth_accelerator', - 'ae2:cut_quartz_block', - 'ae2:smooth_quartz_block', - 'ae2:quartz_bricks', - 'ae2:quartz_pillar', - 'ae2:chiseled_quartz_block', - 'ae2:quartz_stairs', - 'ae2:cut_quartz_stairs', - 'ae2:smooth_quartz_stairs', - 'ae2:quartz_brick_stairs', - 'ae2:chiseled_quartz_stairs', - 'ae2:quartz_pillar_stairs', - 'ae2:fluix_stairs', - 'ae2:quartz_slab', - 'ae2:cut_quartz_slab', - 'ae2:smooth_quartz_slab', - 'ae2:quartz_brick_slab', - 'ae2:chiseled_quartz_slab', - 'ae2:quartz_pillar_slab', - 'ae2:fluix_slab', - 'ae2:quartz_wall', - 'ae2:cut_quartz_wall', - 'ae2:smooth_quartz_wall', - 'ae2:quartz_brick_wall', - 'ae2:chiseled_quartz_wall', - 'ae2:quartz_pillar_wall', - 'ae2:fluix_wall', - 'ae2:smooth_sky_stone_block', - 'ae2:sky_stone_brick', - 'ae2:sky_stone_small_brick', 'ae2:sky_stone_chest', 'ae2:smooth_sky_stone_chest', 'ae2:sky_stone_tank', - 'ae2:sky_stone_stairs', - 'ae2:smooth_sky_stone_stairs', - 'ae2:sky_stone_brick_stairs', - 'ae2:sky_stone_small_brick_stairs', - 'ae2:sky_stone_slab', - 'ae2:smooth_sky_stone_slab', - 'ae2:sky_stone_brick_slab', - 'ae2:sky_stone_small_brick_slab', - 'ae2:sky_stone_wall', - 'ae2:smooth_sky_stone_wall', - 'ae2:sky_stone_brick_wall', - 'ae2:sky_stone_small_brick_wall', 'gtceu:raw_certus_quartz_block', // Другое From 69b4d83067c751440a5ba73615eb457fa722c85c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 00:58:45 +0100 Subject: [PATCH 097/246] added recipes for ae2 deco blocks, stone dust centrifuge recipes for the moon --- kubejs/server_scripts/ae2/recipes.js | 40 +++++++++++++ kubejs/server_scripts/ae2/tags.js | 18 ++++++ kubejs/server_scripts/tfc/recipes.stone.js | 36 +++++++++-- kubejs/server_scripts/tfg/recipes.rocks.js | 70 ++++++++++++++++++---- kubejs/startup_scripts/ae2/constants.js | 2 - 5 files changed, 147 insertions(+), 19 deletions(-) diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 1bd876d48..99f55449a 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -2176,4 +2176,44 @@ const registerAE2Recipes = (event) => { .duration(100) .category(GTRecipeCategories.MACERATOR_RECYCLING) .EUt(GTValues.VA[GTValues.ULV]) + + // Certus deco blocks + + event.stonecutting('ae2:cut_quartz_block', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:smooth_quartz_block', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_bricks', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_pillar', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:chiseled_quartz_block', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_stairs', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:cut_quartz_stairs', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:smooth_quartz_stairs', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_brick_stairs', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:chiseled_quartz_stairs', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_pillar_stairs', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_wall', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:cut_quartz_wall', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:smooth_quartz_wall', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_brick_wall', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:chiseled_quartz_wall', '#tfg:certus_quartz_blocks') + event.stonecutting('ae2:quartz_pillar_wall', '#tfg:certus_quartz_blocks') + event.stonecutting('2x ae2:quartz_slab', '#tfg:certus_quartz_blocks') + event.stonecutting('2x ae2:cut_quartz_slab', '#tfg:certus_quartz_blocks') + event.stonecutting('2x ae2:smooth_quartz_slab', '#tfg:certus_quartz_blocks') + event.stonecutting('2x ae2:quartz_brick_slab', '#tfg:certus_quartz_blocks') + event.stonecutting('2x ae2:chiseled_quartz_slab', '#tfg:certus_quartz_blocks') + event.stonecutting('2x ae2:quartz_pillar_slab', '#tfg:certus_quartz_blocks') + + event.recipes.gtceu.macerator('tfg:macerate_certus_deco') + .itemInputs('#tfg:certus_quartz_blocks') + .itemOutputs('#forge:dusts/certus_quartz') + .duration(150) + .EUt(2) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + + event.recipes.gtceu.macerator('tfg:macerate_sky_stone') + .itemInputs('#tfg:sky_stone_blocks') + .itemOutputs('ae2:sky_dust') + .duration(150) + .EUt(2) + .category(GTRecipeCategories.MACERATOR_RECYCLING) } diff --git a/kubejs/server_scripts/ae2/tags.js b/kubejs/server_scripts/ae2/tags.js index 719cf7567..2ee655e8a 100644 --- a/kubejs/server_scripts/ae2/tags.js +++ b/kubejs/server_scripts/ae2/tags.js @@ -6,6 +6,23 @@ const registerAE2ItemTags = (event) => { event.removeAllTagsFrom(item) event.add('c:hidden_from_recipe_viewers', item) }) + + // We use the quartz block as a raw ore block + event.remove('forge:storage_blocks', 'ae2:quartz_block') + event.remove('forge:storage_blocks/certus_quartz', 'ae2:quartz_block') + + event.add('tfg:certus_quartz_blocks', 'ae2:cut_quartz_block') + event.add('tfg:certus_quartz_blocks', 'ae2:smooth_quartz_block') + event.add('tfg:certus_quartz_blocks', 'ae2:quartz_bricks') + event.add('tfg:certus_quartz_blocks', 'ae2:quartz_pillar') + event.add('tfg:certus_quartz_blocks', 'ae2:chiseled_quartz_block') + + event.add('tfg:sky_stone_blocks', 'ae2:sky_stone_block') + event.add('tfg:sky_stone_blocks', 'ae2:smooth_sky_stone_block') + event.add('tfg:sky_stone_blocks', 'ae2:sky_stone_brick') + event.add('tfg:sky_stone_blocks', 'ae2:sky_stone_small_brick') + + event.add('tfg:stone_dusts', 'ae2:sky_dust') } const registerAE2BlockTags = (event) => { @@ -13,4 +30,5 @@ const registerAE2BlockTags = (event) => { global.AE2_DISABLED_ITEMS.forEach(item => { event.removeAllTagsFrom(item) }) + } \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/recipes.stone.js b/kubejs/server_scripts/tfc/recipes.stone.js index fa44ca41b..10870c5ee 100644 --- a/kubejs/server_scripts/tfc/recipes.stone.js +++ b/kubejs/server_scripts/tfc/recipes.stone.js @@ -637,8 +637,8 @@ function registerTFCStoneRecipes(event) { .EUt(GTValues.VA[GTValues.MV]) .duration(480) .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('gabbro'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Rutile, 1), 6700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Iron, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Rutile, 1), 2700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) event.recipes.gtceu.centrifuge('shale_dust_separation') @@ -653,7 +653,7 @@ function registerTFCStoneRecipes(event) { .EUt(GTValues.VA[GTValues.MV]) .duration(480) .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('claystone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Aluminium, 1), 6700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Bauxite, 1), 6700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Silicon, 1), 6700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Hematite, 1), 6700, 700) .outputFluids(Fluid.of(oxygenFluid, 5)) @@ -715,7 +715,7 @@ function registerTFCStoneRecipes(event) { .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 6700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Aluminium, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Kyanite, 1), 3700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 700) .outputFluids(Fluid.of(oxygenFluid, 12)) @@ -768,10 +768,36 @@ function registerTFCStoneRecipes(event) { .EUt(GTValues.VA[GTValues.MV]) .duration(480) .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_stone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) + .chancedOutput('ae2:sky_dust', 4700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ilmenite, 1), 1700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 2700, 700) .outputFluids(Fluid.of('gtceu:helium_3', 50)) + event.recipes.gtceu.centrifuge('moon_deepslate_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_deepslate'), 1)) + .chancedOutput('ae2:sky_dust', 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, TFGHelpers.getMaterial('desh'), 1), 2700, 700) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('glacio_stone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('glacio_stone'), 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ice, 1), 2700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('tfg:sky_dust') + .EUt(GTValues.VA[GTValues.LV]) + .duration(100) + .itemInputs('ae2:sky_dust') + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Iron, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 2700, 700) + // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index ee1f6b718..15d19f0b4 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -92,7 +92,11 @@ function registerTFGRockRecipes(event) { { raw: 'ad_astra:conglomerate', polished: 'ad_astra:polished_conglomerate' }, { raw: 'ad_astra:permafrost', polished: 'ad_astra:polished_permafrost' }, { raw: 'ad_astra:permafrost_bricks', polished: 'ad_astra:chiseled_permafrost_bricks' }, - { raw: 'ad_astra:chiseled_permafrost_bricks', polished: 'ad_astra:permafrost_tiles' } + { raw: 'ad_astra:chiseled_permafrost_bricks', polished: 'ad_astra:permafrost_tiles' }, + { raw: 'ae2:sky_stone_block', polished: 'ae2:smooth_sky_stone_block' }, + { raw: 'ae2:smooth_sky_stone_block', polished: 'ae2:sky_stone_brick' }, + { raw: 'ae2:sky_stone_brick', polished: 'ae2:sky_stone_small_brick' }, + { raw: 'gtceu:certus_quartz_block', polished: 'ae2:cut_quartz_block' }, ] RAW_TO_POLISHED.forEach(x => { @@ -458,6 +462,46 @@ function registerTFGRockRecipes(event) { dust: 'gtceu:ice_dust', stonecutting: true }, + { + raw: 'ae2:sky_stone_block', + stair: 'ae2:sky_stone_stairs', + slab: 'ae2:sky_stone_slab', + wall: 'ae2:sky_stone_wall', + dust: 'ae2:sky_dust', + stonecutting: true + }, + { + raw: 'ae2:smooth_sky_stone_block', + stair: 'ae2:smooth_sky_stone_stairs', + slab: 'ae2:smooth_sky_stone_slab', + wall: 'ae2:smooth_sky_stone_wall', + dust: 'ae2:sky_dust', + stonecutting: true + }, + { + raw: 'ae2:sky_stone_brick', + stair: 'ae2:sky_stone_brick_stairs', + slab: 'ae2:sky_stone_brick_slab', + wall: 'ae2:sky_stone_brick_wall', + dust: 'ae2:sky_dust', + stonecutting: true + }, + { + raw: 'ae2:sky_stone_small_brick', + stair: 'ae2:sky_stone_small_brick_stairs', + slab: 'ae2:sky_stone_small_brick_slab', + wall: 'ae2:sky_stone_small_brick_wall', + dust: 'ae2:sky_dust', + stonecutting: true + }, + { + raw: 'ae2:fluix_block', + stair: 'ae2:fluix_stairs', + slab: 'ae2:fluix_slab', + wall: 'ae2:fluix_wall', + dust: 'ae2:fluix_dust', + stonecutting: true + } // #endregion ] @@ -499,7 +543,7 @@ function registerTFGRockRecipes(event) { } } if ("wall" in x) { - event.recipes.tfc.chisel(x.slab, x.raw, 'smooth') + event.recipes.tfc.chisel(x.wall, x.raw, 'smooth') if (x.stonecutting) { event.stonecutting(x.wall, x.raw).id(`${x.raw}_to_${x.wall}`.replace(/:/g, '_')) @@ -546,11 +590,13 @@ function registerTFGRockRecipes(event) { { block: 'minecraft:deepslate', dust: 'gtceu:deepslate_dust' }, { block: 'minecraft:dripstone_block', dust: 'tfg:dripstone_dust' }, { block: 'ad_astra:moon_stone', dust: 'tfg:moon_stone_dust' }, + { block: 'ad_astra:moon_deepslate', dust: 'tfg:moon_deepslate_dust' }, { block: 'ad_astra:mars_stone', dust: 'tfg:mars_stone_dust' }, { block: 'ad_astra:venus_stone', dust: 'tfg:venus_stone_dust' }, { block: 'ad_astra:mercury_stone', dust: 'tfg:mercury_stone_dust' }, { block: 'ad_astra:glacio_stone', dust: 'tfg:glacio_stone_dust' }, { block: 'ad_astra:permafrost', dust: 'gtceu:ice_dust' }, + { block: 'ae2:sky_stone', dust: 'ae2:sky_dust' } ] MACERATOR.forEach(x => { @@ -643,18 +689,18 @@ function registerTFGRockRecipes(event) { event.remove({id: 'greate:splashing/obsidian'}) //magma block + stone group - const magma_blocks = [ - {magma: 'minecraft:magma_block', rock: 'minecraft:blackstone'}, - {magma: 'tfc:rock/magma/granite', rock: 'tfc:rock/raw/granite'}, - {magma: 'tfc:rock/magma/diorite', rock: 'tfc:rock/raw/diorite'}, - {magma: 'tfc:rock/magma/gabbro', rock: 'tfc:rock/raw/gabbro'}, - {magma: 'tfc:rock/magma/rhyolite', rock: 'tfc:rock/raw/rhyolite'}, - {magma: 'tfc:rock/magma/basalt', rock: 'tfc:rock/raw/basalt'}, - {magma: 'tfc:rock/magma/andesite', rock: 'tfc:rock/raw/andesite'}, - {magma: 'tfc:rock/magma/dacite', rock: 'tfc:rock/raw/dacite'} + const MAGMA_BLOCKS = [ + { magma: 'minecraft:magma_block', rock: 'minecraft:blackstone' }, + { magma: 'tfc:rock/magma/granite', rock: 'tfc:rock/raw/granite' }, + { magma: 'tfc:rock/magma/diorite', rock: 'tfc:rock/raw/diorite' }, + { magma: 'tfc:rock/magma/gabbro', rock: 'tfc:rock/raw/gabbro' }, + { magma: 'tfc:rock/magma/rhyolite', rock: 'tfc:rock/raw/rhyolite' }, + { magma: 'tfc:rock/magma/basalt', rock: 'tfc:rock/raw/basalt' }, + { magma: 'tfc:rock/magma/andesite', rock: 'tfc:rock/raw/andesite' }, + { magma: 'tfc:rock/magma/dacite', rock: 'tfc:rock/raw/dacite' } ]; - magma_blocks.forEach(block => { + MAGMA_BLOCKS.forEach(block => { event.recipes.gtceu.fluid_solidifier(`tfg:gtceu/fluid_solidifier/${block.magma}`.replace(/:/g, '/')) .itemInputs(`1x ${block.rock}`) diff --git a/kubejs/startup_scripts/ae2/constants.js b/kubejs/startup_scripts/ae2/constants.js index 4c97d0fb0..22d04c28c 100644 --- a/kubejs/startup_scripts/ae2/constants.js +++ b/kubejs/startup_scripts/ae2/constants.js @@ -34,12 +34,10 @@ global.AE2_DISABLED_ITEMS = [ 'ae2:sky_stone_chest', 'ae2:smooth_sky_stone_chest', 'ae2:sky_stone_tank', - 'gtceu:raw_certus_quartz_block', // Другое 'ae2:meteorite_compass', 'ae2:silicon', - 'ae2:sky_dust', 'ae2:creative_energy_cell', 'ae2:tiny_tnt', 'ae2:crystal_resonance_generator' From c0ba912ca66092a11a4619c819f4c73d87f37051 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 16:05:46 +0100 Subject: [PATCH 098/246] ash pile always gives ash --- .../data/tfg/loot_tables/blocks/ash_pile.json | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/kubejs/data/tfg/loot_tables/blocks/ash_pile.json b/kubejs/data/tfg/loot_tables/blocks/ash_pile.json index a99a4b287..b7b16c0a1 100644 --- a/kubejs/data/tfg/loot_tables/blocks/ash_pile.json +++ b/kubejs/data/tfg/loot_tables/blocks/ash_pile.json @@ -7,34 +7,7 @@ "entries": [ { "type": "minecraft:item", - "name": "tfc:powder/wood_ash", - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.9 - } - ] - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - }, - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfc:soot", - "conditions": [ - { - "condition": "minecraft:random_chance", - "chance": 0.1 - } - ] + "name": "tfc:powder/wood_ash" } ], "conditions": [ From f6d16409ecd27ff24b0cc0902ec747ccb1b66883 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 16:07:19 +0100 Subject: [PATCH 099/246] chorus flower loot table --- .../blocks/lunar_chorus_flower.json | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json index 4894d7536..eabf049bb 100644 --- a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json +++ b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json @@ -7,7 +7,38 @@ "entries": [ { "type": "minecraft:item", - "name": "minecraft:chorus_fruit" + "name": "minecraft:chorus_fruit", + "conditions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:lunar_chorus_flower", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.1 + } + ] } ], "conditions": [ From e1c76bb03aa5c56d3285983030704d450b56b2b6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 16:56:52 +0100 Subject: [PATCH 100/246] desh raw ore block change --- .../worldgen/configured_feature/moon/vein/moon_desh.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 e09bb3ed1..8e1d0c8bd 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 @@ -19,7 +19,7 @@ "weight": 40 }, { - "block": "gtceu:raw_desh_block", + "block": "ad_astra:raw_desh_block", "weight": 2 }, { @@ -50,7 +50,7 @@ "weight": 40 }, { - "block": "gtceu:raw_desh_block", + "block": "ad_astra:raw_desh_block", "weight": 2 }, { @@ -81,7 +81,7 @@ "weight": 40 }, { - "block": "gtceu:raw_desh_block", + "block": "ad_astra:raw_desh_block", "weight": 2 }, { @@ -113,7 +113,7 @@ "weight": 40 }, { - "block": "gtceu:raw_desh_block", + "block": "ad_astra:raw_desh_block", "weight": 2 }, { From 3ccc7006768ac4cb40b1e4e6d2190d9ac33d4629 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 16:57:39 +0100 Subject: [PATCH 101/246] ore vein updates --- kubejs/server_scripts/gregtech/loot.js | 13 ++++++++++++- kubejs/server_scripts/tfg/tags.veins.js | 9 ++------- kubejs/startup_scripts/ae2/tag_prefixes.js | 3 ++- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/kubejs/server_scripts/gregtech/loot.js b/kubejs/server_scripts/gregtech/loot.js index eb9e18e91..849a6430e 100644 --- a/kubejs/server_scripts/gregtech/loot.js +++ b/kubejs/server_scripts/gregtech/loot.js @@ -169,9 +169,20 @@ const registerGTCEULoots = (event) => { // I LOVE LOOTJS I LOVE LOOTJS I LOVE LOOTJS let rawOreBlock = `:${ChemicalHelper.get(TagPrefix.rawOreBlock, material, 1).getItem()}`; if (material == GTMaterials.Copper || material == GTMaterials.Gold || material == GTMaterials.Iron) + { rawOreBlock = "minecraft" + rawOreBlock; + } + else if (material == TFGHelpers.getMaterial('desh') + || material == TFGHelpers.getMaterial('ostrum') + || material == TFGHelpers.getMaterial('calorite') + || material == TFGHelpers.getMaterial('etrium')) + { + rawOreBlock = "ad_astra" + rawOreBlock; + } else + { rawOreBlock = "gtceu" + rawOreBlock; + } event.addBlockLootModifier(rawOreBlock) .removeLoot(ItemFilter.ALWAYS_TRUE) @@ -197,7 +208,7 @@ const registerGTCEULoots = (event) => { let stoneTypeDust = ChemicalHelper.get(TagPrefix.dust, stoneTypeMaterial, 1) - // break with pickaxe + // break with pickaxe/mining hammer/drill/mining machine event.addBlockLootModifier(`gtceu:${stoneType}_${material.getName()}_ore`) .removeLoot(ItemFilter.ALWAYS_TRUE) .addWeightedLoot([ diff --git a/kubejs/server_scripts/tfg/tags.veins.js b/kubejs/server_scripts/tfg/tags.veins.js index 611f42523..4c37bfd66 100644 --- a/kubejs/server_scripts/tfg/tags.veins.js +++ b/kubejs/server_scripts/tfg/tags.veins.js @@ -20,7 +20,6 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfc:in_biome/veins', 'tfg:earth/vein/deep_topaz') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_apatite') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_basaltic_sands') - event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_bauxite') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_beryllium') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_bismuthinite') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_cassiterite') @@ -64,16 +63,12 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:moon_veins', 'tfg:moon/vein/moon_bauxite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_beryllium') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_desh') - event.add('tfg:moon_veins', 'tfg:moon/vein/moon_diopside') - event.add('tfg:moon_veins', 'tfg:moon/vein/moon_enstatite') - event.add('tfg:moon_veins', 'tfg:moon/vein/moon_fayalite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_garnierite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_magnetite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_mica') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_molybdenum') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_monazite') - event.add('tfg:moon_veins', 'tfg:moon/vein/moon_olivine') - event.add('tfg:moon_veins', 'tfg:moon/vein/moon_plutonium') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_pyrolusite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_quartz') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_redstone') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_saltpeter') @@ -81,6 +76,7 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:moon_veins', 'tfg:moon/vein/moon_scheelite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sheldonite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_silver') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_topaz') // #endregion @@ -90,7 +86,6 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:nether_veins', 'tfg:nether/vein/nether_anthracite') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_apatite') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_basaltic_sands') - event.add('tfg:nether_veins', 'tfg:nether/vein/nether_bauxite') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_beryllium') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_cassiterite') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_copper') diff --git a/kubejs/startup_scripts/ae2/tag_prefixes.js b/kubejs/startup_scripts/ae2/tag_prefixes.js index 2c03f700b..81d2d39ea 100644 --- a/kubejs/startup_scripts/ae2/tag_prefixes.js +++ b/kubejs/startup_scripts/ae2/tag_prefixes.js @@ -9,9 +9,10 @@ const registerAE2TagPrefixes = (event) => { TagPrefix.block.setIgnored(Fluix, $AE_BLOCKS.FLUIX_BLOCK); TagPrefix.dust.setIgnored(Fluix, $AE_ITEMS.FLUIX_DUST); TagPrefix.gem.setIgnored(Fluix, $AE_ITEMS.FLUIX_CRYSTAL); -; + TagPrefix.dust.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_DUST); TagPrefix.gem.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_CRYSTAL); + TagPrefix.rawOreBlock.setIgnored(GTMaterials.CertusQuartz, $AE_BLOCKS.QUARTZ_BLOCK); TagPrefix.dust.setIgnored(GTMaterials.EnderPearl, $AE_ITEMS.ENDER_DUST); } \ No newline at end of file From b36a2c1741f9c48ada77ed5a5ec5eaace3dedf05 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 17:06:43 +0100 Subject: [PATCH 102/246] oh yeah there's no etrium ore --- kubejs/server_scripts/gregtech/loot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubejs/server_scripts/gregtech/loot.js b/kubejs/server_scripts/gregtech/loot.js index 849a6430e..176190236 100644 --- a/kubejs/server_scripts/gregtech/loot.js +++ b/kubejs/server_scripts/gregtech/loot.js @@ -174,8 +174,7 @@ const registerGTCEULoots = (event) => { } else if (material == TFGHelpers.getMaterial('desh') || material == TFGHelpers.getMaterial('ostrum') - || material == TFGHelpers.getMaterial('calorite') - || material == TFGHelpers.getMaterial('etrium')) + || material == TFGHelpers.getMaterial('calorite')) { rawOreBlock = "ad_astra" + rawOreBlock; } From c3591740539cf6ccfbc3cc86eee0bb0765de2f95 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 17:52:32 +0100 Subject: [PATCH 103/246] langs --- kubejs/assets/ad_astra/lang/en_us.json | 5 + kubejs/assets/create/lang/en_us.json | 3 +- kubejs/assets/gtceu/lang/en_us.json | 14 +- kubejs/assets/tfg/lang/en_us.json | 298 ++++++++++++++++++------- 4 files changed, 232 insertions(+), 88 deletions(-) diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index 988c0d8ab..b8d8d44c2 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -1,5 +1,7 @@ { "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "block.ad_astra.steel_cable": "Basic RF Cable", + "block.ad_astra.desh_cable": "Advanced RF Cable", "block.ad_astra.moon_sand": "Lunar Sand", "block.ad_astra.moon_stone": "Raw Anorthosite", "block.ad_astra.moon_cobblestone": "Anorthosite Cobble", @@ -19,6 +21,7 @@ "block.ad_astra.polished_moon_stone": "Polished Anorthosite", "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs", + "block.ad_astra.sky_stone": "Meteorite", "block.ad_astra.moon_deepslate": "Raw Norite", "block.ad_astra.moon_cheese_ore": "Anorthosite Cheese Ore", "block.ad_astra.mars_sand": "Martian Sand", @@ -104,6 +107,8 @@ "block.ad_astra.polished_glacio_stone_stairs": "Polished Phonolite Stairs", "entity.ad_astra.corrupted_lunarian": "Lunar Zombie", "fluid.ad_astra.oxygen": "Breathable Air", + "item.ad_astra.steel_cable": "Basic RF Cable", + "item.ad_astra.desh_cable": "Advanced RF Cable", "tagprefix.moon_stone": "Anorthosite %s Ore", "tagprefix.moon_deepslate": "Norite %s Ore", "tagprefix.mars_stone": "Argillite %s Ore", diff --git a/kubejs/assets/create/lang/en_us.json b/kubejs/assets/create/lang/en_us.json index 9c17fa677..cde7dd357 100644 --- a/kubejs/assets/create/lang/en_us.json +++ b/kubejs/assets/create/lang/en_us.json @@ -12,7 +12,6 @@ "block.create.andesite_encased_shaft": "Metal Encased Shaft", "block.create.andesite_funnel": "Metal Funnel", "block.create.andesite_ladder": "Metal Ladder", - "block.create.andesite_pillar": "Metal Pillar", "block.create.andesite_scaffolding": "Metal Scaffolding", "block.create.andesite_tunnel": "Metal Tunnel", "block.create.cut_deepslate": "Cut Migmatite", @@ -76,7 +75,7 @@ "item.create.copper_sheet": "Copper Plate", "item.create.brass_sheet": "Brass Plate", "item.create.golden_sheet": "Gold Plate", - "item.create_crushed_raw_gold": "Purified Gold Ore", + "item.create.crushed_raw_gold": "Purified Gold Ore", "item.create.crushed_raw_copper": "Purified Copper Ore", "item.create.crushed_raw_zinc": "Purified Zinc Ore", "item.create.crushed_raw_silver": "Purified Silver Ore", diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 9e921786c..ee4214700 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -51,8 +51,16 @@ "item.gtceu.iron_quadruple_cable": "4x Cast Iron Cable", "item.gtceu.iron_octal_cable": "8x Cast Iron Cable", "item.gtceu.iron_hex_cable": "16x Cast Iron Cable", - "item.gtceu.ice_bucket": "Ice Water Bucket", - "material.gtceu.ice": "Ice Water", + "item.gtceu.ice_bucket": "Ice Slush Bucket", + "item.gtceu.copper_credit": "§71 Credit", + "item.gtceu.cupronickel_credit": "§78 Credits", + "item.gtceu.silver_credit": "§764 Credits", + "item.gtceu.gold_credit": "§7512 Credits", + "item.gtceu.platinum_credit": "§74,096 Credits", + "item.gtceu.osmium_credit": "§732,768 Credits", + "item.gtceu.naquadah_credit": "§7262,144 Credits", + "item.gtceu.neutronium_credit": "§72,097,152 Credits", + "material.gtceu.ice": "Ice Slush", "material.gtceu.cooperite": "Cooperite", "material.gtceu.fayalite": "Fayalite", "material.gtceu.diopside": "Diopside", @@ -67,6 +75,8 @@ "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice", + "block.gtceu.overworld_marker": "Earth", + "block.gtceu.the_nether_marker": "The Beneath", "tagprefix.sword_head": "%s Sword Head", "tagprefix.pickaxe_head": "%s Pickaxe Head", "tagprefix.shovel_head": "%s Shovel Head", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index d28ced3a4..5e0e366a7 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -20,6 +20,9 @@ "biome.tfg.moon/lunar_lights_dense": "Lightbloom Star Gazers", "biome.tfg.moon/lunar_lights_sparse": "Lightbloom Scrubland", "biome.tfg.moon/lunar_plains": "Lunar Plains", + "biome.tfg.moon/lunar_sands": "Lunar Sands", + "block.tfg.piglin_disguise": "Piglin Disguise", + "block.tfg.piglin_disguise_block": "Piglin Disguise", "block.tfg.decorative_vase.black": "Black Decorative Vase", "block.tfg.decorative_vase.gray": "Gray Decorative Vase", "block.tfg.decorative_vase.light_gray": "Light Gray Decorative Vase", @@ -160,6 +163,10 @@ "block.tfg.lunar_sprouts": "Lunar Lightgrass", "block.tfg.lunar_chorus_plant": "Chorus Plant", "block.tfg.lunar_chorus_flower": "Chorus Flower", + "block.tfg.lv_aqueous_accumulator": "Basic Aqueous Accumulator", + "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", + "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", + "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -250,6 +257,8 @@ "item.tfg.zpm_universal_circuit": "ZPM Universal Circuit", "item.tfg.uv_universal_circuit": "UV Universal Circuit", "item.tfg.uhv_universal_circuit": "UHV Universal Circuit", + "item.tfg.piglin_disguise": "Piglin Disguise", + "item.tfg.trowel": "Trowel", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -457,6 +466,8 @@ "tfc.recipe.barrel.tfg.barrel.cooling_water_2": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_3": "Cooling Water", "tfc.recipe.barrel.tfg.barrel.cooling_water_4": "Cooling Water", + "tfc.recipe.barrel.tfg.sealed_barrel.prepared_leather_gloves": "Soaking Leather Gloves", + "gtceu.aqueous_accumulator": "Aqueous Accumulator", "tfg.grapplemod.repair": "Repair recipe, keeps your upgrades. §lNEVER combine two grapples or you'll lose ALL your upgrades!§r", "tfg.grapplemod.upgrades.maxlen": "Increases §lMax Length§r by 20, up to 200.", "tfg.grapplemod.downgrades.maxlen": "Decreases §lMax Length§r by 20, down to 20. (Jute Rope is Returned).", @@ -527,7 +538,7 @@ "quests.development.explanation.desc.1": "The &lCircuit Progression&r of GregTech can seem intimidating at first, but it's not that bad.\n\nFirst, you need to understand that circuits of the same tier are interchangeable. For example, to craft an &6HV&r &6Mixer&r, you can use any &6HV-tier&r circuit.", "quests.development.explanation.desc.2": "Now, let's talk about &lprogression&r. As you may notice, each circuit shares a color code on its icon and a name. For example, all &aQuantum Processors&r are &agreen&r and crafted inside &1IV-tier&r Circuit Assemblers. To craft one, you first need the previous circuit — that's why, to craft your first &dLuV&r &dCircuit&r, the Nanoprocessor Mainframe, you must start by crafting a Nanoprocessor and progress through each &7step&r. In this case, it would take three steps.\n\nThis is why the rightmost &6circuits&r in each line are always cheaper to &a craft&r: they require fewer &7steps&r.", "quests.development.explanation.desc.3": "Additionally, we have added &lUniversal Circuits&r. They can be &a crafted&r from any &6circuit&r — whether &1IV&r, &dLuV&r, &3UV&r, or any other tier — and are extremely useful for &9automation&r with AE2. Try to encode all your &fpatterns&r with &lUniversal Circuits&r, so whenever you upgrade to a better circuit, you won't have to redo all your &fpatterns&r — only the ones used to craft the Universal Circuit.", - "quests.development.explanation.task": "Okay I read the whole three prages", + "quests.development.explanation.task": "Okay I read the whole three pages", "quests.development.ulv.title": "&8ULV&r Circuits", "quests.development.ulv.subtitle": "", "quests.development.ulv.desc": "On this line you can see the Steam, or &8&8ULV&r, equivalents.", @@ -585,13 +596,117 @@ "quests.gregtech_energy.start.title": "Let's do some explaining", "quests.gregtech_energy.start.desc": "We know that &5GregTech&r isn’t the easiest mod to get into — especially when it comes to the &cenergy system&r. That’s why we’ll take our time in this chapter to explain as much as we can.\n\nSome things here might not make full sense until later in your progression, so &adon’t stress yourself&r. Just try to understand what you can for now, and feel free to &dcome back to this chapter&r whenever you have questions.\n\nWe’ve split this chapter into &efour categories&r, each one covering a topic related to the &6GregTech Energy System&r. We’ll provide as many examples as possible to help you understand how it all works.", "quests.gregtech_energy.start.task": "Welcome aboard", - "quests.gregtech_energy.TEST.title": "", - "quests.gregtech_energy.TEST.subtitle": "", - "quests.gregtech_energy.TEST.desc.1": "", - "quests.gregtech_energy.TEST.desc.2": "", - "quests.gregtech_energy.TEST.desc.3": "", - "quests.gregtech_energy.TEST.task": "", - "quests.gregtech_energy.TEST.desc": "", + "quests.gregtech_energy.start.subtitle": "It's not as bad as you could think", + "quests.gregtech_energy.moving.title": "Moving your Energy", + "quests.gregtech_energy.moving.subtitle": "So Energy transfer uh", + "quests.gregtech_energy.moving.desc": "&6Moving Energy in Gregtech&r means understanding a few core mechanics.\n\nFirst, &bEnergy Tiers&r. From &aLV&r to &cUHV&r, everything in Gregtech — wires, machines, recipes — is tied to a tier. You’ll need the &ecorrect cable material&r to move energy. For example:\n&8•&r Tin wire = &aLV&r\n&8•&r Copper wire= &bMV&r\n\nSecond, you’ve got the &bAmperage&r mechanic. Think of &d1 Amp&r (or &d1A&r) as &ea packet of energy&r. It moves down your cable to the closest machine needing power.\n&8•&r 1A of LV = &a32 EU&r\n&8•&r 1A of HV = &e512 EU&r\n\nMost machines and energy hatches can only take &62A at once&r.\n\nMastering these two ideas is key before going further into energy distribution.", + "quests.gregtech_energy.moving.task": "I understand", + "quests.gregtech_energy.transformer.title": "The Super Transformer", + "quests.gregtech_energy.transformer.subtitle": "Better than Optimus Prime", + "quests.gregtech_energy.transformer.desc": "&6For every problem, Gregtech has a multiblock solution.&r Enter the &dActive Transformer&r.\n\nThis beast is your &9ultimate transformer&r. It can &echannel energy between any tiers&r — from &aLV&r to &cUHV&r — with &cno explosions&r. But that's not even the best part.\n\nIt can &btransmit energy using Laser Pipes&r.\n&8•&r Lasers send absurd amounts of Amps.\n&8•&r No loss. No cables. Just pure energy.\n&8•&r Only one catch: it &chas to be in a perfectly straight line&r.\n\n&7When cables feel weak, &luse lasers&r.", + "quests.gregtech_energy.moving_wire.title": "Moving with wires", + "quests.gregtech_energy.moving_wire.subtitle": "Funky to place", + "quests.gregtech_energy.moving_wire.desc": "&6Moving energy around in Gregtech can be tricky&b — we got cable loss&r. For every block, for every amp, you might lose energy as it travels through your wires. But don’t worry, there are &7solutions&r:\n\n&8•&r &bCover your wires&r with rubber. By doing so, you'll significantly reduce energy loss over distance. Just check the quest items for a reference.\n&8•&r &bUse higher-tier cables&r. Platinum cables, for example, only lose 1 EU per block — &9practically nothing&r when compared to the 8192 EU it can carry.\n&8•&r &bSuperconductors&r. These beauties are a bit pricier, but they have &9zero loss&r. They don’t need rubber covers, &cno shock&r. Just be aware that they require specific components based on their tier.\n\n&7Optimize your energy flow — &breduce losses&r and make your systems more efficient.", + "quests.gregtech_energy.moving_wire.task": "I finished look at wires", + "quests.gregtech_energy.moving_amp.title": "Managing Amp", + "quests.gregtech_energy.moving_amp.subtitle": "It burns?", + "quests.gregtech_energy.moving_amp.desc.1": "You’ll notice in a wire’s tooltip its &eMax Amperage&r — that’s the amount of amps a cable can safely carry before burning.\nTo know how many amps will flow through a cable, you must consider two things:\n\n&6- A Generator or Battery outputs a specific amount of Amps:&r\n&7Battery Buffers&r will output as many amps as they have batteries inside.\nEvery single-block generator outputs &e1A&r.\nFor multiblock generators, it depends on the &aDynamo Energy Hatch&r — the value is shown in its tooltip.\n\n&6- Amperage output is also based on what is needed:&r\nEach machine connected to a power line will request amps to fill its internal buffer.", + "quests.gregtech_energy.moving_amp.desc.2": "Let’s look at an example:\nYou have &e6 machines&r connected to an &e8x Battery Buffer&r filled with batteries.\nThe buffer will try to send &e1A&r to each machine — that’s &e6A&r total.\nThe amps are delivered in order: the closest machines get power first, and the furthest ones last.\nIf your cables only support &c4A&r, they’ll &cBURN&r. You’ll need &a8A cables&r in this case.\n\n&bTip:&r The first machine in the line might need a cable that handles &e8A&r,\nbut the last machine may only need &e1A&r, as it’s only receiving what’s left.\n&c⚠ Be careful:&r adding another machine at the end could cause the cable to burn if it exceeds the limit.", + "quests.gregtech_energy.moving_amp.task": "I got it", + "quests.gregtech_energy.produce_energy.title": "Producing Energy", + "quests.gregtech_energy.produce_energy.subtitle": "Gas or Oil?", + "quests.gregtech_energy.produce_energy.desc": "It’s all about making energy, right? This part won’t be the most complicated one, since &eproducing energy&r in &2TerraFirmaGreg&r works pretty much like in &5standard GregTech&r.\n\nYou’ll learn about the various &6methods to generate energy&r, as well as some of the &afuels&r you can use to get the most out of your setup.", + "quests.gregtech_energy.produce_energy.task": "Got it", + "quests.gregtech_energy.first_generator.title": "Your first generators", + "quests.gregtech_energy.first_generator.subtitle": "It begins small", + "quests.gregtech_energy.first_generator.desc": "All of these are your basic &61-block Generators&r. They have a single &9input&r for their fuel — whether it’s &esteam&r, &agas&r, or &6liquid fuel&r — and they output exactly &e1A&r of power at their energy tier.\n\nThey’re simple to work with and will be your &ofirst source of power&r in &5GregTech&r until you reach the &dlarge multiblock generators&r.\n\nTo know what fuels can be used, &aEMI&r is your best friend — or you can check the &bquests on the left&r, where we’ve listed the most &aoptimal inputs&r.", + "quests.gregtech_energy.first_generator.task": "Get any of them", + "quests.gregtech_energy.lpt.title": "The Large Plasma Turbine", + "quests.gregtech_energy.lpt.subtitle": "You need a Fusion Reactor", + "quests.gregtech_energy.lpt.desc.1": "The &6Large Plasma Turbine&r — also known as &dLPT&r — is a real powerhouse. Not in size (it’s fairly standard), but in &ccapacity&r. You’ll need &dLuV Circuits&r, a &dLuV Machine Hull&r, and &5tons of Tungstensteel&r to craft it. It’s considered your &6most powerful generator&r in &2TerraFirmaGreg&r.\n\nSo, how does it work? You’ll need &5Plasma&r produced by a &6Fusion Reactor&r. That plasma is cooled down inside the LPT while generating energy. You will need an &2output hatch&r to get the cooled plasma.", + "quests.gregtech_energy.lpt.desc.2": "By default, the LPT starts at &e16384 EU/t&r. That energy output &cdoubles&r with each increase in the &6Rotor Holder&r after &1IV&r.\n\nFor example, using a &dLuV Rotor Holder&r (x2) with an &cHSS-E Turbine Rotor&r (x2,8) will give you a staggering &e91750 EU/t&r — that’s about &a2.8A of LuV&r power!\n\nLike other turbines, it will &8slow down&r and stop if the &dDynamo Hatch&r is full so you won't waste plasma, but doesn’t require a &7Muffler Hatch&r.", + "quests.gregtech_energy.lgt.title": "The Large Gas Turbine", + "quests.gregtech_energy.lgt.subtitle": "The fan favorite", + "quests.gregtech_energy.lgt.desc.1": "The &6Large Gas Turbine&r — also known as &dLGT&r — is one of your two main sources of &aenergy production&r for most of the pack. You’ll be able to build your first one at &5EV&r using &6Stainless Steel&r. It can carry you from &5EV&r all the way to &dLuV&r, until you feel ready to upgrade to the &6Large Plasma Turbine&r.\n\nThat said, many players can finish &2TerraFirmaGreg&r using only these turbines — provided you have a &cstrong infrastructure&r to handle the &agas demands&r of high-tier LGTs.\n\nTo build the LGT, you’ll need the usual &dMaintenance Hatch&r and &9Input Hatch&r. This turbine &erequires a Muffler Hatch&r, but it &cdoes not use an Output Hatch&r. &mYou’ll need to manage the &cCarbon Monoxide&r&m it emits with something like an &6Air Scrubber&r.&r", + "quests.gregtech_energy.lgt.desc.2": "The default output is &e4096 EU/t&r. That output &cdoubles&r with each upgrade to the &6Rotor Holder&r after &5EV&r. For example, an LGT using an &1IV Rotor Holder&r (×2) with a &cHSS-E Turbine Rotor&r (280% power) will produce:\n&e4096 × 2 × 2.8 = 22,937.6 EU/t&r — that's about &a2.8A of IV&r.\n\nTo fully extract that energy, you’ll need at least a &dIV 4A Dynamo Hatch&r. A simple Dynamo Hatch only handles &e2A&r.\n\nJust so you know: the &eEfficiency stat&r of a Turbine Rotor increases the &cduration of the recipe&r, which means you get more power from each &6mB of fuel&r.\n\nLastly, if the &dDynamo Hatch&r fills up, the LGT will automatically &8slow down&r and pause fuel usage, gradually reducing rotor speed until it resumes again. So &ayou won't lose any fuel&r during a backup.", + "quests.gregtech_energy.lst.title": "The Large Steam Turbine", + "quests.gregtech_energy.lst.subtitle": "It exists", + "quests.gregtech_energy.lst.desc.1": "The &6Large Steam Turbine&r — or &dLST&r — might not be the most common &5Large Generator&r in standard GregTech, but thanks to its early unlock at &6HV&r and the fact that &eLarge Boilers&r are stronger in &2TerraFirmaGreg&r, it definitely has its place.\n\nTo make it work, you’ll need an &9Input Hatch&r for &osteam&r, an &eOutput Hatch&r for &9Distilled Water&r, and of course a &dMaintenance Hatch&r. That’s all you need.\n\nLike all &dLarge Turbines&r, you’ll place a &6Rotor Holder&r on one side and a &dDynamo Hatch&r on the other to extract power. For the LST, the Rotor Holder must be at least &6HV-tier&r. Each Rotor Holder upgrade &cdoubles&r the output and increases &aefficiency&r slightly.", + "quests.gregtech_energy.lst.desc.2": "The base output of the LST is &e1024 EU/t&r. Let’s take an example: with an &1IV Rotor Holder&r (×4) and a &cHSS-E Turbine Rotor&r (280% power), you’ll get:\n&e1024 × 4 × 2.8 = 11,468.8 EU/t&r — that’s about &a1.4A of IV&r.\n\nTo extract that energy, you’d need either an &dIV Dynamo Hatch&r or an &5EV 16A Dynamo Hatch&r.\n\nWhile the LST isn’t the best turbine out there, if you have &9plenty of Large Boilers&r or access to &alava&r or &7creosote&r as infinite fuel, these &esteel-based, affordable turbines&r could absolutely serve you well.", + "quests.gregtech_energy.lce.title": "", + "quests.gregtech_energy.lce.subtitle": "Don't belive its GUI", + "quests.gregtech_energy.lce.desc.1": "These two &6bad boys&r are your &achampions&r if you’re into transforming &eOils&r into &cfuels&r. The &6Large Combustion Engine&r (&dLCE&r) and the &5Extreme Combustion Engine&r (&dECE&r) share the same fuel types and even look alike — but they require different materials to build.\n\nTo craft the &dLCE&r, you’ll need to reach &5EV&r and unlock &6Titanium&r, along with at least one &1IV Circuit&r. For the &dECE&r, it’ll be &5Tungstensteel&r and a &dLuV Circuit&r — something you should be able to build comfortably during the &1IV Chapter&r.", + "quests.gregtech_energy.lce.desc.2": "Both machines require an &9Input Hatch&r for &cfuel&r and also &6Lubricant&r. For the &dECE&r, adding &bOxygen&r or &bLiquid Oxygen&r will grant you a &cmassive energy boost&r. Check the &etooltip&r of your fuel to compare how much extra energy you get with oxidizers — it's well worth it.\n\nKeep in mind: both engines need a &7Muffler Hatch&r, so &cThey Will Pollute&r.", + "quests.gregtech_energy.lpt_fuel.title": "Plasma Fuels", + "quests.gregtech_energy.lpt_fuel.subtitle": "It's very hot", + "quests.gregtech_energy.lpt_fuel.desc.1": "&6Large Plasma Turbines&r require &chigh-tech fuels&r to run, and we provide you with &a2 strong options&r:\n\n&8- The first option&r becomes available with your &dMK1 Fusion Reactor&r: &eHelium Plasma&r.\nYou can create it using &3Deuterium&r and &3Tritium Gas&r — both gases are obtained by &adistilling Liquid Ender Air&r.\nThis fuel isn't the most powerful, but it's by far the &aeasiest and earliest&r to produce.", + "quests.gregtech_energy.lpt_fuel.desc.2": "&8- The second option&r requires a &5MK3 Fusion Reactor&r and allows you to generate &eNickel Plasma&r.\nTo make it, you’ll need &6Liquid Potassium&r — which you can extract from various ores — and the &4infamous Fluorine&r, which you should already know how to produce by now.\n\n⚠ Don’t forget: &eHelium Gas&r and &eLiquid Nickel&r should be &3collected and returned&r to your storage for &afuture reuse&r.\n\nThese two fuels are your &abest candidates&r for powering the &dLPT&r, depending on how far you've progressed in your &bindustrial madness&r.", + "quests.gregtech_energy.lpt_fuel.task": "I don't want to make a bucket of Plasma", + "quests.gregtech_energy.lgt_fuel.title": "Gas Fuels", + "quests.gregtech_energy.lgt_fuel.subtitle": "The everyone favorite", + "quests.gregtech_energy.lgt_fuel.desc.1": "When we speak about &agas fuels&r, we’re really talking about &cjust one&r — &eNitrobenzene&r.\n\nYou’ll be able to produce it once you reach &6HV&r, and we &astrongly recommend it&r if you’re planning to use the &5Large Gas Turbine&r.\n\nBefore reaching Nitrobenzene, &eBenzene&r is a solid option to get started. You can obtain it via &aOrganic Chemistry&r or by processing &eHeavy Oil&r, if you’re lucky enough to have some nearby.", + "quests.gregtech_energy.lgt_fuel.desc.2": "Making &eNitrobenzene&r involves several steps — until you craft your first &6Large Chemical Reactor&r (&aLCR&r), which will let you &3skip many sub-steps&r and simplify the process.\n\nIt’s nothing too complicated: combine &3Hydrogen&r, &bNitrogen&r, and &bOxygen&r to make &eNitric Acid&r in infinite quantities. As for &eSulfuric Acid&r, you probably already know it’s just &6Sulfur&r and &9Water&r — right?\n\nOnce you get this chain going, Nitrobenzene becomes one of the &amost powerful fuels&r for gas burning.", + "quests.gregtech_energy.lgt_fuel.task": "Gas in a bucket?", + "quests.gregtech_energy.lst_fuel.title": "This is Steam", + "quests.gregtech_energy.lst_fuel.subtitle": "Not much of a choice", + "quests.gregtech_energy.lst_fuel.desc": "Steam isn’t really complicated — just &aboil water&r to get steam.\n\nTo do it efficiently, we recommend using &6Large Boilers&r. You’ll find &c4 versions&r: one each for &8ULV&r, &bMV&r, &5EV&r, and &1IV&r. Each tier provides a &dstrong increase&r in steam output.\n\nHowever, be aware: the scaling of the &dLarge Steam Turbine&r with these boilers is &cnot the best&r compared to other power generation methods.\n\nMost players will &7skip&r the &5Titanium&r and &dTungstensteel&r Boilers — they exist if you want them, but aren’t really &aefficient or worth building&r in most cases.\n\nAs a reminder: &e2 mB&r of steam = &e1 EU&r.", + "quests.gregtech_energy.lst_fuel.task": "", + "quests.gregtech_energy.lce_fuel.title": "Liquid fuel", + "quests.gregtech_energy.lce_fuel.subtitle": "This one is killing hard the planet", + "quests.gregtech_energy.lce_fuel.desc.1": "All of these &cfuels&r are used for &6Combustion Generators&r — ranked here from the &cleast efficient&r to the &abest&r.\n\nDuring &bMV&r, we recommend starting with &eDiesel&r or &eBiodiesel&r. Later on, you can upgrade to &eCetane-Boosted Diesel&r at &6HV&r by mixing it with &bNitrogen&r, &3Hydrogen&r, and &bOxygen&r.", + "quests.gregtech_energy.lce_fuel.desc.2": "Once you reach &5EV&r and get your hands on a &6Distillation Tower&r, it's time to switch over to &eGasoline&r and &eHigh Octane Gasoline&r. Don’t attempt this too early — &coils need to be distilled properly&r, and doing it with a &cDistillery&r is &cnot efficient&r at all.\n\nTo make this work, you'll need a combination of oil distillation and some &aorganic compound processing&r. Thankfully, a &6Pyrolyse Oven&r and a &6Distillation Tower&r will handle it all smoothly.\n\nIf you manage a &asteady supply&r of &eHigh Octane Gasoline&r, you should be able to &3finish the entire modpack&r running only on &6Combustion Generators&r.", + "quests.gregtech_energy.lce_fuel.task": "I got enough", + "quests.gregtech_energy.storage.title": "Storing Energy", + "quests.gregtech_energy.storage.desc": "Storing your energy is one of the &emost fundamental aspects&r of the power system in &dGregTech&r.\n\nWhy is that? Simply because even the &cstrongest generators&r won't be enough to keep up when you launch a &ebig craft&r — especially in late game.\n\nTo deal with this, GregTech provides &6multiple solutions&r to store &bastronomical amounts of EU&r. These storages act as a &3buffer&r between your energy production and the machines that drain it during complex operations.\n\nWhether you’re preparing for a &1Fusion Reactor&r, a &dLCT&r, or any &6HV-IV scale crafting chain&r, you’ll need that extra backup of energy to keep everything stable.\n\nDon’t underestimate the &apower of a good battery&r — it may just be the thing that saves your base from crashing during your most ambitious moments.", + "quests.gregtech_energy.storage.task": "I understand", + "quests.gregtech_energy.storage.subtitle": "Gregtech has some tremendous storage capacity", + "quests.gregtech_energy.tank.title": "Storing the Fuel", + "quests.gregtech_energy.tank.desc.1": "Obviously, storing energy can also mean &estoring the fuel that makes it&r.\n\nFor this scenario, while &7Drums&r and &6Crates&r are decent early options, you should not overlook the &dSuper Tank&r and the &dSuper Chest&r.", + "quests.gregtech_energy.tank.desc.2": "These &abeasts&r are capable of storing &ctremendous amounts of fluid or items&r — perfect for &3autonomous energy setups&r, especially when you want to generate power &cfar away from your main base&r without having to build an entire cable network.\n\nJust load them up with &egas, fuel, steam&r or even &4plasma&r, and let them handle the rest. With proper planning, your outposts can be fully operational with &ano live connection&r to your central grid.\n\nEnergy doesn’t always come in wires — sometimes, it comes in barrels.", + "quests.gregtech_energy.tank.task": "Any Super Tank", + "quests.gregtech_energy.tank.subtitle": "Keep the fuel if you can't the energy", + "quests.gregtech_energy.battery_buffer.title": "Battery Buffer", + "quests.gregtech_energy.battery_buffer.desc.1": "&dBattery Buffers&r are your basic machines to &estore and manage energy&r — though technically, they don’t store energy on their own. They simply serve as a &3housing for your batteries&r.\n\n⚠ &cIf you don’t want them to explode&r:\n- &4Never input higher-tier energy&r into a lower-tier Battery Buffer.\n- Batteries can only be charged if they are of &cequal or lower tier&r than the Battery Buffer.", + "quests.gregtech_energy.battery_buffer.desc.2": "\uD83D\uDD0C A Battery Buffer can accept up to &b2x its output amperage&r.\nSo for example, a &e4x Battery Buffer&r can take in &a8A&r — but will only output &e4A&r max (1A per battery slot).\n\n\uD83E\uDEAB &eReminder&r:\n- No batteries = &cno output&r.\n- The number of batteries determines the number of Amps it outputs.\nThat means a &68x Battery Buffer&r with only &e3 batteries&r will only output &e3A&r.\n\nUse them wisely — they are the &afoundation of any stable energy network&r.", + "quests.gregtech_energy.battery_buffer.task.1": "Some battery buffers", + "quests.gregtech_energy.battery_buffer.task.2": "I got an other one", + "quests.gregtech_energy.battery_buffer.subtitle": "The basic battery needs batteries", + "quests.gregtech_energy.pss.title": "The Power Substation", + "quests.gregtech_energy.pss.desc.1": "This one should become your &5main focus&r once you progress into &1IV&r.\n\nThe &dPower Substation&r — also known as the &dPSS&r — is the &6ultimate custom battery multiblock&r.\nIt can store so much energy... you’d probably need &cmultiple lifetimes&r to fill it.", + "quests.gregtech_energy.pss.desc.2": "&eHow it works&r:\n- Build the structure using &aPalladium Substation Casings&r.\n- Add at least &b1 Energy Hatch&r (input) and &b1 Dynamo Hatch&r (output).\n- It accepts &aany hatch&r — &8Amperage-based&r or &6Laser&r.\n- &cNo risk of explosion&r — transformers are &aintegrated&r.\n\n&eCapacitor Layers&r:\n- You can add up to &d17 layers&r of &9Capacitor Blocks&r on top of the structure.\n- Each layer must be &cfully filled&r — no gaps.\n- Mix &fempty&r and &6full&r capacitors however you like.\n\nSurround each layer with &bLaminated Glass&r.\n\nLet’s be honest: &cYou’ll never need 17 layers&r... but hey, it’s nice to dream big.\nIf you ever do build a full 17-layer PSS, &lplease send help&r — you’ve gone too far.", + "quests.gregtech_energy.pss.subtitle": "Cool Gregtech Multiblock", + "quests.gregtech_energy.batteries.title": "Super Batteries", + "quests.gregtech_energy.batteries.desc": "From &7LV&r and &bMV&r, you probably built your first batteries made of &fSodium&r or &3Lithium&r.\n\nBut let’s be honest — these are the &cweakest&r batteries GregTech has to offer.\n\nIn this quest, we’ll look at the powerful alternatives: the &acrystal batteries&r.\nThey are &emuch more potent&r, store way more energy, and can help you push your factory to the next tier.\n\nAre they &cmore expensive&r? Of course. But let’s be real...\n&6Power is Power&r. Who’s counting?", + "quests.gregtech_energy.batteries.task": "Any batteries", + "quests.gregtech_energy.batteries.subtitle": "Simply Better", + "quests.gregtech_energy.spending_energy.title": "Spending Energy", + "quests.gregtech_energy.spending_energy.subtitle": "Oh you will spend energy", + "quests.gregtech_energy.spending_energy.desc.1": "&6How to spend all this energy?&r\n\nUse your machines! Sounds simple, right?\nWell... &cnot exactly&r. There are &emany small details&r that you should learn to help you on your &dquest&r to completing &3TerraFirmaGreg&r.\n\n&bBasic Machines&r:\n- These machines are simple.\n- They can handle up to &a2A&r.\n- If you input a &chigher tier&r of energy... &4\uD83D\uDCA5 they explode&r.\n\n&dGregtech Multiblocks&r:\nNow things get interesting.\nMultiblocks offer more flexibility and power — &eif&r you understand how they work.", + "quests.gregtech_energy.spending_energy.desc.2": "&eStandard Mechanics&r:\n- If a multiblock can accept &aTWO&r &bEnergy Hatches&r this allows you to use &ahigher-tier recipes&r than the machine’s base tier.\n\nExample:\nIf you're using a &dLarge Mixing Vessel&r and you install &12x IV Energy Hatches&r,\nit will be able to process &cLuV-tier Mixer recipes&r — this is how works the &cElectric Blast Furnace&r.\n\nKnowing this will help you get the &6maximum efficiency&r out of your setup and progressing into higher tier materials.", + "quests.gregtech_energy.spending_energy.desc.3": "&6Some multiblocks only accept one Energy Hatch, but that doesn't mean you're limited to 1A.&r\n\nYou can still use a &e4A or 16A Energy Hatch&r. This will allow &bOverclocking&r of recipes but &cnot recipe tier upgrades&r.\n\n&dExample&r:\nThe &aLarge Circuit Assembler&r only accepts &eone Energy Hatch&r. If you install a &c4A IV Energy Hatch&r, you will be able to &eOverclock all IV and lower recipes&r.\n\nHowever, you &ccannot craft LuV-tier recipes&r because the machine doesn't support multiple hatches. That limitation is &aintentional&r to prevent skipping the Gregtech progression system.", + "quests.gregtech_energy.spending_energy.desc.4": "&bSo remember&r: More amps on a single hatch means faster processing, but it won’t unlock higher-tier recipes unless the multiblock is designed to allow it.", + "quests.gregtech_energy.spending_energy.task": "I understand", + "quests.gregtech_energy.overclock.title": "Overclock", + "quests.gregtech_energy.overclock.subtitle": "Basic upgrade mechanic", + "quests.gregtech_energy.overclock.desc.1": "&6You may have heard about Overclocking but don't really understand what it is?&r\n\nLet's take some time to explain it.\n\nWe should start with the basics:\n&dLV&r represents a maximum of &a32 EU/t&r — sometimes less, but &cnever more&r.\n&dMV&r goes up to &a128 EU/t&r.\n&dHV&r reaches &a512 EU/t&r.\nBasically, &eevery tier is a 4x increase&r in &cpower usage&r.", + "quests.gregtech_energy.overclock.desc.2": "&bWhat happens when you run a lower-tier recipe in a higher-tier machine?&r\nThat's what we call &eOverclocking&r:\n- An &dMV&r recipe (33–128 EU/t) run in an &dHV&r machine will:\n &e→ Use 4x more energy&r\n &e→ Be 2x faster&r\n\n- Same MV recipe in an &dEV&r machine?\n &e→ 8x more energy&r\n &e→ 4x faster&r\n\nSo yes, it's &cmore power-efficient to use multiple machines&r rather than overclocking one.\nBut let's be real: in most setups, &eyou’ll prefer overclocking&r to building 4 MV Macerators.\n\nStill, it's &egood to know this early on&r, when energy is tight.", + "quests.gregtech_energy.overclock.desc.3": "&bPerfect Overclocking&r\nThere’s also a special kind of overclocking available in a &afew multiblocks&r: &e\n\nPerfect Overclocking&r.\nHere, instead of:\n- &a4x energy&r for &a2x speed&r,\nyou get:\n- &a4x energy&r for &a4x speed&r!\n\n&dThis makes it just as efficient&r as running multiple machines.\n\nCurrently in &3TerraFirmaGreg&r, &6only the following multiblocks&r support this:\n- &cElectric Blast Furnace (EBF)\n- Advanced Blast Dryer (ABD)\n- Rocket Heat Furnace (RHF)\n- Large Chemical Reactor (LCR)", + "quests.gregtech_energy.overclock.task": "Okay faster got it", + "quests.gregtech_energy.blast_oc.title": "The Blast Overclocking", + "quests.gregtech_energy.blast_oc.subtitle": "You don't need to understand this one", + "quests.gregtech_energy.blast_oc.desc.1": "&6If you didn't learn yet about Perfect Overclocking, you should check the quest right above this one.&r\n\nThese &3three multiblocks&r share a special ability: they can &ePerfect Overclock&r recipes depending on the &ctemperature of the machine&r.\n\nYou can check the current temperature by &aclicking on the controller&r.\n\nThere are &atwo ways to increase the temperature&r:\n- &aUse higher-tier energy inputs&r\n- &aUpgrade the coils&r", + "quests.gregtech_energy.blast_oc.desc.2": "To see the temperature of a coil, simply &3hold Shift&r while hovering over it.\n\nOnce you know your machine's temperature, you’ll need the &dtemperature of the recipe&r. The easiest way to find it is to &ause EMI&r.\n\nWith both values, you can do a quick calculation to see if Perfect Overclocking (POC) applies:\n&bYour machine must be at least 1800K hotter per overclock tier than the recipe requires.&r", + "quests.gregtech_energy.blast_oc.desc.3": "&dExample&r:\n- Stainless Steel recipe requires &c1700K&r and is &aHV&r tier.\n- Your EBF is at &bLuV&r and has a temperature of &c5900K&r.\n- From HV to LuV is &a3 overclock tiers&r.\n- 1800 x 3 = &c5400K&r → Add the recipe's base: 5400 + 1700 = &c7100K&r needed for full POC.\n- Since your machine is only at &c5900K&r, you will only Perfect Overclock from HV to EV, and EV to IV.\n- From IV to LuV will be a normal overclock.\n\nSo the recipe will take &e1.7 seconds&r instead of &e0.85 seconds&r if fully overclocked.\n\n&bFeeling overwhelmed? Don't worry.&r\nJust remember this: &aBetter coils = faster and cheaper recipes.&r", + "quests.gregtech_energy.blast_oc.task": "Got it", + "quests.gregtech_energy.subtick.title": "Subtick", + "quests.gregtech_energy.subtick.subtitle": "Parallel?", + "quests.gregtech_energy.subtick.desc.1": "&6Another hidden mechanic in Gregtech Multiblocks: the &dSubtick&r.\n\nWhat is it?\nSubtick activates when a recipe becomes &eso fast it takes less than one tick&r to process. Normally, machines can’t go faster than one recipe per tick — but with Subtick, they can!\n\n&bHow does it work?&r\nOnce a recipe hits 1 tick duration, upgrading the Energy Hatch further won’t make it faster.\nBut thanks to Subtick, instead of wasting power, the machine will &aparallel the recipe internally&r.", + "quests.gregtech_energy.subtick.desc.2": "For example: If your &aLCR (Large Chemical Reactor)&r runs a LuV recipe at 1 tick, then at ZPM, it will run &e2 recipes per tick&r. Even faster hatches mean &emore internal parallel&r.\n\n&dNote&r: As of now all the Large Machines can subtick in a limited way but only the &aLCR supports Subtick&r and &bPerfect Overclocking&r. That’s why the LCR doesn’t need a Parallel Hatch: it’s already doing it... but better.", + "quests.gregtech_energy.parallel_hatch.title": "Parallel Hatch", + "quests.gregtech_energy.parallel_hatch.subtitle": "Parallel again?", + "quests.gregtech_energy.parallel_hatch.desc.1": "&6The &dParallel Hatch&r is a powerful tool for &aLarge Multiblocks&r.\n\n&bWhat does it do?&r\nWhere allowed (most notably on Multiblocks crafted from the &eAlloy Blast Smelter&r), it lets you run &amultiple recipes at the same time&r.\n\nIt does this by consuming &cmore energy&r per tick, but massively increasing throughput. Perfect if you’re mass-producing alloys, circuits or chemicals.", + "quests.gregtech_energy.parallel_hatch.desc.2": "Just place a Parallel Hatch on the Multiblock and make sure it’s fed with enough energy and input materials. Most multiblocks that allow it will show so in EMI or questbook.\n\n&dNote&r: The &aLCR&r (Large Chemical Reactor) &cdoes not use Parallel Hatches&r — it handles internal parallel using &bSubtick mechanics&r instead.", + "quests.gregtech_energy.parallel_hatch.task": "Any Parallel", "quests.high_voltage": "&6HV&r - High Voltage", "quests.high_voltage.subtitle": "Upgrade your power, learn about Cleanroom, make more chemicals and get ready for Space", "quests.high_voltage.TEST.title": "", @@ -641,6 +756,10 @@ "quests.low_voltage.lv_rock_crusher.desc.1": "&oThis quest's subject is optional, but may still be of interest to you. We've put it here in the name of completeness.&r\n\nThe &3Rock Breaker&r is effectively a Cobblestone Generator in a box. You can give it any raw rock or cobblestone block, and it will produce copies of it. Very handy if you want a lot of bricks fast!\n\n&eAny&r Rock Breaker will complete this Quest.", "quests.low_voltage.lv_rock_crusher.desc.2": "&l&3Lore:&r&o Obsidian requiring Redstone to generate is in reference to an ancient Minecraft bug, &7MC-4239&f. Placing Redstone where the Cobblestone would go in a cobble generator would make it generate Obsidian instead. This bug was resolved in snapshot 14w25b for Minecraft 1.8, over 9 years ago at the time of writing!", "quests.low_voltage.lv_rock_crusher.task": "Any Rock Crusher will do", + "quests.low_voltage.lv_aqueous_accumulator.title": "Aqueous Accumulator", + "quests.low_voltage.lv_aqueous_accumulator.subtitle": "Thermal Foundation is calling", + "quests.low_voltage.lv_aqueous_accumulator.desc": "The &3Aqueous Accumulator&r is basically a Rock Crusher but for fluids. Simply place the machine next to two source blocks of the appropriate fluid, set the circuit, and voila! It'll keep producing more of that fluid. It effectively does the same thing as a mechanical pump, but using electricity instead of mechanical power, so you may find it easier to fit into your factory. As a bonus, the HV one will make infinite lava too!\n\nYou can safely waterlog the source blocks to prevent them freezing in winter, and the machine will continue to work.", + "quests.low_voltage.lv_aqueous_accumulator.task": "Any Aqueous Accumulator", "quests.low_voltage.lv_wiremill.title": "Basic Wiremill", "quests.low_voltage.lv_wiremill.subtitle": "No more painful wires!", "quests.low_voltage.lv_wiremill.desc.1": "You could make any other &7LV&r Machine, but it would be easiest to start with the most useful one. We know, we know... you wanna make some of the crazier stuff first, but trust us, this is the best starting point.\n\nThe Wiremill lets you make &6two Wires from one Ingot&r. That should be three times cheaper than what you were doing up until now!\n\nTo the right of this Quest, you'll find some important machines which will grant you cheaper intermediates.", @@ -687,7 +806,7 @@ "quests.low_voltage.lv_fluid_regulator.subtitle": "A cover that you may not use much", "quests.low_voltage.lv_fluid_regulator.desc": "The &aFluid Regulator&r is sort of the equivalent to a &9Robot Arm&r for Fluids.\n\nIt can transfer fluids, but has two useful modes:\n\n&9-&r &dSupply Exact&r will transfer the amount of specified Fluid per tick if available. No more, no less.\n&9-&r &dKeep Exact&r will make sure the exact amount of Fluid in the attached machine is being kept.\n\nYou won't need it much, because natively GT machines will fill only one slot with the &6Pump Cover&r", "quests.low_voltage.cover_behaviour.title": "Cover Behaviour", - "quests.low_voltage.cover_behaviour.subtitle": "Extra utility without taking up bloackspace!", + "quests.low_voltage.cover_behaviour.subtitle": "Extra utility without taking up blockspace!", "quests.low_voltage.cover_behaviour.desc.1": "Covers are placed by right-clicking with Cover in hand on a face of a machine, and removed with a &5Crowbar&r (or by mining the machine, but that's way slower).\n\nPretty much any GregTech Tile-Entity will accept Covers, even if they wouldn't provide any functionality.\n\nOpening a Cover is done by sneak-right-clicking it with an &5empty hand&r. You can also right-click with a &5Screwdriver&r, or sneak-right-click on another face using the grid.", "quests.low_voltage.cover_behaviour.desc.2": "For Covers that transfer Items/Fluids, you will have a button to enable/disable other forms of transfer through the cover:\n\n&9- &rDisabled: only the cover will be allowed to transfer on this machine side.\n\n&9-&r Allow Filtered (only relevant with a filter!): other transfer will be enabled only if it matches the filter\n\n&9-&r Allow Unfiltered: any other transfer is allowed on this machine side.\n\nPlacing a cover of a lower voltage tier on a machine is &9safe&r.", "quests.low_voltage.cover_behaviour.task": "I'm an expert on Covers now, don't you worry.", @@ -758,8 +877,8 @@ "quests.low_voltage.lv_circuit_assembler.desc.2": "&l&3Lore:&r&o The Circuit Assembler has made appearances in and out of GregTech versions. GT5 did not have it, and it was reimplemented in GT5 Unofficial. GTCE decided not to port it, and the tug-of-war continues with its inclusion in GTCEu.", "quests.low_voltage.lv_greenhouse.title": "Electric Greenhouse", "quests.low_voltage.lv_greenhouse.subtitle": "The power of KubeJS", - "quests.low_voltage.lv_greenhouse.desc.1": "The multiblock &3Electric Greenhouse&r can be your source of &aLogs&r and other plants if you prefer making GregTech machines over Create contraptions. It also has the unique property of being able to grow more of TFC's decorative plants!\n\nYou can also use this for automated &aResin&r. The yields are kept low to incentivize other rubber sources later in the game.", - "quests.low_voltage.lv_greenhouse.desc.2": "&9Note: &rWith recipes requiring more than 32 EU/t, it needs either 1 &bMV&r energy hatch or 2 &7LV&r energy hatches. Multiblocks will &cnot&r use 2A of one tier to reach the next one for recipe voltage minimums.\n\nIn other words, the controller needs to say at least &bMV&r in the GUI to run recipes which say &bMV&r in EMI, even if they can draw enough EU/t with a lower tier hatch configuration.\n\n&9Note:&r The structure requires a lot of &7Steel&r. Make sure you have an &3EBF&r for that.", + "quests.low_voltage.lv_greenhouse.desc.1": "The multiblock &3Electric Greenhouse&r can be your source of &aLogs&r and other plants if you prefer making GregTech machines over Create contraptions. It also has the unique property of being able to grow more of TFC's decorative plants!\n\nThis is one of the few machines that has &2Perfect Overclocking&r, which basically means each higher tier of EU input means x4 the recipe speed instead of the usual x2!", + "quests.low_voltage.lv_greenhouse.desc.2": "&9Note: &rWith recipes requiring more than 32 EU/t, the multiblock needs either 1 &bMV&r energy hatch or 2 &7LV&r energy hatches. Multiblocks will &cnot&r use 2A of one tier to reach the next one for recipe voltage minimums.\n\nIn other words, the controller needs to say at least &bMV&r in the GUI to run recipes which say &bMV&r in EMI, even if they can draw enough EU/t with a lower tier hatch configuration.\n\n&9Note:&r This structure requires a lot of &7Steel&r. Make sure you have an &3EBF&r for that.", "quests.low_voltage.lv_greenhouse.desc.3": "&l&3Lore:&r&o This multiblock was originally created for the GTCEu Community Pack, but is also available on the GTCEu developer documentation. It's significantly slower than default to keep in line with TFC's slower tree growing speeds, but prior to TFG 0.9, it used to take almost an hour for each recipe!", "quests.low_voltage.lv_centrifuge.title": "Basic Centrifuge", "quests.low_voltage.lv_centrifuge.subtitle": "It does the opposite of the Mixer", @@ -775,23 +894,23 @@ "quests.low_voltage.lv_cutter.desc": "For now, you should use &9Water&r for its recipes instead of trying to acquire Lubricant.\n\nThe &3Cutting Machine&r additionally unlocks converting &6Rods into four Bolts&r.\n\nThis machine is the only way to obtain &dGem Plates&r, which are needed to craft Filters, and by extension, the &3Gas Collector&r.", "quests.low_voltage.lv_cutter.task": "Any cutter", "quests.low_voltage.lv_gas_collector.title": "Basic Gas Collector", - "quests.low_voltage.lv_gas_collector.subtitle": "Don't stand to close to it you could finish within the machine", + "quests.low_voltage.lv_gas_collector.subtitle": "It'll take your breath away", "quests.low_voltage.lv_gas_collector.desc": "The Gas Collector collects Air that can then be centrifuged into &aOxygen&r and &aNitrogen&r.\n\n&l&3Lore:&r&o GregTech 5 players remember when they had to use a Compressor with IC2 cells to get Compressed Air... here, cell chemistry is no more.", "quests.low_voltage.lv_oxygen.title": "Breath of Fresh Oxygen", "quests.low_voltage.lv_oxygen.subtitle": "Achtually, it's Dioxygen...", "quests.low_voltage.lv_oxygen.desc.1": "You could waste &o&eprecious years of your life&r in JEI looking for the most optimal Oxygen recipe, given the many ways to obtain it. Various minerals will produce it when electrolyzed.\n\nIf only the quest book had more information!", - "quests.low_voltage.lv_oxygen.desc.2": "Surprise! The best source according to us (!) is &acentrifuging Air&r after making a &dGas Collector&r, which you might not be able to make just yet. This recipe also gives &aNitrogen&r, which is handy as it can speed up certain &3Electric Blast Furnace&r recipes&r.\n\nThe second best source according to us (!) is &aelectrolyzing Silicon Dioxide&r. Silicon Dioxide is obtained from various sources, such as Glass Dust, Granite Dust and Black Granite Dust. We will come back to &6this method later&r because this one is actually &6god&r.", - "quests.low_voltage.lv_oxygen.desc.3": "The third best source according to us (!) is &aelectrolyzing Water&r. In reality, electrolysis of water is more suitable for &aHydrogen production&r due to the higher energy cost. &4Don't use this method for Oxygen&r only for &1Hydrogen&r, once again we will help you later on to make Hydrogen.\n\nThe fourth best source according to us (!) is &ato not void&r it, EVER! Any Oxygen obtained from any source is worth something and should be stored in Tanks.\n\n&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work.", + "quests.low_voltage.lv_oxygen.desc.2": "Surprise! The best source according to us (!) is &acentrifuging Air&r after making a &dGas Collector&r, which you might not be able to make just yet. This recipe also gives &aNitrogen&r, which is handy as it can speed up certain &3Electric Blast Furnace&r recipes&r.\n\nThe second best source according to us (!) is &aelectrolyzing Silicon Dioxide&r. Silicon Dioxide is obtained from various sources, such as Glass Dust and various Stone Dusts. We will come back to &6this method later&r because this one is actually &6god&r.", + "quests.low_voltage.lv_oxygen.desc.3": "The third best source according to us (!) is &aelectrolyzing Water&r. In reality, electrolysis of water is more suitable for &aHydrogen production&r due to the higher energy cost. &4Don't use this method as your main source of Oxygen&r, only for &1Hydrogen&r, once again we will help you later on to make Hydrogen.\n\nThe fourth best source according to us (!) is &ato not void&r it, EVER! Any Oxygen obtained from any source is worth something and should be stored in Tanks.\n\n&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A bucket will also work.", "quests.low_voltage.lv_nitrogen.title": "Nitrogen Gas", "quests.low_voltage.lv_nitrogen.subtitle": "Your EBF booster", - "quests.low_voltage.lv_nitrogen.desc": "For now your only use for Nitrogen will be to get your EBF to be &6faster&r. And you have to know that will be quite useful as it is a really slow process and quite draining on your energy capacity.", + "quests.low_voltage.lv_nitrogen.desc": "For now, your only use for Nitrogen will be to make your EBF &6faster&r, which may not sound like that big of a deal, but with how much you'll be using it, it's definitely worth setting up. Faster recipes mean less energy used too!", "quests.low_voltage.lv_arc_furnace.title": "The Arc Furnace", - "quests.low_voltage.lv_arc_furnace.subtitle": "Never the Arc Furnace has been so good", - "quests.low_voltage.lv_arc_furnace.desc.1": "The &3Arc Furnace&r uses a lil' bit of &9Oxygen&r to smelt items in a different fashion than Furnaces.\n\nYou can use it to make easier &aWrought Iron&r, double your &aGlass&r, and gain access to &aAnnealed Copper&r. It's also your new best way to make &4Red Steel Ingot&r and &1Blue Steel Ingot&r.\n\nIt can also recycle various components and machines back to their original material.", - "quests.low_voltage.lv_arc_furnace.desc.2": "&l&3Lore:&r&o Previous versions had both the Arc Furnace and the &bPlasma Arc Furnace&f. In that case, why not use one machine for both? Well, that's exactly what we thought - but we ultimately decided to remove one of the two &bplasma&f recipes. And then the other &bplasma&f recipe.\n\n&oIn short, the &bPlasma Arc Furnace&f is &4gone&f. RIP.", + "quests.low_voltage.lv_arc_furnace.subtitle": "The Arc Furnace has never been so good", + "quests.low_voltage.lv_arc_furnace.desc.1": "The &3Arc Furnace&r uses a lil' bit of &9Oxygen&r to smelt items in a different fashion than Furnaces.\n\nYou can use it to make easier &aWrought Iron&r, double your &aGlass&r, and gain access to &aAnnealed Copper&r for cheaper electronic components. It's also your new best way to make &4Red Steel&r and &1Blue Steel&r Ingots!\n\nIt can also recycle various components and machines back to their original materials.", + "quests.low_voltage.lv_arc_furnace.desc.2": "&l&3Lore:&r&o Previous GregTech versions had both the Arc Furnace and the &bPlasma Arc Furnace&f. In that case, why not use one machine for both? Well, that's exactly what we thought - but we ultimately decided to remove one of the two &bplasma&f recipes. And then the other &bplasma&f recipe.\n\n&oIn short, the &bPlasma Arc Furnace&f is &4gone&f. RIP.", "quests.low_voltage.lv_extractor.title": "Basic Liquid Extraction", - "quests.low_voltage.lv_extractor.subtitle": "The Steam Extractor extracts...", - "quests.low_voltage.lv_extractor.desc.1": "Hm... didn't we make this joke already?\n\nThe reason we didn't present &7LV&r versions of &6Steam&r machines is because they are &4NOT&r required. You might not want to invest into an upgrade that does next to nothing. Except for &othis one&r specifically, because it's a big improvement over the &6Steam Age&r.\n\nThe &3Basic Extractor&r gains Fluid capabilities, which enables &aFluid Extraction&r. Use it to melt Rubber that you previously solidified, to &dmelt Soldering Alloy&r for your circuits, and to &dmelt Red Alloy&r for the &6best Vacuum Tube recipe&r in the &3Assembler&r!", + "quests.low_voltage.lv_extractor.subtitle": "The Extractor extracts...", + "quests.low_voltage.lv_extractor.desc.1": "Hm... didn't we make this joke already?\n\nThe reason we don't present &7LV&r versions of &6Steam&r machines is because they are &4NOT&r required. You might not want to invest into an upgrade that does next to nothing. Except for &othis one&r specifically, because it's a big improvement over the &6Steam Age&r.\n\nThe &3Basic Extractor&r gains Fluid capabilities, which enables &aFluid Extraction&r. Use it to melt Rubber that you previously solidified, to &dmelt Soldering Alloy&r for your circuits, and to &dmelt Red Alloy&r for the &6best Vacuum Tube recipe&r in the &3Assembler&r!", "quests.low_voltage.lv_extractor.desc.2": "&l&3Lore:&r&o Did you notice this machine doubles as both an Extractor and a Fluid Extractor? The two of them were separate machines in previous versions of GregTech.", "quests.low_voltage.lv_chemical_reactor.title": "Basic Chemical Reactor", "quests.low_voltage.lv_chemical_reactor.subtitle": "Chemistry for dummies", @@ -804,35 +923,35 @@ "quests.low_voltage.mold_rotor.subtitle": "Time to end the misery of hand crafting rotors!", "quests.low_voltage.mold_rotor.desc": "Use both of your new machines to turn a material into a Fluid, and solidify it back to a Rotor! This combination makes Rotors far easier to craft - &6four Ingots per Rotor&r, as well.\n\nYou can also do the same for &6Gears&r and &6Small Gears&r, which will then be superseded when you make a &3MV Extruder&r.\n\n&9Note:&r Some metals require higher voltages than &7LV&r for Fluid Extraction, so make sure to keep an eye on the recipe tier in EMI.", "quests.low_voltage.mold_plate.title": "Casting Mold and Rubber Sheets", - "quests.low_voltage.mold_plate.subtitle": "Yeah this one is strong", - "quests.low_voltage.mold_plate.desc": "Stop wasting your time with your &6alloy smelter&r. You gonna need a lot of &6rubber sheet&r and later on you will use it for other kind of platics.\n\nThe &6Fluid solidifier&r is as amazing as the extruder but the extruder has no use before &bMV&r so... Yeah build this one we will speak later on about the &bExtruder&r.", + "quests.low_voltage.mold_plate.subtitle": "Even cheaper rubber", + "quests.low_voltage.mold_plate.desc": "Stop wasting your time with your &6Alloy Smelter&r. You're gonna need a lot of &6Rubber Sheets&r, and later on you will also use it for other kinds of plastics.\n\nYou may think you can use the Extruder to make rubber sheets instead, but the &6Fluid Solidifier&r can do so much more, while the Extruder is pretty useless until &bMV&r.", "quests.low_voltage.cupronickel_coil.title": "Cupronickel Coils", "quests.low_voltage.cupronickel_coil.subtitle": "Baby's first heating coil", "quests.low_voltage.cupronickel_coil.desc": "Prepare &a128 Cupronickel&r, &a32 Bronze&r and &a16 Tin Alloy&r to craft the Heating Coils required for your first Electric Blast Furnace.\n\nThis is still less than half (!) of the cost of the whole EBF in raw materials. You will also need about a stack each of Invar and Steel, so get mining.\n\nThe Cupronickel Coils will allow the EBF to perform recipes up to &d1,800K&r (ignoring Voltage bonuses). That's pretty hot if you ask us.\n\n&6This quest unlocks a new tutorial on Coils in the &lTips and Tricks&r&6 tab - check it out to learn more!&r", "quests.low_voltage.lv_ebf.title": "The Electric Blast Furnace", - "quests.low_voltage.lv_ebf.subtitle": "One of the core machine of Gregtech. We like it big.", - "quests.low_voltage.lv_ebf.desc.1": "This Quest explains the core mechanic of the &3Electric Blast Furnace&r, whilst the quest over will explore the mechanics of the Multiblock Parts that you'll also need. Be sure to refer to them.\n\nAnyway, the &3EBF&r is your &efirst electric multiblock&r! Congrats. It's used to process materials at high temperatures.\n\nYou'll become familiar with the EBF to make &aAluminium&r and progress to &d&bMV Age&r. It can also make &7Steel&r faster than the the &6Blast Furnace&r.", - "quests.low_voltage.lv_ebf.desc.2": "It's important to keep in mind that the EBF is a beefy boy. The minimum power cost to run a recipe is &9120 EU/t&r! That's slightly under 4 &7LV&r Generators. You may wish to consider building a separate power line, with separate Generators and Battery Buffer to run this.", + "quests.low_voltage.lv_ebf.subtitle": "One of the core machines of Gregtech. We like it big.", + "quests.low_voltage.lv_ebf.desc.1": "This quest explains the core mechanic of the &3Electric Blast Furnace&r, while the next quest will explore the mechanics of the Multiblock Parts that you'll also need. Be sure to refer to them.\n\nAnyway, the &3EBF&r is your &efirst electric multiblock&r! Congrats. It's used to process materials at high temperatures.\n\nYou'll become familiar with the EBF to make &aAluminium&r and progress to &d&bMV Age&r. It can also make &7Steel&r faster than the the &6Blast Furnace&r, which means you can finally tear down your old TFC smithy if you'd like.", + "quests.low_voltage.lv_ebf.desc.2": "It's important to keep in mind that the EBF is a beefy boy. The minimum power cost to run a recipe is &9120 EU/t&r! That's slightly under 4 &7LV&r Generators or Alternators. You may wish to consider building a separate power line, with separate Generators and Battery Buffer to run this.", "quests.low_voltage.multiblock_tech.title": "Multiblock Techniques", "quests.low_voltage.multiblock_tech.subtitle": "Oh we love multiblocks right?", - "quests.low_voltage.multiblock_tech.desc": "This is the &6basics&r of what you need to build your first &bEBF&r, though it is highly customisable. Remember to use &6EMI&r, use &6U&r on the controller and don't hesitate to &6left click on the structure blocks&r to see what the possibilities are.\n\nMultiblocks bear a large variety of interesting mechanics that might seem daunting, but don't worry - we've written a guide to help you learn.\n\n&dThis quest unlocks a bunch of tutorials on Multiblocks in the &lTips and Tricks tab - check them out to learn more!&r", + "quests.low_voltage.multiblock_tech.desc": "This is the &6basics&r of what you need to build your first &bEBF&r, though it is highly customisable. Remember to use &6EMI&r, use &6U&r on the controller and don't hesitate to &6left click on the structure blocks&r to see what the possibilities are.\n\nMultiblocks bear a large variety of interesting mechanics that might seem daunting, but don't worry - you don't need to do anything fancy right yet. You'll learn more as you go!", "quests.low_voltage.multiblock_tech.task.1": "Input Bus", "quests.low_voltage.multiblock_tech.task.2": "Output Bus", "quests.low_voltage.multiblock_tech.task.3": "Input Hatch", "quests.low_voltage.lv_superconductor.title": "LV Superconductor", "quests.low_voltage.lv_superconductor.subtitle": "No loss no bzzz", - "quests.low_voltage.lv_superconductor.desc.1": "&6Superconductors&r are special Wires available for each Voltage tier. They don't come with a Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r.\n\nThey also won't damage you when you touch them. This makes them the best choice for wiring, if not a little expensive in comparison to the other wires.\n\nIf you weren't already enamoured, the 1x variant also covers 2 Amps. Isn't that nice?\n\nNow is a good time to replace your crappy &aTin Cables&r. Recycle them in the &3Packager&r to recover both the Tin and Rubber used to craft them.", + "quests.low_voltage.lv_superconductor.desc.1": "&6Superconductors&r are special Wires available for each Voltage tier. They don't come with a Cable counterpart, but that isn't necessary, as they have absolutely &6zero cable loss&r.\n\nThey also won't damage you when you touch them. This makes them the best choice for wiring, if not a little expensive in comparison to the other wires.\n\nIf you weren't already enamoured, the 1x variant also covers 2 Amps. Isn't that nice?\n\nNow is a good time to replace your crappy &aTin Cables&r. Recycle them in the &3Extractor&r to recover both the Tin and Rubber used to craft them.", "quests.low_voltage.lv_superconductor.desc.2": "&l&3Lore:&r&o No version of GregTech has had actual Superconductors for &7LV&f up until Gregicality and GTCEu, though some modpacks had lossless cables.", "quests.low_voltage.aluminium_dust.title": "Aluminium Dust", "quests.low_voltage.aluminium_dust.subtitle": "Time for an adventure", - "quests.low_voltage.aluminium_dust.desc": "Getting &bAluminium&r in GregTech is one of your first real ore processing challenges. You won’t find any dedicated &bAluminium Veins&r on Earth.\n\nBy browsing &aEMI&r, you’ll quickly realize that most sources of &bAluminium&r require the &bMV&r Electrolyzer.\n\nBut there’s one exception: &9Sapphire&r can be electrolyzed into &bAluminium Dust&r at &7LV&r.\n\n&6Tip:&r Press &a‘U’&r on the &7Aluminium Dust&r to open the Ore Processing Diagram.\nIt reveals many other ores that can give you &7Aluminium&r through proper processing.\n\n&2Don’t forget:&r the &eOre Processing Chapter&r is here to guide you. Take the time to read it—it will make your life much easier.\n", + "quests.low_voltage.aluminium_dust.desc": "There's many minerals that can be electrolyzed into aluminium, but most of them are off-limits until &bMV&r. Sapphire is one exception, otherwise several ore processing recipes can also yield aluminium dust as a byproduct. Look through JEI for your options, and consult the &2Field Guide&r on where to find each ore.\n\nOnce you have enough aluminium, we recommend making the electrolyzer as your first MV machine to unlock all the other options.\n\nNow all you need is an EBF! You should've started to work towards one already, otherwise you'd better get started!", "quests.low_voltage.aluminium_ingot.title": "Your first Aluminium Ingot", "quests.low_voltage.aluminium_ingot.subtitle": "We're basically in MV now, right?", "quests.low_voltage.aluminium_ingot.desc": "Well... can you show us an &bMV&r Circuit as well?\n\n&aAluminium&r is the main ingredient for &bMV&r machinery. Get ready to need a lot of it.\n\nThe process of smelting Aluminium can be cut down by about a third with &9Nitrogen&r, which is obtained by centrifuging &9Air&r from a &3Gas Collector&r.\n\n&6You will still need MV Circuits in order to make MV machines!&r", "quests.low_voltage.mv_hull.title": "Your third machine hull", "quests.low_voltage.mv_hull.subtitle": "This is going quite well, only 7 to go!", - "quests.low_voltage.mv_hull.desc1": "Good job, you now have your &bMV Machine Hull&r, your first &bMV Circuit&r and your first &6Circuit Assembler&r.\n\nThis is the gist of &6Gregtech&r, every tier you are going to need to do new &6machines&r using new &6materials&r and &6chemicals&r. You are going to have so &5much fun&r, we are kinda jealous.", - "quests.low_voltage.mv_hull.desc2": "Before going further into &bMV&r remember that in &6TFG&r you can use &6Create&r to reinforce your infrastruce if you don't want to use too much of Gregtech.", + "quests.low_voltage.mv_hull.desc1": "Good job, you now have your &bMV Machine Hull&r, your first &bMV Circuit&r and your first &6Circuit Assembler&r.\n\nThis is the gist of &6GregTech&r, every tier you are going to make new &6machines&r using new &6materials&r and &6chemicals&r. You are going to have &5so much fun&r, we are kinda jealous!", + "quests.low_voltage.mv_hull.desc2": "Before going further into &bMV&r, remember that in &6TFG&r you can use &6Create&r to reinforce your infrastructure if you don't want to use too much of GregTech. Aluminium Shafts and Cogwheels have 4x the stress capacity of steel ones, so you should be able to run all your machines much faster with them!", "quests.medium_voltage": "&bMV&r - Medium Voltage", "quests.medium_voltage.subtitle": "Venture into petrochemistry and refine electronics", "quests.medium_voltage.mv_machine_hull.title": "Welcome to MV!", @@ -1048,6 +1167,7 @@ "quests.medium_voltage.mv_cutter.title": "Advanced Cutter", "quests.medium_voltage.mv_cutter.subtitle": "Upgrades, people, upgrades!", "quests.medium_voltage.mv_cutter.desc": "The &3MV Cutter&r is required to cut &7Silicon Boules&r to prepare them for &aLaser Engraving&r.\n\nWe recommend you supply this machine with a steady stream of &dLubricant&r to cut down on the processing time.\n\nLubricant can be &3brewed&r from &eOil&r and &aTalc&r, &2Soapstone&r or &cRedstone&r.\n\n&7Note : You could use the &6Greate&r &7version, it has now a tank to fill with it fluid&r&r", + "quests.medium_voltage.mv_cutter.task": "Any Brewery", "quests.medium_voltage.mv_laser_engraver.title": "Laser Engraving", "quests.medium_voltage.mv_laser_engraver.subtitle": "This is peak technology, this is slow also", "quests.medium_voltage.mv_laser_engraver.desc": "The &3Laser Engraver&r engraves patterns into &9Silicon Wafers&r based on the type of &9Lens&r it is given. After the wafers are engraved, they must be passed through a &3Cutting Machine&r to turn them into components ready to be put into Circuits.\n\nHigher tier Engravers can etch more complex wafers for more efficient Circuits.", @@ -1056,8 +1176,8 @@ "quests.medium_voltage.mv_silicon_boule.desc": "&9Silicon Boules&r are made in the &3EBF&r with half a stack of &aSilicon Dust&r and a pinch of &aGallium Arsenide&r. Their primary purpose is engraving &6Circuit Wafers&r.\n\nAfter making the Boule, process it in the &3Cutter&r to get 16 Silicon Wafers ready for engraving.\n\n&cWarning:&r Each Silicon Boule takes &47.5 minutes&r to make at 120 EU/t, or 1,080,000 EU! If the EBF loses power midway, the recipe will start to &close progress&r.\n\nWith that being said, Silicon Boules take an absolute age to craft, so consider parallelizing the recipe in multiple &3EBF&rs and stockpiling them.", "quests.medium_voltage.mv_silicon.title": "Silicon Dust", "quests.medium_voltage.mv_silicon.subtitle": "", - "quests.medium_voltage.mv_silicon.desc.1": "You’ll need to get used to it: in &dGregtech&r, there are always &amultiple ways&r to reach what you want—a philosophy we made sure to preserve in &aTerrafirmaGreg&r.\n\nTo obtain &5Silicon&r, we’ll suggest &cthree main methods&r so you have clear directions. As always, it’s up to you to figure out what’s &abest for your situation&r.", - "quests.medium_voltage.mv_silicon.desc.2": "First method: &aElectrolyzing Clay Dust&r at &bMV&r. This is one of the best-known techniques. However, it’s a bit harder in &aTFG&r, since we removed the infinite clay trick. That said, you can still find &9large amounts of clay&r, especially in &8The Beneath&r.\n\nSecond method: &amining silicon-rich ores&r. Look for &9Mica&r or &9Kyanite&r veins—they’ll also yield &dAluminum&r. Alternatively, you can &aElectrolyze Zeolite Dust&r, found in &9Chalcopyrite&r and &dRealgar&r veins.\n\nThird method: &eAdvanced but powerful&r. Although more expensive to set up and slower early on, it becomes the &ebest method&r at &6HV&r and beyond. Plus, it generates &9Oxygen&r as a bonus! The idea is simple: &aElectrolyze Silicon Dioxide Dust&r into &9Oxygen&r and &5Silicon&r. You can get &aSilicon Dioxide Dust&r by &9centrifuging Flint Dust&r, which itself comes from &9Flint&r collected by &asifting Gravel&r.\n\nThis setup can become &afully passive&r easily. Try using the &aEMI Recipe Tree&r tool (bottom left of your screen) to plan your builds—it really helps!", + "quests.medium_voltage.mv_silicon.desc.1": "You’ll need to get used to it: in &dGregtech&r, there are always &amultiple ways&r to reach what you want—a philosophy we made sure to preserve in &aTerrafirmaGreg&r.\n\nTo obtain &5Silicon&r, we’ll suggest &ctwo main methods&r so you have clear directions. As always, it’s up to you to figure out what’s &abest for your situation&r.", + "quests.medium_voltage.mv_silicon.desc.2": "First method: &amining silicon-rich ores&r. Look for &9Mica&r or &9Kyanite&r veins—they also contain &dAluminium&r. Alternatively, you can &aElectrolyze Zeolite Dust&r, found in &9Chalcopyrite&r and &dRealgar&r veins.\n\nSecond method: &eAdvanced but powerful&r. Although more expensive to set up and slower early on, it becomes the &ebest method&r at &6HV&r and beyond. Plus, it generates &9Oxygen&r as a bonus! The idea is simple: &aElectrolyze Silicon Dioxide Dust&r into &9Oxygen&r and &5Silicon&r. You can get &aSilicon Dioxide Dust&r by &9centrifuging Flint Dust&r, which itself comes from &9Flint&r collected by &asifting Gravel&r.\n\nThis setup can become &afully passive&r easily. Try using the &aEMI Recipe Tree&r tool (bottom left of your screen) to plan your builds—it really helps!", "quests.medium_voltage.mv_ulpic.title": "ULPIC Chips", "quests.medium_voltage.mv_ulpic.subtitle": "Pickin' up Chips", "quests.medium_voltage.mv_ulpic.desc": "Using a Sapphire Lens, engrave a Silicon Wafer into an ULPIC Wafer.\n\nThis can be processed in a Cutter for ULPIC Chips, which are important for some multiblock components!\n\nMore specificaly ", @@ -1065,8 +1185,11 @@ "quests.medium_voltage.mv_ic.subtitle": "I C U", "quests.medium_voltage.mv_ic.desc": "Using a Ruby Lens, engrave a Silicon Wafer into an ILC Wafer.\n\nThis can be processed in a Cutter for IC Chips, which are important components that will be precious when improving upon your circuit crafting capabilities.", "quests.medium_voltage.mv_ram.title": "Download more RAM", - "quests.medium_voltage.mv_ram.subtitle": "That's from the Dark Punk you know?", + "quests.medium_voltage.mv_ram.subtitle": "That's from the Daft Punk you know?", "quests.medium_voltage.mv_ram.desc": "&aRandom Access Memory&r is required for many Circuits.", + "quests.medium_voltage.mv_cpu.title": "Get a better CPU", + "quests.medium_voltage.mv_cpu.subtitle": "Gamers usually prefer GPU", + "quests.medium_voltage.mv_cpu.desc": "&aThe &eCPU&r is one of the most important pieces of technology in your factory.\n\nThe &eCPU Wafer&r is a special one—it can be upgraded later through a &2Chemical Reaction&r.\n\nBut for now, you’ll need the &eCPU Chip&r to craft the best &bMV&r circuits available at this stage.\n\nMake sure to produce a few extra, as they’ll be essential for future upgrades.", "quests.medium_voltage.lsb.title": "Getting very steamy", "quests.medium_voltage.lsb.subtitle": "If you have unlimited fuel, it can still be good", "quests.medium_voltage.lsb.desc": "If you're &lstill&r running off the &3Large Bronze Boiler&r, you may want to upgrade to the &3Large Steel Boiler&r.\n\nIt's slightly more efficient than the &3LBB&r, and produces &d900 EU/t worth of Steam&r.\n\nWe'd recommend you try other power options at this point.", @@ -1095,10 +1218,10 @@ "quests.metal_age.mining.desc": "Extracting valuable resources from the ground is a major part of this modpack, and the Metallurgy Age is no exception! You will consume a &llot&r of metal to progress, and one way to mine a lot of it at once is with a Mining Hammer! This is a tool that can mine blocks in a 3x3x1 area at the cost of a slower mining speed. You can also hold sneak to break single blocks at a time.", "quests.metal_age.weld_wrought_iron_ingots.title": "Welding Wrought Iron", "quests.metal_age.weld_wrought_iron_ingots.subtitle": "CLANG CLANG CLANG", - "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Charcoal alone won't reach high enough temperatures to weld Wrought Iron, so check the quest above this for a solution.", + "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Careful you don't melt your Wrought Iron, otherwise it will turn back into Cast Iron and you'll have to run it through the Bloomery again!", "quests.metal_age.bellows.title": "Bellows", "quests.metal_age.bellows.subtitle": "Higher temperatures can be reached, at a small price.", - "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThe Bellows is basically mandatory for working with Wrought Iron unless you have Coal.", + "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThese higher temperatures are required to fire pottery with charcoal or melt certain metals.\n\nCoal and Coke can also reach higher temperatures without it.", "quests.metal_age.wrought_iron_anvil.title": "T3 Anvil: Wrought Iron", "quests.metal_age.wrought_iron_anvil.subtitle": "Waterwheels, Windmills and more Greate", "quests.metal_age.wrought_iron_anvil.desc": "With the Wrought Iron Anvil you'll be able to work Wrought Iron Ingots into different items such as Sheets, Tool heads, etc.\n\nWrought Iron tools and armor isn't much of an improvement over Bronze, but it has far more durability.\n\nCreating the next anvil is going to be a significant step up in difficulty, so this is a good point to settle down and explore some of the other things this modpack has to offer.", @@ -1688,7 +1811,7 @@ "quests.tfg.create_team.desc": "You can create a team to complete quests together. To do this, open your inventory, then in the upper left corner select the button where 3 colorful people are drawn, then an interface will open in which you can create a team. Click the §aCreate a team§r button, then give it a name and possibly some other parameters, and after successfully creating a team, you can invite other players to it using the plus button in the green circle in the upper right corner. From this point onwards, your quests will be synchronized and any team member will be able to complete them. Good luck!", "quests.tfg.capture_territory.title": "How to capture territory?", "quests.tfg.capture_territory.subtitle": "And how to load chunks in your territory", - "quests.tfg.capture_territory.desc": "If you play on a server, you might want to claim your territory so other players can't interfere. Use the Open Map key (default \"M\") to open the map, then right-click the chunk you want to claim, and select Claim Chunk. There is a limit to this, so you can't claim everything. You can right-click on a chunk again to Forceload (aka \"chunk load\") it. Claiming chunks will include your whole team, if you're using one.", + "quests.tfg.capture_territory.desc": "If you play on a server, you might want to claim your territory so other players can't interfere. Use the Open Claims key (default \"Ctrl+M\") to open the window, then left-click to claim a chunk and right-click to unclaim them. There is a limit to this, so you can't claim everything. You can shift-left-click on a chunk to forceload (aka \"chunk load\") it, and shift-right-click to un-forceload it. Claiming chunks will include your whole team, if you're using one.", "quests.tfg.field_guide.title": "Important information about quests!", "quests.tfg.field_guide.subtitle": "I need to read more?", "quests.tfg.field_guide.desc": "The quests are still in development, and we're always working on improving them! A lot of information about specific mechanics are also in your Field Guide, accessible via the Book tab in your inventory.\n\nRemember that both JEI and the Field Guide are your friends, as not everything will be explained through quests.", @@ -1780,7 +1903,7 @@ "quests.tfg_tips.glass_blocks.desc": "Depending on the type of sand used for the &aGlass Batch&r, your final &dGlass&r will have different colors. Check out the &2Field Guide&r section on &3Glassblowing&r to learn other ways to make specific colors. Later on, you'll be able to use &3Gregtech&r chemicals to dye glass more easily.\n\n&3&lTip:&r&o If you're looking to make a lot of Glass Blocks and have access to an &bAlloy Smelter&f, it's more efficient to make &dGlass Panes&f, &bmacerating&f them, crafting into &dDust&f and then using the &aBlock Mold&f, since one batch can make up to 16 Small Dusts at a time!", "quests.tfg_tips.lamps.title": "Lamps", "quests.tfg_tips.lamps.subtitle": "These are pretty.", - "quests.tfg_tips.lamps.desc": "Just like in regular Minecraft, &dLamps&r can be hung from the ceiling with the help of chains or placed on top of blocks. &dLamps&r consume different kinds of fuels to keep themselves lit. Some fuels can last &4indefinitely.&r\n\n&3&lTip:&r&o filled lamps can be placed in the &6Back&f slot of the &cCurios Menu&f to provide hands free dynamic lighting. This may not work if you have shaders on.", + "quests.tfg_tips.lamps.desc": "Just like in regular Minecraft, &dLamps&r can be hung from the ceiling with the help of chains or placed on top of blocks. &dLamps&r consume different kinds of fuels to keep themselves lit. Some fuels can last &4indefinitely.&r\n\n &3&lTip:&r&o Filled lamps can be placed in the &6Back&f slot of the &cCurios Menu&f to provide hands free dynamic lighting. This may not work if you have shaders on.", "quests.tfg_tips.creosote.title": "Lamp Fuel: Creosote", "quests.tfg_tips.creosote.subtitle": "If you have a bunch of it lying around...", "quests.tfg_tips.creosote.desc": "&dCreosote&r can be used as a lamp fuel, but a full lamp of the stuff only lasts for &c10&r days.", @@ -2013,7 +2136,7 @@ "quests.tfg_tips.create_rubber_ingot.desc": "Utilizing the &bVacuum Chamber&r and some additional heating, you can process &aLatex&r from various trees into &dRaw Rubber Pulp&r through a specific process. You can then smelt together 3 &dRaw Rubber Pulp&r with a bit of &eSulfur Dust&r in an &bAlloy Smelter&r to create &dRubber Ingots&r, perfect for insulating cables and very much necessary to advance in the &2Voltaic Age&r and beyond...", "quests.tfg_tips.transportation.title": "Transportation", "quests.tfg_tips.transportation.subtitle": "For travelling this vast world", - "quests.tfg_tips.transportation.desc": "The world is a very big place, you may end up travelling great distances to find specific resources for survival and advancement. The mods in this section will provide with varied transportation options.", + "quests.tfg_tips.transportation.desc": "The world is a very big place, you may end up travelling great distances to find specific resources for survival and advancement. The mods in this section will provide with a variety of transportation options.", "quests.tfg_tips.glider.title": "Hang Glider", "quests.tfg_tips.glider.subtitle": "This is not Breath of the Wild", "quests.tfg_tips.glider.desc": "A &dHang Glider&r can be used to glide along the air. You &ccannot gain altitude&r with this but it can be useful to traverse long distances if you jump from high up.\nGreat synergy with &bJetpacks&r though!", @@ -2032,7 +2155,7 @@ "quests.tfg_tips.steam_upgrades.task": "Any steam tier aircraft upgrade", "quests.tfg_tips.lv_upgrades.title": "Aircraft Upgrades: LV", "quests.tfg_tips.lv_upgrades.subtitle": "Red and Blue, certainly not clashing.", - "quests.tfg_tips.lv_upgrades.desc": "&7LV&r upgrades are slightly better than their steam counterparts, requiring &4Red&r and &9Blue Steel&r, with the &dLV Engine&r itself requiring actual &7LV&r components.\n\n&3&lTip:&r&o you can recycle the old upgrades using &bCrushing Wheels&f, returning some of your spent materials.", + "quests.tfg_tips.lv_upgrades.desc": "&7LV&r upgrades are slightly better than their steam counterparts, requiring &4Red&r and &9Blue Steel&r, with the &dLV Engine&r itself requiring actual &7LV&r components.\n\n&3&lTip:&r&o You can recycle the old upgrades using &bCrushing Wheels&f, returning some of your spent materials.", "quests.tfg_tips.lv_upgrades.task": "Any Low Voltage Tier Aircraft Upgrade", "quests.tfg_tips.mv_upgrades.title": "Aircraft Upgrades: MV", "quests.tfg_tips.mv_upgrades.subtitle": "Halfway there", @@ -2075,63 +2198,61 @@ "quests.tfg_tips.scarlet_biplane.desc": "The &3Scarlet Biplane&r is the final upgrade for &bPlanes&r, requiring &6HV&r components.\n\nIt contains &b27 Inventory Slots&r, &a4 Upgrade Slots&r, &c2 Weapon Slots&r, and also a &4Booster Slot&r, just like the regular biplane.\n\nWhile expensive, the &3Scarlet Biplane&r makes up for it with increased durability, increased max speed, and overall swag.", "quests.tfg_tips.firmaciv.title": "Firma: Civilization", "quests.tfg_tips.firmaciv.subtitle": "Sail across the seas, with style.", - "quests.tfg_tips.firmaciv.desc": "&2Firma: Civilization&r is a mod all about boats and traversing large bodies of water. It can also be used for creating tools that help you position yourself in the world.", + "quests.tfg_tips.firmaciv.desc": "&2Firma: Civilization&r is a mod all about boats and traversing large bodies of water. It can also be used for creating tools that help you position yourself in the world.\nAs always, the &2Field Guide&r contains deeper details than the following quests.\n\n&3&lTip:&r&o Rowing down river is much faster... Consider settling near a river if you haven't already.", "quests.tfg_tips.firmaciv_info.title": "Voyage Gadgets", "quests.tfg_tips.firmaciv_info.subtitle": "In case you care for realism", "quests.tfg_tips.firmaciv_info.desc": "&3Firma:Civ&r comes with 4 different navigational tools, each giving you important information about your position in the world.\nIncludes the &dSextant&r, &dNavigator's Timepiece&r, &dBarometer&r, and &dCompass&r; more information about the tools in the &2Field Guide.&r\n\n&3&lLore:&r&o: Firma:Civ by default removes coordinates to make you use its navigational tools. We can't do that here, so uh, use them if you want to LARP.", "quests.tfg_tips.warfare.title": "Sea Warfare", "quests.tfg_tips.warfare.subtitle": "FIRE ALL CANNONS!", "quests.tfg_tips.warfare.desc": "You can outfit your &bSloop&r with firepower via the &dCannon&r and cannon balls, in case you want to blow something to smithereens.\nTo fire a cannon, you'll need to load it with some &aGunpowder, Unrefined Paper&r and your &aCannon Ball&r. Then light the wick with &cFlint and Steel.&r", - "quests.tfg_tips.kayak_beginning.title": "Boat 1: Kayak", - "quests.tfg_tips.kayak_beginning.subtitle": "The only portable boat", - "quests.tfg_tips.kayak_beginning.desc": "The kayak is a relatively simple boat to craft, while only one passenger can fit in it it makes up for it by being the only boat you can carry around with you.", - "quests.tfg_tips.kayak_materials.title": "Materials for a Kayak", + "quests.tfg_tips.kayak_materials.title": "The Kayak", "quests.tfg_tips.kayak_materials.subtitle": "Get yourself that Kayak.", - "quests.tfg_tips.kayak_materials.desc": "The Kayak is probably the second most simple boat you can craft, you'll require some form of string, some lumber, and Large Waterproof Hides. The Waterproof Hides can be obtained utilizing Waxes.", - "quests.tfg_tips.create_kayak.title": "Create the Kayak", + "quests.tfg_tips.kayak_materials.desc": "The &dKayak&r is the second most simple boat you can craft, requiring &bWaxes&r for the &aWaterproof Hides&r. It is also the &conly&r boat that can be picked up as an item. Despite having a &dsingle passenger&r slot, it is the fastest boat in the game until the steel age &dSloop!&r", + "quests.tfg_tips.create_kayak.title": "Complete the Kayak", "quests.tfg_tips.create_kayak.subtitle": "Happy Kayak-ing!", - "quests.tfg_tips.create_kayak.desc": "With the Kayak in hand, traversing small bodies of water should be relatively easy, make sure you create a paddle so you can go faster!", - "quests.tfg_tips.entity_boats.title": "Entity Boats", - "quests.tfg_tips.entity_boats.subtitle": "I can't carry these with me?", - "quests.tfg_tips.entity_boats.desc": "Entity type boats are unique compared to the Kayak, while the Kayak can be carried around as an item, Entity Type Boats such as Rowboats, Canoes and Sloops cannot be carried around as an Item. However, they have other upsides such as being able to fit multiple people, and also fit \"Compartments\", such as Chests, Barrels and Others.\nTo avoid your boat from drifting away into the horizon, you can leash them with a Lead, might be worth spending some time creating a Dock of sorts for your boats.\n\nWorth mentioning, most boats can receive damage if you traverse over harsh obstacles such as Corals, you can repair your boat by utilizing wood of the same type as your boat.", + "quests.tfg_tips.create_kayak.desc": "With the &dKayak&r in hand, you can now enjoy your quick solo journeys on water. Make sure you craft a &bKayak Paddle&r (the canoe one won't work!) to go even faster!", "quests.tfg_tips.beneathxfirmaciv.title": "Disclaimer regarding Beneath and Firma:Civ", "quests.tfg_tips.beneathxfirmaciv.subtitle": "Read this, otherwise you may regret it", - "quests.tfg_tips.beneathxfirmaciv.desc": "While you can create &aFirma:Civ Entity Boats&r out of &dCrimson&r and &3Warped Stems&r, boats made out of these fireproof logs &4ARE NOT&r resistant to lava! If you try to traverse a lava lake with these you &lwill&r sink and die a horrible death!", - "quests.tfg_tips.canoe_beginning.title": "Boat 2: Canoe", - "quests.tfg_tips.canoe_beginning.subtitle": "Primitive", - "quests.tfg_tips.canoe_beginning.desc": "The Canoe is a type of boat that can fit one passenger or compartment. It's made out of soft wood and can be created relatively easily at the cost of some basic tools and time.", - "quests.tfg_tips.canoe_materials.title": "Materials for a Canoe", - "quests.tfg_tips.canoe_materials.subtitle": "It doesnt get simpler than this", - "quests.tfg_tips.canoe_materials.desc": "You'll need to find some sort of Softwood, the Field Guide contains information on which trees qualify as Softwood, alongside the process for actually creating the Canoe.", + "quests.tfg_tips.beneathxfirmaciv.desc": "While you can make &dCanoes, Rowboats&r and &dSloops&r out of &dCrimson&r and &3Warped Stems&r, boats made out of these fireproof logs &4ARE NOT&r resistant to lava! If you try to traverse a lava lake with these you &lwill&r sink and die a horrible death!", + "quests.tfg_tips.canoe_materials.title": "The Canoe", + "quests.tfg_tips.canoe_materials.subtitle": "It doesn't get simpler than this", + "quests.tfg_tips.canoe_materials.desc": "The &dCanoe&r is the easiest boat to craft. Note that only certain kinds of &aStripped Logs&r work, the task above tells you which are eligible &bSoftwood&r.\nThe &2Field Guide&r provides details about its unique construction.\n\nThis boat can carry one extra player/entity other than the navigator, or a chest.", "quests.tfg_tips.canoe_materials.task": "Some sort of Fire Starter", - "quests.tfg_tips.create_canoe.title": "Create the Canoe", + "quests.tfg_tips.create_canoe.title": "Complete the Canoe", "quests.tfg_tips.create_canoe.subtitle": "Happy Canoe-ing!", - "quests.tfg_tips.create_canoe.desc": "With the Canoe, traversing medium sized bodies of water should be relatively easy, make sure you create a paddle so you can go faster!\n\nTo complete the first task of this quest, you need to look at any finished Canoe.", - "quests.tfg_tips.rowboat_beginning.title": "Boat 3: Rowboat", - "quests.tfg_tips.rowboat_beginning.subtitle": "Already using Wrought Iron huh?", - "quests.tfg_tips.rowboat_beginning.desc": "The Rowboat is a type of boat that can fit up to four compartments, or 2 passengers and 2 compartments. It's made out of hard wood and requires at the very least mastery over Wrought Iron.", - "quests.tfg_tips.rowboat_materials.title": "Materials for a Rowboat", + "quests.tfg_tips.create_canoe.desc": "With the &dCanoe&r, traversing bodies of water in the early game will now be possible. Make sure you create a &bCanoe Paddle&r so you can go faster!\n\nTo complete the first task of this quest, you need to look at the finished &dCanoe.&r\n\n&3&lTip:&r&o Two players, both equipped with paddles, can achieve a higher top speed together in the same canoe. Multiplayer only of course!", + "quests.tfg_tips.rowboat_materials.title": "The Rowboat", "quests.tfg_tips.rowboat_materials.subtitle": "Get ready for some work now.", - "quests.tfg_tips.rowboat_materials.desc": "You'll need to find some sort of Hardwood, the Field Guide contains information on which trees qualify as Hardwood, alongside the process for actually creating the Rowboat.\n\nKeep in mind that, while the first task accepts any form of hardwood planks, you need to make sure they're all the same type! Trying to create a Rowboat with mixed wood types will not work!", - "quests.tfg_tips.create_rowboat.title": "Create the Rowboat", + "quests.tfg_tips.rowboat_materials.desc": "Requiring more complex materials, locking it to the iron age, the &dRowboat&r has capacity for &b2 passengers and 2 storage&r, or &c4 storage with no passengers.&r\nYou'll need to find some sort of &aHardwood&r, detailed in the &2Field Guide&r, which also includes the construction process.\n\nKeep in mind the boat must be constructed with the same wood! Do not mix different kinds of hardwoods.", + "quests.tfg_tips.create_rowboat.title": "Complete the Rowboat", "quests.tfg_tips.create_rowboat.subtitle": "Happy Rowboat-ing!", - "quests.tfg_tips.create_rowboat.desc": "With the Rowboat, traversing medium to large sized bodies of water should be relatively easy, make sure you create two oars so you can go faster!\nYou can also dye your rowboat's color with a dye of your choice!\n\nTo complete the first task of this quest, you need to look at any finished Rowboat.", - "quests.tfg_tips.sloop_beginning.title": "Boat 4: Sloop", - "quests.tfg_tips.sloop_beginning.subtitle": "Looking for a Challenge?", - "quests.tfg_tips.sloop_beginning.desc": "The Sloop is a type of boat, it's in fact the biggest and most expensive boat. It can fit up to 2 passengers, although players can walk around the sloop as well. not only that, it can fit up to 12 compartments! and it's the only boat that can accept Cannons as Compartments! It's made out of hard wood and requires at the very least mastery over Steel.", - "quests.tfg_tips.sloop_under_construction_materials.title": "Materials for a Sloop; Pt 1", - "quests.tfg_tips.sloop_under_construction_materials.subtitle": "There are parts now?", - "quests.tfg_tips.sloop_under_construction_materials.desc": "Unlike Rowboats and Canoes, Sloops require two distinct construction phases, you'll first create a \"Sloop Under Construction\", which then you'll finish into a proper sloop.\nYou'll need to find some sort of Hardwood, the Field Guide contains information on which trees qualify as Hardwood, alongside the process for actually creating the Sloop Under Construction.\n\nKeep in mind that, while the fourth task accepts any form of hardwood planks, you need to make sure they're all the same type! Trying to create a Rowboat with mixed wood types will not work!", - "quests.tfg_tips.sloop_materials.title": "Materials for a Sloop; Pt 2", - "quests.tfg_tips.sloop_materials.subtitle": "Don't worry, there's only two parts.", - "quests.tfg_tips.sloop_materials.desc": "With the Sloop under Construction finished, you can recollect these other materials to finish the process of creating your Sloop. Check the Field guide if you need more guidance.\n\nKeep in mind that, while the first, second and third task accepts any form of hardwood planks, logs and lumber; you need to make sure they're all the same type! Trying to create a Rowboat with mixed wood types will not work!", - "quests.tfg_tips.create_sloop.title": "Create the Sloop", - "quests.tfg_tips.create_sloop.subtitle": "Where's the wind waker when you need it?", - "quests.tfg_tips.create_sloop.desc": "With the Sloop, traversing large sized bodies of water should be relatively easy. To make sure you dont end up at the mercy of the wind you can lower your Anchor to stop in place.\nYou can also dye your rowboat's color with a dye of your choice!\n\nTo complete the task of this quest, you need to look at any finished Sloop.", + "quests.tfg_tips.create_rowboat.desc": "With the &dRowboat&r, you can now transport a decent amount of items across the oceans, perfect for overseas exploration, perhaps to the tropics! Make sure you create two &bOars&r so you can go faster!\nYou can also dye it!\n\nTo complete the first task of this quest, you need to look at any finished &dRowboat.&r\n\n&3&lTips:&r&o Two passenger slots? Perfect for bringing home pairs of breeding animals for your farm through a river system or across lakes and oceans.", + "quests.tfg_tips.sloop_under_construction_materials.title": "The Sloop", + "quests.tfg_tips.sloop_under_construction_materials.subtitle": "The Great Pirate Era has begun", + "quests.tfg_tips.sloop_under_construction_materials.desc": "The &dSloop&r is the most advanced seaworthy vessel, requiring &aSteel.&r It has ample space for storage, anvils and workbenches! It is incredibly expensive and requires practice to sail. The &2Field Guide&r has all the details for construction and on how to sail.\n\nAgain, do not attempt to mix up different kinds of hardwoods in the same vessel.", + "quests.tfg_tips.sloop_under_construction_materials.task": "16x of any Hardwood Lumber", + "quests.tfg_tips.create_sloop.title": "Complete the Sloop", + "quests.tfg_tips.create_sloop.subtitle": "Where's the Wind Waker when you need it?", + "quests.tfg_tips.create_sloop.desc": "With the &dSloop&r, traversing large sized bodies of water should be relatively easy. To make sure you dont end up at the mercy of the wind you can lower your Anchor to stop in place.\nYou can also dye your sails with dye of your choice!\n\nTo complete the task of this quest, you need to look at any finished &dSloop.&r\n\n&3&lTip:&r&o Try not to sail through rivers with a sloop, it will likely NOT work as expected!", "quests.tfg_tips.fishing_net.title": "Fishing Nets", "quests.tfg_tips.fishing_net.subtitle": "Not the socks, sorry.", "quests.tfg_tips.fishing_net.desc": "Fish have never been so easy to catch. A right-click away from a hearty meal.", "quests.tfg_tips.fishing_net.task": "Any #forge:tools/fishing_nets", + "quests.tfg_tips.astikorcarts.title": "TFC Astikor Carts", + "quests.tfg_tips.astikorcarts.subtitle": "Overland routes", + "quests.tfg_tips.astikorcarts.desc": "&2TFC Astikor Carts&r provide early game transport options for land travel for both mobs and items.\nCarts can be manually pulled by &cplayers&r (very slow if they are full!) or by &bequine animals&r, such as horses.\n\nRemember to use the &4\"Action Key\" keybind (default R)&r to attach or de-attach yourself or the animal you are riding to the cart.", + "quests.tfg_tips.equines.title": "Horse Riding", + "quests.tfg_tips.equines.subtitle": "Stallion of the Cimarron", + "quests.tfg_tips.equines.desc": "Find yourself either a &bHorse, Donkey&r or &bMule&r and build up enough &afamiliarity&r to let them ride you with your trusty &aSaddle&r, knapped from leather.\nIn addition, they can pull &dCarts&r without speed penalties!\n\n&bHorses&r are great for exploring the interior of continents effortlessly in the early game, and can be bred for better stats.\n\n&bDonkeys and Mules&r can carry an extra chest or even a barrel without a &2Supply Cart.&r\n\nAs always, more information (such as spawning conditions) in the &2Field Guide.&r\n\n&3&lTip:&r&o Want to horse-ride on a different continent across the ocean? Don't worry, you can bring along your trusty ride on certain boats!", + "quests.tfg_tips.supply_cart.title": "Supply Cart", + "quests.tfg_tips.supply_cart.subtitle": "Carry All", + "quests.tfg_tips.supply_cart.desc": "With a whopping &c54&r slots, &dSupply Carts&r can carry a large amount of items &aregardless of their weight&r, even anvils!\nPerfect for exploration, mining and logging trips, or for moving bases!", + "quests.tfg_tips.animal_cart.title": "Animal Cart", + "quests.tfg_tips.animal_cart.subtitle": "Animal Kidnapper Machine", + "quests.tfg_tips.animal_cart.desc": "The &dAnimal Cart&r allows you transport up to 3 animals across land.\nPerfect for collecting breeding pairs for your livestock farms! Simply run over an animal with the cart. &cShift-right click&r to dismount all animals.", + "quests.tfg_tips.plow.title": "Plow", + "quests.tfg_tips.plow.subtitle": "Large Scale Farming", + "quests.tfg_tips.plow.desc": "If there ever comes the need to till large sections of land for some megafarms, the &dPlow&r can come in clutch.", "quests.tfg_tips.firmalife.title": "Firmalife", "quests.tfg_tips.firmalife.subtitle": "Thrive in TerraFirmaCraft", "quests.tfg_tips.firmalife.desc": "&2Firmalife&r is a mod all about extending the agricultural and gastronomic experience in TerraFirmaCraft, with touches of miscellaneous features. Includes things such as decorations, more preservation methods, new foods, bees and a plethora of useful gadgets!", @@ -2159,7 +2280,7 @@ "quests.tfg_tips.candles.desc": "Candles can be crafted using &aParaffix Wax, Beeswax&r or &aRosin.&r\nCandles are the better light source compared to torches, staying lit for 1 month and 2 days.", "quests.tfg_tips.oven.title": "Oven", "quests.tfg_tips.oven.subtitle": "Caution, it's hot", - "quests.tfg_tips.oven.desc": "The &3Oven&r is a multiblock structure that can be used to easily cook foods as well as perform exclusive recipes. The &aBottom Oven, Top Oven&r and the &aChimney&r are mandatory components. And don't forget the &dPeel&r, used for picking up food from the &aTop Oven.&r\nMore information on how to build an &3Oven&r can be found in the &2Field Guide.&r\n\n&3&lTip:&r&o: the only food that can satisfy all 5 nutrient groups, &cPizza&f, must be cooked in an oven.", + "quests.tfg_tips.oven.desc": "The &3Oven&r is a multiblock structure that can be used to easily cook foods as well as perform exclusive recipes. The &aBottom Oven, Top Oven&r and the &aChimney&r are mandatory components. And don't forget the &dPeel&r, used for picking up food from the &aTop Oven.&r\nMore information on how to build an &3Oven&r can be found in the &2Field Guide.&r\n\n&3&lTip:&r&o: The only food that can satisfy all 5 nutrient groups, &cPizza&f, must be cooked in an oven.", "quests.tfg_tips.oven_appliances.title": "Oven Appliances", "quests.tfg_tips.oven_appliances.subtitle": "Get more out of your Ovens", "quests.tfg_tips.oven_appliances.desc": "&3Oven Appliances&r are optional components that must be placed on top of &aBottom Ovens&r to receive heat. Remember you can have &cmultiple&r &aBottom Ovens&r in a single multiblock.\n\n&dWrought Iron Grill&r: Allows you to cook food at a much faster rate and provides a &cbonus&r to shelf life.\n&dVat&r: can process pot recipes in bulk! Extremely useful for making &eLatex&r and &aJam.&r\n&dJarring Station&r: must be place next to a &bVat&r, fills up jars with &aJam.&r\n&dPot&r: if you need to cook soups.", @@ -2175,7 +2296,7 @@ "quests.tfg_tips.jam.desc": "&dJam&r is an excellent way to preserve fruit: a &bSealed Jar of Jam&r can last up to &ctwo years&r without being opened.\n\nTo properly bottle the jam you will need a &aJar with Lid&r, requiring &bGlassblowing&r for the jar itself and &bSmithing&r for the lids.\n\n&3&lTip:&r&l &aGT machines&f will provide easier recipes for both components down the line.", "quests.tfg_tips.preservation.title": "The Preservation Tree", "quests.tfg_tips.preservation.subtitle": "Making food last longer", - "quests.tfg_tips.preservation.desc": "Rotten food is not fit for consumption (you can feed it to pigs though!). Thriving in &2TFG&r will require finding ways to stretch the shelf life of food as much as possible.\n\nThe quest tree above goes into detail on several preservation methods for different foods. Note that while some icons may display rotten food, it is a purely cosmetic bug.\n\n&3&lTip:&r&o all preservation modifiers &dstack&f on top of each other, allowing you to achieve very long shelf life.", + "quests.tfg_tips.preservation.desc": "Rotten food is not fit for consumption (you can feed it to pigs though!). Thriving in &2TFG&r will require finding ways to stretch the shelf life of food as much as possible.\n\nThe quest tree above goes into detail on several preservation methods for different foods. Note that while some icons may display rotten food, it is a purely cosmetic bug.\n\n&3&lTip:&r&o All preservation modifiers &dstack&f on top of each other, allowing you to achieve very long shelf life.", "quests.tfg_tips.brine_something.title": "Brining", "quests.tfg_tips.brine_something.subtitle": "A preliminary step for other preservation methods", "quests.tfg_tips.brine_something.desc": "Brining &araw meat, vegetables&r or &afruit&r, requiring &dBrine&r made from &bSea Water&r and &bVinegar.&r This is a precursor step for &3pickling&r and &3smoking.&r", @@ -2183,7 +2304,7 @@ "quests.tfg_tips.brine_something.task.2": "A Bucket of Brine", "quests.tfg_tips.pickle_something.title": "General Preservation: Pickling", "quests.tfg_tips.pickle_something.subtitle": "General Preservation N°3", - "quests.tfg_tips.pickle_something.desc": "Pickling &araw meat, vegetables&r or &afruit&r. After &3brining&r, the food item is pickled in a barrel full of &aVinegar.&r It can be left there, giving it the &dPickled&r preservation trait for as long as the barrel is sealed, significantly increasing shelf life.", + "quests.tfg_tips.pickle_something.desc": "Pickling &araw meat, vegetables&r or &afruit&r. After &3brining&r, the food item is pickled in a barrel full of &aVinegar.&r It can be left there, giving it the &dpickled&r preservation trait for as long as the barrel is sealed, significantly increasing shelf life.", "quests.tfg_tips.pickle_something.task.1": "A Bucket of Vinegar", "quests.tfg_tips.pickle_something.task.2": "Meat, vegetable or fruit that has been pickled.", "quests.tfg_tips.get_milk.title": "Milk Preservation", @@ -2211,14 +2332,18 @@ "quests.tfg_tips.smoke_meat.subtitle": "Smokey", "quests.tfg_tips.smoke_meat.desc": "You can hang up to 8 slices of &aRaw Meat&r on a &bString&r that's placed over a &cLit Campfire&r to smoke it. Keep in mind that the meat &lmust be brined first.&r \nIt may also be &dsalted&r before smoking.", "quests.tfg_tips.smoke_meat.task": "A hunk of Smoked Meat", + "quests.tfg_tips.bacon.title": "Bacon", + "quests.tfg_tips.bacon.subtitle": "Crispy", + "quests.tfg_tips.bacon.desc": "&aBacon&r can be made from &bSmoked Pork&r and a pinch of salt giving &d4 times&r the amount of meat!\n\nNote that the pork &lhas to be smoked&r before it can be turned into bacon.", + "quests.tfg_tips.bacon.task": "A hunk of Smoked Pork", "quests.tfg_tips.cook_meat.title": "Meat Preservation: Cooking", "quests.tfg_tips.cook_meat.subtitle": "Pretty obvious in hindsight.", - "quests.tfg_tips.cook_meat.desc": "Cooking can potentially provide its own preservation traits. You should cook &aMeat&r either in a &bWrought Iron Grill&r or a &bTop Oven!&r\nOther cooking methods may not provide any trait at all or may even give negative traits that lower shelf life.\n\n&3&lTip:&r&o &bWrought Iron Grills&r can be part of the &dOven&f structure.", + "quests.tfg_tips.cook_meat.desc": "Cooking can potentially provide its own preservation traits. You should cook &aMeat&r either in a &bWrought Iron Grill&r or a &bTop Oven!&r\nOther cooking methods may not provide any trait at all or may even give negative traits that lower shelf life.\n\n&3&lTip:&r&o &bWrought Iron Grills&f can be part of the &dOven&f structure.", "quests.tfg_tips.cook_meat.task.1": "A hunk of either Grilled or Oven Baked Cooked Meat.", "quests.tfg_tips.cook_meat.task.2": "A Wrought Iron Grill or a Top Oven", "quests.tfg_tips.get_veggie.title": "Vegetable Preservation", "quests.tfg_tips.get_veggie.subtitle": "They're good for you", - "quests.tfg_tips.get_veggie.desc": "&aVegetables&r are mostly found in the wild or grown locally in farms. They can only be &bPickled.&r", + "quests.tfg_tips.get_veggie.desc": "&aVegetables&r are mostly found in the wild or grown locally in farms. They can only be &bpickled.&r", "quests.tfg_tips.get_fruit.title": "Fruit Preservation", "quests.tfg_tips.get_fruit.subtitle": "Tasty!", "quests.tfg_tips.get_fruit.desc": "&aFruits&r are mostly found in the wild, harvested from &bTrees, Bushes&r and from slicing &bMelons&r and &bPumpkins.&r Unlike vegetables, fruits have a unique preservation modifier: &ddrying&r, in addition to &bpickling.&r\n&cDried fruits are necessary&r for making your first bit of &dYeast.&r", @@ -2282,5 +2407,10 @@ "quests.tfg_tips.fuck_go_back.desc": "To escape &4The Beneath&r, you need to reach the upper levels of the cave system, near the &dBedrock Ceiling.&r Staying still for a couple of seconds near the roof will transport you back to the &bOverworld&r, right where you stood on to get in.", "quests.tfg_tips.piglin_bartering.title": "Piglin Bartering", "quests.tfg_tips.piglin_bartering.subtitle": "We are not alone apparently", - "quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resources, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades." + "quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resource, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades.", + "quests.tfg_tips.piglin_disguise.subtitle": "They'll never know...", + "quests.tfg_tips.piglin_disguise.desc": "Do you feel like you don't belong?\n Do the &4Piglin&r attack you at your school because of your appearance?\n Try wearing a &aPiglin Disguise&r to ward off unwanted attention and blend right in.", + "quests.tfg_tips.trowel.title": "Trowel", + "quests.tfg_tips.trowel.subtitle": "Inspired by Quark!", + "quests.tfg_tips.trowel.desc": "A &4Trowel&r is a tool for builders that can &brandomly place blocks&r located in the hotbar. Trowels can also use bricks and other useable items to randomize tiles for &5RNR Roads&r." } \ No newline at end of file From cb60215f5a13d59ddd196963c7de59810bf93ca1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 17:59:39 +0100 Subject: [PATCH 104/246] tfc-ambiental tooltips for space suits --- kubejs/client_scripts/tooltips.js | 61 ++++++++++++++++++------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 9cbfe6003..1b0097eaa 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -1,44 +1,44 @@ const registerTooltips = (event) => { event.addAdvanced(['gtceu:lv_macerator', 'gtceu:mv_macerator', 'gtceu:hp_steam_macerator'], (item, advanced, text) => { - text.add(1, [text.of('Only outputs the first slot shown in EMI/JEI until HV.')]) + text.add(1, [text.of('§7Only outputs the first slot shown in EMI/JEI until HV.')]) }) event.addAdvanced(['minecraft:name_tag'], (item, advanced, text) => { - text.add(1, [text.of('Used on a Scribing Table along with an item to name it, or with black dye to name the tag.')]) + text.add(1, [text.of('§7Used on a Scribing Table along with an item to name it, or with black dye to name the tag.')]) }) event.addAdvanced(['toolbelt:belt'], (item, advanced, text) => { - text.add(1, [text.of('Press the §o§6Swap Tool§r keybind to open the radial menu.')]), - text.add(2, [text.of(`You can also right click with it in hand to add or remove tools.`)]) + text.add(1, [text.of('§7Press the §o§6Swap Tool§7 keybind to open the radial menu.')]), + text.add(2, [text.of(`§7You can also right click with it in hand to add or remove tools.`)]) text.add(3, [text.of(`§cDo not dye this or you won't be able to upgrade.`)]) }) event.addAdvanced(['toolbelt:pouch'], (item, advanced, text) => { - text.add(1, [text.of('Used to upgrade your toolbelt to add more slots')]), - text.add(2, [text.of(`Can't be used with §cd§ey§ae§9d §rbelts or belts that have tools inside.`)]) + text.add(1, [text.of('§7Used to upgrade your toolbelt to add more slots')]), + text.add(2, [text.of(`§7Can't be used with §cd§ey§ae§9d §rbelts or belts that have tools inside.`)]) }) event.addAdvanced(['firmalife:bucket/yeast_starter'], (item, advanced, text) => { - text.add(1, [text.of('Created with dried fruit')]) + text.add(1, [text.of('§7Created with dried fruit')]) }) event.addAdvanced(['firmalife:beehive'], (item, advanced, text) => { - text.add(1, [text.of('Needs to be filled with empty frames and surrounded by flowers to attract bees.')]) + text.add(1, [text.of('§7Needs to be filled with empty frames and surrounded by flowers to attract bees.')]) }) event.addAdvanced(["treetap:tap"], (item, advanced, text) => { text.add(1, [text.of("§4Obsolete§f: Replaced by the AFC TreeTap, you can craft it from this one by placing this in a crafting table!")]) }) event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { - text.add(1, text.of('§cSuperheat§r with Coke, Anthracite, or Flawless and Exquisite coal gems.')) + text.add(1, text.of('§cSuperheat§r §7with Coke, Anthracite, or Flawless and Exquisite coal gems.')) }) event.addAdvanced(['gtceu:greenhouse'], (item, advanced, text) => { - text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(2, text.of('Currently, due to a bug, sometimes outputs rotten food.')) - text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(1, text.of('§7This machine has a §2Perfect Overclock§r!')), + text.add(2, text.of('§7Currently, due to a bug, sometimes outputs rotten food.')) + text.add(3, text.of(`§7The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { - text.add(1, text.of('Artificial enviroment to simulate the Nether.')), - text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(1, text.of('§7Artificial enviroment to simulate the Nether.')), + text.add(2, text.of(`§7The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:end_dome'], (item, advanced, text) => { - text.add(1, text.of('Artificial enviroment to simulate the End.')), - text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(1, text.of('§7Artificial enviroment to simulate the End.')), + text.add(2, text.of(`§7The interior is customizable! Check the multiblock preview in JEI.`)) }) // Insulation @@ -49,42 +49,51 @@ const registerTooltips = (event) => event.addAdvanced(['create:netherite_diving_helmet', 'create:netherite_backtank', 'create:netherite_diving_boots', 'minecraft:netherite_leggings'], (item, advanced, text) => { text.add(1, text.of('§7Warmth: -2')), text.add(2, text.of('§7Insulation: +9')) - text.add(3, text.of('Wear the full set to be §eHeatproof§r from ambient temperatures.')) + text.add(3, text.of('§7Wear the full set to be §eHeatproof§7 from ambient temperatures.')) }) event.addAdvanced(['gtceu:nanomuscle_helmet', 'gtceu:nanomuscle_chestplate', 'gtceu:nanomuscle_leggings', 'gtceu:nanomuscle_boots', 'gtceu:avanced_nanomuscle_chestplate'], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: -0.5')), + text.add(1, text.of('§7Warmth: 0')), text.add(2, text.of('§7Insulation: +10')) - text.add(3, text.of('Wear the full set to be §eFully Insulated§r from ambient temperatures.')) + text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) }) event.addAdvanced(['gtceu:quarktech_helmet', 'gtceu:quarktech_chestplate', 'gtceu:quarktech_leggings', 'gtceu:quarktech_boots', 'gtceu:advanced_quarktech_chestplate'], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: -0.5')), + text.add(1, text.of('§7Warmth: 0')), text.add(2, text.of('§7Insulation: +10')) - text.add(3, text.of('Wear the full set to be §eFully Insulated§r from ambient temperatures.')) + text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) + }) + event.addAdvanced([ + 'ad_astra:space_helmet', 'ad_astra:space_suit', 'ad_astra:space_pants', 'ad_astra:space_boots', + 'ad_astra:netherite_space_helmet', 'ad_astra:netherite_space_suit', 'ad_astra:netherite_space_pants', 'ad_astra:netherite_space_boots', + 'ad_astra:jet_suit_helmet', 'ad_astra:jet_suit', 'ad_astra:jet_suit_pants', 'ad_astra:jet_suit_boots' + ], (item, advanced, text) => { + text.add(1, text.of('§7Warmth: 0')), + text.add(2, text.of('§7Insulation: +10')) + text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) }) //supports global.TFC_WOOD_TYPES.forEach(wood => { event.addAdvanced([`tfc:wood/support/${wood}`], (item, advanced, text) => { - text.add(1, text.of('9 x 5 x 9')) + text.add(1, text.of('§79 x 5 x 9')) }) }) global.AFC_WOOD_TYPES.forEach(wood => { event.addAdvanced([`afc:wood/support/${wood}`], (item, advanced, text) => { - text.add(1, text.of('9 x 5 x 9')) + text.add(1, text.of('§79 x 5 x 9')) }) }) event.addAdvanced(['tfg:light_concrete_support', 'tfg:dark_concrete_support', 'tfg:rebar_support'], (item, advanced, text) => { - text.add(1, text.of('17 x 9 x 17')) + text.add(1, text.of('§717 x 9 x 17')) }) event.addAdvanced(['tfg:reinforced_light_concrete_support', 'tfg:reinforced_dark_concrete_support', 'tfg:steel_support'], (item, advanced, text) => { - text.add(1, text.of('33 x 13 x 33')) + text.add(1, text.of('§733 x 13 x 33')) }) const other_stone = ['pyroxenite', 'migmatite', 'travertine'] const stone_types = global.TFC_STONE_TYPES.concat(other_stone) stone_types.forEach(stone => { event.addAdvanced([`tfg:${stone}_support`], (item, advanced, text) => { - text.add(1, text.of('9 x 5 x 9')) + text.add(1, text.of('§79 x 5 x 9')) }) }) From 6cb16024550a13e0929e1f63af66cd67e40b64c5 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 17:59:51 +0100 Subject: [PATCH 105/246] more recipe tweaks --- kubejs/server_scripts/ad_astra/recipes.js | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 540d0786b..240a1c25a 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -328,9 +328,9 @@ const registerAdAstraRecipes = (event) => { //#region Стальной FE кабель т1 event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') - .itemInputs('4x #forge:single_wires/manganese_phosphide', '#forge:plates/steel') - .inputFluids(Fluid.of('gtceu:polyethylene', 36)) - .itemOutputs('4x ad_astra:steel_cable') + .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene') + .inputFluids(Fluid.of('gtceu:redstone', 144)) + .itemOutputs('ad_astra:steel_cable') .duration(60) .EUt(120) @@ -339,9 +339,9 @@ const registerAdAstraRecipes = (event) => { //#region FE кабель т2 event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') - .itemInputs('4x #forge:single_wires/magnesium_diboride', '#forge:plates/desh') - .inputFluids(Fluid.of('gtceu:polyethylene', 72)) - .itemOutputs('4x ad_astra:desh_cable') + .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride') + .inputFluids(Fluid.of('gtceu:redstone', 288)) + .itemOutputs('ad_astra:desh_cable') .duration(60) .EUt(480) @@ -398,12 +398,11 @@ const registerAdAstraRecipes = (event) => { //#region Космо картина event.shaped('ad_astra:space_painting', [ - 'ABA', - 'BCB', - 'ABA' + 'AAA', + 'ACA', + 'AAA' ], { - A: '#forge:nuggets/desh', - B: '#forge:ingots/desh', + A: '#forge:rods/desh', C: '#tfc:high_quality_cloth', }).id('tfg:space_painting') From 7075f7eff15aa0783aa1d2ffcaf6c4d297c7d958 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 18:13:04 +0100 Subject: [PATCH 106/246] we love material unification --- kubejs/startup_scripts/ad_astra/constants.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 6ff71ac7c..3f3ceb1b5 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -67,12 +67,6 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:glacio_copper_ore', 'ad_astra:glacio_iron_ore', 'ad_astra:glacio_lapis_ore', - - // TODO: integrate with tag prefixes? - 'ad_astra:steel_block', - 'ad_astra:raw_desh_block', - 'ad_astra:raw_ostrum_block', - 'ad_astra:raw_calorite_block', // Disabled until EV planet From 5805f9c082ad1ca8dd1ecfd6e755c8fede186038 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 18:26:58 +0100 Subject: [PATCH 107/246] fixed ad astra's lamps so they actually emit light lmao --- kubejs/startup_scripts/ad_astra/modifications.js | 14 ++++++++++++++ kubejs/startup_scripts/main_startup_script.js | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 kubejs/startup_scripts/ad_astra/modifications.js diff --git a/kubejs/startup_scripts/ad_astra/modifications.js b/kubejs/startup_scripts/ad_astra/modifications.js new file mode 100644 index 000000000..4cee76007 --- /dev/null +++ b/kubejs/startup_scripts/ad_astra/modifications.js @@ -0,0 +1,14 @@ +// priority: 0 + +function registerAdAstraBlockModifications(event) { + + // these lamps don't actually emit light for some reason + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.modify(`ad_astra:${color}_industrial_lamp`, block => { + block.lightEmission = 15 + }) + event.modify(`ad_astra:small_${color}_industrial_lamp`, block => { + block.lightEmission = 15 + }) + }) +} \ No newline at end of file diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 9b0d6972b..9ba2771df 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -19,7 +19,7 @@ StartupEvents.registry('block', event => { * Событие изменения блоков. */ BlockEvents.modification(event => { - // modifyFirmaCivBlocks(event) + registerAdAstraBlockModifications(event) }) /** From adc9932c2ea6dfe28e84075dd4f45df5472fd4c2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 18:52:45 +0100 Subject: [PATCH 108/246] =?UTF-8?q?removed=20FE=20cables=20=F0=9F=92=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/server_scripts/ad_astra/recipes.js | 30 +++++++++----------- kubejs/startup_scripts/ad_astra/constants.js | 4 ++- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 240a1c25a..a1a614b24 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -325,25 +325,21 @@ const registerAdAstraRecipes = (event) => { //#endregion - //#region Стальной FE кабель т1 + //#region FE cables - event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') - .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene') - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('ad_astra:steel_cable') - .duration(60) - .EUt(120) + //event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') + // .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene') + // .inputFluids(Fluid.of('gtceu:redstone', 144)) + // .itemOutputs('ad_astra:steel_cable') + // .duration(60) + // .EUt(120) - //#endregion - - //#region FE кабель т2 - - event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') - .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride') - .inputFluids(Fluid.of('gtceu:redstone', 288)) - .itemOutputs('ad_astra:desh_cable') - .duration(60) - .EUt(480) + //event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') + // .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride') + // .inputFluids(Fluid.of('gtceu:redstone', 288)) + // .itemOutputs('ad_astra:desh_cable') + // .duration(60) + // .EUt(480) //#endregion diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 3f3ceb1b5..2c47358a8 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -44,8 +44,10 @@ global.AD_ASTRA_DISABLED_ITEMS = 'ad_astra:steel_plate', 'ad_astra:steel_rod', 'ad_astra:ti_69', + 'ad_astra:steel_cable', + 'ad_astra:desh_cable', - // Don't integrate these, several systems rely on all ore blocks being gregtech's generated ones + // Don't tag prefix these, several systems rely on all ore blocks being gregtech's generated ones 'ad_astra:moon_ice_shard_ore', 'ad_astra:deepslate_ice_shard_ore', 'ad_astra:mars_ice_shard_ore', From ce1f8a4b805b02f21422a250e21e8667ddeb544c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 19:04:02 +0100 Subject: [PATCH 109/246] adjusted the brightness of the generated raw ore textures --- .../item/material_sets/dull/poor_raw_ore.png | Bin 2378 -> 310 bytes .../item/material_sets/dull/raw_ore.png | Bin 2402 -> 404 bytes .../item/material_sets/dull/rich_raw_ore.png | Bin 2420 -> 388 bytes .../item/material_sets/fine/poor_raw_ore.png | Bin 2380 -> 366 bytes .../item/material_sets/fine/raw_ore.png | Bin 2425 -> 461 bytes .../item/material_sets/fine/rich_raw_ore.png | Bin 2446 -> 534 bytes .../material_sets/metallic/poor_raw_ore.png | Bin 2406 -> 432 bytes .../item/material_sets/metallic/raw_ore.png | Bin 2421 -> 507 bytes .../material_sets/metallic/rich_raw_ore.png | Bin 2483 -> 619 bytes .../item/material_sets/shiny/poor_raw_ore.png | Bin 2376 -> 339 bytes .../item/material_sets/shiny/raw_ore.png | Bin 2401 -> 407 bytes .../item/material_sets/shiny/rich_raw_ore.png | Bin 2407 -> 456 bytes 12 files changed, 0 insertions(+), 0 deletions(-) diff --git a/kubejs/assets/gtceu/textures/item/material_sets/dull/poor_raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/dull/poor_raw_ore.png index adcfde0e0805b2f51258158b3d035629f91abb18..cc2530ddbee94d01332e388bba09ce3df1b3d5de 100644 GIT binary patch delta 275 zcmX>lw2f(kBnKM<1B3kM|A~|Bn8oWEUU<4VhFJ8Topg}5*?`Bje(k)OhlEbC^c**KQ@1d*0-0ORQj+uq}7t6edAO&DPY&17`}(DITlfwQ%0^J>l7Rxjo-s?Be@u zbDw$AjGwmqzsoTg_zE8@JQMd&DB!y3nynsl85)Y;t@;xkm2G(J#IAKpN{hBm3%dK( j+;^G8KY literal 2378 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+3uZby2e{;yD7YtP<|!DN zsxmNWOiWHlnD^ktqbH|S4jc#w2nl*3_e4TcP;%*kx_OPgjWZiTK+$mLjsu1Y2ihAO z8x{5K^`|m2*X%xa;KYFg2MQvuUp#tJG+0hQ!BU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7%effrYk#sg;2NM5%9nN@iLmrczTYQ!^_A6BMPXC5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gkud8Ax6P%OT}!nDQVOHxLtC27$^WI|W2RmztMit5l?9Zx?-B zK81mS;h?9BV~EDYr56pojwA>i{diyel3qlfFq_Ifr5lkqZd7;dZ4=+Hb?fw_WwVc- z)8Gc^VSPHgr2t=C$!#ck9yjWw{y|u$I;!Ua&M;}Fgv+DtM%6E3sQQ; zHPAzd0=fZ2RKRmMi%MkN>lW>OqWSRFI3qLNI)8wVT`|+O%l2cxul_>r7 a-Ms&{r@_iS$_>t-0^QTq&t;ucLK6TL(w|cR diff --git a/kubejs/assets/gtceu/textures/item/material_sets/dull/raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/dull/raw_ore.png index 975e6a2c9086e76dbca7916347947a7d68392be3..f4019f185871e3cad9d4df86f4a0e8a24f561d61 100644 GIT binary patch delta 370 zcmaDPG=+JBBnKM<1B3kM|A~|Bn8oWE-8@|!Lo9laPBQE|uJAlnSZ|b{rsN~_qpt5MrHGV zsIZC9n=XHTpT=pU{Iy@_ZqoTY`|Pp*o)@(M0sd(Oa|Gg#AW8QO(rA^Zt zOnjS{W$u|W>0-u_zjf+;$vuWoD)}0we0qA9O<7}UQ{1j~mh;au94YLXGU;bc-;_y5 zlRjE5;12X+^}SqRAu}N;sYkI(Np14U=&ty!QET^HyCv@WaP8LS_piS^uUdCKTYu@2 h+}roXU&Mc9zH7Vf#gm}J%nS?+44$rjF6*2UngEhVw}}7% literal 2402 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+3uZby2e{;yD7YtP<|!DN zsxmNWOiWHlnD^ktqbH|S4jc#w2nl*3_e4TcP;%*kx_OPgjWZiTK+$mLjsu1Y2ihAO z8x{5K^`|m2*X%xa;KYFg2MQvuUp#tJG+0hQ!BU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<7Dm4T6!k+HUcsg;2NM5%9nN@iLm4y7h$C`waH5>paO5(z3!Nw!MM zFUn0Uu~o{*>cZh>BAW{Op^g^_tmVzPm*kwI#rZgP@Iif)pDv88U3X|h?0 zg=wOBnqewTze|2{DJb?~`cp{M?_ZReo|%`JL$*1fObJRhRvwwfCHX~_&|DLoS_oz3 zWGaADidAAVCFK#VQVNX^5WBp}L)^V3So6N^$E(^K-AsH7_>O_Onh3zd7x^q+R`J@&Eb{r4UdUPJgC~cXlvT6q_hj)|MKuDKG@6tpu}q7 zR<;KP79x|^uRQqpBZGqr!;KuXBN89)DJ!iB)1DHvbiGQ!xu>gEam8FOZFJ`7;PA3N z92OdCr@^MFsyChcm;^&oPip5e2^W^NrpF}CJvWZ^yMEE+ER)*wjJ0PU_b44I+wJPY zwPx$HvfT@(Xnn}(^u4UJYn}E-H-n`|^0rr-?LQ!&x>ncScU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7%efiKVuIsg;2NM5%9nN@iLmrczTYQ&TGwQxv7CC5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*rr#w$xfB%pF#Rbc>h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gkud8Ax6P%OT}!nDQVOHxLtC27$^WI|W2RmztMit5l?9Z}*^R zxfcTi!)s3$#}JK)tru;*m;*&vAH3&{bnp^P>F}ABAkN~MYP|PGMAxLNJ6OsEShzX6 zd>%{52+3tG<5@C4{b3KE*hdlZd$!N-&M$T@l2AVMV5i5250kx|q&UPf-+4TZeXaRN z@Q(UBo86l}XR1cAO$z+~{o1{V#MOqO-LY5KEI;m-b5$zc;wm3&&)b|(uHZL&PfcBU zo5@aQwMf?1neM{U<|+$?*Q|9tW1@A@CGGC^h$WVbvZqUJ)i}II+IaESpaqU=1)g&0 zn@u~ooj>)I;N0#-G4Fh@{hV;nD96QR=QUQ@yF34O8%mdKI;Vst0F$<&bpQYW diff --git a/kubejs/assets/gtceu/textures/item/material_sets/fine/poor_raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/fine/poor_raw_ore.png index 366cd4887042db2388015756ea51cbdb00fa59ec..8aa43f4f61f0afacfca4d75dbe9d16e438737450 100644 GIT binary patch delta 332 zcmX>j^p0tQBnKM<1B3kM|A~|Bn8oWE6+B%WLo9mlPTJes>>$u;f6ZNR+8=etgiav)W!#^8=Ek$w>vf--HygU; zZI|}ad}JZ_bH5!c;~|5T%{L3|<}*H#HR3clcA{>7`p%d~7We-x%T#0UWjH2rGjDtS znlNn!7nW?@)X1P|PdOGWTk-klAJsX}Ew4rKwKEsWoIcLGX6uzw-U9|aPb&Lf?{W!r z5n$mt{NZQI_C>JWJK4*Lh{@#$NXf6iHeuDmYQaQ^iy0 zU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7$51sgbsUsg;2NM5%9nN@iLmrczTYQ*$e0RHdmUi7AOCi3Am= zBwMBB7v(0F*eYe_CZ?zA7v!ZYDZqo#$~iwLzsNT~CDm5R5Lw*Q**TynKP@vS)m90) z?f|>g*VoE3uec;JFFDoI#a5{zw?Hp5GsVg<&BWN)ASFdN)zCCqH_6<@NY~OJ$wD_Z z%{-z7h}6cqa~{V62s_b8W`o z1e2V;oq~-%D6c~Np%2a(NL~cXA?0hB@*o#C5EEPmfyyI01w=uYnwMg$RHS5Y_ar%e z0s{lXVNVyw5RHjTFWP!J2MV-3d@i%8&B0`nQ_xO^i%uJ+?`9S+C{K-P(%#^a$`wB0 zQPR3r7FNO2J+66thFzLAXJwvM&zzqh^yBwa+gsao~CEqXR(KXn&NO`msHs`C1joLdodLkc_m^D9i>PSI`9icp#@rha*U|5ouI ZOk5AlZcl#r@eQa*_jL7hS?83{1OQFAm8Jjy diff --git a/kubejs/assets/gtceu/textures/item/material_sets/fine/raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/fine/raw_ore.png index 5b4d23b6e7651ead10b5bac69a2dee2918de60bc..454acf3eedd11f761ec345f362e5b7cb557801ee 100644 GIT binary patch delta 428 zcmewpfi@Lo9mFPBiTL6d=;NKX9Xv;KgU6laxF> zp0cq_6wy2A$|9~%#we~J_HEG)ri}sz{bCxrSUBxCT3EU#n4J`1UL?Hy-~ZrwzxRFS z`+jKuwd?WCN0TPDC2}12S(9cov!*8cNA8*DpG~HpzWB04z)4{#OM-#K5(l*vAEe)v z)$is|oHy@z<&@K@ufAG!ElQY`W;NGuzT(dCh|62dZTn+uVz)uo6fsIN88j_`1UqICxw=T ztx*px`2N<-H{h|H>o>(~>3Lp;oZD`pp;}Y95+xRCaP3-WJo{|M)~KBA(KYvRc6+v_I7$NuiS^{Q1xHgcRz4swZ9-eyUW5t|f og+1?oGpKleQkVEs|3dnR(UuCQgA3L%FfcH9y85}Sb4q9e0JS~BOaK4? literal 2425 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+3uZby2e{;yD7YtP<|!DN zsxmNWOiWHlnD^ktqbH|S4jc#w2nl*3_e4TcP;%*kx_OPgjWZiTK+$mLjsu1Y2ihAO z8x{5K^`|m2*X%xa;KYFg2MQvuUp#tJG+0hQ!BU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<5tDAtV3v<*zH3=AMjee+W?(<*T&H8Dp~np%>Wl30>RP;pAKRa$;g zZeoe8Qf6*qda8awUb>P3JQ%H<^K#XX&!1B&v~GILUGm5}QWuuFY? ztvvIJOA_;vQ$1a5l`3)z^fEJ3tjv-v4U&`1jdU#%jg54T3`~-AEzMI>bS;uo3{sQL z3=`7~lVJK?@{>zJu@BRqLZW{EqRjNnyu=)`%>iXfP_nV|$Sf|&FRFy*n&8wzC@UvZ z0i05-5|cqWz*Z?46!oboN>JfUvO@r3YEaloF|qaHUav!iBF8?S_g|tYwaW2B>yjgivy_Wo2py5m$e5zHDEkH9u9k0RoQtQOFvV7O7JlSmN z*}FId9c}Mb7=(PwN@^*a!8VntH)6^UmdKI;Vst0Ks9ekpKVy diff --git a/kubejs/assets/gtceu/textures/item/material_sets/fine/rich_raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/fine/rich_raw_ore.png index 0d3f79ab249867954241432057727d065923ebb1..f5d517f87a313443ce45ba6175b81aed85ad0f08 100644 GIT binary patch delta 501 zcmeAZp2jjkl7o$bfkFQB|HR35%;NQoCp=voLo9mNPTsicQGkf+bn&BZEh0)zK3tAU zbqxv1T#M!_MBK=>b6=aR_=~ksVTK#a+o=jsF07u4W-BLark$yNcy_jCnqTFP*LRA) z-=hemE`6)ymZA zqSTaoyYE5P)-D02&`?H>rU%K*+cWx)H^2TWb+G&K)@|bNlTx&x=(&llI0<_EFQE z>Q%^lFEvukDUri$Ht({`NnT55_^7cs9>_6U9HX~*mDcUIW}8aRT;H{>eb%yxCsPER zHr#*TIRBmY^wTFcok`l*@${khjC=pNKYZJ>?)AgU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7$rHv9Y#+sg;2NM5%9nN@iLmrczTYQ*$dLBNU~nC5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gkud8Ax6P%OT}!nDQVOHxLtC27$^WI|W2RmztMit5l?9ZqT2{=0K5_htK1ti72&naAb>2oDjERLd((mgjC%d&*Fau-oA0G zqlJaV@wI^I2`Pc>(|g4Xv!raFRz9C2Ib*^fTgk-4i{A3bw3-<_w{c`9Myf8WYxp58 z|LVp;xv-MUO$(-5nLUYHEBUHs@f-H_&E?8V7k*!V*y6D6PG0?GZeFn$*M++N+7_|- z<$19R+28j;TbR?YMKjw#75on sOaTvLMpn*WjY^@5{)IYz%&)78&qol`;+0C4uW4FCWD diff --git a/kubejs/assets/gtceu/textures/item/material_sets/metallic/poor_raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/metallic/poor_raw_ore.png index a298abf02a586d3a45a4a44bfd9d5700377b653e..a60717db5b935dba25e29f66ec1c66a799bfcf67 100644 GIT binary patch delta 398 zcmaDRw1IhoBnKM<1B3kM|A~|Bn8oWElRRA-SCm}HI{`Z?|+QzSs{eAcC&z zLpQg@7w=ntu<`%(*Y5LAncLeeW%x4IM(RyxI8x}NH@#Z>$2OPKn<{MNuDmYYa?M1F zH*B@&(WHs5zk10WpL70s4&(jrOK;{}dRxYLBX7HYRna7sJ9*|khASt={}thCji2h( zdNj$=ZvOE?nQO02r=Mw`H^amLL9Dab#QW zvdfx|0!!)?o)*N0pL%M<(0s7LfX8!^%H%(Sk3U+JZhGH&Um<#9xInMZLU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7%$nsfD(Isg;2NM5%9nN@iLmrczTYQ%fsDBNU~nC5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gkud8Ax6P%OT}!nDQVOHxLtC27$^WI|W2RmztMit5l?9Z&&Lc zeusg9;jX8PV~EDY){BbX&V?e!9zN$=%=Wk`@sVrWiB%nyKK9K=wd$l7C#K3DSa4V2 zwR6hBg&kZ?j&q`TzDs<2e$O}2`t65*=N{TVKYQrUD%}gZj$zy8u4vA43vp02Ut>|` zTw+|`=x6dq`lV%vvRe0Y8<8UA^-=qH{>{!g-f8{%TT8L-;m8HDveS#cb6u~{Q=is^Zvo@yX1Ycf!XJ+Eh z6)YEeLS=S*n7Az1YhhQmdD*f}+=^<_&#oRasb~DL$8F=;@*8tOg}tY%pUXO@geCyp C8>gWF diff --git a/kubejs/assets/gtceu/textures/item/material_sets/metallic/raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/metallic/raw_ore.png index 116f7894c79381c1a2c01053ef469e820eb89483..a146e11853edecef760e09ee53d19027f0c1b9c4 100644 GIT binary patch delta 474 zcmew=^qYBtBnKM<1B3kM|A~|Bn8oWE*Lu1*hFJ6-owWDVqX2=n`TFZvj%Y1t)o5z9 zPguNNp)9VUcZtXmZ4R;f_nI~CH72NYm?W0eLvcpLjLkR+35g!$U-&6Zz&$#K}A z<@K&ZrFR>ymBv=gQ`b2yv^MOurE3EF%8;(2ooA9ZD$GC6yy5DB^^ zGetX7HsAci^X7r0sqf^IDNTzsOr&_dmI`gl-5j;H!$oPvGRYf`4>VqV-Swe%evX;9 z-gITD-bp@ckvd{-B3!J?E^F?-+xM{G$5*irT&Gfu7(}>O*In0s{dLykj}jGs!VfTi my3n=g!t1Yg^FQoArfU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<7Dm4ShkshPHcsg;2NM5%9nN@iLmR;7kkh9)RVQ%e$45=#;ZDo#nZ zO3N?GO)Rlh%FInnPt`BTOIK2W2cwm9eolUoZ+=Rut&$Ezd~J!c?-jf{+ z3=D5PT^vI+CbnMO>%|->!2005o)}|y$v?488Nx1aTm@!N2>QhIX!1|7m8z~Ds}&Sg zRxeW1P;xYEIvdx$rZD%+%Cu)^WX_#wc~P&zUEwY8>}94(VVuY#|HC|AcdXPb^?viZ zWzwOZyoybYwlPBKy2bpQe7!Y4CroSUULp9p%z!2QTjCjiw|o$$fA!yYlSj z8z$Qx9dmeeqftE4aJEA@H_wF1%OCsp)U5D1Jy&=Byt~n+p@u(AXDSyje05~q#(iCD zJ_sl^MV(n1boyG%?Q7o_h#zL(vufqVjFy)rQVfR;I*va+ zQ~$iUAwaV=HFBdq!&zF~^rP+1DA@P-L8V;%u64>vHnz5cER3(eN;TZgYk$3K#Z`SjCC-QChXl9QIo3v@s&ZM9MX4Nsy+V zzP_MfN$m3LuP?s;u59k+w?#)=O-a!~Y2t&gUquBKCwe5@Hfu|KU}4TT`Q(%LVeiUz z8!ip0U|{;OPd;nbu^cmJmx`L2KV^*nHR~9grhk=YIh6XCfq{X+)78&qol`;+0O$D? A^#A|> literal 2483 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+3uZby2e{;yD7YtP<|!DN zsxmNWOiWHlnD^ktqbH|S4jc#w2nl*3_e4TcP;%*kx_OPgjWZiTK+$mLjsu1Y2ihAO z8x{5K^`|m2*X%xa;KYFg2MQvuUp#tJG+0hQ!BU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7#@|p^3JEsg;2NM5%9nN@iLmrczTYQ%fsDLlmW{C5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gnfg=0&g^Qoe>M4{~t>F~MaJs64V$KooSTc`3F^MN0N|(*72n z3=E7~o-U3d8WUSDI(mmBiX8iRzgp78WM*%kkWt!%#1$bKkJUO_F8O{DjoR@s`X}S9 z9UTc01&dv}4;)!{c)_BC%~^%Q2NmvJPFm+7ZQZ@O;$M5Q#resH{$5r1tGvd&EH9vY zVPSjRaT_Z&o=&HkuXsP$>21}mSd@CZ&DGhGtuv|TcHGSm$DMP2E?w&O*zS_ihl9aO zgWJPol7r1X9{O&%8xi~>v-QWcKKM&C{dVwPQ*9GhbeU;_BnKM<1B3kM|A~|Bn8oWESv_4GLo9ml1{rp>I0)#R@AhS3HZ~MwnXmAJ zC;owaO+)<$Mx&iSSZbSQE?V@Mr>S$stDG&Hp6|@Aicvkw6M8lFGV`BI6;CA&#Ye)= zf4};qSrjY2YaMd~1H=9AOK-1h5pdKLt(@0w{B9Ye;uD4aQUPB5Qmz;IC!gk+Q~ag2 zzQ0grzF>d|>#0pH*Gs?W2V6J(R_i`3bwjRnYGl&9^o&{Gx_^JITCs|2PBFuQUF!lw zo(kmOW;-VF$YR<(sS}%eOnfhXx0N~Wc-h1~{rqPGp2N>M4;f5ZmU(ECPR4DqwnT@} z(1>ZQmrd4Ric{ub5_FxI(9>yio^@#mi(|pgL)&HLAM048|97uo5MRA+bwF;(Q3eJE N22WQ%mvv4FO#tfmgl7N% literal 2376 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+3uZby2e{;yD7YtP<|!DN zsxmNWOiWHlnD^ktqbH|S4jc#w2nl*3_e4TcP;%*kx_OPgjWZiTK+$mLjsu1Y2ihAO z8x{5K^`|m2*X%xa;KYFg2MQvuUp#tJG+0hQ!BU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m7%4Tskyd+sg;2NM5%9nN@iLmrcyI20|P4~GZdw%C5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gkud8Ax6P%OT}!nDQVOHxLtC27$^WI|W2RmztMit5l?9ZqH1rM=Vm z`!$#Dl-%EL_c-=1H0YhjG__Z>B6QU+*-OudQqSKOdGgI&Zda z@9JKknlGaBE=|wRe(o2u>xIPBr2H!ues`lz+0I&iZ3W+f9hSM~{~3N*v&}c<_`~F! WXd(1xYoe6Yb|SX3dO_tb0GVI@k6`cIEr7 zsO<2$#~**ZeQ)~V)W}_4QQ7A6&)?l&>wo3c*4uB5WcZ}F+MJJEfBi_|AFH#AUngxW zs6V&Ut?Tp8H=A^_ResjUgn22pD4Z{5ShKanN>*<=_wmOQ!&V=y+kadlcy^tQnt&6- zh1XvhZseFnWD7bONbuZvTlQn$eUDgmjV`8a-D47Y+oNmQ7feao8T073UFNJwDxKe1 zIv(FJKDI-FBV+sRnDybm{@S%4ZZz@TdH;P&;*T$h`Mv5Yo{#4Gsc*ZTYb)R?=%u-2 zN{`#(?+si*jbW=r6D5K~SOY~Am%4cUWcj&XZF1-3sNFiJV?4Ls2BhM literal 2401 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+3uZby2e{;yD7YtP<|!DN zsxmNWOiWHlnD^ktqbH|S4jc#w2nl*3_e4TcP;%*kx_OPgjWZiTK+$mLjsu1Y2ihAO z8x{5K^`|m2*X%xa;KYFg2MQvuUp#tJG+0hQ!BU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<7Tm8qqbiG{X-sg;2NM5%9nN@iLmrcyI20|P5#Qxv7CC5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*lztb zCR-S#CZ?sCB*OH&n*+*}pk!m^ky%`lUsMUrHNmNc zP*zT+0yw2uB_@M%fUQz8DC$#Fl%T?yWQPF6*z%0jJiJK)qO3SSt)x7$DAh4NHLrwV zlGC?Su+azQRfs?I!8rrTi(omVd<|0`jBUe1Jmk-rUe(t$6J!4V!uKn|_uI@1^%lj(QwriI!|JNys tYkQyS*|;?ayw%oBo_Om`;-mYybxe2FoQtCu)@=rr^PaALF6*2UngAqFp85a) diff --git a/kubejs/assets/gtceu/textures/item/material_sets/shiny/rich_raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/shiny/rich_raw_ore.png index 1d9064b9f7864baae9672fc2831a9b8916ccd1cd..fb0be6a7e487eedec3f82b2bbb67c56e5a7ae857 100644 GIT binary patch delta 423 zcmaDZbb@(;BnKM<1B3kM|A~|Bn8oWEt2|vCLo9laPBQF!WFXRJZxgMs@Q#9tgp^g@ z0apPI&ZSQ{4)j>Ci3Y7>NDY|OCVWBh(E<~V*ePcBl0?p@m|rThUcc$@AN%_MpPT3R z`Q2Xl{JOPp`pF(^;-j%WOfC0J^$>v|9<|Hu+^ds_uiJxy~dO|Ymy4* z=bv}p?0=rMDvaATaDobF^T7igk1W(q8!7iK;!xa|(stl`?b}^?UMt(u8!o>*QepF~ z#x6NBtohWGRjar(Rb2xoq)L9c>Cq6k{`lLn$6u@J1=|$c4qs;F^#((k{1^PaOf zIznAZAw7mH(qK-0wxmWJn*yY!McKH0E4cy$Jy`r@M5D!`M=f300x8Gii_>rw+d)|0*SaQ|8<+-=r jI6l4){P+H&^gm(!16fWz&!#dkFfe$!`njxgN@xNAyzU2jmirfM(lEAN z>~iqJrAt8v4OQ(mLlt*y+M!~)J>sCTzUBTE3i~xSs+hJmHZo?hGcz+YulKI&Y^qL5 zo7XgPrB>%VH4Y`E#UctiEP(MZ8W9|Eee=K6&#AMIf9t&4Tx<8+zb~NAcaGB>)j8%na&}HD`dl1dy#Gn(6U(F7 z$9K2-x93al7y8e{$lB=Il+~2o;?wetvzqh1$Vri(y0`R~X>AL)ar)DJM8#A2q;}BM zOP?+sPwh&1nsWZc)l;ue+Xv2ADzW6q>XM+H&PSc6Mt|LN%jByCuWxVuEcY$TvX;NT z@q+91zH8RY_TN}=(%|HYs}ZMNE+tf`-*nzgem~znu<+6)&0E3d{@dpk7KQzIBVN4v z*=OB|O()VmZe4oxG;4THjOdzH3%<$E3Xb`!)O9*Wdcw(%t#|(Y|@ia_u+x z|#me33VRN*1KB)10@@ezx-Ru4L%q+eAb={@fHgxV%QuQiw3m8Da#=fE;F*!T6L?J0PJu}Z%>HY5gN(z}N zwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBXRu#Dgxv3?I3Kh9IdBs*0wn|`g zt@4VkK*IV;3ScEA*|tiKAPW^Dd;=7m^NUgyEcFa^lMM_E70fO53{A|8EG#W`6pRdv zjP(u7^o>k)jSQ>|46RH}6`(-LPQj)qCCw_x#SLm%QA(PvQbtKhft9{~d3m{Bxv^e; zQM$gNrKP35fswwEk#12+nr?ArUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaR zP-81{3*g4)6+^=*IX_pwBC$Zl^AB z!qpaJfuXK}Nr<6|m63s!iK(`Msg;2NM5%9nN@iLmrcyI20|P4)V-%&SC5b7CC5Z$T zrzBgYKEjtD=EN((aJeLC%?!yKPA;x$q-rG)7d$oC_gPTC)HL7 zx$XeF)YsR_Gq1QLF)umQ)5TV)BDX*+zmrr#w$xfB%pF#Rbc>h~|oOwY_q%puzxP^JVW8!L~@;*$KLN@%VL zPA!D8axxXbDa9%=8I%KTm6AbGpPHfs70x6(1R%ziXQbxgO%f1g#rbI^<%vb9j_Ij+ zB?Ob4zMX=NJ}9q3{Gkud8Ax6P%OT}!nDQVOHxLtC27$^WI|W2RmztMit5l?9Z+G>u zOfmxl!#z(I#}JK)OD`JwF%^m&dH8<+Mk6_f8+RkBn469pNcl4!|H!iKSk9h?xg6KT zj`@`>G%{%^n$OB{BjaIqy3zjWGezq5zu~_tsA9ksWu7T=CZzL+S`QFPJ(rVMW-E&l41mZhKXCz~o|oUru=GukW+sR|Wby{CH_}8C2SPy85}Sb4q9e E02^APR{#J2 From fdfca2ecc8e3385f34c32198b2c504335fd42b3a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 19:17:01 +0100 Subject: [PATCH 110/246] langs --- kubejs/assets/ad_astra/lang/en_us.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index b8d8d44c2..44ea5ee20 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -106,9 +106,11 @@ "block.ad_astra.polished_glacio_stone_slab": "Polished Phonolite Slab", "block.ad_astra.polished_glacio_stone_stairs": "Polished Phonolite Stairs", "entity.ad_astra.corrupted_lunarian": "Lunar Zombie", - "fluid.ad_astra.oxygen": "Breathable Air", + "entity.ad_astra.tier_1_rocket": "R-Aluminosteel Rocket", + "fluid_type.ad_astra.oxygen": "Breathable Air", "item.ad_astra.steel_cable": "Basic RF Cable", "item.ad_astra.desh_cable": "Advanced RF Cable", + "item.ad_astra.tier_1_rocket": "R-Aluminosteel Rocket", "tagprefix.moon_stone": "Anorthosite %s Ore", "tagprefix.moon_deepslate": "Norite %s Ore", "tagprefix.mars_stone": "Argillite %s Ore", From 4615f3564a9923e2c3751cbfb443ab34a6a3bbea Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 20:06:20 +0100 Subject: [PATCH 111/246] mysterious cube recipe --- kubejs/server_scripts/ae2/recipes.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 99f55449a..fedf005f0 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -2216,4 +2216,18 @@ const registerAE2Recipes = (event) => { .duration(150) .EUt(2) .category(GTRecipeCategories.MACERATOR_RECYCLING) + + // other deco + + event.shaped('ae2:not_so_mysterious_cube', [ + ' A ', + 'BCD', + ' E ' + ], { + A: 'ae2:calculation_processor_press', + B: 'ae2:engineering_processor_press', + C: 'ae2:fluix_block', + D: 'ae2:logic_processor_press', + E: 'ae2:silicon_press' + }).id('tfg:shaped/not_so_mysterious_cube') } From 2180da493262d6e8c4d9334060c649f3bd95f080 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 20:06:27 +0100 Subject: [PATCH 112/246] cc recipe tweaks --- config/fallingtrees_common.json | 210 +++++++++--------- .../server_scripts/computer_craft/recipes.js | 8 +- kubejs/startup_scripts/ad_astra/materials.js | 47 ++-- kubejs/startup_scripts/gtceu/materials.js | 2 +- 4 files changed, 147 insertions(+), 120 deletions(-) diff --git a/config/fallingtrees_common.json b/config/fallingtrees_common.json index 9f62a9d23..3e2a1cb52 100644 --- a/config/fallingtrees_common.json +++ b/config/fallingtrees_common.json @@ -1,104 +1,110 @@ { - "disableCrouchMining": false, - "disableExtraToolDamage": false, - "disableExtraFoodExhaustion": false, - "treeLifetimeLength": 4.0, - "dynamicMiningSpeed": { - "disable": false, - "speedMultiplication": 0.05, - "maxSpeedMultiplication": 16.0 - }, - "trees": { - "standardTree": { - "algorithm": { - "maxLeavesRadius": 15, - "maxLogAmount": 512, - "shouldFallOnMaxLogAmount": true, - "shouldIgnorePersistentLeaves": true - }, - "logFilter": { - "whitelistedTags": [ - "minecraft:logs" - ], - "whitelist": [], - "blacklist": [] - }, - "leavesFilter": { - "whitelistedTags": [ - "minecraft:leaves" - ], - "whitelist": [], - "blacklist": [] - }, - "extraBlockFilter": { - "whitelistedTags": [], - "whitelist": [ - "minecraft:vine", - "minecraft:bee_nest", - "minecraft:cocoa" - ], - "blacklist": [] - }, - "enabled": true, - "onlyFallWithRequiredTool": false, - "allowedToolFilter": { - "whitelistedTags": [ - "minecraft:axes" - ], - "whitelist": [], - "blacklist": [] - } - }, - "verticalTree": { - "filter": { - "whitelistedTags": [], - "whitelist": [ - "minecraft:cactus", - "minecraft:bamboo" - ], - "blacklist": [] - }, - "enabled": true, - "onlyFallWithRequiredTool": false, - "allowedToolFilter": { - "whitelistedTags": [], - "whitelist": [], - "blacklist": [] - } - }, - "chorusTree": { - "enabled": false, - "onlyFallWithRequiredTool": false, - "allowedToolFilter": { - "whitelistedTags": [], - "whitelist": [], - "blacklist": [] - } - }, - "mushroomTree": { - "stemFilter": { - "whitelistedTags": [], - "whitelist": [ - "minecraft:mushroom_stem" - ], - "blacklist": [] - }, - "capFilter": { - "whitelistedTags": [], - "whitelist": [ - "minecraft:red_mushroom_block", - "minecraft:brown_mushroom_block", - "minecraft:shroomlight" - ], - "blacklist": [] - }, - "enabled": true, - "onlyFallWithRequiredTool": false, - "allowedToolFilter": { - "whitelistedTags": [], - "whitelist": [], - "blacklist": [] - } - } - } + "disableCrouchMining": false, + "disableExtraToolDamage": false, + "disableExtraFoodExhaustion": false, + "treeLifetimeLength": 4.0, + "dynamicMiningSpeed": { + "disable": false, + "speedMultiplication": 0.05, + "maxSpeedMultiplication": 16.0 + }, + "trees": { + "standardTree": { + "algorithm": { + "maxLeavesRadius": 15, + "maxLogAmount": 512, + "shouldFallOnMaxLogAmount": true, + "shouldIgnorePersistentLeaves": true + }, + "logFilter": { + "whitelistedTags": [ + "minecraft:logs" + ], + "whitelist": [], + "blacklist": [] + }, + "leavesFilter": { + "whitelistedTags": [ + "minecraft:leaves" + ], + "whitelist": [], + "blacklist": [] + }, + "extraBlockFilter": { + "whitelistedTags": [], + "whitelist": [ + "minecraft:vine", + "minecraft:bee_nest", + "minecraft:cocoa" + ], + "blacklist": [] + }, + "enabled": true, + "onlyFallWithRequiredTool": false, + "allowedToolFilter": { + "whitelistedTags": [ + "minecraft:axes" + ], + "whitelist": [], + "blacklist": [] + } + }, + "verticalTree": { + "filter": { + "whitelistedTags": [], + "whitelist": [ + "minecraft:cactus", + "minecraft:bamboo" + ], + "blacklist": [] + }, + "enabled": true, + "onlyFallWithRequiredTool": false, + "allowedToolFilter": { + "whitelistedTags": [], + "whitelist": [], + "blacklist": [] + } + }, + "chorusTree": { + "enabled": true, + "filter": { + "whitelist": [ + "tfg:lunar_chorus_plant", + "tfg:lunar_chorus_flower" + ] + }, + "onlyFallWithRequiredTool": false, + "allowedToolFilter": { + "whitelistedTags": [], + "whitelist": [], + "blacklist": [] + } + }, + "mushroomTree": { + "stemFilter": { + "whitelistedTags": [], + "whitelist": [ + "minecraft:mushroom_stem" + ], + "blacklist": [] + }, + "capFilter": { + "whitelistedTags": [], + "whitelist": [ + "minecraft:red_mushroom_block", + "minecraft:brown_mushroom_block", + "minecraft:shroomlight" + ], + "blacklist": [] + }, + "enabled": true, + "onlyFallWithRequiredTool": false, + "allowedToolFilter": { + "whitelistedTags": [], + "whitelist": [], + "blacklist": [] + } + } + } } \ No newline at end of file diff --git a/kubejs/server_scripts/computer_craft/recipes.js b/kubejs/server_scripts/computer_craft/recipes.js index db1a6f95f..b2f3892e5 100644 --- a/kubejs/server_scripts/computer_craft/recipes.js +++ b/kubejs/server_scripts/computer_craft/recipes.js @@ -78,9 +78,9 @@ const registerComputerCraftRecipes = (event) => { ], { A: 'computercraft:cable', B: 'ae2:drive', - C: '#gtceu:circuits/hv', - D: 'gtceu:hv_machine_casing', - E: 'gtceu:hv_sensor', + C: '#gtceu:circuits/mv', + D: 'gtceu:mv_machine_casing', + E: 'gtceu:mv_sensor', }).id('tfg:crafting/disk_drive') // Speaker @@ -105,7 +105,7 @@ const registerComputerCraftRecipes = (event) => { B: '#gtceu:circuits/mv', C: 'gtceu:mv_robot_arm', D: 'computercraft:cable', - E: 'gtceu:mv_machine_casing', + E: 'gtceu:hv_machine_casing', F: 'gtceu:mv_conveyor_module' }).id('tfg:crafting/printer') diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index 4b2d83ca6..392aa55dd 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -45,40 +45,61 @@ const registerAdAstraMaterials = (event) => { // #region ad astra ores // moon - - // TODO: add smelting recipe for this event.create('desh') .components('2x olivine', '1x rutile', '4x nitrogen') - .color(0xd38b4c) - .secondaryColor(0xa90936) + .color(0xF39A4C) + .secondaryColor(0xF35A6C) .iconSet(GTMaterialIconSet.getByName('tfc_hematite')) .ore() + .addOreByproducts('olivine', 'rutile', 'rutile') + .ingot() + .flags( + GTMaterialFlags.FORCE_GENERATE_BLOCK, + GTMaterialFlags.GENERATE_PLATE, + GTMaterialFlags.GENERATE_ROD + ) - // TODO: still need to balance these + // TODO: remove the components until we know what to put in them - // mars + // mars? event.create('ostrum') .components('2x scheelite', '1x hematite', '1x rutile', '4x oxygen') .color(0xbd7980) - .secondaryColor(0x543d4a) + .secondaryColor(0xA66C8D) .iconSet(GTMaterialIconSet.getByName('tfc_cassiterite')) .ore() + .ingot() + .flags( + GTMaterialFlags.FORCE_GENERATE_BLOCK, + GTMaterialFlags.GENERATE_PLATE + ) - // mercury + // venus? event.create('calorite') .components('2x mercury', '1x tungsten', '1x rhodium', '2x sulfur') - .color(0xcf223c) - .secondaryColor(0x691533) + .color(0xC94D4E) + .secondaryColor(0x9A296A) .iconSet(GTMaterialIconSet.getByName('tfc_copper')) .ore() + .ingot() + .flags( + GTMaterialFlags.FORCE_GENERATE_BLOCK, + GTMaterialFlags.GENERATE_PLATE + ) - // venus + // ??? event.create('etrium') .components('1x niobium', '1x molybdenum', '1x ruthenium', '3x carbon', '1x monochloramine') - .color(0x58b1a1) - .secondaryColor(0xbafcf6) + .color(0x7BFCD7) + .secondaryColor(0x3582D2) .iconSet(GTMaterialIconSet.getByName('tfc_silver')) .ore() + .ingot() + .flags( + GTMaterialFlags.FORCE_GENERATE_BLOCK, + GTMaterialFlags.GENERATE_PLATE, + GTMaterialFlags.GENERATE_ROD + ) // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 679e61cb4..557b556f1 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -284,7 +284,7 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Cobalt.setMaterialARGB(0xC9E4FB) GTMaterials.Cobalt.setMaterialSecondaryARGB(0x1D2688) GTMaterials.CertusQuartz.setMaterialARGB(0xB8D8FC) - GTMaterials.CertusQuartz.setMaterialSecondaryARGB(0x466580) + GTMaterials.CertusQuartz.setMaterialSecondaryARGB(0xADCCEF) GTMaterials.Vanadium.setMaterialARGB(0xD8D4E7) GTMaterials.Vanadium.setMaterialSecondaryARGB(0x7E988F) GTMaterials.Brass.setMaterialSecondaryARGB(0x791905) From 80e25ff6d98dcff4bc633aaba49edc87ecb31792 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 20:34:25 +0100 Subject: [PATCH 113/246] langs --- kubejs/assets/ae2/lang/en_us.json | 4 ++++ kubejs/assets/tfg/lang/en_us.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 kubejs/assets/ae2/lang/en_us.json diff --git a/kubejs/assets/ae2/lang/en_us.json b/kubejs/assets/ae2/lang/en_us.json new file mode 100644 index 000000000..0edd00cd0 --- /dev/null +++ b/kubejs/assets/ae2/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", + "gui.ae2.inWorldCraftingPresses": "Crafting Presses are obtained by breaking a Mysterious Cube. Mysterious Cubes are in the center of meteorites which can be found on the moon." +} \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 5e0e366a7..888582fb0 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -286,6 +286,7 @@ "material.tfg.glacio_stone": "Phonolite", "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", + "material.gtceu.asurine": "Asurine", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", From 29a713cb6c8b4fb165ace7ae10aafd9b16646338 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 21:29:41 +0100 Subject: [PATCH 114/246] asurine dust + centrifuge recipes --- kubejs/server_scripts/create/recipes.js | 14 ++++++ kubejs/server_scripts/tfc/recipes.stone.js | 42 +++--------------- kubejs/server_scripts/tfg/recipes.space.js | 44 +++++++++++++++++++ kubejs/startup_scripts/create/materials.js | 9 ++++ kubejs/startup_scripts/gtceu/materials.js | 3 ++ kubejs/startup_scripts/main_startup_script.js | 1 + 6 files changed, 78 insertions(+), 35 deletions(-) create mode 100644 kubejs/startup_scripts/create/materials.js diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 7035d80c8..7cfdc2e32 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -1966,4 +1966,18 @@ const registerCreateRecipes = (event) => { event.shapeless('2x create:train_trapdoor', ['tfc:metal/trapdoor/steel', '#minecraft:wooden_trapdoors']) .id('tfg:shapeless/create_train_trapdoor') + + // Fantasy stone blocks + + event.recipes.gtceu.macerator('tfg:asurine') + .itemInputs('create:asurine') + .itemOutputs('#forge:dusts/asurine') + .duration(50) + .EUt(2) + + event.recipes.gtceu.macerator('tfg:cut_asurine') + .itemInputs('create:cut_asurine') + .itemOutputs('#forge:dusts/asurine') + .duration(50) + .EUt(2) } diff --git a/kubejs/server_scripts/tfc/recipes.stone.js b/kubejs/server_scripts/tfc/recipes.stone.js index 10870c5ee..852b083af 100644 --- a/kubejs/server_scripts/tfc/recipes.stone.js +++ b/kubejs/server_scripts/tfc/recipes.stone.js @@ -762,42 +762,14 @@ function registerTFCStoneRecipes(event) { .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) .outputFluids(Fluid.of(oxygenFluid, 12)) - // Space + // Misc dust - event.recipes.gtceu.centrifuge('moon_stone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_stone'), 1)) - .chancedOutput('ae2:sky_dust', 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 2700, 700) - .outputFluids(Fluid.of('gtceu:helium_3', 50)) - - event.recipes.gtceu.centrifuge('moon_deepslate_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_deepslate'), 1)) - .chancedOutput('ae2:sky_dust', 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, TFGHelpers.getMaterial('desh'), 1), 2700, 700) - .outputFluids(Fluid.of('gtceu:helium_3', 50)) - - event.recipes.gtceu.centrifuge('glacio_stone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('glacio_stone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ice, 1), 2700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) - .outputFluids(Fluid.of('gtceu:helium_3', 50)) - - event.recipes.gtceu.centrifuge('tfg:sky_dust') - .EUt(GTValues.VA[GTValues.LV]) - .duration(100) - .itemInputs('ae2:sky_dust') - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Iron, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 2700, 700) + event.recipes.gtceu.centrifuge('gtceu:quartz_sand_separation') + .EUt(30) + .duration(60) + .itemInputs('2x gtceu:quartz_sand_dust') + .itemOutputs('gtceu:quartzite_dust') + .chancedOutput('#forge:dust/nether_quartz', 2000, 200) // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 08e4dd1a9..d528cab84 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -73,4 +73,48 @@ function registerTFGSpaceRecipes(event) { .addDataString("fluidA", "minecraft:lava") .addDataString("fluidB", "minecraft:lava") .outputFluids(Fluid.of("minecraft:lava", 1000)) + + // Dusts + + event.recipes.gtceu.centrifuge('moon_stone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_stone'), 1)) + .chancedOutput('ae2:sky_dust', 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 2700, 700) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('moon_deepslate_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_deepslate'), 1)) + .chancedOutput('ae2:sky_dust', 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, TFGHelpers.getMaterial('desh'), 1), 2700, 700) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('glacio_stone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('glacio_stone'), 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 2700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('sky_dust_separation') + .EUt(GTValues.VA[GTValues.LV]) + .duration(100) + .itemInputs('ae2:sky_dust') + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Iron, 1), 3700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 2700, 700) + + event.recipes.gtceu.centrifuge('asurine_dust_separation') + .EUt(GTValues.VA[GTValues.LV]) + .duration(100) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('asurine'), 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.CertusQuartz, 1), 4700, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Zinc, 1), 3700, 700) } \ No newline at end of file diff --git a/kubejs/startup_scripts/create/materials.js b/kubejs/startup_scripts/create/materials.js new file mode 100644 index 000000000..9bdde8da7 --- /dev/null +++ b/kubejs/startup_scripts/create/materials.js @@ -0,0 +1,9 @@ +// priority: 0 + +function registerCreateMaterials(event) { + + event.create('asurine') + .color(0x7DB8D1) + .secondaryColor(0x4C5D7B) + .dust() +} \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 557b556f1..4ce364935 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -257,6 +257,9 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Galena.setProperty(PropertyKey.HAZARD, new $HAZARD_PROPERTY($HAZARD_PROPERTY.HazardTrigger.INHALATION, GTMedicalConditions.WEAK_POISON, 1, false)); GTMaterials.Chromite.setProperty(PropertyKey.HAZARD, new $HAZARD_PROPERTY($HAZARD_PROPERTY.HazardTrigger.SKIN_CONTACT, GTMedicalConditions.IRRITANT, 1, false)); + GTMaterials.Quartzite.getProperty(PropertyKey.ORE).setOreByProducts(GTMaterials.NetherQuartz, GTMaterials.Barite, GTMaterials.NetherQuartz); + GTMaterials.CertusQuartz.getProperty(PropertyKey.ORE).setOreByProducts(GTMaterials.CertusQuartz, GTMaterials.Quartzite, GTMaterials.CertusQuartz); + // Color Adjustments GTMaterials.BismuthBronze.setMaterialARGB(0x5A966E) GTMaterials.BismuthBronze.setMaterialSecondaryARGB(0x203E2A) diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 9ba2771df..5a9d41231 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -65,6 +65,7 @@ GTCEuStartupEvents.registry('gtceu:tag_prefix', event => { GTCEuStartupEvents.registry('gtceu:material', event => { registerAdAstraMaterials(event) registerAE2Materials(event) + registerCreateMaterials(event) registerTFCMaterials(event) registerGTCEuMaterials(event) registerTFGMaterials(event) From 65b9055e34e248107b256e1bcd6083cf3b9ed418 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 21:29:57 +0100 Subject: [PATCH 115/246] does this fix the weird squares with structures? --- .../worldgen/structure/moon/moon_rabbit_houses.json | 12 ++++++------ .../data/tfg/worldgen/structure/moon/moonbase.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index da7154a4b..744415880 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -1,15 +1,15 @@ { "type": "minecraft:jigsaw", "start_pool": "tfg:moon/moon_rabbit_houses", - "size": 1, - "max_distance_from_center": 32, - "biomes": "#tfg:has_structure/moon_rabbit_houses", - "step": "surface_structures", - "terrain_adaptation": "beard_thin", "start_height": { "absolute": 0 }, - "project_start_to_heightmap": "MOTION_BLOCKING", + "size": 1, + "biomes": "#tfg:has_structure/moon_rabbit_houses", + "max_distance_from_center": 32, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", "use_expansion_hack": false, "spawn_overrides": {} } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json index e07ca7104..7d66bb0cb 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -7,7 +7,7 @@ "size": 5, "biomes": "#tfg:has_structure/moonbase", "max_distance_from_center": 80, - "project_start_to_heightmap": "MOTION_BLOCKING", + "project_start_to_heightmap": "WORLD_SURFACE_WG", "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false, From 55a27896c439ad089547727ce965b2cd6ebbedf1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 21:55:34 +0100 Subject: [PATCH 116/246] moon noise tweaks --- kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json | 2 +- kubejs/data/tfg/worldgen/noise_settings/moon_noise.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json b/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json index 130c829ab..9b41f6039 100644 --- a/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json +++ b/kubejs/data/tfg/worldgen/configured_carver/moon_canyon.json @@ -11,7 +11,7 @@ "absolute": 126 } }, - "yScale": 3, + "yScale": 2, "lava_level": { "above_bottom": -2032 }, diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json index 84d1e5fcb..1bbcee479 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -63,9 +63,9 @@ "argument1": { "type": "minecraft:y_clamped_gradient", "from_y": 0, - "to_y": 10, + "to_y": 6, "from_value": 1, - "to_value": -1 + "to_value": 0 }, "argument2": { "type": "minecraft:min", From a830260b714b8a2fc1db74e468271e2d8b339aad Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 23:03:41 +0100 Subject: [PATCH 117/246] chorus/lightbloom stuff --- .../blocks/lunar_chorus_flower.json | 12 ++- kubejs/server_scripts/firmalife/recipes.js | 4 +- kubejs/server_scripts/gregtech/utility.js | 10 +-- kubejs/server_scripts/minecraft/tags.js | 4 + kubejs/server_scripts/tfc/recipes.js | 12 +-- kubejs/server_scripts/tfg/recipes.space.js | 87 +++++++++++++++++-- .../server_scripts/tfg/recipes.terrariums.js | 13 --- kubejs/startup_scripts/minecraft/constants.js | 3 - 8 files changed, 109 insertions(+), 36 deletions(-) diff --git a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json index eabf049bb..160d9a686 100644 --- a/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json +++ b/kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json @@ -8,7 +8,7 @@ { "type": "minecraft:item", "name": "minecraft:chorus_fruit", - "conditions": [ + "functions": [ { "function": "minecraft:set_count", "count": { @@ -23,6 +23,11 @@ "conditions": [ { "condition": "minecraft:survives_explosion" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": {} } ] }, @@ -44,6 +49,11 @@ "conditions": [ { "condition": "minecraft:survives_explosion" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": {} } ] } diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 90d2e64f0..7455533df 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -444,12 +444,12 @@ const registerFirmaLifeRecipes = (event) => { // Семена фруктов global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, true) + generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, 'minecraft:overworld') }) // Семена ягод global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, false) + generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, null) }) //#endregion diff --git a/kubejs/server_scripts/gregtech/utility.js b/kubejs/server_scripts/gregtech/utility.js index 45a83a172..2ac9b0f83 100644 --- a/kubejs/server_scripts/gregtech/utility.js +++ b/kubejs/server_scripts/gregtech/utility.js @@ -23,7 +23,7 @@ const generateCutterRecipe = (event, input, output, duration, EUt, id) => { .EUt(EUt) } -const generateGreenHouseRecipe = (event, input, fluid_amount, output, id, overworldExclusive) => { +const generateGreenHouseRecipe = (event, input, fluid_amount, output, id, dimension) => { // Без удобрения let r = event.recipes.gtceu.greenhouse(id) @@ -36,8 +36,8 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id, overwo .duration(36000) // 30 mins .EUt(GTValues.VA[GTValues.LV]) - if (overworldExclusive) - r.dimension('minecraft:overworld') + if (dimension != null) + r.dimension(dimension) // С удобрением r = event.recipes.gtceu.greenhouse(`${id}_fertilized`) @@ -51,8 +51,8 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id, overwo .duration(12000) // 10 mins .EUt(GTValues.VA[GTValues.LV]) - if (overworldExclusive) - r.dimension('minecraft:overworld') + if (dimension != null) + r.dimension(dimension) } const getFillingNBT = (material, amount) => { diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 176298a32..a4c3185e2 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -63,6 +63,10 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:compost_greens_high', 'minecraft:red_mushroom_block') event.add('tfc:compost_greens_high', 'minecraft:brown_mushroom_block') + event.add('tfc:compost_greens_high', 'minecraft:twisting_vines') + event.add('tfc:compost_greens_high', 'minecraft:pearlescent_froglight') + event.add('tfc:compost_greens_high', 'minecraft:verdant_froglight') + event.add('tfc:compost_greens_high', 'minecraft:ochre_froglight') event.add('tfc:colored_terracotta', 'minecraft:white_terracotta') } diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index d23cb4aad..e1a31cc4d 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -94,26 +94,26 @@ const registerTFCRecipes = (event) => { // Дерево global.TFC_WOOD_TYPES.forEach(wood => { - generateGreenHouseRecipe(event, `8x tfc:wood/sapling/${wood}`, 16000, `64x tfc:wood/log/${wood}`, `tfg:greenhouse/${wood}`, true) + generateGreenHouseRecipe(event, `8x tfc:wood/sapling/${wood}`, 16000, `64x tfc:wood/log/${wood}`, `tfg:greenhouse/${wood}`, 'minecraft:overworld') }) global.AFC_SAPLINGS.forEach(x => { - generateGreenHouseRecipe(event, `8x afc:wood/sapling/${x.sapling}`, 16000, `64x ${x.log}`, `tfg:greenhouse/${x.sapling}`, true) + generateGreenHouseRecipe(event, `8x afc:wood/sapling/${x.sapling}`, 16000, `64x ${x.log}`, `tfg:greenhouse/${x.sapling}`, 'minecraft:overworld') }) // Семена фруктов global.TFC_GREENHOUSE_FRUIT_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, true) + generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, 'minecraft:overworld') }) // Семена овощей global.TFC_GREENHOUSE_VEGETABLE_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, false) + generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, null) }) // Семена ягод global.TFC_GREENHOUSE_BERRY_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, false) + generateGreenHouseRecipe(event, element.input, element.fluid_amount, element.output, element.name, null) }) // Растения @@ -121,7 +121,7 @@ const registerTFCRecipes = (event) => { const itemId = element.id; const recipeId = `greenhouse_${itemId.replace(':', '_')}`; - generateGreenHouseRecipe(event, itemId, 8000, `8x ${itemId}`, recipeId, false); + generateGreenHouseRecipe(event, itemId, 8000, `8x ${itemId}`, recipeId, null); }); //#endregion diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index d528cab84..84e2c70df 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -20,8 +20,10 @@ function registerTFGSpaceRecipes(event) { // Aqueous accumulator + let aaCircuit = 1; + event.recipes.gtceu.aqueous_accumulator('water_overworld') - .circuit(1) + .circuit(aaCircuit++) .dimension('minecraft:overworld') .duration(20) .EUt(GTValues.VHA[GTValues.ULV]) @@ -30,16 +32,25 @@ function registerTFGSpaceRecipes(event) { .outputFluids(Fluid.of("minecraft:water", 1000)) event.recipes.gtceu.aqueous_accumulator('water_nether') - .circuit(2) + .circuit(aaCircuit++) .dimension('minecraft:the_nether') .duration(20) .EUt(GTValues.VHA[GTValues.ULV]) .addDataString("fluidA", "minecraft:water") .addDataString("fluidB", "minecraft:water") .outputFluids(Fluid.of("minecraft:water", 1000)) + + event.recipes.gtceu.aqueous_accumulator('water_moon') + .circuit(aaCircuit++) + .dimension('ad_astra:moon') + .duration(20) + .EUt(GTValues.VHA[GTValues.MV]) + .addDataString("fluidA", "minecraft:water") + .addDataString("fluidB", "minecraft:water") + .outputFluids(Fluid.of("minecraft:water", 1000)) event.recipes.gtceu.aqueous_accumulator('sea_water_overworld') - .circuit(3) + .circuit(aaCircuit++) .dimension('minecraft:overworld') .duration(20) .EUt(GTValues.VA[GTValues.ULV]) @@ -48,7 +59,7 @@ function registerTFGSpaceRecipes(event) { .outputFluids(Fluid.of("tfc:salt_water", 1000)) event.recipes.gtceu.aqueous_accumulator('sea_water_nether') - .circuit(4) + .circuit(aaCircuit++) .dimension('minecraft:the_nether') .duration(20) .EUt(GTValues.VA[GTValues.ULV]) @@ -57,7 +68,7 @@ function registerTFGSpaceRecipes(event) { .outputFluids(Fluid.of("tfc:salt_water", 1000)) event.recipes.gtceu.aqueous_accumulator('lava_overworld') - .circuit(5) + .circuit(aaCircuit++) .dimension('minecraft:overworld') .duration(20) .EUt(GTValues.VHA[GTValues.HV]) @@ -66,7 +77,7 @@ function registerTFGSpaceRecipes(event) { .outputFluids(Fluid.of("minecraft:lava", 1000)) event.recipes.gtceu.aqueous_accumulator('lava_nether') - .circuit(6) + .circuit(aaCircuit++) .dimension('minecraft:the_nether') .duration(20) .EUt(GTValues.VHA[GTValues.HV]) @@ -117,4 +128,68 @@ function registerTFGSpaceRecipes(event) { .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('asurine'), 1)) .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.CertusQuartz, 1), 4700, 700) .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Zinc, 1), 3700, 700) + + // Plants + + // Chorus + event.recipes.gtceu.greenhouse('tfg:chorus') + .itemInputs('8x tfg:lunar_chorus_flower') + .itemOutputs('32x minecraft:chorus_fruit') + .chancedOutput('8x tfg:lunar_chorus_flower', 7500, 0) + .chancedOutput('8x tfg:lunar_chorus_flower', 5000, 0) + .duration(36000) // 30 mins + .circuit(1) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') + + event.recipes.gtceu.greenhouse('tfg:chorus_helium') + .itemInputs('8x tfg:lunar_chorus_flower') + .inputFluids(Fluid.of('gtceu:helium_3', 2000)) + .itemOutputs('32x minecraft:chorus_fruit') + .chancedOutput('8x tfg:lunar_chorus_flower', 7500, 0) + .chancedOutput('8x tfg:lunar_chorus_flower', 5000, 0) + .duration(12000) // 30 mins + .circuit(2) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') + + event.recipes.gtceu.fermenter('tfg:chorus') + .itemInputs('minecraft:chorus_fruit') + .inputFluids(Fluid.of('gtceu:biomass', 20)) + .chancedOutput('ae2:ender_dust', 100, 100) + .outputFluids(Fluid.of('gtceu:nitrogen', 100)) + .duration(10 * 20) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') + + // Lightblooms + event.recipes.gtceu.greenhouse('tfg:lightbloom') + .itemInputs('32x minecraft:twisting_vines') + .itemOutputs('64x minecraft:twisting_vines') + .chancedOutput('minecraft:pearlescent_froglight', 2500, 0) + .chancedOutput('minecraft:verdant_froglight', 2500, 0) + .chancedOutput('minecraft:ochre_froglight', 2500, 0) + .duration(36000) // 30 mins + .circuit(1) + .EUt(GTValues.VA[GTValues.LV]) + .dimension('ad_astra:moon') + + event.recipes.gtceu.greenhouse('tfg:lightbloom_helium') + .itemInputs('32x minecraft:twisting_vines') + .inputFluids(Fluid.of('gtceu:helium_3', 2000)) + .itemOutputs('64x minecraft:twisting_vines') + .chancedOutput('minecraft:pearlescent_froglight', 2500, 0) + .chancedOutput('minecraft:verdant_froglight', 2500, 0) + .chancedOutput('minecraft:ochre_froglight', 2500, 0) + .duration(12000) // 30 mins + .circuit(2) + .EUt(GTValues.VA[GTValues.LV]) + .dimension('ad_astra:moon') + + event.recipes.gtceu.brewery('biomass_from_twisting_vines') + .itemInputs('minecraft:twisting_vines') + .inputFluids(Fluid.of('minecraft:water', 20)) + .outputFluids(Fluid.of('gtceu:biomass', 20)) + .duration(50) + .EUt(3) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.terrariums.js b/kubejs/server_scripts/tfg/recipes.terrariums.js index 487e3fa0d..a8df502cd 100644 --- a/kubejs/server_scripts/tfg/recipes.terrariums.js +++ b/kubejs/server_scripts/tfg/recipes.terrariums.js @@ -146,19 +146,6 @@ function registerTFGTerrariumRecipes(event) { }).id('tfg:shaped/end_crystal') // chorus fruit - - event.recipes.gtceu.large_chemical_reactor('tfg:chorus_fruit_uranium') - .itemInputs('#tfc:foods/fruits', 'gtceu:uranium_235_dust') - .itemOutputs('minecraft:chorus_fruit', 'gtceu:uranium_dust') - .duration(500) - .EUt(480) - .circuit(1) - - event.recipes.gtceu.large_chemical_reactor('tfg:chorus_fruit_plutonium') - .itemInputs('#tfc:foods/fruits', 'gtceu:plutonium_241_dust') - .itemOutputs('minecraft:chorus_fruit', 'gtceu:plutonium_dust') - .duration(200) - .EUt(480) event.recipes.gtceu.large_chemical_reactor('tfg:kovarex') .itemInputs('40x gtceu:uranium_235_dust', '5x gtceu:uranium_dust') diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index 514ed3530..fd18990e5 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -565,9 +565,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:carrot_on_a_stick', 'minecraft:carrot', 'minecraft:pumpkin', - 'minecraft:pearlescent_froglight', - 'minecraft:verdant_froglight', - 'minecraft:ochre_froglight', 'minecraft:suspicious_stew', 'minecraft:mycelium', 'minecraft:farmland', From bfc4a46f686f4155cf192af1223c21b46e7c680b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 9 Jun 2025 23:21:36 +0100 Subject: [PATCH 118/246] remove ad-astra-giselle-addon, tweak netherite spacesuit recipes --- kubejs/server_scripts/ad_astra/recipes.js | 72 +++++++++-------------- pakku-lock.json | 47 --------------- 2 files changed, 28 insertions(+), 91 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index a1a614b24..dd593b608 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -3,7 +3,6 @@ const registerAdAstraRecipes = (event) => { event.remove({ mod: 'ad_astra' }) - event.remove({ mod: 'ad_astra_giselle_addon' }) //#region Rocket parts @@ -106,41 +105,34 @@ const registerAdAstraRecipes = (event) => { C: 'tfg:polycaprolactam_fabric', D: '#forge:small_fluid_pipes/polyethylene' }).id('tfg:space_helmet') - - event.shaped('ad_astra:netherite_space_helmet', [ - 'AAA', - 'ADA', - 'BCB' - ], { - A: 'gtceu:laminated_glass', - B: '#forge:plates/titanium_tungsten_carbide', - C: '#forge:plates/polyphenylene_sulfide', - D: '#forge:small_fluid_pipes/polytetrafluoroethylene' - }).id('tfg:netherite_space_helmet') - + + event.recipes.gtceu.assembler('ad_astra:netherite_space_helmet') + .itemInputs( + 'ad_astra:space_helmet', + '3x #forge:plates/titanium_tungsten_carbide', + '3x #forge:plates/polyphenylene_sulfide', + '5x gtceu:laminated_glass' + ) + .itemOutputs('ad_astra:netherite_space_helmet') + .duration(400) + .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_suit', [ 'B B', 'ADA', 'BCB' ], { - A: 'ad_astra_giselle_addon:oxygen_can', + A: 'ad_astra:large_gas_tank', B: 'gtceu:carbon_fiber_plate', C: 'tfg:polycaprolactam_fabric', D: 'ad_astra:oxygen_gear' }).id('tfg:space_suit') - event.shaped('ad_astra:netherite_space_suit', [ - 'B B', - 'ADA', - 'BCB' - ], { - A: 'ad_astra_giselle_addon:netherite_oxygen_can', - B: '#forge:plates/titanium_tungsten_carbide', - C: '#forge:plates/polyphenylene_sulfide', - D: 'ad_astra:oxygen_gear' - }).id('tfg:netherite_space_suit') - + event.recipes.gtceu.assembler('ad_astra:netherite_space_suit') + .itemInputs('ad_astra:space_suit', '4x #forge:plates/titanium_tungsten_carbide', '4x #forge:plates/polyphenylene_sulfide') + .itemOutputs('ad_astra:netherite_space_suit') + .duration(400) + .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_pants', [ 'BAB', @@ -151,17 +143,12 @@ const registerAdAstraRecipes = (event) => { B: 'gtceu:carbon_fiber_plate', C: 'tfg:polycaprolactam_fabric' }).id('tfg:space_pants') - - event.shaped('ad_astra:netherite_space_pants', [ - 'BAB', - 'C C', - 'B B' - ], { - A: 'gtceu:ev_electric_motor', - B: '#forge:plates/titanium_tungsten_carbide', - C: '#forge:plates/polyphenylene_sulfide' - }).id('tfg:netherite_space_pants') - + + event.recipes.gtceu.assembler('ad_astra:netherite_space_pants') + .itemInputs('ad_astra:space_pants', '4x #forge:plates/titanium_tungsten_carbide', '4x #forge:plates/polyphenylene_sulfide') + .itemOutputs('ad_astra:netherite_space_pants') + .duration(400) + .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_boots', [ ' ', @@ -172,14 +159,11 @@ const registerAdAstraRecipes = (event) => { C: 'tfg:polycaprolactam_fabric' }).id('tfg:space_boots') - event.shaped('ad_astra:netherite_space_boots', [ - ' ', - 'C C', - 'B B' - ], { - B: '#forge:plates/titanium_tungsten_carbide', - C: '#forge:plates/polyphenylene_sulfide' - }).id('tfg:netherite_space_boots') + event.recipes.gtceu.assembler('ad_astra:netherite_space_boots') + .itemInputs('ad_astra:space_boots', '2x #forge:plates/titanium_tungsten_carbide', '2x #forge:plates/polyphenylene_sulfide') + .itemOutputs('ad_astra:netherite_space_boots') + .duration(400) + .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:oxygen_gear', [ diff --git a/pakku-lock.json b/pakku-lock.json index 37eb3f710..c98e0407c 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -259,53 +259,6 @@ } ] }, - { - "pakku_id": "Do6AZHXmaMkf26V5", - "pakku_links": [ - "QXBpbwRXpmbaHixl", - "18IuoLEIRdaY1Jqy", - "R14GIz0WdkeNLuXD", - "rjOX4EXWlGvG84kO" - ], - "type": "MOD", - "slug": { - "curseforge": "ad-astra-giselle-addon" - }, - "name": { - "curseforge": "Ad Astra: Giselle Addon" - }, - "id": { - "curseforge": "714958" - }, - "files": [ - { - "type": "curseforge", - "file_name": "Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6119/244/Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar", - "id": "6119244", - "parent_id": "714958", - "hashes": { - "sha1": "877b88e224cbcbee498ec9d58f3554dd89e36469", - "md5": "68d8d06a5277e289a242b4acdcf06313" - }, - "required_dependencies": [ - "714059", - "570073", - "704113", - "635042" - ], - "size": 458371, - "date_published": "2025-01-24T09:42:36.753Z" - } - ] - }, { "pakku_id": "txamn8WWF6EJ8Jcg", "type": "MOD", From e77ca60a26df9c62b082f890ef3a574dc121ef36 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 9 Jun 2025 23:21:48 +0100 Subject: [PATCH 119/246] revert new raw iron texture --- .../assets/minecraft/textures/item/raw_iron.png | Bin 422 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 kubejs/assets/minecraft/textures/item/raw_iron.png diff --git a/kubejs/assets/minecraft/textures/item/raw_iron.png b/kubejs/assets/minecraft/textures/item/raw_iron.png deleted file mode 100644 index 2bc97587b10d892e906d6861c0e0348becc9a38f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 422 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6mPZ!4!i{7P^_UAV_NVLiGaH=mon(;Vbveez4!VQy?|NmdwY~8DtE5+BTVc%zQ zfsud0wJn|R57o+lxBFgKP_US1?~EQc*WXWnA3vAz{g%A<>| z&G_q~w_hDC79_R&?%0qNRxF*!xu~{6G|k7YImvXs;+^ACs~>TN*-D?hx5tvPti}3sdCyhQ-M@Z%cSpo*EfDlZFqen^akIp zf_pbivfuV;&eOl?6)As>B_w%{;@PV5HRjm?Q&e9(Nt?Z6>Ze02AAW6OdAMK^Lp+;Q zJoA^Hw=4{+fAUP#J|TKYXh)x~$Z{M0*oH-q+u4)%{@i20`!09V8<$CQrPQ6a@Za?6 ze12Wim%-jf;`K4ti?$7>BHi*kv;J0IXKef1o@7|Zbl~%8`-v&)e?BDq;a;G)Uv*F9 Z{j`Wvyom|?Wef}q44$rjF6*2UngHqvv8Mn4 From 443ea6996a31ab7330d5783de1761106faab8b38 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 9 Jun 2025 23:33:00 +0100 Subject: [PATCH 120/246] forgor one of the giselle recipes --- kubejs/server_scripts/ad_astra/recipes.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index dd593b608..8f63e5fcd 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -201,21 +201,6 @@ const registerAdAstraRecipes = (event) => { C: 'gtceu:stainless_steel_fluid_cell' }).id('tfg:large_gas_tank') - - event.shapeless('ad_astra_giselle_addon:oxygen_can', ['#forge:tiny_fluid_pipes/polyethylene', 'ad_astra:gas_tank']) - .id('tfg:oxygen_can') - - event.shaped('ad_astra_giselle_addon:netherite_oxygen_can', [ - 'DBD', - 'ACA', - 'AAA' - ], { - A: '#forge:plates/titanium_tungsten_carbide', - B: '#forge:tiny_fluid_pipes/titanium', - C: 'gtceu:titanium_fluid_cell', - D: '#forge:plates/polyphenylene_sulfide' - }).id('tfg:netherite_oxygen_can') - //#endregion //#region Machines From faa21ecbaba2951a076de9b1513aa1f793afb744 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 9 Jun 2025 23:33:14 +0100 Subject: [PATCH 121/246] removed giselle quest --- config/ftbquests/quests/chapters/hv__high_voltage.snbt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index 7ed1a1ccc..cc2fbee75 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -1326,15 +1326,6 @@ } type: "item" } - { - id: "08B8FBA74D69C0C7" - item: { - Count: 1 - id: "ad_astra_giselle_addon:oxygen_can" - tag: { } - } - type: "item" - } ] x: 10.0d y: -1.0d From 0d62bfb3e6f8d76660d20f1abcdcb92efcae7dd8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 10 Jun 2025 01:03:39 +0100 Subject: [PATCH 122/246] langs --- kubejs/assets/ad_astra/lang/en_us.json | 3 +-- kubejs/assets/minecraft/lang/en_us.json | 3 +++ kubejs/assets/tfg/lang/en_us.json | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json index 44ea5ee20..d72cefb95 100644 --- a/kubejs/assets/ad_astra/lang/en_us.json +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -1,7 +1,6 @@ { "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", - "block.ad_astra.steel_cable": "Basic RF Cable", - "block.ad_astra.desh_cable": "Advanced RF Cable", + "block.ad_astra.oxygen_distributor": "Breathable Air Distributor", "block.ad_astra.moon_sand": "Lunar Sand", "block.ad_astra.moon_stone": "Raw Anorthosite", "block.ad_astra.moon_cobblestone": "Anorthosite Cobble", diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index 2d3ad508e..67d07fe0c 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -42,6 +42,9 @@ "block.minecraft.dripstone_block": "Raw Travertine", "block.minecraft.magma_block": "Pyroxenite Magma", "block.minecraft.twisting_vines": "Lightbloom Stem", + "block.minecraft.pearlescent_froglight": "Pearlescent Lightbloom", + "block.minecraft.verdant_froglight": "Verdant Lightbloom", + "block.minecraft.ochre_froglight": "Ochre Lightbloom", "item.minecraft.iron_nugget": "Cast Iron Nugget", "item.minecraft.iron_ingot": "Cast Iron Ingot", "item.minecraft.iron_block": "Cast Iron Block", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 888582fb0..66e74b0a0 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -287,6 +287,10 @@ "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "material.gtceu.asurine": "Asurine", + "material.tfg.compressed_nitrox": "Compressed Nitrox", + "material.tfg.compressed_heliox": "Compressed Heliox", + "material.tfg.compressed_heliox_3": "Compressed Heliox-3", + "material.tfg.compressed_trimix": "Compressed 50/30/20 Trimix", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", From 5b462bbb28b8dc7c7bfb174880c553874ae1cae2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 10 Jun 2025 02:13:26 +0100 Subject: [PATCH 123/246] compressed airs! --- kubejs/server_scripts/ad_astra/recipes.js | 8 ++--- kubejs/server_scripts/tfg/recipes.space.js | 37 ++++++++++++++++++++++ kubejs/server_scripts/tfg/tags.js | 6 ++++ kubejs/startup_scripts/tfg/materials.js | 31 ++++++++++++++++-- 4 files changed, 76 insertions(+), 6 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 8f63e5fcd..54c452043 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -383,7 +383,7 @@ const registerAdAstraRecipes = (event) => { ingredient: { fluid: 'gtceu:air' }, - millibuckets: 2 + millibuckets: 100 }, result: { fluid: 'ad_astra:oxygen', @@ -397,15 +397,15 @@ const registerAdAstraRecipes = (event) => { energy: 30, input: { ingredient: { - fluid: 'gtceu:oxygen' + tag: 'tfg:breathable_compressed_air' }, millibuckets: 1 }, result: { fluid: 'ad_astra:oxygen', - millibuckets: 100 + millibuckets: 200 } - }).id('ad_astra:oxygen_loading/air_from_oxygen_gas') + }).id('ad_astra:oxygen_loading/air_from_compressed') //#endregion diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 84e2c70df..047f7fa95 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -192,4 +192,41 @@ function registerTFGSpaceRecipes(event) { .outputFluids(Fluid.of('gtceu:biomass', 20)) .duration(50) .EUt(3) + + // Space suit gases + + event.recipes.gtceu.compressor('compressed_nitrox') + .inputFluids(Fluid.of('gtceu:nitrogen', 8000), Fluid.of('gtceu:oxygen', 2000)) + .outputFluids(Fluid.of('tfg:compressed_nitrox', 1000)) + .circuit(1) + .duration(100) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.compressor('compressed_heliox') + .inputFluids(Fluid.of('gtceu:helium', 8000), Fluid.of('gtceu:oxygen', 2000)) + .outputFluids(Fluid.of('tfg:compressed_heliox', 1000)) + .circuit(1) + .duration(100) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.compressor('compressed_heliox_3') + .inputFluids(Fluid.of('gtceu:helium_3', 8000), Fluid.of('gtceu:oxygen', 2000)) + .outputFluids(Fluid.of('tfg:compressed_heliox_3', 1000)) + .circuit(1) + .duration(100) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.compressor('compressed_trimix') + .inputFluids(Fluid.of('gtceu:nitrogen', 5000), Fluid.of('gtceu:oxygen', 3000), Fluid.of('gtceu:helium', 2000)) + .outputFluids(Fluid.of('tfg:compressed_trimix', 1000)) + .circuit(2) + .duration(100) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.compressor('compressed_trimix_3') + .inputFluids(Fluid.of('gtceu:nitrogen', 5000), Fluid.of('gtceu:oxygen', 3000), Fluid.of('gtceu:helium_3', 2000)) + .outputFluids(Fluid.of('tfg:compressed_trimix_3', 1000)) + .circuit(2) + .duration(100) + .EUt(GTValues.VA[GTValues.HV]) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 81073ba17..112abc34e 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -306,6 +306,12 @@ const registerTFGFluidTags = (event) => { event.add('tfc:usable_in_wooden_bucket', 'tfg:conifer_pitch') event.add('tfc:usable_in_red_steel_bucket', 'tfg:conifer_pitch') event.add('tfc:usable_in_blue_steel_bucket', 'tfg:conifer_pitch') + + event.add('tfg:breathable_compressed_air', 'tfg:compressed_nitrox') + event.add('tfg:breathable_compressed_air', 'tfg:compressed_heliox') + event.add('tfg:breathable_compressed_air', 'tfg:compressed_heliox_3') + event.add('tfg:breathable_compressed_air', 'tfg:compressed_trimix') + event.add('tfg:breathable_compressed_air', 'tfg:compressed_trimix_3') } diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index c4a724a3f..dab9032c9 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -50,8 +50,35 @@ const registerTFGMaterials = (event) => { .blastTemp(1760, 'low', 120, 1200) event.create('vitrified_asbestos') - .dust() + .dust() .fluid() .iconSet('glass') - .color(0xcccccc) + .color(0xcccccc) + + // Space suit gases (these all add up to 10B of components = 1B of space suit gas) + + event.create('tfg:compressed_nitrox') + .gas() + .components('8x nitrogen', '2x oxygen') + .color(0xaef5ef) + + event.create('tfg:compressed_heliox') + .gas() + .components('8x helium', '2x oxygen') + .color(0xf5eeb3) + + event.create('tfg:compressed_heliox_3') + .gas() + .components('8x helium_3', '2x oxygen') + .color(0xf5ea90) + + event.create('tfg:compressed_trimix') + .gas() + .components('5x nitrogen', '3x oxygen', '2x helium') + .color(0xc3fab9) + + event.create('tfg:compressed_trimix_3') + .gas() + .components('5x nitrogen', '3x oxygen', '2x helium_3') + .color(0xa3ed95) } From b93ff500d06ec22058f57c2c7e9b93b807bef0e8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 10 Jun 2025 02:13:38 +0100 Subject: [PATCH 124/246] whatever this is --- kubejs/server_scripts/gregtech/recipes.removes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index c882aa440..8194ae9c0 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -645,6 +645,8 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:wiremill/string_from_polycaprolactam' }) + event.remove({ id: 'gtceu:compressor/compress_certus_quartz_to_raw_ore_block' }) + // Remove vanilla Eye of Ender event.remove({ id: 'minecraft:ender_eye' }) From 31d21075e33e120de00310c21ec018c16b0a827e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 10 Jun 2025 02:13:48 +0100 Subject: [PATCH 125/246] antigravity! and zip gun tags --- kubejs/server_scripts/ad_astra/tags.js | 15 +++++++++++++-- kubejs/startup_scripts/gtceu/tag_prefixes.js | 2 ++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index e848080eb..3ed0f617a 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -24,6 +24,12 @@ const registerAdAstraFluidTags = (event) => { event.add('ad_astra:tier_1_rover_fuel', 'gtceu:cetane_boosted_diesel') event.add('ad_astra:tier_1_rover_fuel', 'gtceu:gasoline') event.add('ad_astra:tier_1_rover_fuel', 'gtceu:high_octane_gasoline') + + event.add('ad_astra:zip_gun_propellants', 'tfg:compressed_nitrox') + event.add('ad_astra:zip_gun_propellants', 'tfg:compressed_heliox') + event.add('ad_astra:zip_gun_propellants', 'tfg:compressed_heliox_3') + event.add('ad_astra:zip_gun_propellants', 'tfg:compressed_trimix') + event.add('ad_astra:zip_gun_propellants', 'tfg:compressed_trimix_3') } const registerAdAstraItemTags = (event) => { @@ -186,7 +192,6 @@ const registerAdAstraBiomeTags = (event) => { const registerAdAstraEntityTypeTags = (event) => { // moon - const MOON_ENTITIES = [ 'tfc:rat', 'minecraft:rabbit', @@ -195,11 +200,12 @@ const registerAdAstraEntityTypeTags = (event) => { 'minecraft:shulker_bullet', 'minecraft:skeleton', 'species:limpet', + 'species:birt', 'endermanoverhaul:windswept_hills_enderman', 'endermanoverhaul:soulsand_valley_enderman', 'endermanoverhaul:spirit', 'endermanoverhaul:end_enderman', - 'endermanoverhaul:end_islands_enderman' + 'endermanoverhaul:end_islands_enderman', ] MOON_ENTITIES.forEach(entity => { @@ -215,6 +221,11 @@ const registerAdAstraEntityTypeTags = (event) => { event.add('tfc:deals_piercing_damage', 'endermanoverhaul:end_enderman') event.add('tfc:deals_crushing_damage', 'endermanoverhaul:end_islands_enderman') event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler') + + event.add('tfg:ignores_gravity', 'minecraft:shulker_bullet') + event.add('tfg:ignores_gravity', 'endermanoverhaul:spirit') + event.add('tfg:ignores_gravity', 'species:birt') + event.add('tfg:ignores_gravity', 'ad_astra:star_crawler') } const registerAdAstraPlacedFeatures = (event) => { diff --git a/kubejs/startup_scripts/gtceu/tag_prefixes.js b/kubejs/startup_scripts/gtceu/tag_prefixes.js index 17fb5b148..3e15958a2 100644 --- a/kubejs/startup_scripts/gtceu/tag_prefixes.js +++ b/kubejs/startup_scripts/gtceu/tag_prefixes.js @@ -97,4 +97,6 @@ const registerGTCEuTagPrefixes = (event) => { TagPrefix.rawOreBlock.defaultTagPath("raw_ore_blocks/%s") TagPrefix.rawOreBlock.unformattedTagPath("raw_ore_blocks") + + TagPrefix.rawOre.setIgnored(GTMaterials.Iron); } \ No newline at end of file From d44f713041039d1ab29e41c7ebd2fe46da302726 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 10 Jun 2025 02:17:16 +0100 Subject: [PATCH 126/246] lang --- kubejs/assets/tfg/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 66e74b0a0..128a178dd 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -291,6 +291,7 @@ "material.tfg.compressed_heliox": "Compressed Heliox", "material.tfg.compressed_heliox_3": "Compressed Heliox-3", "material.tfg.compressed_trimix": "Compressed 50/30/20 Trimix", + "material.tfg.compressed_trimix_3": "Compressed 50/30/20 Trimix-3", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", From 33088aa174b900219611a52032da7b753793eb4d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 10 Jun 2025 20:13:03 +0100 Subject: [PATCH 127/246] rearranged food recipes into hopefully a good format? --- kubejs/server_scripts/firmalife/recipes.js | 301 --------- kubejs/server_scripts/tfc/recipes.js | 47 -- kubejs/server_scripts/tfc/recipes.machines.js | 165 +---- kubejs/server_scripts/tfg/recipes.food.js | 627 ++++++++++++++++++ kubejs/startup_scripts/firmalife/constants.js | 22 +- kubejs/startup_scripts/tfc/constants.js | 6 + 6 files changed, 652 insertions(+), 516 deletions(-) create mode 100644 kubejs/server_scripts/tfg/recipes.food.js diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 90d2e64f0..195b9745d 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -454,276 +454,6 @@ const registerFirmaLifeRecipes = (event) => { //#endregion - //#region Рецепты муки - - global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.macerator(`tfg:${element.name}`) - .itemInputs(element.input) - .itemOutputs(element.output) - .duration(200) - .EUt(2) - }) - - //#endregion - - //#region Рецепты теста - - global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.mixer(element.name) - .itemInputs(element.input, '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) - .itemOutputs(element.output) - .duration(300) - .EUt(16) - .circuit(2) - }) - - //#endregion - - //#region Рецепты плоского хлеба - - global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(element => { - event.smelting(element.output, element.input) - .id(`tfg:smelting/${element.name}`) - }) - - //#endregion - - //#region Смешивание в миске - - // Тесто для пиццы - event.recipes.gtceu.mixer('firmalife:food/pizza_dough_olive_oil') - .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') - .inputFluids(Fluid.of('tfc:olive_oil', 1000)) - .itemOutputs('4x firmalife:food/pizza_dough') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/pizza_dough_soybean_oil') - .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') - .inputFluids(Fluid.of('firmalife:soybean_oil', 1000)) - .itemOutputs('4x firmalife:food/pizza_dough') - .duration(300) - .EUt(16) - - // Vanilla Ice Cream - event.recipes.gtceu.mixer('firmalife:food/vanilla_ice_cream') - .itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla') - .inputFluids(Fluid.of('firmalife:cream', 1000)) - .itemOutputs('2x firmalife:food/vanilla_ice_cream') - .duration(300) - .EUt(16) - - // Pumpkin Pie Dough - event.recipes.gtceu.mixer('firmalife:food/pumpkin_pie_dough') - .itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('firmalife:food/pumpkin_pie_dough') - .duration(300) - .EUt(16) - .circuit(2) - - // Butter - event.recipes.gtceu.mixer('firmalife:food/butter') - .itemInputs('tfc:powder/salt') - .inputFluids(Fluid.of('firmalife:cream', 1000)) - .itemOutputs('firmalife:food/butter') - .duration(300) - .EUt(16) - - // Pie Dough - event.recipes.gtceu.mixer('firmalife:food/pie_dough') - .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('firmalife:food/pie_dough') - .duration(300) - .EUt(16) - .circuit(2) - - // Cookie Dough - event.recipes.gtceu.mixer('firmalife:food/cookie_dough') - .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla') - .itemOutputs('4x firmalife:food/cookie_dough') - .duration(300) - .EUt(16) - - // Hardtack Dough - event.recipes.gtceu.mixer('firmalife:food/hardtack_dough') - .itemInputs('tfc:powder/salt', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('4x firmalife:food/hardtack_dough') - .duration(300) - .EUt(16) - .circuit(2) - - // Yeast starter - event.recipes.gtceu.mixer('firmalife:yeast_starter') - .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) - .itemInputs('#tfc:foods/flour') - .outputFluids(Fluid.of('firmalife:yeast_starter', 600)) - .duration(1200) - .EUt(8) - .circuit(1) - - // Cocoa Powder - event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') - .itemInputs('gtceu:cocoa_dust') - .itemOutputs('4x firmalife:food/cocoa_powder') - .duration(100) - .EUt(2) - - event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') - .id(`tfg:quern/cocoa_powder`) - - event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') - .id('tfg:quern/cocoa_dust'); - - // Chocolate Ice Cream - event.recipes.gtceu.mixer('firmalife:food/chocolate_ice_cream') - .itemInputs('firmalife:food/vanilla_ice_cream') - .inputFluids(Fluid.of('firmalife:chocolate', 1000)) - .itemOutputs('firmalife:food/chocolate_ice_cream') - .duration(300) - .EUt(16) - - // White Chocolate Blend - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('minecraft:milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/yak_milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/goat_milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/coconut_milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.smelting('firmalife:food/white_chocolate', 'firmalife:food/white_chocolate_blend') - - // Dark Chocolate Blend - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('minecraft:milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/yak_milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/goat_milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/coconut_milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - event.smelting('firmalife:food/dark_chocolate', 'firmalife:food/dark_chocolate_blend') - - // Milk Chocolate Blend - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('minecraft:milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/yak_milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/goat_milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/coconut_milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.smelting('firmalife:food/milk_chocolate', 'firmalife:food/milk_chocolate_blend') - - // Strawberry Ice Cream - event.recipes.gtceu.mixer('firmalife:food/strawberry_ice_cream') - .itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry') - .itemOutputs('firmalife:food/strawberry_ice_cream') - .duration(300) - .EUt(16) - - // Hardtack Dough - event.recipes.gtceu.mixer('firmalife:food/chocolate_chip_cookie_dough') - .itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends') - .itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough') - .duration(300) - .EUt(16) - - //#endregion - - //#region Обжарка некоторой еды - - // Cooked Pizza - event.smelting('firmalife:food/cooked_pizza', 'firmalife:food/raw_pizza') - - // Taco Shell - event.smelting('firmalife:food/taco_shell', 'firmalife:food/corn_tortilla') - - // Sugar Cookie - event.smelting('firmalife:food/sugar_cookie', 'firmalife:food/cookie_dough') - - // Chocolate Chip Cookie - event.smelting('firmalife:food/chocolate_chip_cookie', 'firmalife:food/chocolate_chip_cookie_dough') - - // Hardtack - event.smelting('firmalife:food/hardtack', 'firmalife:food/hardtack_dough') - - // Cooked Pie - event.smelting('firmalife:food/cooked_pie', 'firmalife:food/filled_pie') - - // Roasted Cocoa Beans - event.smelting('firmalife:food/roasted_cocoa_beans', 'firmalife:food/cocoa_beans') - - // Pumpkin Pie - event.smelting('minecraft:pumpkin_pie', 'firmalife:food/raw_pumpkin_pie') - - //#endregion - //#region Sticky Resin by Vat event.recipes.firmalife.vat() @@ -759,28 +489,6 @@ const registerFirmaLifeRecipes = (event) => { // #endregion - // #region Smashed food - - event.recipes.gtceu.forge_hammer('firmalife:soybean_paste') - .itemInputs('firmalife:food/dehydrated_soybeans') - .itemOutputs('firmalife:food/soybean_paste') - .duration(20) - .EUt(7) - - event.recipes.gtceu.forge_hammer('firmalife:red_grapes') - .itemInputs('firmalife:food/red_grapes') - .itemOutputs('firmalife:food/smashed_red_grapes') - .duration(20) - .EUt(7) - - event.recipes.gtceu.forge_hammer('firmalife:white_grapes') - .itemInputs('firmalife:food/white_grapes') - .itemOutputs('firmalife:food/smashed_white_grapes') - .duration(20) - .EUt(7) - - // #endregion - // #region Drying mat alternatives event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/leafy_kelp' }).id('tfg:shaped/drying_mat_leafy_kelp') @@ -795,13 +503,4 @@ const registerFirmaLifeRecipes = (event) => { .circuit(5) .EUt(GTValues.VA[GTValues.ULV]) .duration(200) - - event.smelting('firmalife:food/dehydrated_soybeans', 'tfc:food/soybean') - - event.recipes.gtceu.fermenter('soybean_oil') - .itemInputs('firmalife:food/soybean_paste') - .inputFluids(Fluid.of('minecraft:water', 100)) - .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) - .EUt(GTValues.VA[GTValues.ULV]) - .duration(600) } diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index d23cb4aad..064774d05 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -34,44 +34,6 @@ const registerTFCRecipes = (event) => { //#endregion - //#region Рецепты зерен - - global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(element => { - - event.recipes.gtceu.macerator(`tfg:${element.name}`) - .itemInputs(element.input) - .itemOutputs(element.output) - .chancedOutput('tfc:straw', 7000, 500) - .duration(200) - .EUt(2) - - event.recipes.tfc.quern(element.output, element.input) - .id(`tfg:quern/${element.name}`) - }) - - //#endregion - - //#region Рецепты муки - - global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.macerator(`tfg:${element.name}`) - .itemInputs(element.input) - .itemOutputs(element.output) - .duration(200) - .EUt(2) - }) - - //#endregion - - //#region Рецепты обжарки мяса - - global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS.forEach(element => { - event.smelting(element.output, element.input) - .id(`tfg:smelting/${element.name}`) - }) - - //#endregion - //#region Рецепты обжарки форм global.TFC_FURNACE_MOLD_RECIPE_COMPONENTS.forEach(element => { @@ -126,15 +88,6 @@ const registerTFCRecipes = (event) => { //#endregion - //#region Рецепты хлеба - - global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(element => { - event.smelting(element.output, element.input) - .id(`tfg:smelting/${element.name}`) - }) - - //#endregion - event.shapeless('tfc:crucible', ['tfc:crucible']).id('tfg:empty_crucible') event.shapeless('2x minecraft:stick', ['#minecraft:saplings', '#forge:tools/knives']).id('tfg:strip_saplings') diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index ac2370124..44df72c83 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -117,20 +117,6 @@ function registerTFCMachineRecipes(event) { .duration(3200) .EUt(16) - //#region Рецепты плоского теста - - global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.mixer(element.name) - .itemInputs(element.input) - .inputFluids(Fluid.of('minecraft:water', 100)) - .itemOutputs(element.output) - .duration(300) - .EUt(16) - .circuit(3) - }) - - //#endregion - //#region Молды в ассемблере for (let i = 0; i < global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS.length; i++) { @@ -174,158 +160,9 @@ function registerTFCMachineRecipes(event) { .duration(2400) .EUt(16) - // Curdled milk - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') - .inputFluids(Fluid.of('minecraft:milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') - .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') - .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) - .duration(2400) - .EUt(16) - - //Curds - event.recipes.gtceu.fermenter('tfg:fermenter/milk_curd') - .inputFluids(Fluid.of('tfc:curdled_milk', 1000)) - .itemOutputs('firmalife:food/milk_curd') - .duration(1200) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/yak_curd') - .inputFluids(Fluid.of('firmalife:curdled_yak_milk', 1000)) - .itemOutputs('firmalife:food/yak_curd') - .duration(1200) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/goat_curd') - .inputFluids(Fluid.of('firmalife:curdled_goat_milk', 1000)) - .itemOutputs('firmalife:food/goat_curd') - .duration(1200) - .EUt(16) - - // Cheese wheels - event.recipes.gtceu.fermenter('tfg:fermenter/gouda_wheel') - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemInputs('3x firmalife:food/milk_curd') - .itemOutputs('firmalife:gouda_wheel') - .duration(12000) - .EUt(24) - - event.recipes.gtceu.fermenter('tfg:fermenter/shosha_wheel') - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemInputs('3x firmalife:food/yak_curd') - .itemOutputs('firmalife:shosha_wheel') - .duration(12000) - .EUt(24) - - event.recipes.gtceu.fermenter('tfg:fermenter/feta_wheel') - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemInputs('3x firmalife:food/goat_curd') - .itemOutputs('firmalife:feta_wheel') - .duration(12000) - .EUt(24) - - // Cutting - event.recipes.gtceu.cutter('tfg:cutter/gouda') - .itemInputs('firmalife:gouda_wheel') - .itemOutputs('4x firmalife:food/gouda') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/shosha') - .itemInputs('firmalife:shosha_wheel') - .itemOutputs('4x firmalife:food/shosha') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/feta') - .itemInputs('firmalife:feta_wheel') - .itemOutputs('4x firmalife:food/feta') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/cheddar') - .itemInputs('firmalife:cheddar_wheel') - .itemOutputs('4x firmalife:food/cheddar') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/chevre') - .itemInputs('firmalife:chevre_wheel') - .itemOutputs('4x firmalife:food/chevre') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/rajya_metok') - .itemInputs('firmalife:rajya_metok_wheel') - .itemOutputs('4x firmalife:food/rajya_metok') - .duration(40) - .EUt(7) - - // Misc - global.TFC_MILKS.forEach(milk => { - event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milk.id.replace(':', '_')}`) - .inputFluids(Fluid.of(milk.id, 1000)) - .outputFluids(Fluid.of('firmalife:cream')) - .circuit(6) - .duration(1200) - .EUt(24) - }) - - event.recipes.gtceu.mixer('tfg:mixer/tomato_sauce') - .itemInputs('firmalife:food/tomato_sauce_mix') - .inputFluids(Fluid.of('minecraft:water', 200)) - .itemOutputs('firmalife:food/tomato_sauce') - .duration(200) - .EUt(24) - //#endregion - //#region Оливки - - event.recipes.gtceu.macerator(`tfg:tfc/olive_paste`) - .itemInputs('tfc:food/olive') - .itemOutputs('2x tfc:olive_paste') - .duration(60) - .EUt(2) - - event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') - .inputFluids(Fluid.of('water', 200)) - .itemInputs('1x tfc:olive_paste') - .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) - .duration(200) - .EUt(28) - - event.recipes.gtceu.distillery('tfg:tfc/olive_oil') - .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) - .outputFluids(Fluid.of('tfc:olive_oil', 50)) - .duration(600) - .EUt(28) - - //#endregion - - // Vinegar and Brine - - global.TFC_ALCOHOL.forEach(alcohol => { - event.recipes.gtceu.fermenter(`tfg:tfc/vinegar/${alcohol.id.replace(':', '_')}`) - .itemInputs('#tfc:foods/fruits') - .inputFluids(Fluid.of(alcohol.id, 250)) - .outputFluids(Fluid.of('tfc:vinegar', 250)) - .duration(600) - .EUt(28) - }) + // Brine event.recipes.gtceu.mixer('tfg:tfc/brine') .inputFluids(Fluid.of('tfc:salt_water', 900)) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js new file mode 100644 index 000000000..d88c10d10 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -0,0 +1,627 @@ +// priority: 0 + +function registerTFGFoodRecipes(event) { + + //#region ================= Meat cooking ================= + + global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS.forEach(item => { + + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyFood().addTrait('firmalife:oven_baked') + ) + + event.recipes.gtceu.electric_oven(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(300) + .EUt(16) + }) + + //#endregion + //#region ================= Cutting grains ================= + + global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(item => { + + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyFood() + ) + + event.recipes.gtceu.food_processor(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(100) + .EUt(2) + }) + + //#endregion + //#region ================= Grains to flour ================= + + global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { + + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyFood() + ) + + event.recipes.gtceu.food_processor(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(100) + .EUt(2) + }) + + global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { + + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyFood() + ) + + event.recipes.gtceu.food_processor(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(100) + .EUt(2) + }) + + //#endregion + //#region ================= Dough ================= + + global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(item => { + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyOldestFood() + ) + + event.recipes.gtceu.food_processor(item.name) + .itemInputs(item.input) + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs(item.output) + .duration(300) + .EUt(16) + }) + + global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(item => { + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyOldestFood() + ) + + event.recipes.gtceu.food_processor(item.name) + .itemInputs(item.input) + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs(item.output) + .duration(300) + .EUt(16) + }) + + //#endregion + //#region ================= Baking bread ================= + + global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(item => { + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyFood().addTrait('firmalife:oven_baked') + ) + + event.recipes.gtceu.electric_oven(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(300) + .EUt(16) + }) + + global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(item => { + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).copyFood().addTrait('firmalife:oven_baked') + ) + + event.recipes.gtceu.electric_oven(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(300) + .EUt(16) + }) + + //#endregion + //#region ================= Firmalife ================= + + global.FIRMALIFE_COOKING_RECIPE_COMPONENTS.forEach(item => { + + registerTFCRecipeProperties(item.name, + [ TFC.ingredient.notRotten(item.input) ], + TFC.isp.of(item.output).firmaLifeCopyDynamicFood() + ) + + event.recipes.gtceu.electric_oven(item.name) + .itemInputs(item.input) + .itemOutputs(item.output) + .duration(300) + .EUt(16) + }) + + //#endregion + //#region ================= Dairy ================= + + global.TFC_CURDS_AND_CHEESES.forEach(item => { + + // Curds + registerTFCRecipeProperties(`${item.id}_curd`, + [], TFC.isp.of(item.curd).resetFood() + ) + + event.recipes.gtceu.food_processor(`${item.id}_curd`) + .inputFluids(Fluid.of(item.input_fluid, 1000)) + .itemOutputs(item.curd) + .duration(1200) + .EUt(16) + + // Sealed barrel cheese wheels + registerTFCRecipeProperties(`${item.id}_cheese_wheel_1`, + [ TFC.ingredient.notRotten(item.curd) ], + TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() + ) + + event.recipes.gtceu.food_processor(`${item.id}_cheese_wheel_1`) + .itemInputs(Item.of(item.curd, 3)) + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemOutputs(`firmalife:${item.cheese1}_wheel`) + .circuit(1) + .duration(8000) + .EUt(16) + + // Crafting table cheese wheels + registerTFCRecipeProperties(`${item.id}_cheese_wheel_2`, + [ TFC.ingredient.notRotten(item.curd) ], + TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() + ) + + event.recipes.gtceu.food_processor(`${item.id}_cheese_wheel_2`) + .itemInputs(Item.of(item.curd, 6), '3x tfc:powder/salt') + .itemOutputs(`firmalife:${item.cheese2}_wheel`) + .circuit(2) + .duration(300) + .EUt(16) + + // Cheese cutting + registerTFCRecipeProperties(`${item.cheese1}_cheese_cutting_1`, + [ TFC.ingredient.notRotten(`firmalife:${item.cheese1}_wheel`) ], + TFC.isp.of(`firmalife:food/${item.cheese1}`).copyOldestFood() + ) + + event.recipes.gtceu.food_processor(`${item.cheese1}_cheese_cutting_1`) + .itemInputs(`firmalife:${item.cheese1}_wheel`) + .itemOutputs(`4x firmalife:food/${item.cheese1}`) + .duration(100) + .EUt(7) + + registerTFCRecipeProperties(`${item.cheese2}_cheese_cutting_2`, + [ TFC.ingredient.notRotten(`firmalife:${item.cheese2}_wheel`) ], + TFC.isp.of(`firmalife:food/${item.cheese2}`).copyOldestFood() + ) + + event.recipes.gtceu.food_processor(`${item.cheese2}_cheese_cutting_2`) + .itemInputs(`firmalife:${item.cheese2}_wheel`) + .itemOutputs(`4x firmalife:food/${item.cheese2}`) + .duration(100) + .EUt(7) + }) + + // White Chocolate Blend + registerTFCRecipeProperties(`white_chocolate_blend`, + [ TFC.ingredient.notRotten('firmalife:food/cocoa_butter') ], + TFC.isp.of('firmalife:food/white_chocolate_blend').copyOldestFood()) + + event.recipes.gtceu.food_processor(`white_chocolate_blend`) + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('#tfc:milks', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .circuit(1) + .duration(300) + .EUt(16) + + // Dark Chocolate Blend + registerTFCRecipeProperties(`dark_chocolate_blend`, + [], TFC.isp.of('firmalife:food/dark_chocolate_blend').resetFood()) + + event.recipes.gtceu.food_processor(`dark_chocolate_blend`) + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('#tfc:milks', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .circuit(1) + .duration(300) + .EUt(16) + + // Milk Chocolate Blend + registerTFCRecipeProperties(`milk_chocolate_blend`, + [ TFC.ingredient.notRotten('firmalife:food/cocoa_butter') ], + TFC.isp.of('firmalife:food/milk_chocolate_blend').copyOldestFood()) + + event.recipes.gtceu.food_processor(`milk_chocolate_blend`) + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('#tfc:milks', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .circuit(2) + .duration(300) + .EUt(16) + + //#endregion + + //#region ================= Misc ================= + + registerTFCRecipeProperties('tomato_sauce', + [ TFC.ingredient.notRotten('tfc:food/tomato'), TFC.ingredient.notRotten('tfc:food/garlic') ], + TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood()) + + event.recipes.gtceu.food_processor('tomato_sauce') + .itemInputs('tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic') + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs('5x firmalife:food/tomato_sauce') + .duration(2000) + .EUt(7) + + registerTFCRecipeProperties('tomato_sauce_from_mix', + [ TFC.ingredient.notRotten("firmalife:food/tomato_sauce_mix") ], + TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood()) + + event.recipes.gtceu.food_processor('tomato_sauce_from_mix') + .itemInputs("firmalife:food/tomato_sauce_mix") + .inputFluids(Fluid.of('minecraft:water', 200)) + .itemOutputs('firmalife:food/tomato_sauce') + .duration(200) + .EUt(7) + + registerTFCRecipeProperties('olive_paste', + [ TFC.ingredient.notRotten('tfc:food/olive') ]) + + event.recipes.gtceu.food_processor(`olive_paste`) + .itemInputs('tfc:food/olive') + .itemOutputs('2x tfc:olive_paste') + .duration(60) + .EUt(2) + + registerTFCRecipeProperties('soybean_paste', + [ TFC.ingredient.notRotten('tfc:food/soybean') ]) + + event.recipes.gtceu.food_processor(`soybean_paste`) + .itemInputs('tfc:food/soybean') + .itemOutputs('2x firmalife:soybean_paste') + .duration(60) + .EUt(2) + + // Vinegar + global.TFC_ALCOHOL.forEach(alcohol => { + let name = `vinegar/${alcohol.id.replace(':', '_')}`; + + registerTFCRecipeProperties(name, + [ TFC.ingredient.notRotten('#tfc:foods/fruits') ]) + + event.recipes.gtceu.food_processor(name) + .itemInputs('#tfc:foods/fruits') + .inputFluids(Fluid.of(alcohol.id, 250)) + .outputFluids(Fluid.of('tfc:vinegar', 250)) + .circuit(5) + .duration(600) + .EUt(28) + }) + + // Pizzas + registerTFCRecipeProperties('pizza_dough_olive_oil', + [ TFC.ingredient.notRotten('#tfc:foods/dough') ], + TFC.isp.of('firmalife:food/pizza_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('pizza_dough_olive_oil') + .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') + .inputFluids(Fluid.of('tfc:olive_oil', 1000)) + .itemOutputs('4x firmalife:food/pizza_dough') + .duration(300) + .EUt(16) + + registerTFCRecipeProperties('pizza_dough_soybean_oil', + [ TFC.ingredient.notRotten('#tfc:foods/dough') ], + TFC.isp.of('firmalife:food/pizza_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('pizza_dough_soybean_oil') + .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') + .inputFluids(Fluid.of('firmalife:soybean_oil', 1000)) + .itemOutputs('4x firmalife:food/pizza_dough') + .duration(300) + .EUt(16) + + // Ice Cream + registerTFCRecipeProperties('vanilla_ice_cream', + [], TFC.isp.of('firmalife:food/vanilla_ice_cream').resetFood()) + + event.recipes.gtceu.food_processor('vanilla_ice_cream') + .itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla') + .inputFluids(Fluid.of('firmalife:cream', 1000)) + .itemOutputs('2x firmalife:food/vanilla_ice_cream') + .duration(300) + .EUt(16) + + registerTFCRecipeProperties('chocolate_ice_cream', + [ TFC.ingredient.notRotten('firmalife:food/vanilla_ice_cream') ], + TFC.isp.of('firmalife:food/chocolate_ice_cream').copyOldestFood()) + + event.recipes.gtceu.food_processor('chocolate_ice_cream') + .itemInputs('firmalife:food/vanilla_ice_cream') + .inputFluids(Fluid.of('firmalife:chocolate', 1000)) + .itemOutputs('firmalife:food/chocolate_ice_cream') + .duration(300) + .EUt(16) + + registerTFCRecipeProperties('strawberry_ice_cream', + [ TFC.ingredient.notRotten('firmalife:food/vanilla_ice_cream'), TFC.ingredient.notRotten('tfc:food/strawberry') ], + TFC.isp.of('firmalife:food/strawberry_ice_cream').copyOldestFood()) + + event.recipes.gtceu.food_processor('strawberry_ice_cream') + .itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry') + .itemOutputs('firmalife:food/strawberry_ice_cream') + .duration(300) + .EUt(16) + + // Butter + registerTFCRecipeProperties('butter', + [], TFC.isp.of('firmalife:food/butter').resetFood()) + + event.recipes.gtceu.food_processor('butter') + .itemInputs('tfc:powder/salt') + .inputFluids(Fluid.of('firmalife:cream', 1000)) + .itemOutputs('firmalife:food/butter') + .duration(300) + .EUt(16) + + // Pie Dough + registerTFCRecipeProperties('pie_dough', + [ TFC.ingredient.notRotten('firmalife:food/butter'), TFC.ingredient.notRotten('#tfc:foods/flour') ], + TFC.isp.of('firmalife:food/pie_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('pie_dough') + .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('firmalife:food/pie_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Pumpkin Pie Dough + registerTFCRecipeProperties('pumpkin_pie_dough', + [ TFC.ingredient.notRotten('#forge:eggs'), TFC.ingredient.notRotten('tfc:food/pumpkin_chunks'), TFC.ingredient.notRotten('#tfc:foods/flour') ], + TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('pumpkin_pie_dough') + .itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('firmalife:food/pumpkin_pie_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Cookie Dough + registerTFCRecipeProperties('cookie_dough', + [ TFC.ingredient.notRotten('firmalife:food/butter'), TFC.ingredient.notRotten('#tfc:foods/flour'), TFC.ingredient.notRotten('#forge:eggs') ], + TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('cookie_dough') + .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla') + .itemOutputs('4x firmalife:food/cookie_dough') + .duration(300) + .EUt(16) + + registerTFCRecipeProperties('chocolate_chip_cookie_dough', + [ TFC.ingredient.notRotten('firmalife:food/cookie_dough'), TFC.ingredient.notRotten('#firmalife:chocolate_blends') ], + TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('chocolate_chip_cookie_dough') + .itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends') + .itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough') + .duration(300) + .EUt(16) + + // Hardtack Dough + registerTFCRecipeProperties('hardtack_dough', + [ TFC.ingredient.notRotten('#tfc:foods/flour') ], + TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood()) + + event.recipes.gtceu.food_processor('hardtack_dough') + .itemInputs('tfc:powder/salt', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('4x firmalife:food/hardtack_dough') + .duration(300) + .EUt(16) + .circuit(4) + + // Yeast starter + registerTFCRecipeProperties('yeast_starter', + [ TFC.ingredient.notRotten('#tfc:foods/flour') ]) + + event.recipes.gtceu.food_processor('yeast_starter') + .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) + .itemInputs('#tfc:foods/flour') + .outputFluids(Fluid.of('firmalife:yeast_starter', 600)) + .duration(1200) + .EUt(8) + .circuit(1) + + // Cocoa Dust + registerTFCRecipeProperties('cocoa_dust', + [ TFC.ingredient.notRotten('firmalife:food/roasted_cocoa_beans') ]) + + event.recipes.gtceu.food_processor('cocoa_dust') + .itemInputs('firmalife:food/roasted_cocoa_beans') + .itemOutputs('gtceu:cocoa_dust') + .duration(100) + .EUt(2) + + // Soybean paste + registerTFCRecipeProperties('soybean_paste', + [ TFC.ingredient.notRotten('firmalife:food/dehydrated_soybeans') ]) + + event.recipes.gtceu.food_processor('soybean_paste') + .itemInputs('firmalife:food/dehydrated_soybeans') + .itemOutputs('firmalife:food/soybean_paste') + .duration(50) + .EUt(7) + + // Smashed red grapes + registerTFCRecipeProperties('red_grapes', + [ TFC.ingredient.notRotten('firmalife:food/red_grapes') ], + TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood()) + + event.recipes.gtceu.food_processor('red_grapes') + .itemInputs('firmalife:food/red_grapes') + .itemOutputs('firmalife:food/smashed_red_grapes') + .duration(50) + .EUt(7) + + // Smashed white grapes + registerTFCRecipeProperties('white_grapes', + [ TFC.ingredient.notRotten('firmalife:food/white_grapes') ], + TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood()) + + event.recipes.gtceu.food_processor('white_grapes') + .itemInputs('firmalife:food/white_grapes') + .itemOutputs('firmalife:food/smashed_white_grapes') + .duration(50) + .EUt(7) + + // Egg Noodles + registerTFCRecipeProperties('egg_noodles', + [ TFC.ingredient.notRotten("firmalife:foods/egg_noodle_flour"), TFC.ingredient.notRotten('#forge:eggs') ], + TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood()) + + event.recipes.gtceu.food_processor('egg_noodles') + .itemInputs("firmalife:foods/egg_noodle_flour", 'tfc:powder/salt', '#forge:eggs') + .inputFluids(Fluid.of('#tfc:milks', 1000)) + .itemOutputs('firmalife:food/raw_egg_noodles') + .duration(50) + .EUt(7) + + // Rice Noodles + registerTFCRecipeProperties('rice_noodles', + [ TFC.ingredient.notRotten("tfc:food/rice_flour"), TFC.ingredient.notRotten('tfc:food/maize_flour') ], + TFC.isp.of('firmalife:food/raw_rice_noodles').copyOldestFood()) + + event.recipes.gtceu.food_processor('rice_noodles') + .itemInputs("tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt') + .inputFluids(Fluid.of('#tfc:milks', 1000)) + .itemOutputs('2x firmalife:food/raw_egg_noodles') + .duration(50) + .EUt(7) + + // Cured Maize + registerTFCRecipeProperties('cured_maize', + [ TFC.ingredient.notRotten("tfc:food/maize_grain") ], + TFC.isp.of('firmalife:food/cured_maize').copyOldestFood()) + + event.recipes.gtceu.food_processor('cured_maize') + .itemInputs("tfc:food/maize_grain") + .inputFluids(Fluid.of('tfc:limewater', 100)) + .itemOutputs('firmalife:food/cured_maize') + .duration(300) + .EUt(7) + + // Soy Mixture + registerTFCRecipeProperties('soy_mixture', + [ TFC.ingredient.notRotten("tfc:food/soybean") ], + TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood()) + + event.recipes.gtceu.food_processor('soy_mixture') + .itemInputs("tfc:food/soybean", 'tfc:powder/salt') + .inputFluids(Fluid.of('minecraft:water', 50)) + .itemOutputs('firmalife:food/soy_mixture') + .duration(300) + .EUt(7) + + // Boiled Egg + registerTFCRecipeProperties('boiled_egg', + [ TFC.ingredient.notRotten('#firmalife:foods/raw_eggs') ], + TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood()) + + event.recipes.gtceu.food_processor('boiled_egg') + .itemInputs('#firmalife:foods/raw_eggs') + .inputFluids(Fluid.of('minecraft:water', 200)) + .itemOutputs('firmalife:food/boiled_egg') + .duration(200) + .EUt(7) + + // Cooked rice + registerTFCRecipeProperties('cooked_rice', + [ TFC.ingredient.notRotten('tfc:food/rice_grain') ], + TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood()) + + event.recipes.gtceu.food_processor('cooked_rice') + .itemInputs('tfc:food/rice_grain') + .inputFluids(Fluid.of('minecraft:water', 200)) + .itemOutputs('firmalife:food/cooked_rice') + .duration(200) + .EUt(7) + + // These don't need the ISP handling, they're just here to keep all the food recipes together + + event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') + .inputFluids(Fluid.of('water', 200)) + .itemInputs('1x tfc:olive_paste') + .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) + .duration(200) + .EUt(28) + + event.recipes.gtceu.distillery('tfg:tfc/olive_oil') + .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) + .outputFluids(Fluid.of('tfc:olive_oil', 50)) + .duration(600) + .EUt(28) + + event.recipes.gtceu.fermenter('soybean_oil') + .itemInputs('firmalife:food/soybean_paste') + .inputFluids(Fluid.of('minecraft:water', 100)) + .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) + .EUt(GTValues.VA[GTValues.ULV]) + .duration(600) + + event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${name}`) + .inputFluids(Fluid.of('#tfc:milks', 1000)) + .outputFluids(Fluid.of('firmalife:cream')) + .circuit(6) + .duration(1200) + .EUt(24) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') + .inputFluids(Fluid.of('minecraft:milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') + .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') + .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) + .duration(2400) + .EUt(16) + + // GT cocoa dust compat + event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') + .itemInputs('gtceu:cocoa_dust') + .itemOutputs('4x firmalife:food/cocoa_powder') + .duration(100) + .EUt(2) + + event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') + .id(`tfg:quern/cocoa_powder`) + + event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') + .id('tfg:quern/cocoa_dust'); + + //#endregion +} \ No newline at end of file diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index e0e9b6220..076a81f24 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -94,10 +94,6 @@ global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/nightshade_bush', fluid_amount: 6000, output: '3x firmalife:food/nightshade_berry', name: 'nightshade' }, ]; -global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS = [ - { input: 'firmalife:food/nixtamal', output: '2x firmalife:food/masa_flour', name: 'masa_flour' }, -]; - global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ { input: 'tfc:food/barley_flour', output: '4x firmalife:food/barley_dough', name: 'firmalife_barley_dough' }, { input: 'tfc:food/maize_flour', output: '4x firmalife:food/maize_dough', name: 'firmalife_maize_dough' }, @@ -117,3 +113,21 @@ global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS = [ { input: 'tfc:food/wheat_dough', output: 'firmalife:food/wheat_flatbread', name: 'wheat_flatbread' }, { input: 'firmalife:food/masa', output: 'firmalife:food/corn_tortilla', name: 'corn_tortilla' }, ]; + +global.FIRMALIFE_COOKING_RECIPE_COMPONENTS = [ + { input: 'firmalife:food/white_chocolate_blend', output: 'firmalife:food/white_chocolate', name: 'white_chocolate' }, + { input: 'firmalife:food/dark_chocolate_blend', output: 'firmalife:food/dark_chocolate', name: 'dark_chocolate' }, + { input: 'firmalife:food/milk_chocolate_blend', output: 'firmalife:food/milk_chocolate', name: 'milk_chocolate' }, + { input: 'firmalife:food/raw_pizza', output: 'firmalife:food/cooked_pizza', name: 'cooked_pizza' }, + { input: 'firmalife:food/corn_tortilla', output: 'firmalife:food/taco_shell', name: 'taco_shell' }, + { input: 'firmalife:food/cookie_dough', output: 'firmalife:food/sugar_cookie', name: 'sugar_cookie' }, + { input: 'firmalife:food/chocolate_chip_cookie_dough', output: 'firmalife:food/chocolate_chip_cookie', name: 'chocolate_chip_cookie' }, + { input: 'firmalife:food/hardtack_dough', output: 'firmalife:food/hardtack', name: 'hardtack' }, + { input: 'firmalife:food/filled_pie', output: 'firmalife:food/cooked_pie', name: 'cooked_pie' }, + { input: 'firmalife:food/cocoa_beans', output: 'firmalife:food/roasted_cocoa_beans', name: 'roasted_cocoa_beans' }, + { input: 'firmalife:food/raw_pumpkin_pie', output: 'firmalife:food/pumpkin_pie', name: 'pumpkin_pie' }, + { input: 'tfc:food/soybean', output: 'firmalife:food/dehydrated_soybeans', name: 'dehydrated_soybeans' }, + { input: 'firmalife:food/raw_lasagna', output: 'firmalife:food/cooked_lasagna', name: 'cooked_lasagna' }, + { input: 'firmalife:food/bacon', output: 'firmalife:food/cooked_bacon', name: 'cooked_bacon' }, + { input: '#firmalife:foods/slices', output: 'firmalife:food/toast', name: 'toast' } +]; \ No newline at end of file diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index ce425b1ff..1ffefc5bf 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -1019,6 +1019,12 @@ global.TFC_MILKS = [ {id: 'firmalife:coconut_milk'}, ]; +global.TFC_CURDS_AND_CHEESES = [ + { id: 'milk', input_fluid: 'tfc:curdled_milk', curd: 'firmalife:food/milk_curd', cheese1: 'gouda', cheese2: 'cheddar' }, + { id: 'yak', input_fluid: 'tfc:curdled_yak_milk', curd: 'firmalife:food/yak_curd', cheese1: 'shosha', cheese2: 'rajya_metok' }, + { id: 'goat', input_fluid: 'tfc:curdled_goat_milk', curd: 'firmalife:food/goat_curd', cheese1: 'feta', cheese2: 'chevre' }, +]; + global.TFC_ALCOHOL = [ {id: 'tfc:beer'}, {id: 'tfc:cider'}, From f8222895731efecc6fa201a10a876593ad6653e5 Mon Sep 17 00:00:00 2001 From: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:32:10 +1000 Subject: [PATCH 128/246] custom gregtech machines and logic to handle TFC recipes (#1160) * Change lv chem reactor quest to require any container with rubber instead of a rubber bucket Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> * Add placeholder assets for food machines (copied from gtceu) * remove greenhouse definition from kubejs * change greenhouse recipe * Rework recipes file --------- Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Signed-off-by: Pyritie Co-authored-by: Pyritie --- .../machines/food_oven/overlay_front.png | Bin 0 -> 248 bytes .../food_oven/overlay_front_active.png | Bin 0 -> 292 bytes .../overlay_front_active_emissive.png | Bin 0 -> 241 bytes .../food_oven/overlay_front_emissive.png | Bin 0 -> 149 bytes .../machines/food_processor/overlay_back.png | Bin 0 -> 75 bytes .../food_processor/overlay_back_active.png | Bin 0 -> 75 bytes .../overlay_back_active.png.mcmeta | 5 + .../machines/food_processor/overlay_front.png | Bin 0 -> 341 bytes .../food_processor/overlay_front_active.png | Bin 0 -> 683 bytes .../overlay_front_active.png.mcmeta | 5 + .../machines/food_processor/overlay_side.png | Bin 0 -> 334 bytes .../food_processor/overlay_side_active.png | Bin 0 -> 683 bytes .../overlay_side_active.png.mcmeta | 5 + .../machines/food_processor/overlay_top.png | Bin 0 -> 348 bytes .../food_processor/overlay_top_active.png | Bin 0 -> 542 bytes .../overlay_top_active.png.mcmeta | 5 + .../gregtech/recipes.machines.js | 2 +- kubejs/server_scripts/tfg/recipes.food.js | 926 +++++++++--------- kubejs/server_scripts/tfg/recipes.js | 1 + kubejs/startup_scripts/gtceu/machines.js | 62 -- kubejs/startup_scripts/gtceu/recipe_types.js | 7 - kubejs/startup_scripts/tfc/constants.js | 2 +- 22 files changed, 489 insertions(+), 531 deletions(-) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png.mcmeta diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..de1abfe728887db34f3c30f4eb6cbdf84aea2db9 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=pRfOCesk7g%kUsC6VENz9_$s*Ka#Lk*U)X& zGl^t{mJ9bd8+R=X;P%pdl~;7`3S&rnHsc+m=DS~+ehY>fxU8A+jpyH7yCajc7I!^h y^^5*e@hwFlp-MczZ-Qe&X=T|r%jUZbF*6sLEe;D@a*lz4fx*+&&t;ucLK6UxJzFOL literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9e6ea6739d56cd2a782cfb033e498966bbd628 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=;T#aA3K( z;KDJsgpJKI9XF_O}sGm5$oj>ITK{84j3@7g|t{oNIYraQDEC#$iTz= rK+4g9v&)g8-BG0dpaU}-8^f~WmispZs5mk(Ffe$!`njxgN@xNAnMh;s literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..4da15531758294c4b06ac119be05b106f4ae87fe GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=xx>8|qk*Bo~qW;Jlm zv{>QOy~ZM^?&$~p!zbn|>^eAQA>%Q&i|*&*ESW;N*n9${m{)KVuP{ErDCxkH_LxC} q?SN@hgOErw17mZWPC^0$!=78})Aruf6=7gtVDNPHb6Mw<&;$SiH%_ns literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..c20a1c9810d77b74d42b9829129c1c640700e925 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta new file mode 100644 index 000000000..dfae8cae1 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..5bd5b3654a3e463b7c814f8d5171d792abba52eb GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZly&BHt=$A zbUQ|JIBa2Dw@fWSOzVIFgUEG-=goTb7ZGd;UT251wsic1;Uyx=U%*~s$Qb>9)U3xBT1 z7FU~#@0FP$@Q(fTyO=Wd&8N@)FUxpz=H$Qj6r-P+5^Y;bR$bM4`nfWvT`6TlG&hn=2!msBl_iIg}buUIIDtELT z-XhoEUAX@C(y19!q`vOj@OA@V(akk7FAr>#y>>88>*^tnZG)Aa8G*GA2 zY0E^93zIXsZudQ7$d@{>U%Bf@f?`zmhI$)r{&P-e1Ao*_WoEKvSi`L2=JkG`U3c3? zX+Cx@{x~kyiR>8?k7p)YZJyH0kf2z?z?-Z$wQ)7G^@$7iuNln+HP1dQSn!1*h)vSD zc?L_B!Py^nE@x*5+B#U(--+{lU4Dau;T_AXx`y3N>b4F{j_eZx8h%G<$0%=DwC`H| zHRir%AGf{|8NLPVue_KwnUnAGPZ49O`oIr0g<1_lOCS3j3^P6k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZly zRc*Vw{CvYt1qDSN7BS~?S>Y*ej0&yO-``FC@#81AM6*frfye#v2TY6(WHERcZ)8}_ zs8I0vpfX!soSZ@3$8WL`Zw}uMPmq#KFlAU08SBV*rmd1Ojl=4|OQswLhX|fiP7I59 z3rtNLHw7@ZF)rA_W-0%KSAe0FQ73EzqX@HuCNGPFpQ*W7;)Q_A49Njs8jqy>tbCA_ j(C}!9&4q?WMh2&^K>{t(EAKKeFfe$!`njxgN@xNA5FU6o literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b3c4212bf3cb561d04212b7ed709c8d48a53b0 GIT binary patch literal 683 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU`XI#V_;wqx%g=T0|NtNage(c!@6@aFBupZ zSkfJR9T^xl_H+M9WMyDr;4JWnEM{Qf764(!waR--85o!xJY5_^BHZ6j-|NNfC~(|; z;|4>Iqyw9c9TzQ#I3nVd)os(X_WXn3A3WR4?3xzz_Nr~%c)?kivytVq>%Jpy7yew2 zEv_~f-zzgi;2rzvcQIw^n@^wpUzYLc%*lW4DMmjtCEB)>th%c8^mAoyZ(72~k1r*2 z*Xf>Cx9Xp2HdjVA%TFvt|A2k+$Ddzi-yTUSnRxbOd`Fma;>R;`clW$8HTbwMVu{~+ zeJQc#qUHKk+H06~wr#$uaj|T#!dgW>_KE*y&)8E@?D_Khtc;88@7J0{>t2jbRPJaw zyhX0RyKw#OrBgGeNPXS4;q3;#qMK`EULM#ed+lJH*3%h#=KGzV*mu}*X^c>HXrNB3 z)0T-I7ba(N-R^tFkS}#$zjD`+1jVTA4fQtM{O6p`2L7m<%FJZTu!dR3&FlR>yY9A) z(tPY*{Bc~Y6WKE)9?wj)+B~I~AwjW(fj3!iYU65V>k}93Uo)BuYMy;qu;2?r5SyfP z^9+_MgR?*ET+YrAv~{qmzZ2*Ay8H$Q!#kE&bq%|l)NLJ@9N8xXH2jXzj#1vQXy3K^ zYs`JkK5l&_GJFfzUwJWWGAG~VpCZOm^?@I13d7{};spyG_AV$oSiE3k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZlyrbl_Ax8*dxZZ>u> zn|>~q?V3&HW4RR?S{DK?Cro(yJn@BJU(@auP90_zg>>cYX#!$NKYsk=p23zVu%qxb z+u_Ik@dvUJ8S)s68ZsT&ZX9u7Sj}kgA^CnMt5pHaP(|sT*I~?J0N@lb8-$y zmiL$EO&%G)eF1@Q7*;dt-`m%`Nq}Lt1jhkh234T|o90DaEDll*Gv-fcUneQntFYCe v!Bnwv5tlSW=CPR*5*n^7vANLD$jC79Vq({kNSs54@I14-?iy0WW1wojxJ|%u40|Vn`PZ!4!5AV0r3_T792(+1ja-Ru4O|7V_fT6DI=>TQ2h$m-BfHu@8UB`o?b z$K1QOwDY3kf4>Rs&&{oF-cq<;>N{`ef!XH#{+2&qCEVXH{Up0=-Z8e{nd!MFOD>(h z|EFQw;gj;cY^j?gr978b+$pbh^nXA9&zc0T8w!q-q85rt_^DZTm4Dw-UgFa~m8*R5 zLa`mXQ!QFv*35Hu)-{;maiK!Z`Soh;kQuXst4joCd6i>KHzRwfHQ2%`W9~|N8{{)yiAW=rS-cFnGH9xvX TFC.ingredient.notRotten(ingredient) + + const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.machines.ISPOutputRecipeLogic") + const $SizedIngredient = Java.loadClass("com.gregtechceu.gtceu.api.recipe.ingredient.SizedIngredient") + + const Sized = (ing, amount) => $SizedIngredient.create(ing, amount) + + + /** + * @typedef {Object} FoodRecipeData + * @property {number?} circuit + * @property {number} duration + * @property {number} EUt + * @property {Internal.GTRecipeComponents$FluidIngredientJS_[]?} fluidInputs Fluid inputs behave normally + * @property {Internal.FluidStackJS[]?} fluidOutputs Fluid outputs behave normally + * @property {string[]?} itemInputHints Array of simple ingredients, used internally within gregtech. [NOT ACTUAL INPUTS] + * @property {string?} itemOutputHint Simple ingredient output, used internally within gregtech. [NOT ACTUAL OUTPUT] + * @property {Ingredient[]?} itemInputs Array of ingredients used when running a recipe. + * @property {Internal.ItemStackProviderJS?} itemOutputProvider ItemStackProvider which provides the recipe output. + */ + + /** + * **NOTE:** TFC Ingredients do not support item counts higher than 1. Do `Sized(TFCIngredient('item:item'), count)` instead of `TFCIngredient('[count]x item:item')` + * + * @param {"food_oven"|"food_processor"} type The recipe type + * @param {string} id The recipe id + * @param {FoodRecipeData} data Recipe data + */ + function registerFoodRecipe(type, id, data) { + if (data.fluidInputs === undefined) data.fluidInputs = [] + if (data.fluidOutputs === undefined) data.fluidOutputs = [] + if (data.itemInputHints === undefined) data.itemInputHints = [] + if (data.itemInputs === undefined) data.itemInputs = [] + + if ((data.itemOutputProvider === undefined && data.itemOutputHint !== undefined) || (data.itemOutputHint === undefined && data.itemOutputProvider !== undefined)) { + return console.error(`Invalid recipe ${type}[${id}]: itemOutputProvider & itemOutputHint do not match`) + } + if (data.itemOutputHint === undefined && data.fluidOutputs.length === 0) return console.error(`Invalid recipe ${type}[${id}]: No outputs`) + if (data.itemInputHints.length === 0 && data.fluidInputs.length === 0) return console.error(`Invalid recipe ${type}[${id}]: No inputs`) + if (data.itemInputHints.length !== data.itemInputs.length) return console.error(`Invalid recipe ${type}[${id}]: itemInputHints.length !== itemInputs.length`) + + for (let index = 0; index < data.itemInputs; index++) { + if (typeof data.itemInputs[index] === "string") data.itemInputs[index] = Ingredient.of(data.itemInputs[index]); + } + + $ISPRecipeLogic.RegisterRecipeData(type + "/" + id, data.itemInputs, (data.itemOutputProvider === undefined) ? null : data.itemOutputProvider.asCanonClass()) + + let r = event.recipes.gtceu[type](id) + .duration(data.duration) + .EUt(data.EUt) + + if (data.circuit) r.circuit(data.circuit) + if (data.itemOutputHint) r.itemOutputs(data.itemOutputHint) + if (data.itemInputHints.length > 0) r.itemInputs(data.itemInputHints) + if (data.fluidInputs.length > 0) r.inputFluids(data.fluidInputs); + if (data.fluidOutputs.length > 0) r.outputFluids(data.fluidOutputs); + } + //#region ================= Meat cooking ================= + + global.TFC_MEAT_RECIPE_COMPONENTS.forEach(item => { - global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS.forEach(item => { - - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyFood().addTrait('firmalife:oven_baked') - ) - - event.recipes.gtceu.electric_oven(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(300) - .EUt(16) + registerFoodRecipe("food_oven", item.name, { + duration: 300, + EUt: 16, + itemInputHints: [item.input], + itemOutputHint: item.output, + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyFood().addTrait("firmalife:oven_baked") + }) }) //#endregion //#region ================= Cutting grains ================= global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(item => { - - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyFood() - ) - - event.recipes.gtceu.food_processor(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(100) - .EUt(2) + registerFoodRecipe("food_processor", item.name, { + duration: 100, + EUt: 2, + itemInputHints: [item.input], + itemOutputHint: item.output, + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyOldestFood() + }) }) //#endregion //#region ================= Grains to flour ================= global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { - - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyFood() - ) - - event.recipes.gtceu.food_processor(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(100) - .EUt(2) + registerFoodRecipe("food_processor", item.name, { + duration: 100, + EUt: 2, + itemInputHints: [item.input], + itemOutputHint: item.output, + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyOldestFood() + }) + }) - global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { + // global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyFood() - ) + // registerTFCRecipeProperties("food_processor/" + item.name, + // [ NotRotten(item.input) ], + // TFC.isp.of(item.output).copyFood() + // ) - event.recipes.gtceu.food_processor(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(100) - .EUt(2) - }) + // event.recipes.gtceu.food_processor(item.name) + // .itemInputs(item.input) + // .itemOutputs(item.output) + // .duration(100) + // .EUt(2) + // }) //#endregion //#region ================= Dough ================= global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(item => { - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyOldestFood() - ) - event.recipes.gtceu.food_processor(item.name) - .itemInputs(item.input) - .inputFluids(Fluid.of('minecraft:water', 100)) - .itemOutputs(item.output) - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", item.name, { + duration: 300, + EUt: 2, + itemInputHints: [item.input], + itemOutputHint: item.output, + fluidInputs: [Fluid.of('minecraft:water', 100)], + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyFood() + }) + }) global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(item => { - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyOldestFood() - ) - event.recipes.gtceu.food_processor(item.name) - .itemInputs(item.input) - .inputFluids(Fluid.of('minecraft:water', 100)) - .itemOutputs(item.output) - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", item.name, { + duration: 300, + EUt: 2, + itemInputHints: [item.input], + itemOutputHint: item.output, + fluidInputs: [Fluid.of('minecraft:water', 100)], + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyFood() + }) }) //#endregion //#region ================= Baking bread ================= global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(item => { - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyFood().addTrait('firmalife:oven_baked') - ) - event.recipes.gtceu.electric_oven(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(300) - .EUt(16) + registerFoodRecipe("food_oven", item.name, { + duration: 300, + EUt: 16, + itemInputHints: [item.input], + itemOutputHint: item.output, + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyFood().addTrait("firmalife:oven_baked") + }) + }) global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(item => { - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).copyFood().addTrait('firmalife:oven_baked') - ) - event.recipes.gtceu.electric_oven(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(300) - .EUt(16) + registerFoodRecipe("food_oven", item.name, { + duration: 300, + EUt: 16, + itemInputHints: [item.input], + itemOutputHint: item.output, + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).copyFood().addTrait("firmalife:oven_baked") + }) }) //#endregion @@ -131,16 +188,14 @@ function registerTFGFoodRecipes(event) { global.FIRMALIFE_COOKING_RECIPE_COMPONENTS.forEach(item => { - registerTFCRecipeProperties(item.name, - [ TFC.ingredient.notRotten(item.input) ], - TFC.isp.of(item.output).firmaLifeCopyDynamicFood() - ) - - event.recipes.gtceu.electric_oven(item.name) - .itemInputs(item.input) - .itemOutputs(item.output) - .duration(300) - .EUt(16) + registerFoodRecipe("food_oven", item.name, { + duration: 300, + EUt: 16, + itemInputHints: [item.input], + itemOutputHint: item.output, + itemInputs: [NotRotten(item.input)], + itemOutputProvider: TFC.isp.of(item.output).firmaLifeCopyDynamicFood() + }) }) //#endregion @@ -148,417 +203,368 @@ function registerTFGFoodRecipes(event) { global.TFC_CURDS_AND_CHEESES.forEach(item => { - // Curds - registerTFCRecipeProperties(`${item.id}_curd`, - [], TFC.isp.of(item.curd).resetFood() - ) + registerFoodRecipe("food_processor", `${item.curd}_curd`, { + duration: 1200, + EUt: 16, + itemOutputHint: item.curd, + fluidInputs: [Fluid.of(item.input_fluid, 1000)], + itemInputs: [], + itemOutputProvider: TFC.isp.of(item.curd).resetFood() + }) - event.recipes.gtceu.food_processor(`${item.id}_curd`) - .inputFluids(Fluid.of(item.input_fluid, 1000)) - .itemOutputs(item.curd) - .duration(1200) - .EUt(16) + registerFoodRecipe("food_processor", `${item.cheese1}_cheese_wheel_1`, { + duration: 8000, + EUt: 16, + itemInputHints: [`3x ${item.curd}`], + itemOutputHint: `firmalife:${item.cheese1}_wheel`, + fluidInputs: [Fluid.of('tfc:salt_water', 750)], + itemInputs: [ Sized(NotRotten(item.curd),3) ], + itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() + }) - // Sealed barrel cheese wheels - registerTFCRecipeProperties(`${item.id}_cheese_wheel_1`, - [ TFC.ingredient.notRotten(item.curd) ], - TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() - ) + registerFoodRecipe("food_processor", `${item.cheese2}_cheese_wheel_2`, { + circuit: 2, + duration: 1000, + EUt: 16, + itemInputHints: [`6x ${item.curd}`, `3x tfc:powder/salt`], + itemOutputHint: `firmalife:${item.cheese2}_wheel`, + itemInputs: [ Sized(NotRotten(item.curd), 6), Sized(Ingredient.of("tfc:powder/salt"), 3) ], + itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() + }) - event.recipes.gtceu.food_processor(`${item.id}_cheese_wheel_1`) - .itemInputs(Item.of(item.curd, 3)) - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemOutputs(`firmalife:${item.cheese1}_wheel`) - .circuit(1) - .duration(8000) - .EUt(16) + registerFoodRecipe("food_processor", `${item.cheese1}_cheese_cutting_1`, { + duration: 100, + EUt: 8, + itemInputHints: [`firmalife:${item.cheese1}_wheel`], + itemOutputHint: `4x firmalife:food/${item.cheese1}`, + itemInputs: [ NotRotten(`firmalife:${item.cheese1}_wheel`) ], + itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese1}`).copyOldestFood() + }) - // Crafting table cheese wheels - registerTFCRecipeProperties(`${item.id}_cheese_wheel_2`, - [ TFC.ingredient.notRotten(item.curd) ], - TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() - ) + registerFoodRecipe("food_processor", `${item.cheese2}_cheese_cutting_2`, { + duration: 100, + EUt: 8, + itemInputHints: [`firmalife:${item.cheese2}_wheel`], + itemOutputHint: `4x firmalife:food/${item.cheese2}`, + itemInputs: [ NotRotten(`firmalife:${item.cheese2}_wheel`) ], + itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese2}`).copyOldestFood() + }) - event.recipes.gtceu.food_processor(`${item.id}_cheese_wheel_2`) - .itemInputs(Item.of(item.curd, 6), '3x tfc:powder/salt') - .itemOutputs(`firmalife:${item.cheese2}_wheel`) - .circuit(2) - .duration(300) - .EUt(16) - - // Cheese cutting - registerTFCRecipeProperties(`${item.cheese1}_cheese_cutting_1`, - [ TFC.ingredient.notRotten(`firmalife:${item.cheese1}_wheel`) ], - TFC.isp.of(`firmalife:food/${item.cheese1}`).copyOldestFood() - ) - - event.recipes.gtceu.food_processor(`${item.cheese1}_cheese_cutting_1`) - .itemInputs(`firmalife:${item.cheese1}_wheel`) - .itemOutputs(`4x firmalife:food/${item.cheese1}`) - .duration(100) - .EUt(7) - - registerTFCRecipeProperties(`${item.cheese2}_cheese_cutting_2`, - [ TFC.ingredient.notRotten(`firmalife:${item.cheese2}_wheel`) ], - TFC.isp.of(`firmalife:food/${item.cheese2}`).copyOldestFood() - ) - - event.recipes.gtceu.food_processor(`${item.cheese2}_cheese_cutting_2`) - .itemInputs(`firmalife:${item.cheese2}_wheel`) - .itemOutputs(`4x firmalife:food/${item.cheese2}`) - .duration(100) - .EUt(7) }) - // White Chocolate Blend - registerTFCRecipeProperties(`white_chocolate_blend`, - [ TFC.ingredient.notRotten('firmalife:food/cocoa_butter') ], - TFC.isp.of('firmalife:food/white_chocolate_blend').copyOldestFood()) + registerFoodRecipe("food_processor", `white_chocolate_blend`, { + circuit: 1, + duration: 300, + EUt: 16, + itemInputHints: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputHint: '2x firmalife:food/white_chocolate_blend', + fluidInputs: [Fluid.of('#tfc:milks', 1000)], + itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_butter"), 2), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), + }) - event.recipes.gtceu.food_processor(`white_chocolate_blend`) - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('#tfc:milks', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .circuit(1) - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", `dark_chocolate_blend`, { + circuit: 1, + duration: 300, + EUt: 16, + itemInputHints: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], + itemOutputHint: '2x firmalife:food/dark_chocolate_blend', + fluidInputs: [Fluid.of('#tfc:milks', 1000)], + itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_powder"), 2), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), + }) - // Dark Chocolate Blend - registerTFCRecipeProperties(`dark_chocolate_blend`, - [], TFC.isp.of('firmalife:food/dark_chocolate_blend').resetFood()) - - event.recipes.gtceu.food_processor(`dark_chocolate_blend`) - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('#tfc:milks', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .circuit(1) - .duration(300) - .EUt(16) - - // Milk Chocolate Blend - registerTFCRecipeProperties(`milk_chocolate_blend`, - [ TFC.ingredient.notRotten('firmalife:food/cocoa_butter') ], - TFC.isp.of('firmalife:food/milk_chocolate_blend').copyOldestFood()) - - event.recipes.gtceu.food_processor(`milk_chocolate_blend`) - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('#tfc:milks', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .circuit(2) - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", `milk_chocolate_blend`, { + circuit: 2, + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputHint: '2x firmalife:food/milk_chocolate_blend', + fluidInputs: [Fluid.of('#tfc:milks', 1000)], + itemInputs: [ NotRotten("firmalife:food/cocoa_powder"), NotRotten('firmalife:food/cocoa_butter'), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), + }) //#endregion //#region ================= Misc ================= - registerTFCRecipeProperties('tomato_sauce', - [ TFC.ingredient.notRotten('tfc:food/tomato'), TFC.ingredient.notRotten('tfc:food/garlic') ], - TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood()) - - event.recipes.gtceu.food_processor('tomato_sauce') - .itemInputs('tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic') - .inputFluids(Fluid.of('minecraft:water', 100)) - .itemOutputs('5x firmalife:food/tomato_sauce') - .duration(2000) - .EUt(7) - - registerTFCRecipeProperties('tomato_sauce_from_mix', - [ TFC.ingredient.notRotten("firmalife:food/tomato_sauce_mix") ], - TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood()) - - event.recipes.gtceu.food_processor('tomato_sauce_from_mix') - .itemInputs("firmalife:food/tomato_sauce_mix") - .inputFluids(Fluid.of('minecraft:water', 200)) - .itemOutputs('firmalife:food/tomato_sauce') - .duration(200) - .EUt(7) - - registerTFCRecipeProperties('olive_paste', - [ TFC.ingredient.notRotten('tfc:food/olive') ]) - - event.recipes.gtceu.food_processor(`olive_paste`) - .itemInputs('tfc:food/olive') - .itemOutputs('2x tfc:olive_paste') - .duration(60) - .EUt(2) - - registerTFCRecipeProperties('soybean_paste', - [ TFC.ingredient.notRotten('tfc:food/soybean') ]) - - event.recipes.gtceu.food_processor(`soybean_paste`) - .itemInputs('tfc:food/soybean') - .itemOutputs('2x firmalife:soybean_paste') - .duration(60) - .EUt(2) - - // Vinegar - global.TFC_ALCOHOL.forEach(alcohol => { - let name = `vinegar/${alcohol.id.replace(':', '_')}`; - - registerTFCRecipeProperties(name, - [ TFC.ingredient.notRotten('#tfc:foods/fruits') ]) - - event.recipes.gtceu.food_processor(name) - .itemInputs('#tfc:foods/fruits') - .inputFluids(Fluid.of(alcohol.id, 250)) - .outputFluids(Fluid.of('tfc:vinegar', 250)) - .circuit(5) - .duration(600) - .EUt(28) + registerFoodRecipe("food_processor", "food_salting", { + duration: 10, + EUt: 16, + itemInputHints: ["#tfc:foods/can_be_salted", "tfc:powder/salt"], + itemOutputHint: "#tfc:foods/can_be_salted", + itemInputs: [TFC.ingredient.lacksTrait(NotRotten("#tfc:foods/can_be_salted"), "tfc:salted"), "tfc:powder/salt"], + itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:salted") }) - // Pizzas - registerTFCRecipeProperties('pizza_dough_olive_oil', - [ TFC.ingredient.notRotten('#tfc:foods/dough') ], - TFC.isp.of('firmalife:food/pizza_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "tomato_sauce", { + duration: 2000, + EUt: 8, + itemInputHints: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], + itemOutputHint: '5x firmalife:food/tomato_sauce', + fluidInputs: [Fluid.of('minecraft:water', 100)], + itemInputs: [NotRotten('tfc:food/tomato'), NotRotten('tfc:food/garlic'), "tfc:powder/salt"], + itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), + }) - event.recipes.gtceu.food_processor('pizza_dough_olive_oil') - .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') - .inputFluids(Fluid.of('tfc:olive_oil', 1000)) - .itemOutputs('4x firmalife:food/pizza_dough') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "tomato_sauce_from_mix", { + duration: 200, + EUt: 8, + itemInputHints: ['firmalife:food/tomato_sauce_mix'], + itemOutputHint: 'firmalife:food/tomato_sauce', + fluidInputs: [Fluid.of('minecraft:water', 200)], + itemInputs: [NotRotten("firmalife:food/tomato_sauce_mix")], + itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), + }) - registerTFCRecipeProperties('pizza_dough_soybean_oil', - [ TFC.ingredient.notRotten('#tfc:foods/dough') ], - TFC.isp.of('firmalife:food/pizza_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "olive_paste", { + duration: 60, + EUt: 8, + itemInputHints: ['tfc:food/olive'], + itemOutputHint: '2x tfc:olive_paste', + itemInputs: [NotRotten('tfc:food/olive')], + itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'), + }) - event.recipes.gtceu.food_processor('pizza_dough_soybean_oil') - .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') - .inputFluids(Fluid.of('firmalife:soybean_oil', 1000)) - .itemOutputs('4x firmalife:food/pizza_dough') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "soybean_paste", { + duration: 60, + EUt: 8, + itemInputHints: ['tfc:food/soybean'], + itemOutputHint: '2x tfc:soybean_paste', + itemInputs: [NotRotten('tfc:food/soybean')], + itemOutputProvider: TFC.isp.of('2x tfc:soybean_paste'), + }) + + // Vinegar + global.TFC_ALCOHOL.forEach(alcohol => { + let name = `vinegar_${alcohol.id.replace(':', '_')}`; - // Ice Cream - registerTFCRecipeProperties('vanilla_ice_cream', - [], TFC.isp.of('firmalife:food/vanilla_ice_cream').resetFood()) + registerFoodRecipe("food_processor", name, { + circuit: 5, + duration: 600, + EUt: 32, + itemInputHints: ['#tfc:foods/fruits'], + fluidInputs: [Fluid.of(alcohol.id, 250)], + fluidOutputs: [Fluid.of('tfc:vinegar', 250)], + }) - event.recipes.gtceu.food_processor('vanilla_ice_cream') - .itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla') - .inputFluids(Fluid.of('firmalife:cream', 1000)) - .itemOutputs('2x firmalife:food/vanilla_ice_cream') - .duration(300) - .EUt(16) + }) - registerTFCRecipeProperties('chocolate_ice_cream', - [ TFC.ingredient.notRotten('firmalife:food/vanilla_ice_cream') ], - TFC.isp.of('firmalife:food/chocolate_ice_cream').copyOldestFood()) + registerFoodRecipe("food_processor", "pizza_dough_olive_oil", { + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], + itemOutputHint: '4x firmalife:food/pizza_dough', + fluidInputs: [Fluid.of('tfc:olive_oil', 1000)], + itemInputs: ["firmalife:spice/basil_leaves", NotRotten("#tfc:foods/dough"), "tfc:powder/salt"], + itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() + }) - event.recipes.gtceu.food_processor('chocolate_ice_cream') - .itemInputs('firmalife:food/vanilla_ice_cream') - .inputFluids(Fluid.of('firmalife:chocolate', 1000)) - .itemOutputs('firmalife:food/chocolate_ice_cream') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "pizza_dough_soybean_oil", { + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], + itemOutputHint: '4x firmalife:food/pizza_dough', + fluidInputs: [Fluid.of('firmalife:soybean_oil', 1000)], + itemInputs: ["firmalife:spice/basil_leaves", NotRotten("#tfc:foods/dough"), "tfc:powder/salt"], + itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() + }) - registerTFCRecipeProperties('strawberry_ice_cream', - [ TFC.ingredient.notRotten('firmalife:food/vanilla_ice_cream'), TFC.ingredient.notRotten('tfc:food/strawberry') ], - TFC.isp.of('firmalife:food/strawberry_ice_cream').copyOldestFood()) + registerFoodRecipe("food_processor", "vanilla_ice_cream", { + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], + itemOutputHint: '2x firmalife:food/vanilla_ice_cream', + fluidInputs: [Fluid.of('firmalife:cream', 1000)], + itemInputs: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], + itemOutputProvider: TFC.isp.of("2x firmalife:food/vanilla_ice_cream").resetFood() + }) - event.recipes.gtceu.food_processor('strawberry_ice_cream') - .itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry') - .itemOutputs('firmalife:food/strawberry_ice_cream') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "chocolate_ice_cream", { + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:food/vanilla_ice_cream'], + itemOutputHint: 'firmalife:food/chocolate_ice_cream', + fluidInputs: [Fluid.of('firmalife:chocolate', 1000)], + itemInputs: [NotRotten('firmalife:food/vanilla_ice_cream')], + itemOutputProvider: TFC.isp.of("firmalife:food/chocolate_ice_cream").resetFood() + }) - // Butter - registerTFCRecipeProperties('butter', - [], TFC.isp.of('firmalife:food/butter').resetFood()) + registerFoodRecipe("food_processor", "strawberry_ice_cream", { + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:food/vanilla_ice_cream', 'firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], + itemOutputHint: 'firmalife:food/strawberry_ice_cream', + itemInputs: [NotRotten('firmalife:food/vanilla_ice_cream'), Sized(NotRotten("tfc:food/strawberry"), 2)], + itemOutputProvider: TFC.isp.of("firmalife:food/strawberry_ice_cream").resetFood() + }) - event.recipes.gtceu.food_processor('butter') - .itemInputs('tfc:powder/salt') - .inputFluids(Fluid.of('firmalife:cream', 1000)) - .itemOutputs('firmalife:food/butter') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "butter", { + duration: 300, + EUt: 16, + itemInputHints: ["tfc:powder/salt"], + itemOutputHint: "firmalife:food/buffer", + fluidInputs: [Fluid.of('firmalife:cream', 1000)], + itemInputs: ["tfc:powder/salt"], + itemOutputProvider: TFC.isp.of('firmalife:food/butter').resetFood() + }) - // Pie Dough - registerTFCRecipeProperties('pie_dough', - [ TFC.ingredient.notRotten('firmalife:food/butter'), TFC.ingredient.notRotten('#tfc:foods/flour') ], - TFC.isp.of('firmalife:food/pie_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "pie_dough", { + circuit: 2, + duration: 300, + EUt: 16, + itemInputHints: ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour'], + itemOutputHint: 'firmalife:food/pie_dough', + fluidInputs: [Fluid.of('minecraft:water', 1000)], + itemInputs: [NotRotten('firmalife:food/butter'), NotRotten('#tfc:foods/flour'), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('firmalife:food/pie_dough').copyOldestFood() + }) - event.recipes.gtceu.food_processor('pie_dough') - .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('firmalife:food/pie_dough') - .duration(300) - .EUt(16) - .circuit(2) + registerFoodRecipe("food_processor", "pumpkin_pie_dough", { + circuit: 2, + duration: 300, + EUt: 16, + itemInputHints: ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour'], + itemOutputHint: 'firmalife:food/pumpkin_pie_dough', + fluidInputs: [Fluid.of('minecraft:water', 1000)], + itemInputs: ['#tfc:sweetener', NotRotten('#forge:eggs'), Sized(NotRotten('tfc:food/pumpkin_chunks'), 2), NotRotten('#tfc:foods/flour')], + itemOutputProvider: TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood() + }) - // Pumpkin Pie Dough - registerTFCRecipeProperties('pumpkin_pie_dough', - [ TFC.ingredient.notRotten('#forge:eggs'), TFC.ingredient.notRotten('tfc:food/pumpkin_chunks'), TFC.ingredient.notRotten('#tfc:foods/flour') ], - TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "cookie_dough", { + duration: 300, + EUt: 16, + itemInputHints: ['#tfc:sweetener', '#forge:eggs', 'firmalife:food/butter', '#tfc:foods/flour', "firmalife:spice/vanilla"], + itemOutputHint: '4x firmalife:food/cookie_dough', + itemInputs: ['firmalife:spice/vanilla', '#tfc:sweetener', NotRotten('firmalife:food/butter'), NotRotten('#tfc:foods/flour'), NotRotten('#forge:eggs')], + itemOutputProvider: TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood() + }) - event.recipes.gtceu.food_processor('pumpkin_pie_dough') - .itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('firmalife:food/pumpkin_pie_dough') - .duration(300) - .EUt(16) - .circuit(2) + registerFoodRecipe("food_processor", "chocolate_chip_cookie_dough", { + duration: 300, + EUt: 16, + itemInputHints: ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'], + itemOutputHint: '4x firmalife:food/chocolate_chip_cookie_dough', + itemInputs: [Sized(NotRotten('firmalife:food/cookie_dough'), 4), NotRotten('#firmalife:chocolate_blends')], + itemOutputProvider: TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood() + }) - // Cookie Dough - registerTFCRecipeProperties('cookie_dough', - [ TFC.ingredient.notRotten('firmalife:food/butter'), TFC.ingredient.notRotten('#tfc:foods/flour'), TFC.ingredient.notRotten('#forge:eggs') ], - TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "hardtack_dough", { + duration: 300, + EUt: 16, + itemInputHints: ['tfc:powder/salt', '#tfc:foods/flour'], + itemOutputHint: '4x firmalife:food/hardtack_dough', + fluidInputs: [Fluid.of('minecraft:water', 1000)], + itemInputs: [NotRotten('#tfc:foods/flour'), "tfc:powder/salt"], + itemOutputProvider: TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood() + }) - event.recipes.gtceu.food_processor('cookie_dough') - .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla') - .itemOutputs('4x firmalife:food/cookie_dough') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "yeast_starter", { + duration: 1200, + EUt: 8, + circuit: 1, + fluidInputs: [Fluid.of('firmalife:yeast_starter', 100)], + fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], + itemInputHints: ['#tfc:foods/flour'], + itemInputs: [NotRotten('#tfc:foods/flour')] + }) - registerTFCRecipeProperties('chocolate_chip_cookie_dough', - [ TFC.ingredient.notRotten('firmalife:food/cookie_dough'), TFC.ingredient.notRotten('#firmalife:chocolate_blends') ], - TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "cocoa_dust", { + duration: 100, + EUt: 4, + itemInputHints: ["firmalife:food/roasted_cocoa_beans"], + itemOutputHint: "gtceu:cocoa_dust", + itemInputs: [NotRotten('firmalife:food/roasted_cocoa_beans')], + itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust") + }) - event.recipes.gtceu.food_processor('chocolate_chip_cookie_dough') - .itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends') - .itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough') - .duration(300) - .EUt(16) + registerFoodRecipe("food_processor", "soybean_paste", { + duration: 50, + EUt: 8, + itemInputHints: ["firmalife:food/dehydrated_soybeans"], + itemOutputHint: "firmalife:food/soybean_paste", + itemInputs: [NotRotten('firmalife:food/dehydrated_soybeans')], + itemOutputProvider: TFC.isp.of("firmalife:food/soybean_paste") + }) - // Hardtack Dough - registerTFCRecipeProperties('hardtack_dough', - [ TFC.ingredient.notRotten('#tfc:foods/flour') ], - TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood()) + registerFoodRecipe("food_processor", "red_grapes", { + duration: 50, + EUt: 8, + itemInputHints: ["firmalife:food/red_grapes"], + itemOutputHint: "firmalife:food/smashed_red_grapes", + itemInputs: [NotRotten('firmalife:food/red_grapes')], + itemOutputProvider: TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood() + }) - event.recipes.gtceu.food_processor('hardtack_dough') - .itemInputs('tfc:powder/salt', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('4x firmalife:food/hardtack_dough') - .duration(300) - .EUt(16) - .circuit(4) + registerFoodRecipe("food_processor", "white_grapes", { + duration: 50, + EUt: 8, + itemInputHints: ["firmalife:food/white_grapes"], + itemOutputHint: "firmalife:food/smashed_white_grapes", + itemInputs: [NotRotten('firmalife:food/white_grapes')], + itemOutputProvider: TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood() + }) - // Yeast starter - registerTFCRecipeProperties('yeast_starter', - [ TFC.ingredient.notRotten('#tfc:foods/flour') ]) + registerFoodRecipe("food_processor", "egg_noodles", { + duration: 50, + EUt: 8, + itemInputHints: ["firmalife:foods/egg_noodle_flour", 'tfc:powder/salt', '#forge:eggs'], + itemOutputHint: 'firmalife:food/raw_egg_noodles', + itemInputs: [NotRotten("firmalife:foods/egg_noodle_flour"), NotRotten('#forge:eggs'), 'tfc:powder/salt'], + fluidInputs: [Fluid.of('#tfc:milks', 1000)], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), + }) - event.recipes.gtceu.food_processor('yeast_starter') - .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) - .itemInputs('#tfc:foods/flour') - .outputFluids(Fluid.of('firmalife:yeast_starter', 600)) - .duration(1200) - .EUt(8) - .circuit(1) + registerFoodRecipe("food_processor", "rice_noodles", { + duration: 50, + EUt: 8, + itemInputHints: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], + fluidInputs: [Fluid.of('#tfc:milks', 1000)], + itemOutputHint: '2x firmalife:food/raw_rice_noodles', + itemInputs: [NotRotten("tfc:food/rice_flour"), NotRotten('tfc:food/maize_flour'), 'tfc:powder/salt'], + itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() + }) - // Cocoa Dust - registerTFCRecipeProperties('cocoa_dust', - [ TFC.ingredient.notRotten('firmalife:food/roasted_cocoa_beans') ]) + registerFoodRecipe("food_processor", "cured_maize", { + duration: 300, + EUt: 8, + itemInputHints: ["tfc:food/maize_grain"], + itemOutputHint: "firmalife:food/cured_maize", + itemInputs: [NotRotten("tfc:food/maize_grain")], + itemOutputProvider: TFC.isp.of('firmalife:food/cured_maize').copyOldestFood() + }) - event.recipes.gtceu.food_processor('cocoa_dust') - .itemInputs('firmalife:food/roasted_cocoa_beans') - .itemOutputs('gtceu:cocoa_dust') - .duration(100) - .EUt(2) + registerFoodRecipe("food_processor", "soy_mixture", { + duration: 300, + EUt: 8, + itemInputHints: ["tfc:food/soybean", 'tfc:powder/salt'], + itemOutputHint: "firmalife:food/soy_mixture", + fluidInputs: [Fluid.of('minecraft:water', 50)], + itemInputs: [NotRotten("tfc:food/soybean"), "tfc:powder/salt"], + itemOutputProvider: TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood(), - // Soybean paste - registerTFCRecipeProperties('soybean_paste', - [ TFC.ingredient.notRotten('firmalife:food/dehydrated_soybeans') ]) + }) - event.recipes.gtceu.food_processor('soybean_paste') - .itemInputs('firmalife:food/dehydrated_soybeans') - .itemOutputs('firmalife:food/soybean_paste') - .duration(50) - .EUt(7) + registerFoodRecipe("food_oven", "boiled_egg", { + duration: 200, + EUt: 8, + itemInputHints: ["#firmalife:foods/raw_eggs"], + itemOutputHint: "firmalife:food/boiled_egg", + fluidInputs: [Fluid.of('minecraft:water', 200)], + itemInputs: [NotRotten('#firmalife:foods/raw_eggs')], + itemOutputProvider: TFC.isp.of('firmalife:food/boiled_egg').copyOldestFood() + }) - // Smashed red grapes - registerTFCRecipeProperties('red_grapes', - [ TFC.ingredient.notRotten('firmalife:food/red_grapes') ], - TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood()) - - event.recipes.gtceu.food_processor('red_grapes') - .itemInputs('firmalife:food/red_grapes') - .itemOutputs('firmalife:food/smashed_red_grapes') - .duration(50) - .EUt(7) - - // Smashed white grapes - registerTFCRecipeProperties('white_grapes', - [ TFC.ingredient.notRotten('firmalife:food/white_grapes') ], - TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood()) - - event.recipes.gtceu.food_processor('white_grapes') - .itemInputs('firmalife:food/white_grapes') - .itemOutputs('firmalife:food/smashed_white_grapes') - .duration(50) - .EUt(7) - - // Egg Noodles - registerTFCRecipeProperties('egg_noodles', - [ TFC.ingredient.notRotten("firmalife:foods/egg_noodle_flour"), TFC.ingredient.notRotten('#forge:eggs') ], - TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood()) - - event.recipes.gtceu.food_processor('egg_noodles') - .itemInputs("firmalife:foods/egg_noodle_flour", 'tfc:powder/salt', '#forge:eggs') - .inputFluids(Fluid.of('#tfc:milks', 1000)) - .itemOutputs('firmalife:food/raw_egg_noodles') - .duration(50) - .EUt(7) - - // Rice Noodles - registerTFCRecipeProperties('rice_noodles', - [ TFC.ingredient.notRotten("tfc:food/rice_flour"), TFC.ingredient.notRotten('tfc:food/maize_flour') ], - TFC.isp.of('firmalife:food/raw_rice_noodles').copyOldestFood()) - - event.recipes.gtceu.food_processor('rice_noodles') - .itemInputs("tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt') - .inputFluids(Fluid.of('#tfc:milks', 1000)) - .itemOutputs('2x firmalife:food/raw_egg_noodles') - .duration(50) - .EUt(7) - - // Cured Maize - registerTFCRecipeProperties('cured_maize', - [ TFC.ingredient.notRotten("tfc:food/maize_grain") ], - TFC.isp.of('firmalife:food/cured_maize').copyOldestFood()) - - event.recipes.gtceu.food_processor('cured_maize') - .itemInputs("tfc:food/maize_grain") - .inputFluids(Fluid.of('tfc:limewater', 100)) - .itemOutputs('firmalife:food/cured_maize') - .duration(300) - .EUt(7) - - // Soy Mixture - registerTFCRecipeProperties('soy_mixture', - [ TFC.ingredient.notRotten("tfc:food/soybean") ], - TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood()) - - event.recipes.gtceu.food_processor('soy_mixture') - .itemInputs("tfc:food/soybean", 'tfc:powder/salt') - .inputFluids(Fluid.of('minecraft:water', 50)) - .itemOutputs('firmalife:food/soy_mixture') - .duration(300) - .EUt(7) - - // Boiled Egg - registerTFCRecipeProperties('boiled_egg', - [ TFC.ingredient.notRotten('#firmalife:foods/raw_eggs') ], - TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood()) - - event.recipes.gtceu.food_processor('boiled_egg') - .itemInputs('#firmalife:foods/raw_eggs') - .inputFluids(Fluid.of('minecraft:water', 200)) - .itemOutputs('firmalife:food/boiled_egg') - .duration(200) - .EUt(7) - - // Cooked rice - registerTFCRecipeProperties('cooked_rice', - [ TFC.ingredient.notRotten('tfc:food/rice_grain') ], - TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood()) - - event.recipes.gtceu.food_processor('cooked_rice') - .itemInputs('tfc:food/rice_grain') - .inputFluids(Fluid.of('minecraft:water', 200)) - .itemOutputs('firmalife:food/cooked_rice') - .duration(200) - .EUt(7) + registerFoodRecipe("food_oven", "cooked_rice", { + duration: 200, + EUt: 8, + itemInputHints: ["tfc:food/rice_grain"], + itemOutputHint: "firmalife:food/cooked_rice", + fluidInputs: [Fluid.of('minecraft:water', 200)], + itemInputs: [NotRotten('tfc:food/rice_grain')], + itemOutputProvider: TFC.isp.of('firmalife:food/cooked_rice').copyOldestFood() + }) // These don't need the ISP handling, they're just here to keep all the food recipes together diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index eec0f9d35..0f4bc7713 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -14,4 +14,5 @@ const registerTFGRecipes = (event) => { registerTFGSupportRecipes(event) registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) + registerTFGFoodRecipes(event) } \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/machines.js b/kubejs/startup_scripts/gtceu/machines.js index 936294408..21cb9ddfd 100644 --- a/kubejs/startup_scripts/gtceu/machines.js +++ b/kubejs/startup_scripts/gtceu/machines.js @@ -1,7 +1,5 @@ // priority: 0 -//#region Greenhouse - const registerGTCEuMachines = (event) => { GTMachineUtils.registerCrate(GTMaterials.BismuthBronze, 54, "Bismuth Bronze Crate"); @@ -12,66 +10,6 @@ const registerGTCEuMachines = (event) => { const $SteamMulti = Java.loadClass('com.gregtechceu.gtceu.common.machine.multiblock.steam.SteamParallelMultiblockMachine'); const $Tags = Java.loadClass("dev.latvian.mods.kubejs.util.Tags") - event.create('greenhouse', 'multiblock') - .rotationState(RotationState.NON_Y_AXIS) - .recipeType('greenhouse') - .recipeModifiers([GTRecipeModifiers.OC_PERFECT]) - .appearanceBlock(GTBlocks.CASING_STEEL_SOLID) - .pattern(definition => FactoryBlockPattern.start() - .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "FFFFFFF") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CCCYCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .where('X', Predicates.blocks('ae2:quartz_glass')) - .where('F', Predicates.frames('steel')) - .where('D', Predicates.blocks('tfc:grass/silt') - .or(Predicates.blocks('tfc:dirt/loam')) - .or(Predicates.blocks('tfc:dirt/sandy_loam')) - .or(Predicates.blocks('tfc:dirt/silty_loam')) - .or(Predicates.blocks('tfc:grass/silt')) - .or(Predicates.blocks('tfc:grass/loam')) - .or(Predicates.blocks('tfc:grass/sandy_loam')) - .or(Predicates.blocks('tfc:grass/silty_loam'))) - .where('C', Predicates.blocks('gtceu:steel_machine_casing').or(Predicates.autoAbilities(definition.getRecipeTypes()))) - .where('#', Predicates.air() - .or(Predicates.blockTag($Tags.block("minecraft:logs"))) - .or(Predicates.blockTag($Tags.block("minecraft:leaves")))) - .where(' ', Predicates.any()) - .where('Y', Predicates.controller(Predicates.blocks(definition.get()))) - .build() - ) - .shapeInfo(controller => MultiblockShapeInfo.builder() - .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "F##W##F", "F##W##F", "F##W##F", "F#LWL#F", "F#LWL#F", "F#LLL#F", "F#####F", "FFFFFFF") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CitYfeC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .where('Y', controller, Direction.SOUTH) - .where('C', GTBlocks.STEEL_HULL.get()) - .where('D', Block.getBlock('tfc:grass/silt')) - .where('F', Block.getBlock('gtceu:steel_frame')) - .where('X', Block.getBlock('ae2:quartz_glass')) - .where('W', Block.getBlock('tfc:wood/log/oak')) - .where('L', Block.getBlock('tfc:wood/leaves/oak')) - .where(' ', Block.getBlock('minecraft:air')) - .where('i', GTMachines.ITEM_IMPORT_BUS[GTValues.ULV], Direction.SOUTH) - .where('t', GTMachines.ITEM_EXPORT_BUS[GTValues.ULV], Direction.SOUTH) - .where('f', GTMachines.FLUID_IMPORT_HATCH[GTValues.ULV], Direction.SOUTH) - .where('e', GTMachines.ENERGY_INPUT_HATCH[GTValues.LV], Direction.SOUTH) - .build() - ) - .workableCasingRenderer( - 'gtceu:block/casings/solid/machine_casing_solid_steel', - 'gtceu:block/multiblock/implosion_compressor', false - ) - - //#endregion - //#region Nether Dome event.create('nether_dome', 'multiblock') diff --git a/kubejs/startup_scripts/gtceu/recipe_types.js b/kubejs/startup_scripts/gtceu/recipe_types.js index 7ba54d0be..979ef3a46 100644 --- a/kubejs/startup_scripts/gtceu/recipe_types.js +++ b/kubejs/startup_scripts/gtceu/recipe_types.js @@ -1,13 +1,6 @@ // priority: 0 const registerGTCEuRecipeTypes = (event) => { - event.create('greenhouse') - .category('greenhouse') - .setEUIO('in') - .setMaxIOSize(3, 4, 1, 0) - .setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT) - .setSound(GTSoundEntries.BATH) - event.create('nether_dome') .category('nether_dome') .setEUIO('in') diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 1ffefc5bf..c4399dc21 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -852,7 +852,7 @@ global.TFC_BATCH_TO_BOTTLE_ASSEMBLING_RECIPE_COMPONENTS = [ { input: 'tfc:volcanic_glass_batch', output: 'tfc:volcanic_glass_bottle', name: 'volcanic_glass_bottle' }, ]; -global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS = [ +global.TFC_MEAT_RECIPE_COMPONENTS = [ { input: 'tfc:food/horse_meat', output: 'tfc:food/cooked_horse_meat', name: 'cooked_horse_meat' }, { input: 'tfc:food/bear', output: 'tfc:food/cooked_bear', name: 'cooked_bear' }, { input: 'tfc:food/mutton', output: 'tfc:food/cooked_mutton', name: 'cooked_mutton' }, From db1907f1a5a959ed5cd01e5b0154fa3132cfdad1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 20:38:22 +0100 Subject: [PATCH 129/246] pakku updates --- pakku-lock.json | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 981c19957..c9b4d2e92 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -7953,7 +7953,7 @@ "files": [ { "type": "curseforge", - "file_name": "tfclunchbox-1.20.1-1.0.0.10.jar", + "file_name": "tfclunchbox-1.20.1-1.0.0.12.jar", "mc_versions": [ "1.20.1" ], @@ -7962,18 +7962,16 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6633/524/tfclunchbox-1.20.1-1.0.0.10.jar", - "id": "6633524", + "url": "https://edge.forgecdn.net/files/6643/499/tfclunchbox-1.20.1-1.0.0.12.jar", + "id": "6643499", "parent_id": "1283445", "hashes": { - "sha1": "0b3dd4ed090848d136fc15586f5fb8212f1f19b0", - "md5": "c8835a37c829f86448b87601ac58cf9b" + "sha1": "cc2de84c55a6857c49eb5b60a9d128a696b8915c", + "md5": "ce2f05409aedb7d6b7312e20a4baed23" }, - "required_dependencies": [ - "302973" - ], - "size": 93079, - "date_published": "2025-06-09T15:46:48.850Z" + "required_dependencies": [], + "size": 95743, + "date_published": "2025-06-12T12:57:40.230Z" } ] }, @@ -8382,7 +8380,7 @@ "files": [ { "type": "curseforge", - "file_name": "TerraFirmaGreg-Core-Modern-0.6.7.jar", + "file_name": "TerraFirmaGreg-Core-Modern-0.6.8.jar", "mc_versions": [ "1.20.1" ], @@ -8391,19 +8389,19 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6613/427/TerraFirmaGreg-Core-Modern-0.6.7.jar", - "id": "6613427", + "url": "https://edge.forgecdn.net/files/6641/343/TerraFirmaGreg-Core-Modern-0.6.8.jar", + "id": "6641343", "parent_id": "513402", "hashes": { - "sha1": "76662e65565207a7682cafd39ef068e4c0a98516", - "md5": "7c41c1ca1a8a9edf0e9fb72bdf5ebf44" + "sha1": "989c76bb022dd8fdc0363c6ff9bdaa1665ff6571", + "md5": "ada07963205a8b7089d6b9664c833286" }, "required_dependencies": [ - "302973", - "890405" + "890405", + "302973" ], - "size": 297697, - "date_published": "2025-06-04T11:47:57.083Z" + "size": 297767, + "date_published": "2025-06-11T20:08:19.890Z" } ] }, From 8b18a4c7a62c0a5608022c6a936709540c0e84b5 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 21:52:37 +0100 Subject: [PATCH 130/246] update greenhouse quest --- config/ftbquests/quests/chapters/lv__low_voltage.snbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 425ba06f9..99169a273 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -1401,7 +1401,7 @@ subtitle: "{quests.low_voltage.lv_greenhouse.subtitle}" tasks: [{ id: "3EB01235ED295080" - item: "gtceu:greenhouse" + item: "tfg:electric_greenhouse" type: "item" }] title: "{quests.low_voltage.lv_greenhouse.title}" From a6402c63af371385db28040e85ca166ed1a4b54a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 21:53:15 +0100 Subject: [PATCH 131/246] update greenhouse tooltip --- kubejs/client_scripts/tooltips.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 9cbfe6003..b48aa1b7f 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -27,9 +27,8 @@ const registerTooltips = (event) => event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { text.add(1, text.of('§cSuperheat§r with Coke, Anthracite, or Flawless and Exquisite coal gems.')) }) - event.addAdvanced(['gtceu:greenhouse'], (item, advanced, text) => { + event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => { text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(2, text.of('Currently, due to a bug, sometimes outputs rotten food.')) text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { From 284de79e8c6ef8c61a00f3834136ce6ca5ec2a00 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 21:53:25 +0100 Subject: [PATCH 132/246] comment out coconut milk --- kubejs/startup_scripts/tfc/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index c4399dc21..c8d9a4ad1 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -1016,7 +1016,8 @@ global.TFC_MILKS = [ {id: 'minecraft:milk'}, {id: 'firmalife:yak_milk'}, {id: 'firmalife:goat_milk'}, - {id: 'firmalife:coconut_milk'}, + // Uncomment this if firmalife ever makes this obtainable + //{id: 'firmalife:coconut_milk'}, ]; global.TFC_CURDS_AND_CHEESES = [ From 36bc3c699c28e4c7a7d7bcc6dd56e296fc2cd416 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 22:39:25 +0100 Subject: [PATCH 133/246] langs --- kubejs/assets/gtceu/lang/en_us.json | 4 +++- kubejs/assets/tfg/lang/en_us.json | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 111f851a5..6541fb7d2 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -13,8 +13,10 @@ "block.gtceu.bismuth_bronze_drum": "Bismuth Bronze Drum", "gtceu.nether_dome": "Netherarium", "gtceu.end_dome": "Enderarium", - "gtceu.greenhouse": "Electric Greenhouse", + "tfg.greenhouse": "Electric Greenhouse", "gtceu.steam_bloomery": "Steam Bloomery", + "gtceu.food_oven": "Food Oven", + "gtceu.food_processor": "Food Processor", "item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp", "item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp", "item.gtceu.wood_dust": "Softwood Pulp", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f0a59c999..bfaf87674 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -167,6 +167,15 @@ "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", + "block.tfg.electric_greenhouse": "Electric Greenhouse", + "block.tfg.lv_food_processor": "Basic Food Processor", + "block.tfg.mv_food_processor": "§bAdvanced Food Processor§r", + "block.tfg.hv_food_processor": "§6Advanced Food Processor II§r", + "block.tfg.ev_food_processor": "§5Advanced Food Processor III§r", + "block.tfg.lv_food_oven": "Basic Electric Oven", + "block.tfg.mv_food_oven": "§bAdvanced Electric Oven§r", + "block.tfg.hv_food_oven": "§6Advanced Electric Oven II§r", + "block.tfg.ev_food_oven": "§5Advanced Electric Oven III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", From 2b2deb72fe062b18ad426bc07576b47ffebeb266 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 22:48:39 +0100 Subject: [PATCH 134/246] tooltip fix --- kubejs/client_scripts/tooltips.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index b48aa1b7f..213334b1a 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -29,7 +29,7 @@ const registerTooltips = (event) => }) event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => { text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { text.add(1, text.of('Artificial enviroment to simulate the Nether.')), From 86a141881d55730d81fed663e83e9b31af3cef32 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 12 Jun 2025 23:10:56 +0100 Subject: [PATCH 135/246] wrong food lang --- kubejs/assets/gtceu/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 6541fb7d2..7344697aa 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -13,7 +13,7 @@ "block.gtceu.bismuth_bronze_drum": "Bismuth Bronze Drum", "gtceu.nether_dome": "Netherarium", "gtceu.end_dome": "Enderarium", - "tfg.greenhouse": "Electric Greenhouse", + "gtceu.greenhouse": "Electric Greenhouse", "gtceu.steam_bloomery": "Steam Bloomery", "gtceu.food_oven": "Food Oven", "gtceu.food_processor": "Food Processor", From ffc210694524339bfd709d9620b0515792b7ee83 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 13 Jun 2025 00:39:27 +0100 Subject: [PATCH 136/246] recipe fixes --- kubejs/server_scripts/tfg/recipes.food.js | 156 +++++++++--------- kubejs/startup_scripts/firmalife/constants.js | 2 +- kubejs/startup_scripts/tfc/constants.js | 4 +- 3 files changed, 85 insertions(+), 77 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index eaf7afd06..98ab206e6 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -252,37 +252,70 @@ function registerTFGFoodRecipes(event) { }) - registerFoodRecipe("food_processor", `white_chocolate_blend`, { - circuit: 1, - duration: 300, - EUt: 16, - itemInputHints: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputHint: '2x firmalife:food/white_chocolate_blend', - fluidInputs: [Fluid.of('#tfc:milks', 1000)], - itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_butter"), 2), "#tfc:sweetener"], - itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), - }) + global.TFC_MILKS.forEach(milk => { + const milkID = milk.id.split(':')[1]; - registerFoodRecipe("food_processor", `dark_chocolate_blend`, { - circuit: 1, - duration: 300, - EUt: 16, - itemInputHints: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], - itemOutputHint: '2x firmalife:food/dark_chocolate_blend', - fluidInputs: [Fluid.of('#tfc:milks', 1000)], - itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_powder"), 2), "#tfc:sweetener"], - itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), - }) + registerFoodRecipe("food_processor", `white_chocolate_blend_from_${milkID}`, { + circuit: 1, + duration: 300, + EUt: 16, + itemInputHints: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputHint: '2x firmalife:food/white_chocolate_blend', + fluidInputs: [Fluid.of(milk.id, 1000)], + itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_butter"), 2), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), + }) - registerFoodRecipe("food_processor", `milk_chocolate_blend`, { - circuit: 2, - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputHint: '2x firmalife:food/milk_chocolate_blend', - fluidInputs: [Fluid.of('#tfc:milks', 1000)], - itemInputs: [ NotRotten("firmalife:food/cocoa_powder"), NotRotten('firmalife:food/cocoa_butter'), "#tfc:sweetener"], - itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), + registerFoodRecipe("food_processor", `dark_chocolate_blend_from_${milkID}`, { + circuit: 1, + duration: 300, + EUt: 16, + itemInputHints: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], + itemOutputHint: '2x firmalife:food/dark_chocolate_blend', + fluidInputs: [Fluid.of(milk.id, 1000)], + itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_powder"), 2), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), + }) + + registerFoodRecipe("food_processor", `milk_chocolate_blend_from_${milkID}`, { + circuit: 2, + duration: 300, + EUt: 16, + itemInputHints: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputHint: '2x firmalife:food/milk_chocolate_blend', + fluidInputs: [Fluid.of(milk.id, 1000)], + itemInputs: [ NotRotten("firmalife:food/cocoa_powder"), NotRotten('firmalife:food/cocoa_butter'), "#tfc:sweetener"], + itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), + }) + + registerFoodRecipe("food_processor", `egg_noodles_from_${milkID}`, { + circuit: 6, + duration: 50, + EUt: 8, + itemInputHints: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], + itemOutputHint: 'firmalife:food/raw_egg_noodles', + itemInputs: [NotRotten("#tfc:foods/flour"), NotRotten('#forge:eggs'), 'tfc:powder/salt'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), + }) + + registerFoodRecipe("food_processor", `rice_noodles_from_${milkID}`, { + duration: 50, + EUt: 8, + itemInputHints: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputHint: '2x firmalife:food/raw_rice_noodles', + itemInputs: [NotRotten("tfc:food/rice_flour"), NotRotten('tfc:food/maize_flour'), 'tfc:powder/salt'], + itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() + }) + + // No ISP needed here + event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milkID}`) + .inputFluids(Fluid.of(milk.id, 1000)) + .outputFluids(Fluid.of('firmalife:cream')) + .circuit(6) + .duration(1200) + .EUt(24) }) //#endregion @@ -330,10 +363,10 @@ function registerTFGFoodRecipes(event) { registerFoodRecipe("food_processor", "soybean_paste", { duration: 60, EUt: 8, - itemInputHints: ['tfc:food/soybean'], - itemOutputHint: '2x tfc:soybean_paste', - itemInputs: [NotRotten('tfc:food/soybean')], - itemOutputProvider: TFC.isp.of('2x tfc:soybean_paste'), + itemInputHints: ['firmalife:food/dehydrated_soybean'], + itemOutputHint: 'firmalife:food/soybean_paste', + itemInputs: [NotRotten('firmalife:food/dehydrated_soybean')], + itemOutputProvider: TFC.isp.of('firmalife:food/soybean_paste').copyOldestFood(), }) // Vinegar @@ -345,6 +378,7 @@ function registerTFGFoodRecipes(event) { duration: 600, EUt: 32, itemInputHints: ['#tfc:foods/fruits'], + itemInputs: [NotRotten('#tfc:foods/fruits')], fluidInputs: [Fluid.of(alcohol.id, 250)], fluidOutputs: [Fluid.of('tfc:vinegar', 250)], }) @@ -394,7 +428,7 @@ function registerTFGFoodRecipes(event) { registerFoodRecipe("food_processor", "strawberry_ice_cream", { duration: 300, EUt: 16, - itemInputHints: ['firmalife:food/vanilla_ice_cream', 'firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], + itemInputHints: ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], itemOutputHint: 'firmalife:food/strawberry_ice_cream', itemInputs: [NotRotten('firmalife:food/vanilla_ice_cream'), Sized(NotRotten("tfc:food/strawberry"), 2)], itemOutputProvider: TFC.isp.of("firmalife:food/strawberry_ice_cream").resetFood() @@ -479,15 +513,6 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust") }) - registerFoodRecipe("food_processor", "soybean_paste", { - duration: 50, - EUt: 8, - itemInputHints: ["firmalife:food/dehydrated_soybeans"], - itemOutputHint: "firmalife:food/soybean_paste", - itemInputs: [NotRotten('firmalife:food/dehydrated_soybeans')], - itemOutputProvider: TFC.isp.of("firmalife:food/soybean_paste") - }) - registerFoodRecipe("food_processor", "red_grapes", { duration: 50, EUt: 8, @@ -506,26 +531,6 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood() }) - registerFoodRecipe("food_processor", "egg_noodles", { - duration: 50, - EUt: 8, - itemInputHints: ["firmalife:foods/egg_noodle_flour", 'tfc:powder/salt', '#forge:eggs'], - itemOutputHint: 'firmalife:food/raw_egg_noodles', - itemInputs: [NotRotten("firmalife:foods/egg_noodle_flour"), NotRotten('#forge:eggs'), 'tfc:powder/salt'], - fluidInputs: [Fluid.of('#tfc:milks', 1000)], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), - }) - - registerFoodRecipe("food_processor", "rice_noodles", { - duration: 50, - EUt: 8, - itemInputHints: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], - fluidInputs: [Fluid.of('#tfc:milks', 1000)], - itemOutputHint: '2x firmalife:food/raw_rice_noodles', - itemInputs: [NotRotten("tfc:food/rice_flour"), NotRotten('tfc:food/maize_flour'), 'tfc:powder/salt'], - itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() - }) - registerFoodRecipe("food_processor", "cured_maize", { duration: 300, EUt: 8, @@ -550,20 +555,20 @@ function registerTFGFoodRecipes(event) { duration: 200, EUt: 8, itemInputHints: ["#firmalife:foods/raw_eggs"], - itemOutputHint: "firmalife:food/boiled_egg", + itemOutputHint: "tfc:food/boiled_egg", fluidInputs: [Fluid.of('minecraft:water', 200)], itemInputs: [NotRotten('#firmalife:foods/raw_eggs')], - itemOutputProvider: TFC.isp.of('firmalife:food/boiled_egg').copyOldestFood() + itemOutputProvider: TFC.isp.of('tfc:food/boiled_egg').copyOldestFood() }) registerFoodRecipe("food_oven", "cooked_rice", { duration: 200, EUt: 8, itemInputHints: ["tfc:food/rice_grain"], - itemOutputHint: "firmalife:food/cooked_rice", + itemOutputHint: "tfc:food/cooked_rice", fluidInputs: [Fluid.of('minecraft:water', 200)], itemInputs: [NotRotten('tfc:food/rice_grain')], - itemOutputProvider: TFC.isp.of('firmalife:food/cooked_rice').copyOldestFood() + itemOutputProvider: TFC.isp.of('tfc:food/cooked_rice').copyOldestFood() }) // These don't need the ISP handling, they're just here to keep all the food recipes together @@ -587,13 +592,6 @@ function registerTFGFoodRecipes(event) { .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) .EUt(GTValues.VA[GTValues.ULV]) .duration(600) - - event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${name}`) - .inputFluids(Fluid.of('#tfc:milks', 1000)) - .outputFluids(Fluid.of('firmalife:cream')) - .circuit(6) - .duration(1200) - .EUt(24) event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') .inputFluids(Fluid.of('minecraft:milk', 2000)) @@ -630,4 +628,14 @@ function registerTFGFoodRecipes(event) { .id('tfg:quern/cocoa_dust'); //#endregion + + event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') + event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') + event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') + event.replaceInput({id: 'gtceu:shaped/ev_food_processor'}, 'gtceu:ev_electric_piston', 'gtceu:titanium_whisk') + + event.replaceInput({id: 'gtceu:shaped/lv_food_oven'}, 'gtceu:lv_electric_piston', '#tfg:metal_bars') + event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') + event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') + event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') } \ No newline at end of file diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index 076a81f24..39407880c 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -125,7 +125,7 @@ global.FIRMALIFE_COOKING_RECIPE_COMPONENTS = [ { input: 'firmalife:food/hardtack_dough', output: 'firmalife:food/hardtack', name: 'hardtack' }, { input: 'firmalife:food/filled_pie', output: 'firmalife:food/cooked_pie', name: 'cooked_pie' }, { input: 'firmalife:food/cocoa_beans', output: 'firmalife:food/roasted_cocoa_beans', name: 'roasted_cocoa_beans' }, - { input: 'firmalife:food/raw_pumpkin_pie', output: 'firmalife:food/pumpkin_pie', name: 'pumpkin_pie' }, + { input: 'firmalife:food/raw_pumpkin_pie', output: 'minecraft:pumpkin_pie', name: 'pumpkin_pie' }, { input: 'tfc:food/soybean', output: 'firmalife:food/dehydrated_soybeans', name: 'dehydrated_soybeans' }, { input: 'firmalife:food/raw_lasagna', output: 'firmalife:food/cooked_lasagna', name: 'cooked_lasagna' }, { input: 'firmalife:food/bacon', output: 'firmalife:food/cooked_bacon', name: 'cooked_bacon' }, diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index c8d9a4ad1..819f1f696 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -1022,8 +1022,8 @@ global.TFC_MILKS = [ global.TFC_CURDS_AND_CHEESES = [ { id: 'milk', input_fluid: 'tfc:curdled_milk', curd: 'firmalife:food/milk_curd', cheese1: 'gouda', cheese2: 'cheddar' }, - { id: 'yak', input_fluid: 'tfc:curdled_yak_milk', curd: 'firmalife:food/yak_curd', cheese1: 'shosha', cheese2: 'rajya_metok' }, - { id: 'goat', input_fluid: 'tfc:curdled_goat_milk', curd: 'firmalife:food/goat_curd', cheese1: 'feta', cheese2: 'chevre' }, + { id: 'yak', input_fluid: 'firmalife:curdled_yak_milk', curd: 'firmalife:food/yak_curd', cheese1: 'shosha', cheese2: 'rajya_metok' }, + { id: 'goat', input_fluid: 'firmalife:curdled_goat_milk', curd: 'firmalife:food/goat_curd', cheese1: 'feta', cheese2: 'chevre' }, ]; global.TFC_ALCOHOL = [ From 35f950eb799d2f7b15295a9d4cc21a4c8930f8e1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 13 Jun 2025 13:06:56 +0100 Subject: [PATCH 137/246] started work on rewriting the readme --- .github/README.md | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/.github/README.md b/.github/README.md index 78fe64d0f..3f353927a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -3,14 +3,14 @@

TerraFirmaGreg - Modern

- Logo + Logo
- Join our Discord + Join our Discord - Available on CurseForge + Available on CurseForge

@@ -30,30 +30,36 @@ --- -## Survival Modpack as it Should've Been +## Survival Modpack as It Should've Been +*(Do we want to keep this tagline? it's a reference to TFC's, but it feels a little too pompous I think?)* -**TerraFirmaGreg-Modern** is a Forge modpack that redefines Minecraft survival by introducing realistic challenges alongside advanced technological mechanics. -In this modpack, you will be put to the task of taking control of untouched wilderness and turning it to an industrial wonderland. -Start from humble beginning picking up rocks, and end while traversing interstellar space (coming soon)! -The heart of the modpack is formed by two standout mods: +**TerraFirmaGreg-Modern** is a survival and tech modpack for Minecraft 1.20.1 Forge. +Embark on a technological journey, starting by banging rocks together, taming an untouched wilderness into an industrial wonderland, and ending with control over the very stars. -- **[TerraFirmaCraft]** - Renowned for its immersive survival mechanics and a unique, challenging approach. -- **[GregTech Modern]** - A pinnacle of technical mods that brings deep, complex machinery and automation into the mix. +Are you looking for a longer modpack where every step feels rewarding, and you're constantly building upon previous technologies in a way that feels seamless and natural? Do you want a modpack where every mod is carefully integrated instead of just thrown in? Do you dislike magic mods, or want to try a tech modpack that feels less "minecrafty" with its automation? Or do you just want to try out GregTech without losing years of your life? Then TerraFirmaGreg may be the modpack for you! -In addition to these core mods, TerraFirmaGreg-Modern includes several other compelling additions that enrich gameplay further: +The heart of the modpack is a tight integration between the two namesake mods: +- **[TerraFirmaCraft]** – A total overhaul mod renowned for its immersive survival mechanics +- **[GregTech Modern]** – An expansive tech mod famous for its realistic chemistry and deep, complex progession -- **[Applied Energistics]** – Cutting-edge storage and automation systems. -- **[Create]** – Innovative machinery and kinetic contraptions. +On top of these, other major mods help provide even more depth: +- **[Create]** and **[Greate]** – Start automating your problems away early with Create's kinetic machines, integrated seamlessly through Greate +- **[Ad Astra]** – Grow your factory even further beyond, with new logistic and survival problems to solve +- **[Applied Energistics 2]** – Cutting-edge storage and automation systems appropriate for an advanced era +Many new mechanics, tools, and dimensions are also built completely from the ground up just for TerraFirmaGreg! -Several hand-picked TFC and Create addons to provide even more depth. -Many other small mods tie everything together, and the modpack also integrates quests to help you navigate its complex world. +Other small mods and addons tie everything together, and an ingame book and quest system provide all the information you'll need to help you succeed. --- ## Development -Interested in contributing? For detailed setup instructions, coding standards, and guidelines, please refer to the [CONTRIBUTING.md](CONTRIBUTING.md). +This modpack is still a work in progress, and is constantly being updated. In its current state, the modpack is fully completable, and worlds will always be compatible with future versions. Clear instructions will be provided if you need to take any extra steps when updating. + +Interested in contributing? For detailed setup instructions, coding standards, and guidelines, please read [this](CONTRIBUTING.md). + +Want to help translate? Please read [this](../kubejs/README%20IF%20TRANSLATING.md) instead. --- @@ -66,5 +72,7 @@ Interested in contributing? For detailed setup instructions, coding standards, a [TerraFirmaCraft]: https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft [GregTech Modern]: https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern -[Applied Energistics]: https://www.curseforge.com/minecraft/mc-mods/ae2 +[Applied Energistics 2]: https://www.curseforge.com/minecraft/mc-mods/ae2 [Create]: https://www.curseforge.com/minecraft/mc-mods/create +[Greate]: https://www.curseforge.com/minecraft/mc-mods/greate +[Ad Astra]: https://www.curseforge.com/minecraft/mc-mods/ad-astra From 77d981c5fa206b04c4ba730d5679811df970c7f8 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:43:34 -0500 Subject: [PATCH 138/246] Update pakku-lock.json for lunchbox fix (#1164) * - Update pakku-lock.json for lunchbox fix * - Update pakku-lock.json --- pakku-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index c9b4d2e92..033dbd515 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -7953,7 +7953,7 @@ "files": [ { "type": "curseforge", - "file_name": "tfclunchbox-1.20.1-1.0.0.12.jar", + "file_name": "tfclunchbox-1.20.1-1.0.0.14.jar", "mc_versions": [ "1.20.1" ], @@ -7962,16 +7962,16 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6643/499/tfclunchbox-1.20.1-1.0.0.12.jar", - "id": "6643499", + "url": "https://edge.forgecdn.net/files/6646/846/tfclunchbox-1.20.1-1.0.0.14.jar", + "id": "6646846", "parent_id": "1283445", "hashes": { - "sha1": "cc2de84c55a6857c49eb5b60a9d128a696b8915c", - "md5": "ce2f05409aedb7d6b7312e20a4baed23" + "sha1": "de4051c4345290b9d99f2d26090ad466f112b3ec", + "md5": "ada6f65d0fc9785a34b9deb76c53e882" }, "required_dependencies": [], - "size": 95743, - "date_published": "2025-06-12T12:57:40.230Z" + "size": 95828, + "date_published": "2025-06-13T12:54:20.803Z" } ] }, From c8203a17ce5938ba80b02f34f97629064a7b1e14 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Fri, 13 Jun 2025 22:09:57 +0500 Subject: [PATCH 139/246] Update pakku-lock.json --- pakku-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pakku-lock.json b/pakku-lock.json index 033dbd515..3ba80dea1 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -2616,7 +2616,7 @@ { "pakku_id": "SG15bUHPcW2KqNGd", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "detected-setblock-be-gone" }, @@ -6714,6 +6714,7 @@ "id": { "curseforge": "585406" }, + "export": false, "files": [ { "type": "curseforge", From a6a5810b7e405e30b65b92ea4b686e6954ad1fc7 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Fri, 13 Jun 2025 22:11:48 +0500 Subject: [PATCH 140/246] bump --- CHANGELOG.md | 6 ++++++ pakku.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca77157fe..ebb94f903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog + ## [Unreleased] ### New features +### Bug fixes +### Changes + +## [0.9.11] - 13.06.2025 +### New features - Added back the vanilla stonecutter @Pyritie - Added our own recipes for crafting GregTech facades - 3 cast iron plates for 8 facades, or 3 titanium plates for 32 facades (#1145) @BlueBoat29 - Added create conductor recipes (#1144) @JeanRdSz diff --git a/pakku.json b/pakku.json index d6425913f..f3b69e9b5 100644 --- a/pakku.json +++ b/pakku.json @@ -1,6 +1,6 @@ { "name": "TerraFirmaGreg-Modern", - "version": "0.9.10", + "version": "0.9.11", "description": "An innovative modpack that contains GregTech and TerraFirmaCraft on 1.20.x.", "author": "Exception, Xikaro", "overrides": [ From 65f987dd4b9f2647fea2a5c82684a23a17ef8911 Mon Sep 17 00:00:00 2001 From: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:03:16 +1000 Subject: [PATCH 141/246] Add some more food recipes (#1166) * Change lv chem reactor quest to require any container with rubber instead of a rubber bucket Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> * Add placeholder assets for food machines (copied from gtceu) * remove greenhouse definition from kubejs * change greenhouse recipe * Rework recipes file * Modify food recipes * Add some more recipes * add more recipes and tidy up food recipe file * change incorrect string --------- Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Signed-off-by: Pyritie Co-authored-by: Pyritie --- kubejs/assets/tfg/lang/en_us.json | 5 + .../gregtech/recipes.machines.js | 12 - kubejs/server_scripts/tfg/recipes.food.js | 732 +++++++++--------- kubejs/startup_scripts/firmalife/constants.js | 27 +- kubejs/startup_scripts/tfc/constants.js | 66 +- 5 files changed, 408 insertions(+), 434 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index bfaf87674..6cc892d3e 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -176,6 +176,10 @@ "block.tfg.mv_food_oven": "§bAdvanced Electric Oven§r", "block.tfg.hv_food_oven": "§6Advanced Electric Oven II§r", "block.tfg.ev_food_oven": "§5Advanced Electric Oven III§r", + "block.tfg.lv_food_refrigerator": "Basic Refrigerator", + "block.tfg.mv_food_refrigerator": "§bAdvanced Refrigerator", + "block.tfg.hv_food_refrigerator": "§6Advanced Refrigerator II§r", + "block.tfg.ev_food_refrigerator": "§5Advanced Refrigerator III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -296,6 +300,7 @@ "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", + "tfg.tooltip.food_trait.refrigerating": "§9Refrigerating", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 338d49a76..7e90107f4 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -744,18 +744,6 @@ function registerGTCEuMachineRecipes(event) { // #endregion - // Контроллер теплицы - event.shaped('tfg:electric_greenhouse', [ - 'ABA', - 'CDC', - 'BCB' - ], { - A: '#gtceu:circuits/mv', - B: 'gtceu:copper_single_cable', - C: 'tfc:compost', - D: 'gtceu:solid_machine_casing' - }).id('tfg:shaped/greenhouse') - // Drums const DRUMS_AND_CRATES = [ 'bismuth_bronze', diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 98ab206e6..b28e87cc3 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -1,201 +1,187 @@ // priority: 0 /** - * * @param {Internal.RecipesEventJS} event */ - - function registerTFGFoodRecipes(event) { - /** - * @param {Internal.Ingredient} ingredient - */ - const NotRotten = (ingredient) => TFC.ingredient.notRotten(ingredient) - const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.machines.ISPOutputRecipeLogic") const $SizedIngredient = Java.loadClass("com.gregtechceu.gtceu.api.recipe.ingredient.SizedIngredient") - const Sized = (ing, amount) => $SizedIngredient.create(ing, amount) - /** * @typedef {Object} FoodRecipeData * @property {number?} circuit - * @property {number} duration - * @property {number} EUt - * @property {Internal.GTRecipeComponents$FluidIngredientJS_[]?} fluidInputs Fluid inputs behave normally - * @property {Internal.FluidStackJS[]?} fluidOutputs Fluid outputs behave normally - * @property {string[]?} itemInputHints Array of simple ingredients, used internally within gregtech. [NOT ACTUAL INPUTS] - * @property {string?} itemOutputHint Simple ingredient output, used internally within gregtech. [NOT ACTUAL OUTPUT] - * @property {Ingredient[]?} itemInputs Array of ingredients used when running a recipe. + * @property {Internal.GTRecipeComponents$FluidIngredientJS_[]?} fluidInputs + * @property {Internal.FluidStackJS[]?} fluidOutputs + * @property {(string | [string, Internal.Ingredient])[]?} itemInputs + * @property {string[]?} itemOutputs Ingredient outputs - first output is replaced with ISP output if defined * @property {Internal.ItemStackProviderJS?} itemOutputProvider ItemStackProvider which provides the recipe output. - */ + * + * **NOTE:** TFC Ingredients do not support item counts higher than 1. Do `Sized(TFCIngredient('item:item'), count)` instead of `TFCIngredient('[count]x item:item')` + */ + + //#region Helper funcs /** - * **NOTE:** TFC Ingredients do not support item counts higher than 1. Do `Sized(TFCIngredient('item:item'), count)` instead of `TFCIngredient('[count]x item:item')` - * - * @param {"food_oven"|"food_processor"} type The recipe type - * @param {string} id The recipe id - * @param {FoodRecipeData} data Recipe data + * @param {"food_oven"|"food_processor"} type + * @param {string} id + * @param {string} duration + * @param {string} EUt + * @param {FoodRecipeData} data */ - function registerFoodRecipe(type, id, data) { + function registerFoodRecipe(type, id, duration, EUt, data) { + if (data.itemInputs === undefined) data.itemInputs = [] + if (data.itemOutputs === undefined) data.itemOutputs = [] if (data.fluidInputs === undefined) data.fluidInputs = [] if (data.fluidOutputs === undefined) data.fluidOutputs = [] - if (data.itemInputHints === undefined) data.itemInputHints = [] - if (data.itemInputs === undefined) data.itemInputs = [] + let gregInputs = [], inputs= [] + let outputFirstIndex = (data.itemOutputProvider === undefined) ? 0 : 1 + data.itemInputs.forEach(item => { + if (typeof item === "string") { + gregInputs.push(item) - if ((data.itemOutputProvider === undefined && data.itemOutputHint !== undefined) || (data.itemOutputHint === undefined && data.itemOutputProvider !== undefined)) { - return console.error(`Invalid recipe ${type}[${id}]: itemOutputProvider & itemOutputHint do not match`) - } - if (data.itemOutputHint === undefined && data.fluidOutputs.length === 0) return console.error(`Invalid recipe ${type}[${id}]: No outputs`) - if (data.itemInputHints.length === 0 && data.fluidInputs.length === 0) return console.error(`Invalid recipe ${type}[${id}]: No inputs`) - if (data.itemInputHints.length !== data.itemInputs.length) return console.error(`Invalid recipe ${type}[${id}]: itemInputHints.length !== itemInputs.length`) + const match = item.match(/^(\d+)\s*x\s*/i); + let count = 1 + if (match) { + count = parseInt(match[1]); + item = item.slice(match[0].length); + } + inputs.push($SizedIngredient.create(item, count)) + } else { + gregInputs.push(item[0]) + inputs.push(item[1]) + } + }) - for (let index = 0; index < data.itemInputs; index++) { - if (typeof data.itemInputs[index] === "string") data.itemInputs[index] = Ingredient.of(data.itemInputs[index]); - } - - $ISPRecipeLogic.RegisterRecipeData(type + "/" + id, data.itemInputs, (data.itemOutputProvider === undefined) ? null : data.itemOutputProvider.asCanonClass()) + $ISPRecipeLogic.RegisterRecipeData(type + "/" + id, inputs, (data.itemOutputProvider === undefined) ? null : data.itemOutputProvider.asCanonClass(), data.itemOutputs.slice(outputFirstIndex).map(i => Item.of(i))) let r = event.recipes.gtceu[type](id) - .duration(data.duration) - .EUt(data.EUt) + .duration(duration) + .EUt(EUt) if (data.circuit) r.circuit(data.circuit) - if (data.itemOutputHint) r.itemOutputs(data.itemOutputHint) - if (data.itemInputHints.length > 0) r.itemInputs(data.itemInputHints) + if (data.itemOutputs.length > 0) r.itemOutputs(data.itemOutputs) + if (data.itemInputs.length > 0) r.itemInputs(data.itemInputs) if (data.fluidInputs.length > 0) r.inputFluids(data.fluidInputs); if (data.fluidOutputs.length > 0) r.outputFluids(data.fluidOutputs); } + /** + * @param {string} id + * @param {number} duration + * @param {EUt} EUt + * @param {FoodRecipeData} data + */ + const processorRecipe = (id, duration, EUt, data) => registerFoodRecipe("food_processor", id, duration, EUt, data) + + /** + * @param {string} id + * @param {string} input + * @param {string} out + * @param {Internal.FluidIngredient?} fluid + * @param {boolean?} isFirmaDynamic + */ + function cookingRecipe(id, input, out, fluid, isFirmaDynamic) { + registerFoodRecipe("food_oven", id, 300, 32, { + itemInputs: [input], + itemOutputs: [out], + fluidInputs: (fluid === undefined) ? [] : [fluid], + itemInputs: [input], + itemOutputProvider: (isFirmaDynamic) ? TFC.isp.of(out).firmaLifeCopyDynamicFood() : TFC.isp.of(out).copyFood().addTrait("firmalife:oven_baked") + }) + } + + //#endregion + //#region ================= Meat cooking ================= global.TFC_MEAT_RECIPE_COMPONENTS.forEach(item => { - - registerFoodRecipe("food_oven", item.name, { - duration: 300, - EUt: 16, - itemInputHints: [item.input], - itemOutputHint: item.output, - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyFood().addTrait("firmalife:oven_baked") - }) + cookingRecipe(item.name, item.input, item.output) }) //#endregion - //#region ================= Cutting grains ================= + //#region ================= TFC Grains ================= - global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(item => { - registerFoodRecipe("food_processor", item.name, { - duration: 100, - EUt: 2, - itemInputHints: [item.input], - itemOutputHint: item.output, - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyOldestFood() + global.TFC_GRAINS.forEach(grain => { + + // Raw crop to grain + processorRecipe(`${grain}_grain`, 100, 8, { + itemInputs: [`tfc:food/${grain}`], + itemOutputs: [`tfc:food/${grain}_grain`], + itemOutputProvider: TFC.isp.of(`tfc:food/${grain}_grain`).copyOldestFood() }) - }) - //#endregion - //#region ================= Grains to flour ================= - - global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { - registerFoodRecipe("food_processor", item.name, { - duration: 100, - EUt: 2, - itemInputHints: [item.input], - itemOutputHint: item.output, - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyOldestFood() + // Grain to flour + processorRecipe(`${grain}_flour`, 100, 8, { + itemInputs: [`tfc:food/${grain}_grain`], + itemOutputs: [`2x tfc:food/${grain}_flour`], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_flour`).copyOldestFood() }) - - }) - // global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(item => { - - // registerTFCRecipeProperties("food_processor/" + item.name, - // [ NotRotten(item.input) ], - // TFC.isp.of(item.output).copyFood() - // ) - - // event.recipes.gtceu.food_processor(item.name) - // .itemInputs(item.input) - // .itemOutputs(item.output) - // .duration(100) - // .EUt(2) - // }) - - //#endregion - //#region ================= Dough ================= - - global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(item => { - - registerFoodRecipe("food_processor", item.name, { - duration: 300, - EUt: 2, - itemInputHints: [item.input], - itemOutputHint: item.output, + // Flatbread dough + processorRecipe(`${grain}_flatbread_dough`, 300, 8, { + itemInputs: [`tfc:food/${grain}_flour`], + itemOutputs: [`2x tfc:food/${grain}_dough`], fluidInputs: [Fluid.of('minecraft:water', 100)], - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyFood() + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_dough`).copyFood() }) - }) - - global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(item => { - - registerFoodRecipe("food_processor", item.name, { - duration: 300, - EUt: 2, - itemInputHints: [item.input], - itemOutputHint: item.output, - fluidInputs: [Fluid.of('minecraft:water', 100)], - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyFood() + // Firmalife dough + processorRecipe(`${grain}_dough`, 300, 16, { + itemInputs: [`tfc:food/${grain}_flour`, `#tfc:sweetener`], + itemOutputs: [`4x firmalife:food/${grain}_dough`], + fluidInputs: [Fluid.of('firmalife:yeast_starter', 200)], + itemOutputProvider: TFC.isp.of(`4x firmalife:food/${grain}_dough`).copyFood() }) + + // Bread baking + cookingRecipe(`${grain}_flatbread`, `tfc:food/${grain}_dough`, `firmalife:food/${grain}_flatbread`) + cookingRecipe(`${grain}_bread`, `firmalife:food/${grain}_dough`, `tfc:food/${grain}_bread`) + + processorRecipe(`${grain}_bread_slice`, 10, 8, { + circuit: 1, + itemInputs: [`tfc:food/${grain}_bread`], + itemOutputs: [`2x firmalife:food/${grain}_slice`], + itemOutputProvider: TFC.isp.of(`2x firmalife:food/${grain}_slice`).copyOldestFood() + }) + + //Sandwich making + + let breadTypes = [["bread", `tfc:food/${grain}_bread`], ["flatbread", `firmalife:food/${grain}_flatbread`], ["slice", `firmalife:food/${grain}_slice`]] + breadTypes.forEach((type) => { + processorRecipe(`${grain}_${type[0]}_sandwich`, 100, 16, { + circuit: 3, + itemInputs: [`2x ${type[1]}`, "3x #tfc:foods/usable_in_sandwich"], + itemOutputs: [`2x tfc:food/${grain}_bread_sandwich`], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_sandwich`).meal( + (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ + (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), + (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), + ]) + }) + + + processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { + circuit: 4, + itemInputs: [`2x ${type[1]}`, "2x #tfc:foods/usable_in_jam_sandwich", '#tfc:foods/preserves'], + itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( + (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ + (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), + (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), + ]), + }) + }) + + }) //#endregion - //#region ================= Baking bread ================= - global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(item => { - - registerFoodRecipe("food_oven", item.name, { - duration: 300, - EUt: 16, - itemInputHints: [item.input], - itemOutputHint: item.output, - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyFood().addTrait("firmalife:oven_baked") - }) - - }) - - global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(item => { - - registerFoodRecipe("food_oven", item.name, { - duration: 300, - EUt: 16, - itemInputHints: [item.input], - itemOutputHint: item.output, - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).copyFood().addTrait("firmalife:oven_baked") - }) - }) - - //#endregion //#region ================= Firmalife ================= global.FIRMALIFE_COOKING_RECIPE_COMPONENTS.forEach(item => { - - registerFoodRecipe("food_oven", item.name, { - duration: 300, - EUt: 16, - itemInputHints: [item.input], - itemOutputHint: item.output, - itemInputs: [NotRotten(item.input)], - itemOutputProvider: TFC.isp.of(item.output).firmaLifeCopyDynamicFood() - }) + cookingRecipe(item.name, item.input, item.output, undefined, true) }) //#endregion @@ -203,50 +189,35 @@ function registerTFGFoodRecipes(event) { global.TFC_CURDS_AND_CHEESES.forEach(item => { - registerFoodRecipe("food_processor", `${item.curd}_curd`, { - duration: 1200, - EUt: 16, - itemOutputHint: item.curd, + processorRecipe(`${item.curd}_curd`, 1200, 16, { + itemOutputs: [item.curd], fluidInputs: [Fluid.of(item.input_fluid, 1000)], - itemInputs: [], itemOutputProvider: TFC.isp.of(item.curd).resetFood() }) - registerFoodRecipe("food_processor", `${item.cheese1}_cheese_wheel_1`, { - duration: 8000, - EUt: 16, - itemInputHints: [`3x ${item.curd}`], - itemOutputHint: `firmalife:${item.cheese1}_wheel`, + processorRecipe(`${item.cheese1}_cheese_wheel_1`, 8000, 16, { + itemInputs: [`3x ${item.curd}`], + itemOutputs: [`firmalife:${item.cheese1}_wheel`], fluidInputs: [Fluid.of('tfc:salt_water', 750)], - itemInputs: [ Sized(NotRotten(item.curd),3) ], itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() }) - registerFoodRecipe("food_processor", `${item.cheese2}_cheese_wheel_2`, { + processorRecipe(`${item.cheese2}_cheese_wheel_2`, 1000, 16, { circuit: 2, - duration: 1000, - EUt: 16, - itemInputHints: [`6x ${item.curd}`, `3x tfc:powder/salt`], - itemOutputHint: `firmalife:${item.cheese2}_wheel`, - itemInputs: [ Sized(NotRotten(item.curd), 6), Sized(Ingredient.of("tfc:powder/salt"), 3) ], + itemInputs: [`3x ${item.curd}`, `6x tfc:powder/salt`], + itemOutputs: [`firmalife:${item.cheese2}_wheel`], itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() }) - registerFoodRecipe("food_processor", `${item.cheese1}_cheese_cutting_1`, { - duration: 100, - EUt: 8, - itemInputHints: [`firmalife:${item.cheese1}_wheel`], - itemOutputHint: `4x firmalife:food/${item.cheese1}`, - itemInputs: [ NotRotten(`firmalife:${item.cheese1}_wheel`) ], + processorRecipe(`${item.cheese1}_cheese_cutting_1`, 100, 8, { + itemInputs: [`firmalife:${item.cheese1}_wheel`], + itemOutputs: [`4x firmalife:food/${item.cheese1}`], itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese1}`).copyOldestFood() }) - registerFoodRecipe("food_processor", `${item.cheese2}_cheese_cutting_2`, { - duration: 100, - EUt: 8, - itemInputHints: [`firmalife:${item.cheese2}_wheel`], - itemOutputHint: `4x firmalife:food/${item.cheese2}`, - itemInputs: [ NotRotten(`firmalife:${item.cheese2}_wheel`) ], + processorRecipe(`${item.cheese2}_cheese_cutting_2`, 100, 8, { + itemInputs: [`firmalife:${item.cheese2}_wheel`], + itemOutputs: [`4x firmalife:food/${item.cheese2}`], itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese2}`).copyOldestFood() }) @@ -255,57 +226,42 @@ function registerTFGFoodRecipes(event) { global.TFC_MILKS.forEach(milk => { const milkID = milk.id.split(':')[1]; - registerFoodRecipe("food_processor", `white_chocolate_blend_from_${milkID}`, { - circuit: 1, - duration: 300, - EUt: 16, - itemInputHints: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputHint: '2x firmalife:food/white_chocolate_blend', + processorRecipe(`white_chocolate_blend_from_${milkID}`, 300, 16, { + circuit: 3, + itemInputs: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputs: ['2x firmalife:food/white_chocolate_blend'], fluidInputs: [Fluid.of(milk.id, 1000)], - itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_butter"), 2), "#tfc:sweetener"], itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), }) - registerFoodRecipe("food_processor", `dark_chocolate_blend_from_${milkID}`, { - circuit: 1, - duration: 300, - EUt: 16, - itemInputHints: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], - itemOutputHint: '2x firmalife:food/dark_chocolate_blend', + processorRecipe(`dark_chocolate_blend_from_${milkID}`, 300, 16, { + circuit: 2, + itemInputs: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], + itemOutputs: ['2x firmalife:food/dark_chocolate_blend'], fluidInputs: [Fluid.of(milk.id, 1000)], - itemInputs: [ Sized(NotRotten("firmalife:food/cocoa_powder"), 2), "#tfc:sweetener"], itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), }) - registerFoodRecipe("food_processor", `milk_chocolate_blend_from_${milkID}`, { - circuit: 2, - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputHint: '2x firmalife:food/milk_chocolate_blend', + processorRecipe(`milk_chocolate_blend_from_${milkID}`, 300, 16, { + circuit: 1, + itemInputs: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputs: ['2x firmalife:food/milk_chocolate_blend'], fluidInputs: [Fluid.of(milk.id, 1000)], - itemInputs: [ NotRotten("firmalife:food/cocoa_powder"), NotRotten('firmalife:food/cocoa_butter'), "#tfc:sweetener"], itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), }) - registerFoodRecipe("food_processor", `egg_noodles_from_${milkID}`, { + processorRecipe(`egg_noodles_from_${milkID}`, 50, 8, { circuit: 6, - duration: 50, - EUt: 8, - itemInputHints: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], - itemOutputHint: 'firmalife:food/raw_egg_noodles', - itemInputs: [NotRotten("#tfc:foods/flour"), NotRotten('#forge:eggs'), 'tfc:powder/salt'], + itemInputs: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], + itemOutputs: ['firmalife:food/raw_egg_noodles'], fluidInputs: [Fluid.of(milk.id, 1000)], itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), }) - registerFoodRecipe("food_processor", `rice_noodles_from_${milkID}`, { - duration: 50, - EUt: 8, - itemInputHints: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], + processorRecipe(`rice_noodles_from_${milkID}`, 50, 8, { + itemInputs: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputHint: '2x firmalife:food/raw_rice_noodles', - itemInputs: [NotRotten("tfc:food/rice_flour"), NotRotten('tfc:food/maize_flour'), 'tfc:powder/salt'], + itemOutputs: ['2x firmalife:food/raw_rice_noodles'], itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() }) @@ -320,52 +276,118 @@ function registerTFGFoodRecipes(event) { //#endregion - //#region ================= Misc ================= - - registerFoodRecipe("food_processor", "food_salting", { - duration: 10, - EUt: 16, - itemInputHints: ["#tfc:foods/can_be_salted", "tfc:powder/salt"], - itemOutputHint: "#tfc:foods/can_be_salted", - itemInputs: [TFC.ingredient.lacksTrait(NotRotten("#tfc:foods/can_be_salted"), "tfc:salted"), "tfc:powder/salt"], + //#region ================= Food preservation ================= + + processorRecipe("food_salting", 10, 16, { + itemInputs: [ + ["#tfc:foods/can_be_salted", TFC.ingredient.lacksTrait("#tfc:foods/can_be_salted", "tfc:salted")], + "tfc:powder/salt"], + itemOutputs: ["#tfc:foods/can_be_salted"], itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:salted") }) - registerFoodRecipe("food_processor", "tomato_sauce", { - duration: 2000, - EUt: 8, - itemInputHints: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], - itemOutputHint: '5x firmalife:food/tomato_sauce', + + processorRecipe("brine_meat", 200, 16, { + circuit: 5, + itemInputs: [["#tfc:foods/raw_meats", TFC.ingredient.lacksTrait("#tfc:foods/raw_meats", "tfc:brined")]], + itemOutputs: ["#tfc:foods/raw_meats"], + fluidInputs: [Fluid.of("tfc:brine", 100)], + itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:brined") + }) + + processorRecipe("brine_general", 200, 16, { + circuit: 5, + itemInputs: [["#firmalife:foods/pizza_ingredients", TFC.ingredient.lacksTrait("#firmalife:foods/pizza_ingredients", "tfc:brined")]], + itemOutputs: ["#firmalife:foods/pizza_ingredients"], + fluidInputs: [Fluid.of("tfc:brine", 100)], + itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:brined") + }) + + + processorRecipe("pickle_meat", 200, 16, { + circuit: 5, + itemInputs: [ ["#tfc:foods/raw_meats", TFC.ingredient.lacksTrait(TFC.ingredient.hasTrait("#tfc:foods/raw_meats", "tfc:brined"), "tfc:pickled")] ], + itemOutputs: ["#tfc:foods/raw_meats"], + fluidInputs: [Fluid.of("tfc:vinegar", 100)], + itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:pickled") + }) + + processorRecipe("pickle_general", 200, 16, { + circuit: 5, + itemInputs: [ ["#firmalife:foods/pizza_ingredients", TFC.ingredient.lacksTrait(TFC.ingredient.hasTrait("#firmalife:foods/pizza_ingredients", "tfc:brined"), "tfc:pickled")] ], + itemOutputs: ["#firmalife:foods/pizza_ingredients"], + fluidInputs: [Fluid.of("tfc:vinegar", 100)], + itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:pickled") + }) + + //#endregion + + //#region ================= Misc ================= + + global.TFC_JAMS.forEach(name => { + processorRecipe(`${name}_jam`, 200, 8, { + circuit: 15, + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugar", "#tfc:empty_jar_with_lid"], + itemOutputs: [`4x tfc:jar/${name}`], + fluidInputs: Fluid.of("minecraft:water", 100), + itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}`).copyFood() + }) + + processorRecipe(`${name}_jam_no_seal`, 200, 8, { + circuit: 16, + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugar", "#tfc:empty_jar"], + itemOutputs: [`4x tfc:jar/${name}_unsealed`], + fluidInputs: Fluid.of("minecraft:water", 100), + itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}_unsealed`).copyFood() + }) + }) + + cookingRecipe("pasta", "firmalife:food/raw_egg_noodles", "firmalife:food/cooked_pasta", Fluid.of("minecraft:water", 100)) + cookingRecipe("corn_tortilla", "firmalife:food/masa", "firmalife:food/corn_tortilla") + cookingRecipe("boiled_egg", "#firmalife:foods/raw_eggs", "tfc:food/boiled_egg", Fluid.of("minecraft:water", 200)) + cookingRecipe("cooked_rice", "tfc:food/rice_grain", "tfc:food/cooked_rice", Fluid.of("minecraft:water", 200)) + + processorRecipe("pasta_tomato_sauce", 60, 8, { + itemInputs: ["firmalife:food/cooked_pasta", "firmalife:food/tomato_sauce"], + itemOutputs: ["firmalife:food/pasta_with_tomato_sauce"], + itemOutputProvider: TFC.isp.of('firmalife:food/pasta_with_tomato_sauce').copyFood() + }) + + processorRecipe('firmalife_masa', 300, 2, { + itemInputs: ["firmalife:food/masa_flour"], + itemOutputs: ["2x firmalife:food/masa"], fluidInputs: [Fluid.of('minecraft:water', 100)], - itemInputs: [NotRotten('tfc:food/tomato'), NotRotten('tfc:food/garlic'), "tfc:powder/salt"], - itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), + itemOutputProvider: TFC.isp.of("2x firmalife:food/masa").copyFood() }) - registerFoodRecipe("food_processor", "tomato_sauce_from_mix", { - duration: 200, - EUt: 8, - itemInputHints: ['firmalife:food/tomato_sauce_mix'], - itemOutputHint: 'firmalife:food/tomato_sauce', + processorRecipe("tortilla_chips", 40, 16, { + itemInputs: ["firmalife:food/taco_shell", "tfc:powder/salt"], + itemOutputs: ["firmalife:food/tortilla_chips"], + itemOutputProvider: TFC.isp.of("firmalife:food/tortilla_chips").copyFood() + }) + + processorRecipe("tomato_sauce_mix", 600, 8, { + itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], + itemOutputs: ['5x firmalife:food/tomato_sauce_mix'], + itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce_mix').copyOldestFood(), + }) + + processorRecipe("tomato_sauce_from_mix", 200, 8, { + itemInputs: ['firmalife:food/tomato_sauce_mix'], + itemOutputs: ['firmalife:food/tomato_sauce'], fluidInputs: [Fluid.of('minecraft:water', 200)], - itemInputs: [NotRotten("firmalife:food/tomato_sauce_mix")], itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), }) - registerFoodRecipe("food_processor", "olive_paste", { - duration: 60, - EUt: 8, - itemInputHints: ['tfc:food/olive'], - itemOutputHint: '2x tfc:olive_paste', - itemInputs: [NotRotten('tfc:food/olive')], + processorRecipe("olive_paste", 60, 8, { + itemInputs: ['tfc:food/olive'], + itemOutputs: ['2x tfc:olive_paste'], itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'), }) - registerFoodRecipe("food_processor", "soybean_paste", { - duration: 60, - EUt: 8, - itemInputHints: ['firmalife:food/dehydrated_soybean'], - itemOutputHint: 'firmalife:food/soybean_paste', - itemInputs: [NotRotten('firmalife:food/dehydrated_soybean')], + processorRecipe("soybean_paste", 60, 8, { + itemInputs: ['firmalife:food/dehydrated_soybeans'], + itemOutputs: ['firmalife:food/soybean_paste'], itemOutputProvider: TFC.isp.of('firmalife:food/soybean_paste').copyOldestFood(), }) @@ -373,204 +395,178 @@ function registerTFGFoodRecipes(event) { global.TFC_ALCOHOL.forEach(alcohol => { let name = `vinegar_${alcohol.id.replace(':', '_')}`; - registerFoodRecipe("food_processor", name, { + processorRecipe(name, 600, 32, { circuit: 5, - duration: 600, - EUt: 32, - itemInputHints: ['#tfc:foods/fruits'], - itemInputs: [NotRotten('#tfc:foods/fruits')], + itemInputs: ['#tfc:foods/fruits'], fluidInputs: [Fluid.of(alcohol.id, 250)], fluidOutputs: [Fluid.of('tfc:vinegar', 250)], }) }) - registerFoodRecipe("food_processor", "pizza_dough_olive_oil", { - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], - itemOutputHint: '4x firmalife:food/pizza_dough', + processorRecipe("pizza_no_extra", 600, 16, { + itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese"], + itemOutputs: ["firmalife:food/raw_pizza"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( + (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), + [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] + ) + }) + + processorRecipe("pizza_1_extra", 600, 16, { + circuit: 1, + itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "#firmalife:foods/pizza_ingredients"], + itemOutputs: ["firmalife:food/raw_pizza"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( + (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), + [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] + ) + }) + + processorRecipe("pizza_2_extra", 600, 16, { + circuit: 2, + itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "2x #firmalife:foods/pizza_ingredients"], + itemOutputs: ["firmalife:food/raw_pizza"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( + (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), + [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] + ) + }) + + processorRecipe("pizza_dough_olive_oil", 300, 16, { + itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], + itemOutputs: ['4x firmalife:food/pizza_dough'], fluidInputs: [Fluid.of('tfc:olive_oil', 1000)], - itemInputs: ["firmalife:spice/basil_leaves", NotRotten("#tfc:foods/dough"), "tfc:powder/salt"], itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() }) - registerFoodRecipe("food_processor", "pizza_dough_soybean_oil", { - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], - itemOutputHint: '4x firmalife:food/pizza_dough', + processorRecipe("pizza_dough_soybean_oil", 300, 16, { + itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], + itemOutputs: ['4x firmalife:food/pizza_dough'], fluidInputs: [Fluid.of('firmalife:soybean_oil', 1000)], - itemInputs: ["firmalife:spice/basil_leaves", NotRotten("#tfc:foods/dough"), "tfc:powder/salt"], itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() }) - registerFoodRecipe("food_processor", "vanilla_ice_cream", { - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], - itemOutputHint: '2x firmalife:food/vanilla_ice_cream', - fluidInputs: [Fluid.of('firmalife:cream', 1000)], + processorRecipe("vanilla_ice_cream", 300, 16, { itemInputs: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], + itemOutputs: ['2x firmalife:food/vanilla_ice_cream'], + fluidInputs: [Fluid.of('firmalife:cream', 1000)], itemOutputProvider: TFC.isp.of("2x firmalife:food/vanilla_ice_cream").resetFood() }) - registerFoodRecipe("food_processor", "chocolate_ice_cream", { - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:food/vanilla_ice_cream'], - itemOutputHint: 'firmalife:food/chocolate_ice_cream', + processorRecipe("chocolate_ice_cream", 300, 16, { + itemInputs: ['firmalife:food/vanilla_ice_cream'], + itemOutputs: ['firmalife:food/chocolate_ice_cream'], fluidInputs: [Fluid.of('firmalife:chocolate', 1000)], - itemInputs: [NotRotten('firmalife:food/vanilla_ice_cream')], itemOutputProvider: TFC.isp.of("firmalife:food/chocolate_ice_cream").resetFood() }) - registerFoodRecipe("food_processor", "strawberry_ice_cream", { - duration: 300, - EUt: 16, - itemInputHints: ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], - itemOutputHint: 'firmalife:food/strawberry_ice_cream', - itemInputs: [NotRotten('firmalife:food/vanilla_ice_cream'), Sized(NotRotten("tfc:food/strawberry"), 2)], + processorRecipe("strawberry_ice_cream", 300, 16, { + itemInputs: ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], + itemOutputs: ['firmalife:food/strawberry_ice_cream'], itemOutputProvider: TFC.isp.of("firmalife:food/strawberry_ice_cream").resetFood() }) - registerFoodRecipe("food_processor", "butter", { - duration: 300, - EUt: 16, - itemInputHints: ["tfc:powder/salt"], - itemOutputHint: "firmalife:food/buffer", - fluidInputs: [Fluid.of('firmalife:cream', 1000)], + processorRecipe("cookie_dough_ice_cream", 300, 16, { + itemInputs: [`firmalife:food/vanilla_ice_cream`, `firmalife:food/chocolate_chip_cookie_dough`], + itemOutputs: [`firmalife:food/cookie_dough_ice_cream`], + itemOutputProvider: TFC.isp.of("firmalife:food/cookie_dough_ice_cream").resetFood() + }) + + processorRecipe("butter", 300, 16, { itemInputs: ["tfc:powder/salt"], + itemOutputs: ["firmalife:food/butter"], + fluidInputs: [Fluid.of('firmalife:cream', 1000)], itemOutputProvider: TFC.isp.of('firmalife:food/butter').resetFood() }) - registerFoodRecipe("food_processor", "pie_dough", { + processorRecipe("pie_dough", 300, 16, { circuit: 2, - duration: 300, - EUt: 16, - itemInputHints: ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour'], - itemOutputHint: 'firmalife:food/pie_dough', + itemInputs: ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour'], + itemOutputs: ['firmalife:food/pie_dough'], fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemInputs: [NotRotten('firmalife:food/butter'), NotRotten('#tfc:foods/flour'), "#tfc:sweetener"], itemOutputProvider: TFC.isp.of('firmalife:food/pie_dough').copyOldestFood() }) - registerFoodRecipe("food_processor", "pumpkin_pie_dough", { + processorRecipe("pumpkin_pie_dough", 300, 16, { circuit: 2, - duration: 300, - EUt: 16, - itemInputHints: ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour'], - itemOutputHint: 'firmalife:food/pumpkin_pie_dough', + itemInputs: ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour'], + itemOutputs: ['firmalife:food/pumpkin_pie_dough'], fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemInputs: ['#tfc:sweetener', NotRotten('#forge:eggs'), Sized(NotRotten('tfc:food/pumpkin_chunks'), 2), NotRotten('#tfc:foods/flour')], itemOutputProvider: TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood() }) - registerFoodRecipe("food_processor", "cookie_dough", { - duration: 300, - EUt: 16, - itemInputHints: ['#tfc:sweetener', '#forge:eggs', 'firmalife:food/butter', '#tfc:foods/flour', "firmalife:spice/vanilla"], - itemOutputHint: '4x firmalife:food/cookie_dough', - itemInputs: ['firmalife:spice/vanilla', '#tfc:sweetener', NotRotten('firmalife:food/butter'), NotRotten('#tfc:foods/flour'), NotRotten('#forge:eggs')], + processorRecipe("raw_pumpkin_pie", 20, 8, { + itemInputs: ["firmalife:food/pumpkin_pie_dough", "firmalife:pie_pan"], + itemOutputs: ["firmalife:raw_pumpkin_pie"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pumpkin_pie").copyFood() + }) + + processorRecipe("cookie_dough", 300, 16, { + itemInputs: ['#tfc:sweetener', '#forge:eggs', 'firmalife:food/butter', '#tfc:foods/flour', "firmalife:spice/vanilla"], + itemOutputs: ['4x firmalife:food/cookie_dough'], itemOutputProvider: TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood() }) - registerFoodRecipe("food_processor", "chocolate_chip_cookie_dough", { - duration: 300, - EUt: 16, - itemInputHints: ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'], - itemOutputHint: '4x firmalife:food/chocolate_chip_cookie_dough', - itemInputs: [Sized(NotRotten('firmalife:food/cookie_dough'), 4), NotRotten('#firmalife:chocolate_blends')], + processorRecipe("chocolate_chip_cookie_dough", 300, 16, { + itemInputs: ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'], + itemOutputs: ['4x firmalife:food/chocolate_chip_cookie_dough'], itemOutputProvider: TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood() }) - registerFoodRecipe("food_processor", "hardtack_dough", { - duration: 300, - EUt: 16, - itemInputHints: ['tfc:powder/salt', '#tfc:foods/flour'], - itemOutputHint: '4x firmalife:food/hardtack_dough', + processorRecipe("hardtack_dough", 300, 16, { + itemInputs: ['tfc:powder/salt', '#tfc:foods/flour'], + itemOutputs: ['4x firmalife:food/hardtack_dough'], fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemInputs: [NotRotten('#tfc:foods/flour'), "tfc:powder/salt"], itemOutputProvider: TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood() }) - registerFoodRecipe("food_processor", "yeast_starter", { - duration: 1200, - EUt: 8, + processorRecipe("yeast_starter", 1200, 8, { circuit: 1, fluidInputs: [Fluid.of('firmalife:yeast_starter', 100)], fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], - itemInputHints: ['#tfc:foods/flour'], - itemInputs: [NotRotten('#tfc:foods/flour')] + itemInputs: ['#tfc:foods/flour'], }) - registerFoodRecipe("food_processor", "cocoa_dust", { - duration: 100, - EUt: 4, - itemInputHints: ["firmalife:food/roasted_cocoa_beans"], - itemOutputHint: "gtceu:cocoa_dust", - itemInputs: [NotRotten('firmalife:food/roasted_cocoa_beans')], + processorRecipe("yeast_starter_from_water", 7200, 8, { + circuit: 10, + fluidInputs: [Fluid.of('minecraft:water', 100)], + fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], + itemInputs: ['#tfc:foods/fruits'], + }) + + processorRecipe("cocoa_dust", 100, 4, { + itemInputs: ["firmalife:food/roasted_cocoa_beans"], + itemOutputs: ["gtceu:cocoa_dust"], itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust") }) - registerFoodRecipe("food_processor", "red_grapes", { - duration: 50, - EUt: 8, - itemInputHints: ["firmalife:food/red_grapes"], - itemOutputHint: "firmalife:food/smashed_red_grapes", - itemInputs: [NotRotten('firmalife:food/red_grapes')], + processorRecipe("red_grapes", 50, 8, { + itemInputs: ["firmalife:food/red_grapes"], + itemOutputs: ["firmalife:food/smashed_red_grapes"], itemOutputProvider: TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood() }) - registerFoodRecipe("food_processor", "white_grapes", { - duration: 50, - EUt: 8, - itemInputHints: ["firmalife:food/white_grapes"], - itemOutputHint: "firmalife:food/smashed_white_grapes", - itemInputs: [NotRotten('firmalife:food/white_grapes')], + processorRecipe("white_grapes", 50, 8, { + itemInputs: ["firmalife:food/white_grapes"], + itemOutputs: ["firmalife:food/smashed_white_grapes"], itemOutputProvider: TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood() }) - registerFoodRecipe("food_processor", "cured_maize", { - duration: 300, - EUt: 8, - itemInputHints: ["tfc:food/maize_grain"], - itemOutputHint: "firmalife:food/cured_maize", - itemInputs: [NotRotten("tfc:food/maize_grain")], + processorRecipe("cured_maize", 300, 8, { + itemInputs: ["tfc:food/maize_grain"], + itemOutputs: ["firmalife:food/cured_maize"], itemOutputProvider: TFC.isp.of('firmalife:food/cured_maize').copyOldestFood() }) - registerFoodRecipe("food_processor", "soy_mixture", { - duration: 300, - EUt: 8, - itemInputHints: ["tfc:food/soybean", 'tfc:powder/salt'], - itemOutputHint: "firmalife:food/soy_mixture", + processorRecipe("soy_mixture", 300, 8, { + itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'], + itemOutputs: ["firmalife:food/soy_mixture"], fluidInputs: [Fluid.of('minecraft:water', 50)], - itemInputs: [NotRotten("tfc:food/soybean"), "tfc:powder/salt"], itemOutputProvider: TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood(), }) - registerFoodRecipe("food_oven", "boiled_egg", { - duration: 200, - EUt: 8, - itemInputHints: ["#firmalife:foods/raw_eggs"], - itemOutputHint: "tfc:food/boiled_egg", - fluidInputs: [Fluid.of('minecraft:water', 200)], - itemInputs: [NotRotten('#firmalife:foods/raw_eggs')], - itemOutputProvider: TFC.isp.of('tfc:food/boiled_egg').copyOldestFood() - }) - - registerFoodRecipe("food_oven", "cooked_rice", { - duration: 200, - EUt: 8, - itemInputHints: ["tfc:food/rice_grain"], - itemOutputHint: "tfc:food/cooked_rice", - fluidInputs: [Fluid.of('minecraft:water', 200)], - itemInputs: [NotRotten('tfc:food/rice_grain')], - itemOutputProvider: TFC.isp.of('tfc:food/cooked_rice').copyOldestFood() - }) - // These don't need the ISP handling, they're just here to keep all the food recipes together event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index 39407880c..6bc9a7428 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -84,6 +84,13 @@ global.FIRMALIFE_ORE_MATERIALS = [ 'chromite' ]; +global.FIRMALIFE_JAMS = [ + "fig", + "pineapple", + "red_grapes", + "white_grapes" +] + global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/cocoa_sapling', fluid_amount: 8000, output: '3x firmalife:food/cocoa_beans', name: 'cocoa_beans' }, { input: 'firmalife:plant/fig_sapling', fluid_amount: 8000, output: '3x firmalife:food/fig', name: 'fig' }, @@ -94,26 +101,6 @@ global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/nightshade_bush', fluid_amount: 6000, output: '3x firmalife:food/nightshade_berry', name: 'nightshade' }, ]; -global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_flour', output: '4x firmalife:food/barley_dough', name: 'firmalife_barley_dough' }, - { input: 'tfc:food/maize_flour', output: '4x firmalife:food/maize_dough', name: 'firmalife_maize_dough' }, - { input: 'tfc:food/oat_flour', output: '4x firmalife:food/oat_dough', name: 'firmalife_oat_dough' }, - { input: 'tfc:food/rye_flour', output: '4x firmalife:food/rye_dough', name: 'firmalife_rye_dough' }, - { input: 'tfc:food/rice_flour', output: '4x firmalife:food/rice_dough', name: 'firmalife_rice_dough' }, - { input: 'tfc:food/wheat_flour', output: '4x firmalife:food/wheat_dough', name: 'firmalife_wheat_dough' }, - { input: 'firmalife:food/masa_flour', output: '2x firmalife:food/masa', name: 'firmalife_masa' }, -]; - -global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_dough', output: 'firmalife:food/barley_flatbread', name: 'barley_flatbread' }, - { input: 'tfc:food/maize_dough', output: 'firmalife:food/maize_flatbread', name: 'maize_flatbread' }, - { input: 'tfc:food/oat_dough', output: 'firmalife:food/oat_flatbread', name: 'oat_flatbread' }, - { input: 'tfc:food/rye_dough', output: 'firmalife:food/rye_flatbread', name: 'rye_flatbread' }, - { input: 'tfc:food/rice_dough', output: 'firmalife:food/rice_flatbread', name: 'rice_flatbread' }, - { input: 'tfc:food/wheat_dough', output: 'firmalife:food/wheat_flatbread', name: 'wheat_flatbread' }, - { input: 'firmalife:food/masa', output: 'firmalife:food/corn_tortilla', name: 'corn_tortilla' }, -]; - global.FIRMALIFE_COOKING_RECIPE_COMPONENTS = [ { input: 'firmalife:food/white_chocolate_blend', output: 'firmalife:food/white_chocolate', name: 'white_chocolate' }, { input: 'firmalife:food/dark_chocolate_blend', output: 'firmalife:food/dark_chocolate', name: 'dark_chocolate' }, diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 819f1f696..d7f2c995e 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -924,41 +924,39 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ { input: 'firmalife:ore/small_chromite', output: 'gtceu:small_chromite_dust', name: 'chromite' } ]; -global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley', output: 'tfc:food/barley_grain', name: 'barley_grain' }, - { input: 'tfc:food/maize', output: 'tfc:food/maize_grain', name: 'maize_grain' }, - { input: 'tfc:food/oat', output: 'tfc:food/oat_grain', name: 'oat_grain' }, - { input: 'tfc:food/rye', output: 'tfc:food/rye_grain', name: 'rye_grain' }, - { input: 'tfc:food/rice', output: 'tfc:food/rice_grain', name: 'rice_grain' }, - { input: 'tfc:food/wheat', output: 'tfc:food/wheat_grain', name: 'wheat_grain' }, -]; +global.TFC_GRAINS = [ + "barley", + "maize", + "oat", + "rye", + "rice", + "wheat", +] -global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_grain', output: '2x tfc:food/barley_flour', name: 'barley_flour' }, - { input: 'tfc:food/maize_grain', output: '2x tfc:food/maize_flour', name: 'maize_flour' }, - { input: 'tfc:food/oat_grain', output: '2x tfc:food/oat_flour', name: 'oat_flour' }, - { input: 'tfc:food/rye_grain', output: '2x tfc:food/rye_flour', name: 'rye_flour' }, - { input: 'tfc:food/rice_grain', output: '2x tfc:food/rice_flour', name: 'rice_flour' }, - { input: 'tfc:food/wheat_grain', output: '2x tfc:food/wheat_flour', name: 'wheat_flour' }, -]; - -global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_flour', output: '2x tfc:food/barley_dough', name: 'tfc_barley_dough' }, - { input: 'tfc:food/maize_flour', output: '2x tfc:food/maize_dough', name: 'tfc_maize_dough' }, - { input: 'tfc:food/oat_flour', output: '2x tfc:food/oat_dough', name: 'tfc_oat_dough' }, - { input: 'tfc:food/rye_flour', output: '2x tfc:food/rye_dough', name: 'tfc_rye_dough' }, - { input: 'tfc:food/rice_flour', output: '2x tfc:food/rice_dough', name: 'tfc_rice_dough' }, - { input: 'tfc:food/wheat_flour', output: '2x tfc:food/wheat_dough', name: 'tfc_wheat_dough' }, -]; - -global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS = [ - { input: 'firmalife:food/barley_dough', output: 'tfc:food/barley_bread', name: 'barley_bread' }, - { input: 'firmalife:food/maize_dough', output: 'tfc:food/maize_bread', name: 'maize_bread' }, - { input: 'firmalife:food/oat_dough', output: 'tfc:food/oat_bread', name: 'oat_bread' }, - { input: 'firmalife:food/rye_dough', output: 'tfc:food/rye_bread', name: 'rye_bread' }, - { input: 'firmalife:food/rice_dough', output: 'tfc:food/rice_bread', name: 'rice_bread' }, - { input: 'firmalife:food/wheat_dough', output: 'tfc:food/wheat_bread', name: 'wheat_bread' }, -]; +global.TFC_JAMS = [ + "blackberry", + "blueberry", + "bunchberry", + "cloudberry", + "cranberry", + "elderberry", + "gooseberry", + "raspberry", + "snowberry", + "strawberry", + "wintergreen_berry", + "banana", + "cherry", + "green_apple", + "lemon", + "olive", + "orange", + "peach", + "plum", + "red_apple", + "pumpkin_chunks", + "melon_slice", +] global.TFC_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'tfc:plant/cherry_sapling', fluid_amount: 8000, output: '32x tfc:food/cherry', name: 'cherry' }, From 787a1afe44cdbddf642daa31068cf34d123f5cb8 Mon Sep 17 00:00:00 2001 From: Redeix Date: Mon, 16 Jun 2025 00:33:37 -0500 Subject: [PATCH 142/246] - Food changes --- .../machines/food_processor/overlay_front.png | Bin 341 -> 380 bytes .../food_processor/overlay_front_active.png | Bin 683 -> 919 bytes .../overlay_front_active.png.mcmeta | 2 +- .../overlay_front_active_emissive.png | Bin 0 -> 659 bytes .../overlay_front_active_emissive.png.mcmeta | 5 ++ .../food_processor/overlay_front_emissive.png | Bin 0 -> 149 bytes .../food_refrigerator/overlay_back.png | Bin 0 -> 592 bytes .../food_refrigerator/overlay_back_active.png | Bin 0 -> 504 bytes .../overlay_back_active.png.mcmeta | 5 ++ .../overlay_back_active_emissive.png | Bin 0 -> 184 bytes .../overlay_back_active_emissive.png.mcmeta | 5 ++ .../overlay_back_active_emissive_ref.gif | Bin 0 -> 785 bytes .../overlay_back_active_ref.gif | Bin 0 -> 4697 bytes .../food_refrigerator/overlay_bottom.png | Bin 0 -> 75 bytes .../food_refrigerator/overlay_front.png | Bin 0 -> 350 bytes .../overlay_front_active.png | Bin 0 -> 364 bytes .../food_refrigerator/overlay_side.png | Bin 0 -> 361 bytes .../food_refrigerator/overlay_top.png | Bin 0 -> 250 bytes kubejs/server_scripts/tfg/recipes.food.js | 73 +++++++----------- 19 files changed, 44 insertions(+), 46 deletions(-) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_top.png diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png index 5bd5b3654a3e463b7c814f8d5171d792abba52eb..21458b6d21a1d0fd86f72ab073571f8c56f023d1 100644 GIT binary patch delta 354 zcmcc0^oMDJay_H7r;B5VMeor`8@moUh`9Ejb5L0MrbQ%}<;XFAjvJo;6ncB-D{WKS zR_Czli&9f=mG?of?go!pXB-Y}h?bmlHC0?^&(*mP_Z_bN@ZfURUElTBfA9M3xBRnF zjEL)F{&r{X1%D+jL~V}H`C!9;{_}(&rKKtyOy`~(M`drhCU%9XUd8iJjU9V}g^ZC@ zFT;!Pzj?nbf0F$6W=@+xlL61o95de&-)k3XB<+o}Uz=gN;`J`cG8y*kr89lhrlfjq zzpdJ}XgS;4CNo>Z`9z7ie(hZI@=qoHgmW zW%EIXr6OLMeaDp_f1L5MBujS66Y-^)S$ij|B<_rP^m`v`#qTNh>+^dp+GD0%-K)mH Pz`)??>gTe~DWM4f4;QCX delta 315 zcmeyvbd_m>ayt!RaI@Pzq|arL#l*?N=xg3q!;Uw zn=WZEEcx(hZ#9p+eLZ9HgfxMQKOebgxUog>GGwZWC73d>bP0l+XkK99DF1 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png index 9214428f25181b1baca3792f03c3f5f1c591276d..db6c56605f1014b7e6a07b916c7459d790b25c22 100644 GIT binary patch delta 911 zcmZ3@I-PxjSUt-I4rT@hhNE>>>lhdq6p}rHd>I(3)EF2VS{N99F)%PRykKA`HDF+P zmB7GYHG_dcykO3*KpO@I2KxY?5LX5U1~oM`b8~ZPY3Z$7w>mjFSzB92MMWJvc(AFd z$<@_$?%cWg`S}wkPHb;)Pf1A$3JT&)=Vu8p$(Z2Fz`!t}{*w(W0|NtNNswPKgTu2M zX&_FLx4R2N2dk_H0|V1pPZ!6Kid%2*BnE#n;9)P=ezULlp~t7c`(Iz?lh3`hE0Et` zdQ`LpHfdpKKf{Eo3v81rTAr@=JlKA8o$|#QVodCX z{b|3I*T~=86Cfh^c~T|A61j)|0-co$-E1HI`uR`LvBf>;L*m9m%IoZOS@@MQt}4G1 zJCiK@=(qc`gWvjhRJ{}A?ydTB=HJD4KZR~Frq+j??_Tw9!t>mP_CG44-|&aj7wr@I z7JTM+^V!p~zctNv&ySK5{@E-y(f-lTQ@QL-OqEc$%nk?4}0$V?DAS$ zt>4ThPlHb%WPWXFkn%y7Bk#!=Gk=L`454R{B(2Sm$0C=kRt< z%Jb9C-}=kWPj5PYv9i1MvsgesyUa8GL-luSR%zBp#Mys3;9g-;bFb^SeZZanfnO|k z{9pX?PvZB(GukU>9GCyxU}n4N{QY~+84o${t6z0oxo)1p*Mj~}4Z>SqDcY|;XOs5% z#J=+lm2=KI*WGWel&O*TVle7Ia=7~Q1G!e4G`TyAZ~jRHg?g6FKgQ+*y4TA}|LtI4 QU|`_zboFyt=akR{0BWPRO#lD@ delta 673 zcmbQvzM6G{SUp1m2O9$egUH2C3m6y}7>k44ofy`glX=O&z`&C3=sM*7Vbx>Vw;TA1ZmyAed0?aLwS#e5PiO3z?{|7)-(kn4F+$a$fjX^DTPAv3n4HOVyYCr8 zzSM#J%3Vhi6r-{?)Z1|LpL04J_@izrGm|aD8fG0gulM`xy4yBN^RavJ*T-?OPGrxJ zcsw)FYV(v{h6KeD2Hs@7sg0|dtxsIAf6ZtvsCo8b!GbRgL2Q!F%`;f449@+%~M4DVQ8)ivyHQnz(ra%7(n(C|A-J4SiKqJ7uuuQB&E`?&R$$nY&- zf91uj$(($be~K7O)dzlvDfPAtlh=zEEOgkrpy*)n-USBik{N4dYhE@kuVQ?dEX^=W z;0pKUzW2^odL%D1FZuH173);)YgGq%uQ5(xk4i|-v2}2(S|#4FHO@hb9pN;IQ2i~l zO)aG!&GL!adw`SsHN*S8TjMs=<-Fa%XQ9h5@2f+qip1(T2bByd$Grwzi}cw8Y(mSu TLoP5dFfe$!`njxgN@xNA$zmV2 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta index f3da053bc..92cc62352 100644 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta @@ -1,5 +1,5 @@ { "animation":{ - "frametime": 2 + "frametime": 1 } } \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..97ab6af8176c685059c2e66de977bc450614ceda GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznVA;UJ%)r3F(06@30|SFXvPY0F14ES>14Ba# z1H&%{28M3NkF6pC!N~V}dUO14Ceq zxg-Mv17k^$UoeBivm0q3PLj8~3quF1tOo-F<4;c)$B>MBZ*S)IH7f|PCD`dPR52dl zUUBDt-t8kZH*#nFWxA>RxqFLm@|x}xES56i0lH63qqkFYgtQS9fi z-DUaZe)_3{8z=FdyQeMo)mmd+EdRVOKYI*Vzw=4j$n4;=S?B#O)BVGi#f)q^lMNmS z=FMPRBR#3Qgj??IM8!jm$IV`SUHIQFxc%GtyWf8Y+3kp{s@=P5&d&#x^FJT_{BK%6 zW6iIcXMf*l%;!Az`0txb@1I}#webGsdYfmDCs%*i!+kr+ZpVDh`Hi1E_s`#GfBNFO zXO~mnoZl*6cVhXs!)I6hE!dr9e`nn-{_U&39p;yluef)OTb}c2jJ{QT^|$jAE(^~s zcYYo_yGHKS`6m+(R4n;Fr7Zr&&${~$PyYCG{N@Q^+y5so)^k?5VdR9XtG=3kWj@&(_Q6p# REEts7JYD@<);T3K0RZ|lE{6aB literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..c20a1c9810d77b74d42b9829129c1c640700e925 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png new file mode 100644 index 0000000000000000000000000000000000000000..3c21545d173450d700ff3c857be6471b14b9deaf GIT binary patch literal 592 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!to#64XcLo9lyPBP384wN}o zFYa`r^I>I2Biqv_2A32=g}6KyOjfYsniUu$)5SMerYY}{j>yvP2P%;)3uia8OcFaY zVMz;5r^kaSF}EW=7ajcK)HcVt%Dp@HYW~mt??2xAURPt2Y9X`h&+=b??HJyc%}&^V zKix)7n6G_e(4tjZ4+~~|tl)XDUiP@-l~2p4O4b@l9>J1zTW zm+!NAp7*q9TiEKkxq5p0jK6=&W7^yhFF$YR-u`}uj2fu~276g?#y8Aut1ei$T#)JQ z6VRNSdN#J(=7@=J&`OcDVckD}R@Rs8jx{qg+w`^S@8;LLzVp4S4HZc}&7V;tf8gM0 zhUcNI4cXJrF$(PcI^+Adsmou#eyv}%SB~Lnk>yH_Q`49xoPT~dZL_D+#06oi6D8Q@ z`n6}6cx}J^^z7AL*AE`G=SY*?Gq1FO%Tx37r;4U?o1WSIENq@TSC;4S0TbVn*yAR? zLY*vY!?-n5!#Ey_bRYd;U;5yrGK0jEd-Lu%>P;^$FE1B#`tkqXw%m}=qlGeZEZ%!2 zoy<`X*ik>Bd~eiRy`L|+xw*Id&pw%AbeQuOueFNGn!AebM;I6w7(8A5T-G@yGywny CwhgcV literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png new file mode 100644 index 0000000000000000000000000000000000000000..bcfd65feb106d41eb0f4fa5fdcd53f1085791eaa GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV07SMW?*1wy22yCz`&r8>=ES4z)+>ez|hdb z!0?NKfuZ3A14F3+1H-EX1_rAc3=HB0b9M#VFfcHr1^9%xGB7ZF`t<3+g9kfz?!0m1 z#`*K-_wCzv?AWonbLXyFwQBkD<$Zm9_c8?KlJ+gNTAD;cBi^C@DKvbEgRc4|@TeSW!{R$58iVYc!?H;x^U%u#; zS9FL~_K22#NYMTKfQf%?$8nQ?52`9`9`q~qSN?p=IRDz`{WI(nit1PVJp3o|pF#Z$ z`!n+O6;u8iZvK0R<=={I`}BVmmzEoUZlB9;`?|mLTyq^m*|{a$zCmsZ3=9kmp00i_ I>zopr01T1VI{*Lx literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..8e993ab9899163f3861209611777cb5330c63c40 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV02(&W?*1Aks`8@fq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^COWH5!F`0pZLF&ma zHUYh7ML)4+aJXMNb#U5R22v2?{JS4lc}&sV>cdpWV(% jo918H6ZpBUxspMUk)KgKDKDCVfq}u()z4*}Q$iB}`2Z{6 literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif new file mode 100644 index 0000000000000000000000000000000000000000..383a1c8002c2d2f4d21310d5d14f32fbeb1396d5 GIT binary patch literal 785 zcmZ?wbhEHb6krfw_{abPf*zCQlJ+w&Fev_H;ba2Q|GE8KLxP$zt|?Jt#k9eJU3h*48#QHg>(J$wHA`5QNGJb3Wn)2B}$Td9Najnxp*GXeCRp)3u4BxBpbwt6UDY zP%E^NYp}BFGP?O{M~&b6oHsvuUFUYj>xhYpinKIkNfe3+aZB;`N(q!OG&YMgHHb5? z2yhk(vkSBFv+=N27uQc|6|LqJV965WWa44j%FjA!Rm-$Cf%S#lEbNC_*jPju7*9_+ zTjZDEmPLsY6s6|YuyD?`j;ewuljRrL&C*c9JU@V%V6o@auU(QWuc@mF=X1i)aXl~w|6-)d$_Y99b9;O7oKI{ HeF) literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..01360c35a2eee48a62adb260c3d0b35dfaff2289 GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7RXtrCLo9l?PTZK)93axR zpM~?5V@IPxislzaFZS97y~<{r=E=cwYT1qgpO}ui3oPHYlkL%i0{u9r$7$;Nvm#cs z{<&=Vea`>q|KHElTpFe3#KGtgC?es+F>BdD6W=9MBBr%w&NA_3Uhw+$*HcA1W%e*j z{9PLD6dKB~=6bg8K2f8tMG`k&dz8jL{%sfJb;;yt;hc*Wn~x?X_VO;$_+>ZOFGf#1 z=DI4+;pKsib&IE*%DMe**S`XbEewtVFZNpW-L^Rξ+0_un%ws!vb#oTPHIZ1>l^ zPT6zMjTvU2O|uB_N{xTNK6jGJ&5RrI2Jg8PS(dI@UeM0;|L9zYSpV{cpX>M8ZkN|T zx1@f?;o5(idS4{9m;Up4<$V8Vg-zD&-FMGP$JaB|G4yPk`s0smb_fFl1B0ilpUXO@ GgeCwh*qSQ< literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..e10b0db21966d987c7f7d76e15b9077480672a6f GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7jXhl)Lo9l?1{!7^b`X$} zO!U*_nRbxl3d^SkfsQ{7Cchd#vrcxJD);zWg24;shw~Cbj^5qMwlrYlaapx}A=8y! zC`l%+Q3`&0@7yrRyBigh7#aka>;w-=FdvgxGKHgwp~p}nnc=|E=bt4nzufYf zkD+e&%Si#(O&JpG=39SSIzhkX#f@waFHIdWZV%0k_umV)CB84;^RYtai|Dr7Z?Au> zIP$W@NyPQUrZ?-t7tGCAd-`O`B$J<2d$%!ch*}$SKX3cy_QQ;uZ}L>mtFD{v<8pq^ zXCvRsPbS@1uu6-;LFV{=>kRSPM`N7lJ(s;0C@e71`m8|Dt&_TZ>$qz6?{(5NjbMp- z{ps=3i~H>F-ahM`Vfp;20=r9#|4;ME4({^SsMoVSb9YP@aebJhKmGKQ{eR^@Fzba+ WURm_2&6|ONfx*+&&t;ucLK6V3p`r!= literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png new file mode 100644 index 0000000000000000000000000000000000000000..1161e23a981427087869a2d3f725bace3a7a05d7 GIT binary patch literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74Ln^OLo9liPO$er93XPE zUN^Hw((9y(g@r{*Q9;(UU#yST$uH#ad$+V>b@${4ZyxDzyo)uG5O=+F(6K_mNM+el z6OW~Oz9)>E)>lmb{ce8oJ=^7mGkvD5k@TFzAke1hHc914WuHKkiSI@oZbg>LdCXJZ z|E%fDz3nBxATstBr^d8Z4;ID0kxrD*dVaK!$6;D(RFTxO%&7gmHs^(}T6HN2vK(~p zb$BiP;O8~Hv-fPhykml=FSz?oqcXRN$!6}Vdl|wq^K#{8%-ws7wTnII)Ke|y3vbJ& z?tHyVuHpUf@1{(ePm5lEl3K*;mp8A%{N9e=HGeKY32K_MiG@F!Z#lns)TN$Bh4-w} zsy80q@bts3AD5W4S(-13Zob(wJ@oGT@83%~yn6c{e_7T1vBKt(-DCTYycX(J58H%i S<}olZFnGH9xvXhPt{K z7&m;2yFPWwB{z17M*;aC7G{*)eeS-%G-Rt}$k(uZ&OHw$G*#!l$Za$~lOue!)ckwr zttN?=oP8a0l=mE!^wMnam5|QpTojl6SAEB$FDne^>gRI&Yn^BOFT(a*-a*m-Z$%d= z?pyru6W7Irw05@RcVZVlw?F(*^>691ImR2a*6vv;FZEyO-E+ojZ3YGg22WQ%mvv4F FO#m@NYXtxR literal 0 HcmV?d00001 diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index b28e87cc3..0a8fa9c76 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -160,10 +160,10 @@ function registerTFGFoodRecipes(event) { ]) }) - + //Note: Jam needs to be first in the recipe code or else it will consider it as the usable_in_jam_sandwhich ingredients. processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { circuit: 4, - itemInputs: [`2x ${type[1]}`, "2x #tfc:foods/usable_in_jam_sandwich", '#tfc:foods/preserves'], + itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich'], itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ @@ -277,47 +277,30 @@ function registerTFGFoodRecipes(event) { //#endregion //#region ================= Food preservation ================= - - processorRecipe("food_salting", 10, 16, { - itemInputs: [ - ["#tfc:foods/can_be_salted", TFC.ingredient.lacksTrait("#tfc:foods/can_be_salted", "tfc:salted")], - "tfc:powder/salt"], - itemOutputs: ["#tfc:foods/can_be_salted"], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:salted") + + const smoking_meats = Ingredient.of('#tfc:foods/raw_meats').itemIds; + const brining_veg = Ingredient.of('#firmalife:foods/pizza_ingredients').itemIds; + + const brining_ingredients = smoking_meats.concat(brining_veg); + + brining_ingredients.forEach(item => { + processorRecipe(`${item}/brining`, 200, 16, { + circuit: 5, + itemInputs: [item], + itemOutputs: [item], + fluidInputs: [Fluid.of("tfc:brine", 100)], + itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait('tfc:brined') + }) }) - - processorRecipe("brine_meat", 200, 16, { - circuit: 5, - itemInputs: [["#tfc:foods/raw_meats", TFC.ingredient.lacksTrait("#tfc:foods/raw_meats", "tfc:brined")]], - itemOutputs: ["#tfc:foods/raw_meats"], - fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:brined") - }) - - processorRecipe("brine_general", 200, 16, { - circuit: 5, - itemInputs: [["#firmalife:foods/pizza_ingredients", TFC.ingredient.lacksTrait("#firmalife:foods/pizza_ingredients", "tfc:brined")]], - itemOutputs: ["#firmalife:foods/pizza_ingredients"], - fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:brined") - }) - - - processorRecipe("pickle_meat", 200, 16, { - circuit: 5, - itemInputs: [ ["#tfc:foods/raw_meats", TFC.ingredient.lacksTrait(TFC.ingredient.hasTrait("#tfc:foods/raw_meats", "tfc:brined"), "tfc:pickled")] ], - itemOutputs: ["#tfc:foods/raw_meats"], - fluidInputs: [Fluid.of("tfc:vinegar", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:pickled") - }) - - processorRecipe("pickle_general", 200, 16, { - circuit: 5, - itemInputs: [ ["#firmalife:foods/pizza_ingredients", TFC.ingredient.lacksTrait(TFC.ingredient.hasTrait("#firmalife:foods/pizza_ingredients", "tfc:brined"), "tfc:pickled")] ], - itemOutputs: ["#firmalife:foods/pizza_ingredients"], - fluidInputs: [Fluid.of("tfc:vinegar", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:pickled") + smoking_meats.forEach(item => { + processorRecipe(`${item}/smoking`, 200, 16, { + circuit: 6, + itemInputs: [[item, TFC.ingredient.lacksTrait(item, "firmalife:smoked")]], + itemOutputs: [item], + fluidInputs: [Fluid.of('gtceu:wood_gas', 50)], + itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait("firmalife:smoked") + }) }) //#endregion @@ -327,17 +310,17 @@ function registerTFGFoodRecipes(event) { global.TFC_JAMS.forEach(name => { processorRecipe(`${name}_jam`, 200, 8, { circuit: 15, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugar", "#tfc:empty_jar_with_lid"], + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "#tfc:empty_jar_with_lid"], itemOutputs: [`4x tfc:jar/${name}`], - fluidInputs: Fluid.of("minecraft:water", 100), + fluidInputs: [Fluid.of("minecraft:water", 100)], itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}`).copyFood() }) processorRecipe(`${name}_jam_no_seal`, 200, 8, { circuit: 16, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugar", "#tfc:empty_jar"], + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "tfc:empty_jar"], itemOutputs: [`4x tfc:jar/${name}_unsealed`], - fluidInputs: Fluid.of("minecraft:water", 100), + fluidInputs: [Fluid.of("minecraft:water", 100)], itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}_unsealed`).copyFood() }) }) From e60109bdc909f9045d7f2f5fc7b4a7e969676b26 Mon Sep 17 00:00:00 2001 From: Redeix Date: Mon, 16 Jun 2025 01:05:29 -0500 Subject: [PATCH 143/246] - Updated texture for aqueous accumulator --- .../aqueous_accumulator/overlay_front.png | Bin 607 -> 382 bytes .../overlay_front_active.png | Bin 0 -> 734 bytes .../overlay_front_active.png.mcmeta | 5 +++++ .../overlay_front_active_emissive.png | Bin 0 -> 338 bytes .../overlay_front_active_emissive.png.mcmeta | 5 +++++ 5 files changed, 10 insertions(+) create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png.mcmeta diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front.png index 0f45a3e2d6fa758fd5770b91f92a7a8a4640aaa5..066106e8fb4e8bd2a5a653b3293cf7a05b3a8c96 100644 GIT binary patch delta 355 zcmcc5@{ehPO1-P6i(`mI@6kycyAC-BwAmjn6I7hwCg8$kwyi6Z<@SVY?i;=_zB$6a zVUwYNfJy1D+SVtcN6ZC01uMRq(N{b5Y0H`ZVSPHFo(ah5PSM z47#T3v;1=S^2>|~X0r>e=5BF2|9L{tqA826zn-`(GuA0kM5f<;*WEnV?KYm19#qEl zPF#_?Z)1#}Ay4!3&z>T#^;2I8wFqpvoxAS3HpA+xU5hj}G_wpg(J@WM)mX{lG$r#i=6 zKUydwb3D;NLg2XJ^UsmSQ=Yjj73n_ebi24yfg@u5^{H1bb^hP>>G?-iL-&duruy@B R7#J8BJYD@<);T3K0RS=Cs&N1S delta 582 zcmeyzbf0B{N_}&tvvYu_v$H}$QGQxxPAUU~#>Co*wjPHaWRAuMFI5s{x9+e=S>Y$< zveY6=TV$cr3el)igPmWvXPKyI>h(2cA3WH9bX9Zr=5>7QniPI8K6>_S$qOabfBKqR zIzB$wA^-lJ?Yn!7PMc4etWFoYP;&ds5}_o${aS5tf=vwyE=TH9(i|H|9 z6=_G#q)j>^n6&ZAQ7`e$n^p>*7jO^tU0$R3eB-Ig?#*FqH-EGJ$$gl$Hg)D}6ZeUS zl%^>Jx^ul+v4Bh3Fsd|2r#>aa{^4W!!oNa0MT$ZXoY>ePWpZMj{2%_h@@&!N%l9lP zV0uwoIH%uGVGH*bslLy(Z!FddEBxSzc_~}Jmh(*Aq+SGU0{Ti}=q~+3z2JVLTBO{!;qE0|5#Bz;C`sfQ+6h1RYOhrs6GY;2FViFh!W@g+}zZ>5(ej@)Wnk16ovB4k_-iRPv3y>Mm}){ z1_ldH7sn8b)5!@ECJG7~_D}Zj*zu#ju<+x59v+?uLmxW@jVJbBV+ABdowsl+El&E! jf80Q#_n4q;FT+-zDA}5jbw3#x7#KWV{an^LB{Ts5lmPO! diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..84cacba2078ff73474374cd176f0fce878e61823 GIT binary patch literal 734 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}WH6W?*3G?P057U|>*4_6YK2V5m}KU}$Jz zVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J8l0(?ST85kJU)YQz)&84NKw{G2P zUDtE);6Z8o*rukY{QP`tYwKsvp3R;;d+yx16DLk|cXwA-R&H-^7ZenXii&b|bqx*< zc5-rJU|^Uhdo6;2fq}6k$S;_|;n|He5GTpo-G!lpRn~)nfr;DG#W5t}@YU;YC%sbO zVSC_v!$VW1`*!U6|3UnWv6HrBoj)EiJ^oi;^TU}DCvV?wV`Yd4ue`|g-7od(3Rd>_ z?Yo?~H|)`$-^RcfZE!5)JBO0T{yw7_MRxOox~?-Y)h`uhRPT6vyqf#eH-SSo=i7fq zMR+#6aFDy^{a-%&?BRHayvmwiJ3e^adaNzo-|(h!^EZ!c%I>cXx%k(eo?bNXZ6V{% zmmei3f0I~qe8T3h2Oe`yliU2Y;BIr6P0dG%`R^_|tdmQZm#^HxrDRhuyPc!McG3rh zZyl!=hdkqdyxI2LzRsHJImuV#mdbBoPkG%aZ8M3Z!*)mfl;aXlKR3TFvaX16cvoTZ zy0QL+<7+t$+Zv9GRXbvBj&WVGZR1k1Ii-KU;z`Z<<}lj>6)I03+7@TiE*|WDC2why6db{v|dw4|J!n7i;t%+Blir?u*CW=2h#NyI`0GD**e3K(QNPJ|e6sNW?H4N=x^Gssh<{wbE>~8UDYxUp z3|y4~ek-Oc2LrTBL|boBqO@bsa1)dGuuy#03Tj>OnnP2iTceQ~_v#?P?I89&QT q+1&4HYYhKZakEnX#d_O1<~vgjS7+Dl{>H$-z~JfX=d#Wzp$Py6*FN$9 literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..d32a71c7a7e8065041013a4c828cdc75bb703a0c GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}RuoW?*1AZXfq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^iuIrJuk7ZzBka?DH zmVtqRu_VYZn8D%MjWiG^$=lt9p@UV{gMoozx2KC^h{fr>7Yz9h8St|<;fUn;nn{dM+_=?`|k`TFK%d1JZAiZ>sZ zsW*S$+pNu|7nl4&OGIOz$2Xmi8UZ^S!t(Pz&GgFpyFk~px38`{`l)!z)W44wwsy@D q&$wegPvCofzm&4X`F+}Z`3 Date: Mon, 16 Jun 2025 10:54:54 +0100 Subject: [PATCH 144/246] Update README.md Signed-off-by: Pyritie --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 3f353927a..d7074a959 100644 --- a/.github/README.md +++ b/.github/README.md @@ -44,7 +44,7 @@ The heart of the modpack is a tight integration between the two namesake mods: On top of these, other major mods help provide even more depth: - **[Create]** and **[Greate]** – Start automating your problems away early with Create's kinetic machines, integrated seamlessly through Greate -- **[Ad Astra]** – Grow your factory even further beyond, with new logistic and survival problems to solve +- **[Ad Astra]** (WIP) – Grow your factory even further beyond, with new logistic and survival problems to solve - **[Applied Energistics 2]** – Cutting-edge storage and automation systems appropriate for an advanced era Many new mechanics, tools, and dimensions are also built completely from the ground up just for TerraFirmaGreg! From 3f46b6856fbc663e461369952cc016448cbb63c8 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:56:15 -0500 Subject: [PATCH 145/246] - Updated texture for aqueous accumulator (#1168) --- .../aqueous_accumulator/overlay_front.png | Bin 607 -> 382 bytes .../overlay_front_active.png | Bin 0 -> 734 bytes .../overlay_front_active.png.mcmeta | 5 +++++ .../overlay_front_active_emissive.png | Bin 0 -> 338 bytes .../overlay_front_active_emissive.png.mcmeta | 5 +++++ 5 files changed, 10 insertions(+) create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png.mcmeta diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front.png index 0f45a3e2d6fa758fd5770b91f92a7a8a4640aaa5..066106e8fb4e8bd2a5a653b3293cf7a05b3a8c96 100644 GIT binary patch delta 355 zcmcc5@{ehPO1-P6i(`mI@6kycyAC-BwAmjn6I7hwCg8$kwyi6Z<@SVY?i;=_zB$6a zVUwYNfJy1D+SVtcN6ZC01uMRq(N{b5Y0H`ZVSPHFo(ah5PSM z47#T3v;1=S^2>|~X0r>e=5BF2|9L{tqA826zn-`(GuA0kM5f<;*WEnV?KYm19#qEl zPF#_?Z)1#}Ay4!3&z>T#^;2I8wFqpvoxAS3HpA+xU5hj}G_wpg(J@WM)mX{lG$r#i=6 zKUydwb3D;NLg2XJ^UsmSQ=Yjj73n_ebi24yfg@u5^{H1bb^hP>>G?-iL-&duruy@B R7#J8BJYD@<);T3K0RS=Cs&N1S delta 582 zcmeyzbf0B{N_}&tvvYu_v$H}$QGQxxPAUU~#>Co*wjPHaWRAuMFI5s{x9+e=S>Y$< zveY6=TV$cr3el)igPmWvXPKyI>h(2cA3WH9bX9Zr=5>7QniPI8K6>_S$qOabfBKqR zIzB$wA^-lJ?Yn!7PMc4etWFoYP;&ds5}_o${aS5tf=vwyE=TH9(i|H|9 z6=_G#q)j>^n6&ZAQ7`e$n^p>*7jO^tU0$R3eB-Ig?#*FqH-EGJ$$gl$Hg)D}6ZeUS zl%^>Jx^ul+v4Bh3Fsd|2r#>aa{^4W!!oNa0MT$ZXoY>ePWpZMj{2%_h@@&!N%l9lP zV0uwoIH%uGVGH*bslLy(Z!FddEBxSzc_~}Jmh(*Aq+SGU0{Ti}=q~+3z2JVLTBO{!;qE0|5#Bz;C`sfQ+6h1RYOhrs6GY;2FViFh!W@g+}zZ>5(ej@)Wnk16ovB4k_-iRPv3y>Mm}){ z1_ldH7sn8b)5!@ECJG7~_D}Zj*zu#ju<+x59v+?uLmxW@jVJbBV+ABdowsl+El&E! jf80Q#_n4q;FT+-zDA}5jbw3#x7#KWV{an^LB{Ts5lmPO! diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..84cacba2078ff73474374cd176f0fce878e61823 GIT binary patch literal 734 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}WH6W?*3G?P057U|>*4_6YK2V5m}KU}$Jz zVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J8l0(?ST85kJU)YQz)&84NKw{G2P zUDtE);6Z8o*rukY{QP`tYwKsvp3R;;d+yx16DLk|cXwA-R&H-^7ZenXii&b|bqx*< zc5-rJU|^Uhdo6;2fq}6k$S;_|;n|He5GTpo-G!lpRn~)nfr;DG#W5t}@YU;YC%sbO zVSC_v!$VW1`*!U6|3UnWv6HrBoj)EiJ^oi;^TU}DCvV?wV`Yd4ue`|g-7od(3Rd>_ z?Yo?~H|)`$-^RcfZE!5)JBO0T{yw7_MRxOox~?-Y)h`uhRPT6vyqf#eH-SSo=i7fq zMR+#6aFDy^{a-%&?BRHayvmwiJ3e^adaNzo-|(h!^EZ!c%I>cXx%k(eo?bNXZ6V{% zmmei3f0I~qe8T3h2Oe`yliU2Y;BIr6P0dG%`R^_|tdmQZm#^HxrDRhuyPc!McG3rh zZyl!=hdkqdyxI2LzRsHJImuV#mdbBoPkG%aZ8M3Z!*)mfl;aXlKR3TFvaX16cvoTZ zy0QL+<7+t$+Zv9GRXbvBj&WVGZR1k1Ii-KU;z`Z<<}lj>6)I03+7@TiE*|WDC2why6db{v|dw4|J!n7i;t%+Blir?u*CW=2h#NyI`0GD**e3K(QNPJ|e6sNW?H4N=x^Gssh<{wbE>~8UDYxUp z3|y4~ek-Oc2LrTBL|boBqO@bsa1)dGuuy#03Tj>OnnP2iTceQ~_v#?P?I89&QT q+1&4HYYhKZakEnX#d_O1<~vgjS7+Dl{>H$-z~JfX=d#Wzp$Py6*FN$9 literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/aqueous_accumulator/overlay_front_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..d32a71c7a7e8065041013a4c828cdc75bb703a0c GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}RuoW?*1AZXfq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^iuIrJuk7ZzBka?DH zmVtqRu_VYZn8D%MjWiG^$=lt9p@UV{gMoozx2KC^h{fr>7Yz9h8St|<;fUn;nn{dM+_=?`|k`TFK%d1JZAiZ>sZ zsW*S$+pNu|7nl4&OGIOz$2Xmi8UZ^S!t(Pz&GgFpyFk~px38`{`l)!z)W44wwsy@D q&$wegPvCofzm&4X`F+}Z`3 Date: Mon, 16 Jun 2025 04:57:17 -0500 Subject: [PATCH 146/246] - Food changes (#1167) --- .../machines/food_processor/overlay_front.png | Bin 341 -> 380 bytes .../food_processor/overlay_front_active.png | Bin 683 -> 919 bytes .../overlay_front_active.png.mcmeta | 2 +- .../overlay_front_active_emissive.png | Bin 0 -> 659 bytes .../overlay_front_active_emissive.png.mcmeta | 5 ++ .../food_processor/overlay_front_emissive.png | Bin 0 -> 149 bytes .../food_refrigerator/overlay_back.png | Bin 0 -> 592 bytes .../food_refrigerator/overlay_back_active.png | Bin 0 -> 504 bytes .../overlay_back_active.png.mcmeta | 5 ++ .../overlay_back_active_emissive.png | Bin 0 -> 184 bytes .../overlay_back_active_emissive.png.mcmeta | 5 ++ .../overlay_back_active_emissive_ref.gif | Bin 0 -> 785 bytes .../overlay_back_active_ref.gif | Bin 0 -> 4697 bytes .../food_refrigerator/overlay_bottom.png | Bin 0 -> 75 bytes .../food_refrigerator/overlay_front.png | Bin 0 -> 350 bytes .../overlay_front_active.png | Bin 0 -> 364 bytes .../food_refrigerator/overlay_side.png | Bin 0 -> 361 bytes .../food_refrigerator/overlay_top.png | Bin 0 -> 250 bytes kubejs/server_scripts/tfg/recipes.food.js | 73 +++++++----------- 19 files changed, 44 insertions(+), 46 deletions(-) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_top.png diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png index 5bd5b3654a3e463b7c814f8d5171d792abba52eb..21458b6d21a1d0fd86f72ab073571f8c56f023d1 100644 GIT binary patch delta 354 zcmcc0^oMDJay_H7r;B5VMeor`8@moUh`9Ejb5L0MrbQ%}<;XFAjvJo;6ncB-D{WKS zR_Czli&9f=mG?of?go!pXB-Y}h?bmlHC0?^&(*mP_Z_bN@ZfURUElTBfA9M3xBRnF zjEL)F{&r{X1%D+jL~V}H`C!9;{_}(&rKKtyOy`~(M`drhCU%9XUd8iJjU9V}g^ZC@ zFT;!Pzj?nbf0F$6W=@+xlL61o95de&-)k3XB<+o}Uz=gN;`J`cG8y*kr89lhrlfjq zzpdJ}XgS;4CNo>Z`9z7ie(hZI@=qoHgmW zW%EIXr6OLMeaDp_f1L5MBujS66Y-^)S$ij|B<_rP^m`v`#qTNh>+^dp+GD0%-K)mH Pz`)??>gTe~DWM4f4;QCX delta 315 zcmeyvbd_m>ayt!RaI@Pzq|arL#l*?N=xg3q!;Uw zn=WZEEcx(hZ#9p+eLZ9HgfxMQKOebgxUog>GGwZWC73d>bP0l+XkK99DF1 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png index 9214428f25181b1baca3792f03c3f5f1c591276d..db6c56605f1014b7e6a07b916c7459d790b25c22 100644 GIT binary patch delta 911 zcmZ3@I-PxjSUt-I4rT@hhNE>>>lhdq6p}rHd>I(3)EF2VS{N99F)%PRykKA`HDF+P zmB7GYHG_dcykO3*KpO@I2KxY?5LX5U1~oM`b8~ZPY3Z$7w>mjFSzB92MMWJvc(AFd z$<@_$?%cWg`S}wkPHb;)Pf1A$3JT&)=Vu8p$(Z2Fz`!t}{*w(W0|NtNNswPKgTu2M zX&_FLx4R2N2dk_H0|V1pPZ!6Kid%2*BnE#n;9)P=ezULlp~t7c`(Iz?lh3`hE0Et` zdQ`LpHfdpKKf{Eo3v81rTAr@=JlKA8o$|#QVodCX z{b|3I*T~=86Cfh^c~T|A61j)|0-co$-E1HI`uR`LvBf>;L*m9m%IoZOS@@MQt}4G1 zJCiK@=(qc`gWvjhRJ{}A?ydTB=HJD4KZR~Frq+j??_Tw9!t>mP_CG44-|&aj7wr@I z7JTM+^V!p~zctNv&ySK5{@E-y(f-lTQ@QL-OqEc$%nk?4}0$V?DAS$ zt>4ThPlHb%WPWXFkn%y7Bk#!=Gk=L`454R{B(2Sm$0C=kRt< z%Jb9C-}=kWPj5PYv9i1MvsgesyUa8GL-luSR%zBp#Mys3;9g-;bFb^SeZZanfnO|k z{9pX?PvZB(GukU>9GCyxU}n4N{QY~+84o${t6z0oxo)1p*Mj~}4Z>SqDcY|;XOs5% z#J=+lm2=KI*WGWel&O*TVle7Ia=7~Q1G!e4G`TyAZ~jRHg?g6FKgQ+*y4TA}|LtI4 QU|`_zboFyt=akR{0BWPRO#lD@ delta 673 zcmbQvzM6G{SUp1m2O9$egUH2C3m6y}7>k44ofy`glX=O&z`&C3=sM*7Vbx>Vw;TA1ZmyAed0?aLwS#e5PiO3z?{|7)-(kn4F+$a$fjX^DTPAv3n4HOVyYCr8 zzSM#J%3Vhi6r-{?)Z1|LpL04J_@izrGm|aD8fG0gulM`xy4yBN^RavJ*T-?OPGrxJ zcsw)FYV(v{h6KeD2Hs@7sg0|dtxsIAf6ZtvsCo8b!GbRgL2Q!F%`;f449@+%~M4DVQ8)ivyHQnz(ra%7(n(C|A-J4SiKqJ7uuuQB&E`?&R$$nY&- zf91uj$(($be~K7O)dzlvDfPAtlh=zEEOgkrpy*)n-USBik{N4dYhE@kuVQ?dEX^=W z;0pKUzW2^odL%D1FZuH173);)YgGq%uQ5(xk4i|-v2}2(S|#4FHO@hb9pN;IQ2i~l zO)aG!&GL!adw`SsHN*S8TjMs=<-Fa%XQ9h5@2f+qip1(T2bByd$Grwzi}cw8Y(mSu TLoP5dFfe$!`njxgN@xNA$zmV2 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta index f3da053bc..92cc62352 100644 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta @@ -1,5 +1,5 @@ { "animation":{ - "frametime": 2 + "frametime": 1 } } \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..97ab6af8176c685059c2e66de977bc450614ceda GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznVA;UJ%)r3F(06@30|SFXvPY0F14ES>14Ba# z1H&%{28M3NkF6pC!N~V}dUO14Ceq zxg-Mv17k^$UoeBivm0q3PLj8~3quF1tOo-F<4;c)$B>MBZ*S)IH7f|PCD`dPR52dl zUUBDt-t8kZH*#nFWxA>RxqFLm@|x}xES56i0lH63qqkFYgtQS9fi z-DUaZe)_3{8z=FdyQeMo)mmd+EdRVOKYI*Vzw=4j$n4;=S?B#O)BVGi#f)q^lMNmS z=FMPRBR#3Qgj??IM8!jm$IV`SUHIQFxc%GtyWf8Y+3kp{s@=P5&d&#x^FJT_{BK%6 zW6iIcXMf*l%;!Az`0txb@1I}#webGsdYfmDCs%*i!+kr+ZpVDh`Hi1E_s`#GfBNFO zXO~mnoZl*6cVhXs!)I6hE!dr9e`nn-{_U&39p;yluef)OTb}c2jJ{QT^|$jAE(^~s zcYYo_yGHKS`6m+(R4n;Fr7Zr&&${~$PyYCG{N@Q^+y5so)^k?5VdR9XtG=3kWj@&(_Q6p# REEts7JYD@<);T3K0RZ|lE{6aB literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..c20a1c9810d77b74d42b9829129c1c640700e925 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png new file mode 100644 index 0000000000000000000000000000000000000000..3c21545d173450d700ff3c857be6471b14b9deaf GIT binary patch literal 592 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!to#64XcLo9lyPBP384wN}o zFYa`r^I>I2Biqv_2A32=g}6KyOjfYsniUu$)5SMerYY}{j>yvP2P%;)3uia8OcFaY zVMz;5r^kaSF}EW=7ajcK)HcVt%Dp@HYW~mt??2xAURPt2Y9X`h&+=b??HJyc%}&^V zKix)7n6G_e(4tjZ4+~~|tl)XDUiP@-l~2p4O4b@l9>J1zTW zm+!NAp7*q9TiEKkxq5p0jK6=&W7^yhFF$YR-u`}uj2fu~276g?#y8Aut1ei$T#)JQ z6VRNSdN#J(=7@=J&`OcDVckD}R@Rs8jx{qg+w`^S@8;LLzVp4S4HZc}&7V;tf8gM0 zhUcNI4cXJrF$(PcI^+Adsmou#eyv}%SB~Lnk>yH_Q`49xoPT~dZL_D+#06oi6D8Q@ z`n6}6cx}J^^z7AL*AE`G=SY*?Gq1FO%Tx37r;4U?o1WSIENq@TSC;4S0TbVn*yAR? zLY*vY!?-n5!#Ey_bRYd;U;5yrGK0jEd-Lu%>P;^$FE1B#`tkqXw%m}=qlGeZEZ%!2 zoy<`X*ik>Bd~eiRy`L|+xw*Id&pw%AbeQuOueFNGn!AebM;I6w7(8A5T-G@yGywny CwhgcV literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png new file mode 100644 index 0000000000000000000000000000000000000000..bcfd65feb106d41eb0f4fa5fdcd53f1085791eaa GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV07SMW?*1wy22yCz`&r8>=ES4z)+>ez|hdb z!0?NKfuZ3A14F3+1H-EX1_rAc3=HB0b9M#VFfcHr1^9%xGB7ZF`t<3+g9kfz?!0m1 z#`*K-_wCzv?AWonbLXyFwQBkD<$Zm9_c8?KlJ+gNTAD;cBi^C@DKvbEgRc4|@TeSW!{R$58iVYc!?H;x^U%u#; zS9FL~_K22#NYMTKfQf%?$8nQ?52`9`9`q~qSN?p=IRDz`{WI(nit1PVJp3o|pF#Z$ z`!n+O6;u8iZvK0R<=={I`}BVmmzEoUZlB9;`?|mLTyq^m*|{a$zCmsZ3=9kmp00i_ I>zopr01T1VI{*Lx literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..8e993ab9899163f3861209611777cb5330c63c40 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV02(&W?*1Aks`8@fq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^COWH5!F`0pZLF&ma zHUYh7ML)4+aJXMNb#U5R22v2?{JS4lc}&sV>cdpWV(% jo918H6ZpBUxspMUk)KgKDKDCVfq}u()z4*}Q$iB}`2Z{6 literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif new file mode 100644 index 0000000000000000000000000000000000000000..383a1c8002c2d2f4d21310d5d14f32fbeb1396d5 GIT binary patch literal 785 zcmZ?wbhEHb6krfw_{abPf*zCQlJ+w&Fev_H;ba2Q|GE8KLxP$zt|?Jt#k9eJU3h*48#QHg>(J$wHA`5QNGJb3Wn)2B}$Td9Najnxp*GXeCRp)3u4BxBpbwt6UDY zP%E^NYp}BFGP?O{M~&b6oHsvuUFUYj>xhYpinKIkNfe3+aZB;`N(q!OG&YMgHHb5? z2yhk(vkSBFv+=N27uQc|6|LqJV965WWa44j%FjA!Rm-$Cf%S#lEbNC_*jPju7*9_+ zTjZDEmPLsY6s6|YuyD?`j;ewuljRrL&C*c9JU@V%V6o@auU(QWuc@mF=X1i)aXl~w|6-)d$_Y99b9;O7oKI{ HeF) literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..01360c35a2eee48a62adb260c3d0b35dfaff2289 GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7RXtrCLo9l?PTZK)93axR zpM~?5V@IPxislzaFZS97y~<{r=E=cwYT1qgpO}ui3oPHYlkL%i0{u9r$7$;Nvm#cs z{<&=Vea`>q|KHElTpFe3#KGtgC?es+F>BdD6W=9MBBr%w&NA_3Uhw+$*HcA1W%e*j z{9PLD6dKB~=6bg8K2f8tMG`k&dz8jL{%sfJb;;yt;hc*Wn~x?X_VO;$_+>ZOFGf#1 z=DI4+;pKsib&IE*%DMe**S`XbEewtVFZNpW-L^Rξ+0_un%ws!vb#oTPHIZ1>l^ zPT6zMjTvU2O|uB_N{xTNK6jGJ&5RrI2Jg8PS(dI@UeM0;|L9zYSpV{cpX>M8ZkN|T zx1@f?;o5(idS4{9m;Up4<$V8Vg-zD&-FMGP$JaB|G4yPk`s0smb_fFl1B0ilpUXO@ GgeCwh*qSQ< literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..e10b0db21966d987c7f7d76e15b9077480672a6f GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7jXhl)Lo9l?1{!7^b`X$} zO!U*_nRbxl3d^SkfsQ{7Cchd#vrcxJD);zWg24;shw~Cbj^5qMwlrYlaapx}A=8y! zC`l%+Q3`&0@7yrRyBigh7#aka>;w-=FdvgxGKHgwp~p}nnc=|E=bt4nzufYf zkD+e&%Si#(O&JpG=39SSIzhkX#f@waFHIdWZV%0k_umV)CB84;^RYtai|Dr7Z?Au> zIP$W@NyPQUrZ?-t7tGCAd-`O`B$J<2d$%!ch*}$SKX3cy_QQ;uZ}L>mtFD{v<8pq^ zXCvRsPbS@1uu6-;LFV{=>kRSPM`N7lJ(s;0C@e71`m8|Dt&_TZ>$qz6?{(5NjbMp- z{ps=3i~H>F-ahM`Vfp;20=r9#|4;ME4({^SsMoVSb9YP@aebJhKmGKQ{eR^@Fzba+ WURm_2&6|ONfx*+&&t;ucLK6V3p`r!= literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png new file mode 100644 index 0000000000000000000000000000000000000000..1161e23a981427087869a2d3f725bace3a7a05d7 GIT binary patch literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74Ln^OLo9liPO$er93XPE zUN^Hw((9y(g@r{*Q9;(UU#yST$uH#ad$+V>b@${4ZyxDzyo)uG5O=+F(6K_mNM+el z6OW~Oz9)>E)>lmb{ce8oJ=^7mGkvD5k@TFzAke1hHc914WuHKkiSI@oZbg>LdCXJZ z|E%fDz3nBxATstBr^d8Z4;ID0kxrD*dVaK!$6;D(RFTxO%&7gmHs^(}T6HN2vK(~p zb$BiP;O8~Hv-fPhykml=FSz?oqcXRN$!6}Vdl|wq^K#{8%-ws7wTnII)Ke|y3vbJ& z?tHyVuHpUf@1{(ePm5lEl3K*;mp8A%{N9e=HGeKY32K_MiG@F!Z#lns)TN$Bh4-w} zsy80q@bts3AD5W4S(-13Zob(wJ@oGT@83%~yn6c{e_7T1vBKt(-DCTYycX(J58H%i S<}olZFnGH9xvXhPt{K z7&m;2yFPWwB{z17M*;aC7G{*)eeS-%G-Rt}$k(uZ&OHw$G*#!l$Za$~lOue!)ckwr zttN?=oP8a0l=mE!^wMnam5|QpTojl6SAEB$FDne^>gRI&Yn^BOFT(a*-a*m-Z$%d= z?pyru6W7Irw05@RcVZVlw?F(*^>691ImR2a*6vv;FZEyO-E+ojZ3YGg22WQ%mvv4F FO#m@NYXtxR literal 0 HcmV?d00001 diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index b28e87cc3..0a8fa9c76 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -160,10 +160,10 @@ function registerTFGFoodRecipes(event) { ]) }) - + //Note: Jam needs to be first in the recipe code or else it will consider it as the usable_in_jam_sandwhich ingredients. processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { circuit: 4, - itemInputs: [`2x ${type[1]}`, "2x #tfc:foods/usable_in_jam_sandwich", '#tfc:foods/preserves'], + itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich'], itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ @@ -277,47 +277,30 @@ function registerTFGFoodRecipes(event) { //#endregion //#region ================= Food preservation ================= - - processorRecipe("food_salting", 10, 16, { - itemInputs: [ - ["#tfc:foods/can_be_salted", TFC.ingredient.lacksTrait("#tfc:foods/can_be_salted", "tfc:salted")], - "tfc:powder/salt"], - itemOutputs: ["#tfc:foods/can_be_salted"], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:salted") + + const smoking_meats = Ingredient.of('#tfc:foods/raw_meats').itemIds; + const brining_veg = Ingredient.of('#firmalife:foods/pizza_ingredients').itemIds; + + const brining_ingredients = smoking_meats.concat(brining_veg); + + brining_ingredients.forEach(item => { + processorRecipe(`${item}/brining`, 200, 16, { + circuit: 5, + itemInputs: [item], + itemOutputs: [item], + fluidInputs: [Fluid.of("tfc:brine", 100)], + itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait('tfc:brined') + }) }) - - processorRecipe("brine_meat", 200, 16, { - circuit: 5, - itemInputs: [["#tfc:foods/raw_meats", TFC.ingredient.lacksTrait("#tfc:foods/raw_meats", "tfc:brined")]], - itemOutputs: ["#tfc:foods/raw_meats"], - fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:brined") - }) - - processorRecipe("brine_general", 200, 16, { - circuit: 5, - itemInputs: [["#firmalife:foods/pizza_ingredients", TFC.ingredient.lacksTrait("#firmalife:foods/pizza_ingredients", "tfc:brined")]], - itemOutputs: ["#firmalife:foods/pizza_ingredients"], - fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:brined") - }) - - - processorRecipe("pickle_meat", 200, 16, { - circuit: 5, - itemInputs: [ ["#tfc:foods/raw_meats", TFC.ingredient.lacksTrait(TFC.ingredient.hasTrait("#tfc:foods/raw_meats", "tfc:brined"), "tfc:pickled")] ], - itemOutputs: ["#tfc:foods/raw_meats"], - fluidInputs: [Fluid.of("tfc:vinegar", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:pickled") - }) - - processorRecipe("pickle_general", 200, 16, { - circuit: 5, - itemInputs: [ ["#firmalife:foods/pizza_ingredients", TFC.ingredient.lacksTrait(TFC.ingredient.hasTrait("#firmalife:foods/pizza_ingredients", "tfc:brined"), "tfc:pickled")] ], - itemOutputs: ["#firmalife:foods/pizza_ingredients"], - fluidInputs: [Fluid.of("tfc:vinegar", 100)], - itemOutputProvider: TFC.isp.copyInput().addTrait("tfc:pickled") + smoking_meats.forEach(item => { + processorRecipe(`${item}/smoking`, 200, 16, { + circuit: 6, + itemInputs: [[item, TFC.ingredient.lacksTrait(item, "firmalife:smoked")]], + itemOutputs: [item], + fluidInputs: [Fluid.of('gtceu:wood_gas', 50)], + itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait("firmalife:smoked") + }) }) //#endregion @@ -327,17 +310,17 @@ function registerTFGFoodRecipes(event) { global.TFC_JAMS.forEach(name => { processorRecipe(`${name}_jam`, 200, 8, { circuit: 15, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugar", "#tfc:empty_jar_with_lid"], + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "#tfc:empty_jar_with_lid"], itemOutputs: [`4x tfc:jar/${name}`], - fluidInputs: Fluid.of("minecraft:water", 100), + fluidInputs: [Fluid.of("minecraft:water", 100)], itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}`).copyFood() }) processorRecipe(`${name}_jam_no_seal`, 200, 8, { circuit: 16, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugar", "#tfc:empty_jar"], + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "tfc:empty_jar"], itemOutputs: [`4x tfc:jar/${name}_unsealed`], - fluidInputs: Fluid.of("minecraft:water", 100), + fluidInputs: [Fluid.of("minecraft:water", 100)], itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}_unsealed`).copyFood() }) }) From 5b0e9bda98732bc17c0220ac0b7e817af6fc4de6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 16:47:43 +0100 Subject: [PATCH 147/246] fixes #1165 --- CHANGELOG.md | 1 + kubejs/server_scripts/tfc/data.js | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb94f903..b9df31bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [Unreleased] ### New features ### Bug fixes +- Fixed double ingots not having a temperature (#1165) @Pyritie ### Changes ## [0.9.11] - 13.06.2025 diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index e49817b46..f0ba390a5 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -69,6 +69,7 @@ const registerTFCHeats = (event) => { makeItemHeatByTagPrefix(TagPrefix.rodLong, material, tfcProperty, 1.429) makeItemHeatByTagPrefix(TagPrefix.ingot, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.ingotDouble, material, tfcProperty, 2.875) makeItemHeatByTagPrefix(TagPrefix.rawOre, material, tfcProperty, 1.429) makeItemHeatByTagPrefix(TFGTagPrefix.richRawOre, material, tfcProperty, 1.429) From 6a6f72829a8851d2e7948aa1f9ee2585e91f7079 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 16:50:01 +0100 Subject: [PATCH 148/246] removed gems tag from flint --- kubejs/server_scripts/minecraft/tags.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 6363b026b..fd12509f2 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -56,6 +56,7 @@ const registerMinecraftItemTags = (event) => { event.remove('forge:gems', 'minecraft:charcoal') event.remove('forge:gems', 'minecraft:coal') + event.remove('forge:gems', 'minecraft:flint') event.add('tfc:compost_greens_high', 'minecraft:red_mushroom_block') event.add('tfc:compost_greens_high', 'minecraft:brown_mushroom_block') From 712f8a33c780c9ed41c40bf0a76a95c120685f17 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 16:54:28 +0100 Subject: [PATCH 149/246] fixes #1162 --- CHANGELOG.md | 1 + kubejs/server_scripts/firmalife/recipes.js | 10 +--------- kubejs/server_scripts/vintage_improvements/recipes.js | 7 +++++++ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9df31bbf..f0dbf3208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Bug fixes - Fixed double ingots not having a temperature (#1165) @Pyritie ### Changes +- Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 90d2e64f0..38e8f5165 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -95,16 +95,8 @@ const registerFirmaLifeRecipes = (event) => { .duration(50) .EUt(2) - // Pineapple Fiber - event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_fiber`) - .itemInputs('firmalife:food/pineapple') - .circuit(1) - .itemOutputs('firmalife:pineapple_fiber') - .duration(50) - .EUt(7) - // Pineapple Yarn - event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_yarn`) + event.recipes.gtceu.wiremill(`tfg:firmalife/pineapple_yarn`) .itemInputs('firmalife:pineapple_fiber') .circuit(1) .itemOutputs('8x firmalife:pineapple_yarn') diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 14ef74306..ae5b6d315 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -627,6 +627,13 @@ function registerVintageImprovementsRecipes(event) { processingTime: 100 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER }).id(`tfg:vi/coiling/phantom_thread`) + event.custom({ + type: 'vintageimprovements:coiling', + ingredients: [{ item: 'firmalife:pineapple_fiber' }], + results: [{ item: 'firmalife:pineapple_yarn', count: 8 }], + processingTime: 100 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + }).id(`tfg:vi/coiling/pineapple_yarn`) + event.custom({ type: 'vintageimprovements:coiling', ingredients: [ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Polycaprolactam, 1)], From e35c34040d07e02f418a9e2434dc7bea55f62810 Mon Sep 17 00:00:00 2001 From: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:03:14 -0300 Subject: [PATCH 150/246] Migmatite conflict fix (#1153) * Migmatite conflict fixe Tbh I can hardly call this a good fix, but tbh with Stonecutter coming back this might even be meaningless Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com> * Update Migmatite Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com> * Update recipes.rocks.js Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com> --------- Signed-off-by: Jean Roberto de Souza <81846511+JeanRdSz@users.noreply.github.com> --- kubejs/server_scripts/minecraft/recipes.js | 1 + kubejs/server_scripts/tfg/recipes.rocks.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 55a34243c..57cdf234f 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -1028,4 +1028,5 @@ const registerMinecraftRecipes = (event) => { }).id('tfg:shaped/stonecutter'); event.stonecutting('minecraft:smooth_quartz', 'minecraft:quartz_block') + event.stonecutting('create:cut_deepslate', 'minecraft:polished_deepslate') } diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index d8fce61c8..90a2eb47f 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -287,4 +287,4 @@ function registerTFGRockRecipes(event) { .EUt(GTValues.VA[GTValues.LV]) }) //#endregion -} \ No newline at end of file +} From b2cc4beba1012319c3d08fc68d65501945370269 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 17:12:53 +0100 Subject: [PATCH 151/246] fixed some VI/rolling mill recipes that were still generating for removed items --- CHANGELOG.md | 1 + kubejs/server_scripts/greate/recipes.removes.js | 1 + kubejs/server_scripts/gregtech/recipes.materials.js | 6 ++---- kubejs/server_scripts/vintage_improvements/recipes.js | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0dbf3208..ae6d4f52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### New features ### Bug fixes - Fixed double ingots not having a temperature (#1165) @Pyritie +- Removed a few recipes that had unobtainable create-related materials @Pyritie ### Changes - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie diff --git a/kubejs/server_scripts/greate/recipes.removes.js b/kubejs/server_scripts/greate/recipes.removes.js index 8771d171b..22b279f2b 100644 --- a/kubejs/server_scripts/greate/recipes.removes.js +++ b/kubejs/server_scripts/greate/recipes.removes.js @@ -27,6 +27,7 @@ function removeGreateRecipes(event) { event.remove({ id: 'greate:shaped/titanium_mechanical_saw' }) event.remove({ id: 'greate:splashing/dough' }) + event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_chromatic_compound' }) event.remove({ mod: 'greate', type: 'create:deploying' }); event.remove({ mod: 'greate', type: 'create:sequenced_assembly' }); diff --git a/kubejs/server_scripts/gregtech/recipes.materials.js b/kubejs/server_scripts/gregtech/recipes.materials.js index f4ab5a5d1..52a6197e4 100644 --- a/kubejs/server_scripts/gregtech/recipes.materials.js +++ b/kubejs/server_scripts/gregtech/recipes.materials.js @@ -139,7 +139,7 @@ function registerGTCEUMetalRecipes(event) { let matAmount = TagPrefix.block.getMaterialAmount(material) / GTValues.M; - if (!plateStack.isEmpty()) { + if (!plateStack.isEmpty() && !ingotStack.hasTag('c:hidden_from_recipe_viewers')) { event.custom({ type: "createaddition:rolling", @@ -149,7 +149,6 @@ function registerGTCEUMetalRecipes(event) { }).id(`tfg:rolling/${material.getName()}_plate`) if (!blockStack.isEmpty() && GTMaterials.Stone != material) { - // 9х Слиток -> Блок event.recipes.createCompacting(blockStack, ingotStack.withCount(matAmount)) .heated() @@ -158,7 +157,6 @@ function registerGTCEUMetalRecipes(event) { } else { if (!blockStack.isEmpty()) { - // Блок из гемов -> 9 Пластин event.recipes.createCutting(plateStack.withCount(matAmount).withChance(0.65), blockStack) .id(`tfg:cutting/${material.getName()}_plate`) @@ -192,7 +190,7 @@ function registerGTCEUMetalRecipes(event) { const foilItem = ChemicalHelper.get(TagPrefix.foil, material, 4) const plateItem = ChemicalHelper.get(TagPrefix.plate, material, 1) - if (plateItem != null && foilItem != null) { + if (plateItem != null && foilItem != null && !plateItem.hasTag('c:hidden_from_recipe_viewers')) { event.custom({ type: "createaddition:rolling", input: plateItem, diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index ae5b6d315..371ee10f7 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -293,6 +293,10 @@ function registerVintageImprovementsRecipes(event) { forEachMaterial(material => { + const ingotItem = ChemicalHelper.get(TagPrefix.ingot, material, 1); + if (ingotItem == null || ingotItem.hasTag('c:hidden_from_recipe_viewers')) + return; + // #region Coiling if (material.hasFlag(MaterialFlags.GENERATE_ROD) && material.hasFlag(MaterialFlags.GENERATE_SPRING_SMALL)) { From 242a31b515cafb61085d056f9782eb31fa40e496 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 17:40:22 +0100 Subject: [PATCH 152/246] tweaked zinc color, added new plated block color --- .../tfc/textures/block/metal/block/zinc.png | Bin 0 -> 309 bytes .../tfc/textures/block/metal/smooth/zinc.png | Bin 0 -> 313 bytes kubejs/startup_scripts/gtceu/materials.js | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 kubejs/assets/tfc/textures/block/metal/block/zinc.png create mode 100644 kubejs/assets/tfc/textures/block/metal/smooth/zinc.png diff --git a/kubejs/assets/tfc/textures/block/metal/block/zinc.png b/kubejs/assets/tfc/textures/block/metal/block/zinc.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb121e5a7f4409c8fcd8d136b6b8c7ab910e3dc GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-bo-U3d7QIU++U7AC3bfj*T%Wdd?Y6?^ZCoZLB@YX}Y%$5q2<&s1k5C&zJ&q4YS`rYY)F^obUGjvX9yAuS>JC7I8C#`0_fGG;X=~H7LHM@#MP?MKf*n zUwXT|`)$UHWb9imvv~E&t2JJkC$sFHzWuCS{oOV^c30DR;mak~3=9km Mp00i_>zopr03}m~tpET3 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfc/textures/block/metal/smooth/zinc.png b/kubejs/assets/tfc/textures/block/metal/smooth/zinc.png new file mode 100644 index 0000000000000000000000000000000000000000..422b0e6b34efe8bcdc3c10445c49a9832414d6cc GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-Lo-U3d7QMZb4Y^tj1YGwom@2>|cKL+Nf#1`o%{$1vMA~J-f~l?1I)$509=RJo z^Q6k2=M%DGmU+7{Fu1TVbXjcyjvbz?BE%&!Lc6nauEOEhi6QrK7o^5Af PU|{fc^>bP0l+XkKQABy~ literal 0 HcmV?d00001 diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 089d4e92f..08433c05d 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -280,7 +280,7 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.IronMagnetic.setMaterialARGB(0x503d32) GTMaterials.IronMagnetic.setMaterialSecondaryARGB(0x131212) GTMaterials.Zinc.setMaterialARGB(0xd6ffdc) - GTMaterials.Zinc.setMaterialSecondaryARGB(0x213b3f) + GTMaterials.Zinc.setMaterialSecondaryARGB(0xA3BE9E) GTMaterials.Graphite.setMaterialARGB(0x889BA8) GTMaterials.Graphite.setMaterialSecondaryARGB(0x30383E) GTMaterials.Amethyst.setMaterialARGB(0xCC9EF0) From 8bc9247b24bf9ca494abeb3de94a0a985dbddd2b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 17:42:01 +0100 Subject: [PATCH 153/246] nerfed durability of wooden tongs, slightly tweaked their recipe --- config/tfchotornot-common.toml | 2 +- kubejs/server_scripts/tfc/recipes.materials.js | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config/tfchotornot-common.toml b/config/tfchotornot-common.toml index ed10d7c44..e6e95be29 100644 --- a/config/tfchotornot-common.toml +++ b/config/tfchotornot-common.toml @@ -31,7 +31,7 @@ itemDamageTimeInterval = 60 #Durability for wooden tongs. #Range: > 0 - woodenTongsDurability = 250 + woodenTongsDurability = 100 #Durability for potholders. #Range: > 0 potholderDurability = 600 diff --git a/kubejs/server_scripts/tfc/recipes.materials.js b/kubejs/server_scripts/tfc/recipes.materials.js index a105e1203..80f4d9112 100644 --- a/kubejs/server_scripts/tfc/recipes.materials.js +++ b/kubejs/server_scripts/tfc/recipes.materials.js @@ -1114,6 +1114,15 @@ function registerTFCMaterialsRecipes(event) { let tongPartStack = Item.of(`tfchotornot:tong_part/${material.getName()}`) if (!tongsStack.isEmpty() && !tongPartStack.isEmpty()) { + event.shaped(tongsStack, [ + 'AA', + 'BC' + ], { + A: tongPartStack, + B: '#forge:bolts', + C: '#forge:tools/hammers' + }).id(`tfchotornot:crafting/tongs/${material.getName()}`) + // Ручка щипцов event.recipes.tfc.heating(tongPartStack, tfcProperty.getMeltTemp()) .resultFluid(Fluid.of(outputMaterial.getFluid(), 144)) From 0ecf73648d549fec0b07217eec60f45269332f1b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 17:42:48 +0100 Subject: [PATCH 154/246] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6d4f52a..95062cd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ ### Bug fixes - Fixed double ingots not having a temperature (#1165) @Pyritie - Removed a few recipes that had unobtainable create-related materials @Pyritie +- Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie ### Changes - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie +- Lowered durability of wooden tongs @Pyritie ## [0.9.11] - 13.06.2025 ### New features From 7f11bed7eb29a95e33aefa0de3a56785534cb05f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 18:37:24 +0100 Subject: [PATCH 155/246] quest updates, langs --- CHANGELOG.md | 1 + .../quests/chapters/ore_processing.snbt | 101 +++--- .../quests/chapters/questsmetallurgy.snbt | 323 +++++++++--------- .../quests/chapters/questsstoneage.snbt | 1 + .../quests/chapters/queststfc_tips.snbt | 75 +++- kubejs/assets/gtceu/lang/en_us.json | 2 + kubejs/assets/tfg/lang/en_us.json | 37 +- 7 files changed, 322 insertions(+), 218 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95062cd45..ad564e5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Changes - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie - Lowered durability of wooden tongs @Pyritie +- Streamlined the Metallurgy Age quest chapter a bit @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 75f89f6bc..8beaa52b5 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -48,6 +48,16 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.crushed_ores.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_copper_ore" + } id: "28419A1010EEE93A" subtitle: "{quests.ore_proc.crushed_ores.subtitle}" tasks: [ @@ -223,6 +233,7 @@ description: ["{quests.ore_proc.mercury.desc}"] id: "68AC3E2C9093FCFE" optional: true + shape: "heart" subtitle: "{quests.ore_proc.mercury.subtitle}" tasks: [ { @@ -273,6 +284,7 @@ description: ["{quests.ore_proc.sodium_ores.desc}"] id: "0502E478E27D4B73" optional: true + shape: "heart" subtitle: "{quests.ore_proc.sodium_ores.subtitle}" tasks: [ { @@ -303,26 +315,29 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.purified_ores.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "create:crushed_raw_copper" + } id: "544EA7FF98FDCFB7" subtitle: "{quests.ore_proc.purified_ores.subtitle}" - tasks: [ - { - id: "4C6F60AC9C803D7B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" - } + tasks: [{ + id: "4C6F60AC9C803D7B" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" } - optional_task: true - type: "item" } - { - id: "3C194AEB554DA4CA" - type: "checkmark" - } - ] + type: "item" + }] title: "{quests.ore_proc.purified_ores.title}" x: 0.5d y: -0.5d @@ -340,12 +355,6 @@ optional_task: true type: "item" } - { - id: "0373F4E380F2A0BC" - item: "gtceu:indium_concentrate_bucket" - optional_task: true - type: "item" - } { id: "246799A19B9A47B6" item: { @@ -368,8 +377,15 @@ type: "item" } { - id: "52FCA464BD827E37" - type: "checkmark" + id: "475C90F0EA16C2F9" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "only_one(item(gtceu:indium_concentrate_bucket)nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"gtceu:indium_concentrate\"}}))" + } + } + type: "item" } ] title: "{quests.ore_proc.indium.title}" @@ -627,25 +643,30 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.dust_processed.desc}"] - id: "22C1D541452D4AD4" - subtitle: "{quests.ore_proc.dust_processed.subtitle}" - tasks: [ - { - id: "3EA3BABECE52085B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" - } + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L } - type: "item" } - { - id: "1A1B2762EFD6C6B0" - type: "checkmark" + id: "gtceu:copper_dust" + } + id: "22C1D541452D4AD4" + size: 1.5d + subtitle: "{quests.ore_proc.dust_processed.subtitle}" + tasks: [{ + id: "3EA3BABECE52085B" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" + } } - ] + type: "item" + }] title: "{quests.ore_proc.dust_processed.title}" x: 0.5d y: 3.5d diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index 377b568d0..fa48fa874 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -31,10 +31,21 @@ y: -34.0d } { + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/lamp/blue_steel" + } id: "227B6C88FFE99435" linked_quest: "4EBABACAB444244D" + shape: "heart" x: 16.5d - y: -23.0d + y: -24.5d } { id: "19CF6D922179DFF9" @@ -58,7 +69,7 @@ }] title: "{quests.metal_age.this_is_a_bucket.title}" x: 13.5d - y: -24.5d + y: -26.0d } { dependencies: ["56CA2EB7812529C5"] @@ -82,7 +93,7 @@ ] title: "{quests.metal_age.redblu_buckets.title}" x: 16.5d - y: -24.5d + y: -26.0d } { dependencies: ["7E0239E9CC73F09F"] @@ -98,11 +109,11 @@ weak_nbt_match: true }] title: "{quests.metal_age.black_steel_anvil.title}" - x: 27.5d - y: -24.5d + x: 26.5d + y: -26.0d } { - dependencies: ["4310B619B57276ED"] + dependencies: ["5996A3A0D475B8A6"] description: ["{quests.metal_age.steel_anvil.desc}"] id: "04DE7C58F20B535A" shape: "octagon" @@ -115,11 +126,11 @@ weak_nbt_match: true }] title: "{quests.metal_age.steel_anvil.title}" - x: 27.5d + x: 26.5d y: -32.0d } { - dependencies: ["358571B6E692F198"] + dependencies: ["0A92F5C4BB6AF972"] description: ["{quests.metal_age.wrought_iron_anvil.desc}"] id: "174DA15847665CF8" shape: "octagon" @@ -263,29 +274,10 @@ y: -32.0d } { - dependencies: [ - "0A92F5C4BB6AF972" - "021D3DEEB15A3D17" - ] - dependency_requirement: "one_completed" - description: ["{quests.metal_age.weld_wrought_iron_ingots.desc}"] - id: "358571B6E692F198" - subtitle: "{quests.metal_age.weld_wrought_iron_ingots.subtitle}" - tasks: [{ - id: "05AD17F66DFE3C56" - item: "gtceu:wrought_iron_double_ingot" - type: "item" - weak_nbt_match: true - }] - title: "{quests.metal_age.weld_wrought_iron_ingots.title}" - x: 7.0d - y: -32.0d - } - { - dependencies: ["48A8E3210B2BAE1C"] description: ["{quests.metal_age.bellows.desc}"] hide_dependency_lines: true id: "021D3DEEB15A3D17" + shape: "rsquare" subtitle: "{quests.metal_age.bellows.subtitle}" tasks: [{ id: "588EB07E980386F9" @@ -297,31 +289,12 @@ y: -34.0d } { - dependencies: ["5996A3A0D475B8A6"] - dependency_requirement: "one_completed" - description: ["{quests.metal_age.weld_steel_ingots.desc}"] - id: "4310B619B57276ED" - subtitle: "{quests.metal_age.weld_steel_ingots.subtitle}" - tasks: [{ - id: "0EDB1D851E198274" - item: "gtceu:steel_double_ingot" - type: "item" - weak_nbt_match: true - }] - title: "{quests.metal_age.weld_steel_ingots.title}" - x: 25.5d - y: -32.0d - } - { - dependencies: [ - "061116CF508D54F6" - "68B7D07D57A103BE" - ] + dependencies: ["5A936E9BCF30AA3D"] dependency_requirement: "one_completed" description: ["{quests.metal_age.kaolin_clay.desc}"] id: "72F1C122FC26229C" shape: "octagon" - size: 3.0d + size: 2.0d subtitle: "{quests.metal_age.kaolin_clay.subtitle}" tasks: [{ id: "673D38EB62FFD65F" @@ -339,8 +312,8 @@ weak_nbt_match: true }] title: "{quests.metal_age.kaolin_clay.title}" - x: 13.5d - y: -36.0d + x: 14.0d + y: -33.0d } { dependencies: ["5A936E9BCF30AA3D"] @@ -349,25 +322,24 @@ icon: "tfc:ore/graphite/gabbro" id: "53E1383F12EC6765" optional: true + shape: "diamond" subtitle: "{quests.metal_age.overworld_graphite.subtitle}" tasks: [{ id: "25A552657AFA7BC2" type: "checkmark" }] title: "{quests.metal_age.overworld_graphite.title}" - x: 13.0d + x: 11.0d y: -30.5d } { - dependencies: [ - "53E1383F12EC6765" - "2DB82986FE176CD7" - ] + dependencies: ["5A936E9BCF30AA3D"] dependency_requirement: "one_completed" description: ["{quests.metal_age.graphite.desc}"] + icon: "tfc:powder/graphite" id: "31CE13462759950C" shape: "octagon" - size: 3.0d + size: 2.0d subtitle: "{quests.metal_age.graphite.subtitle}" tasks: [{ id: "6B0C9D862BFD27BC" @@ -382,14 +354,13 @@ type: "item" }] title: "{quests.metal_age.graphite.title}" - x: 13.5d - y: -28.5d + x: 14.0d + y: -31.0d } { dependencies: [ "72F1C122FC26229C" "31CE13462759950C" - "5A936E9BCF30AA3D" ] description: ["{quests.metal_age.fire_clay.desc}"] id: "2C76EE197C14B0DC" @@ -403,7 +374,7 @@ weak_nbt_match: true }] title: "{quests.metal_age.fire_clay.title}" - x: 17.5d + x: 17.0d y: -32.0d } { @@ -466,6 +437,7 @@ description: ["{quests.metal_age.beneath_kaolin.desc}"] id: "061116CF508D54F6" optional: true + shape: "diamond" subtitle: "{quests.metal_age.beneath_kaolin.subtitle}" tasks: [ { @@ -492,7 +464,7 @@ } ] title: "{quests.metal_age.beneath_kaolin.title}" - x: 14.0d + x: 12.0d y: -33.5d } { @@ -596,7 +568,7 @@ } ] title: "{quests.metal_age.fire_clay_products.title}" - x: 17.5d + x: 17.0d y: -34.0d } { @@ -666,12 +638,14 @@ }] title: "{quests.metal_age.red_blu.title}" x: 24.0d - y: -24.5d + y: -26.0d } { dependencies: ["56CA2EB7812529C5"] description: ["{quests.metal_age.red_steel_flask.desc}"] id: "30D49878F3CEB08A" + optional: true + shape: "heart" subtitle: "{quests.metal_age.red_steel_flask.subtitle}" tasks: [{ id: "7394672B4D19B0B2" @@ -680,7 +654,7 @@ }] title: "{quests.metal_age.red_steel_flask.title}" x: 16.5d - y: -26.0d + y: -27.5d } { dependencies: [ @@ -706,7 +680,7 @@ }] title: "{quests.metal_age.redblu_anvil.title}" x: 18.5d - y: -24.5d + y: -26.0d } { dependencies: ["3C173357029AB649"] @@ -750,13 +724,15 @@ type: "checkmark" }] title: "{quests.metal_age.fire_clay_ingredients.title}" - x: 13.5d + x: 11.5d y: -32.0d } { dependencies: ["5A936E9BCF30AA3D"] description: ["{quests.metal_age.beneath_graphite.desc}"] id: "2DB82986FE176CD7" + optional: true + shape: "diamond" subtitle: "{quests.metal_age.beneath_graphite.subtitle}" tasks: [ { @@ -776,7 +752,7 @@ } ] title: "{quests.metal_age.beneath_graphite.title}" - x: 14.0d + x: 12.0d y: -30.5d } { @@ -784,6 +760,8 @@ description: ["{quests.metal_age.overworld_kaolin.desc}"] icon: "tfc:plant/tree_fern" id: "68B7D07D57A103BE" + optional: true + shape: "diamond" subtitle: "{quests.metal_age.overworld_kaolin.subtitle}" tasks: [{ id: "14DF5B1544AB9BA9" @@ -791,7 +769,7 @@ type: "checkmark" }] title: "{quests.metal_age.overworld_kaolin.title}" - x: 13.0d + x: 11.0d y: -33.5d } { @@ -813,8 +791,8 @@ weak_nbt_match: true }] title: "{quests.metal_age.blast_furnace_fuel.title}" - x: 23.5d - y: -30.0d + x: 20.5d + y: -32.0d } { dependencies: ["04DE7C58F20B535A"] @@ -828,8 +806,8 @@ type: "checkmark" }] title: "{quests.metal_age.steel_goodies.title}" - x: 29.5d - y: -30.0d + x: 26.5d + y: -34.0d } { dependencies: ["52DAF93E2F3D688A"] @@ -845,8 +823,8 @@ type: "checkmark" }] title: "{quests.metal_age.black_steel_goodies.title}" - x: 25.5d - y: -22.5d + x: 26.5d + y: -23.5d } { dependencies: [ @@ -854,6 +832,16 @@ "04DE7C58F20B535A" ] description: ["{quests.metal_age.highcarb_black_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/black_steel" + } id: "7E0239E9CC73F09F" subtitle: "{quests.metal_age.highcarb_black_steel.subtitle}" tasks: [ @@ -887,12 +875,22 @@ } ] title: "{quests.metal_age.highcarb_black_steel.title}" - x: 27.5d + x: 26.5d y: -30.0d } { dependencies: ["5996A3A0D475B8A6"] description: ["{quests.metal_age.weak_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/weak_steel" + } id: "1CE0FF455668C145" subtitle: "{quests.metal_age.weak_steel.subtitle}" tasks: [ @@ -900,53 +898,60 @@ id: "543388DB123E7328" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:nickel_ingot)item(gtceu:nickel_dust))" } - id: "gtceu:nickel_ingot" } + title: "{quests.metal_age.weak_steel.task1}" type: "item" + weak_nbt_match: true } { count: 2L id: "7F829BA244BC77D5" item: { - Count: 2 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" } - id: "gtceu:steel_ingot" } + title: "{quests.metal_age.weak_steel.task2}" type: "item" + weak_nbt_match: true } { id: "3271DD5653C52CAB" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:black_bronze_ingot)item(gtceu:black_bronze_dust))" } - id: "gtceu:black_bronze_ingot" } + title: "{quests.metal_age.weak_steel.task3}" type: "item" + weak_nbt_match: true } ] title: "{quests.metal_age.weak_steel.title}" - x: 25.5d + x: 23.5d y: -30.0d } { dependencies: ["27FF92982A24BC4E"] description: ["{quests.metal_age.highcarb_red_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/red_steel" + } id: "5088768AAA28FCBA" subtitle: "{quests.metal_age.highcarb_red_steel.subtitle}" tasks: [ @@ -981,11 +986,21 @@ ] title: "{quests.metal_age.highcarb_red_steel.title}" x: 20.5d - y: -25.5d + y: -27.0d } { dependencies: ["5792DDAA82895E67"] description: ["{quests.metal_age.weak_red_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/weak_red_steel" + } id: "27FF92982A24BC4E" subtitle: "{quests.metal_age.weak_red_steel.subtitle}" tasks: [ @@ -993,68 +1008,70 @@ id: "2A22B3EA8DC577CE" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(create:brass_ingot)item(gtceu:brass_dust))" } - id: "create:brass_ingot" } + title: "{quests.metal_age.weak_red_steel.brass}" type: "item" } { count: 2L id: "2F0648CE3D1723DF" item: { - Count: 2 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" } - id: "gtceu:steel_ingot" } + title: "{quests.metal_age.weak_red_steel.steel}" type: "item" } { id: "47F346E1C0F41655" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:rose_gold_ingot)item(gtceu:rose_gold_dust))" } - id: "gtceu:rose_gold_ingot" } + title: "{quests.metal_age.weak_red_steel.rose_gold}" type: "item" } { count: 4L id: "21434FAAA69D5BE0" item: { - Count: 4 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:metal/ingot/black_steel)item(gtceu:black_steel_dust))" } - id: "tfc:metal/ingot/black_steel" } + title: "{quests.metal_age.weak_red_steel.black_steel}" type: "item" } ] title: "{quests.metal_age.weak_red_steel.title}" x: 22.0d - y: -25.5d + y: -27.0d } { dependencies: ["5792DDAA82895E67"] description: ["{quests.metal_age.weak_blu_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/weak_blue_steel" + } id: "64F8A358EC3FEF45" subtitle: "{quests.metal_age.weak_blu_steel.subtitle}" tasks: [ @@ -1062,68 +1079,70 @@ count: 2L id: "5331A323780B4B11" item: { - Count: 2 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" } - id: "gtceu:steel_ingot" } + title: "{quests.metal_age.weak_blue_steel.steel}" type: "item" } { count: 4L id: "2809FD951B82C54F" item: { - Count: 4 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:metal/ingot/black_steel)item(gtceu:black_steel_dust))" } - id: "tfc:metal/ingot/black_steel" } + title: "{quests.metal_age.weak_blue_steel.black_steel}" type: "item" } { id: "401EC1A9FBC759B8" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:bismuth_bronze_ingot)item(gtceu:bismuth_bronze_dust))" } - id: "gtceu:bismuth_bronze_ingot" } + title: "{quests.metal_age.weak_blue_steel.bismuth_bronze}" type: "item" } { id: "7350ECE723ABE8F4" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:sterling_silver_ingot)item(gtceu:sterling_silver_dust))" } - id: "gtceu:sterling_silver_ingot" } + title: "{quests.metal_age.weak_blue_steel.sterling_silver}" type: "item" } ] title: "{quests.metal_age.weak_blu_steel.title}" x: 22.0d - y: -23.5d + y: -25.0d } { dependencies: ["64F8A358EC3FEF45"] description: ["{quests.metal_age.highcarb_blu_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/blue_steel" + } id: "6D04BAC5B215F90F" subtitle: "{quests.metal_age.highcarb_blu_steel.subtitle}" tasks: [ @@ -1158,7 +1177,7 @@ ] title: "{quests.metal_age.highcarb_blu_steel.title}" x: 20.5d - y: -23.5d + y: -25.0d } { dependencies: ["3C173357029AB649"] diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index eee6df727..bc76b880a 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -684,6 +684,7 @@ tasks: [{ id: "5A6EF9EBF232601C" item: "gtceu:copper_double_ingot" + match_nbt: false type: "item" weak_nbt_match: true }] diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index a325d9661..2e0ca4253 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -1602,12 +1602,26 @@ ] dependency_requirement: "one_completed" description: ["{quests.tfg_tips.passive_preservation.desc}"] + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + Parent: { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:ceramic/vessel" + tag: { } + } id: "13F7066858E923FF" subtitle: "{quests.tfg_tips.passive_preservation.subtitle}" tasks: [{ - id: "54AAB9886964A160" - title: "{quests.tasktype.checkmark}" - type: "checkmark" + dimension: "minecraft:overworld" + icon: "gtceu:overworld_marker" + id: "5BAF5F5343C3E42A" + title: "{quests.stone_age.temperature.task}" + type: "dimension" }] title: "{quests.tfg_tips.passive_preservation.title}" x: 6.5d @@ -2236,10 +2250,7 @@ y: 9.5d } { - dependencies: [ - "2D959136A5FC5F46" - "56CA2EB7812529C5" - ] + dependencies: ["2D959136A5FC5F46"] description: ["{quests.tfg_tips.lamps.desc}"] id: "037CDA933FBE2CBE" subtitle: "{quests.tfg_tips.lamps.subtitle}" @@ -2277,8 +2288,8 @@ } ] title: "{quests.tfg_tips.lamps.title}" - x: -5.0d - y: 11.0d + x: -5.5d + y: 11.5d } { dependencies: [ @@ -2286,6 +2297,16 @@ "56CA2EB7812529C5" ] description: ["{quests.tfg_tips.lava_lamp.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/lamp/blue_steel" + } id: "4EBABACAB444244D" optional: true shape: "heart" @@ -2312,8 +2333,8 @@ } ] title: "{quests.tfg_tips.lava_lamp.title}" - x: -5.0d - y: 12.5d + x: -5.5d + y: 13.0d } { dependencies: ["037CDA933FBE2CBE"] @@ -2333,8 +2354,8 @@ type: "item" }] title: "{quests.tfg_tips.creosote.title}" - x: -6.0d - y: 12.0d + x: -6.5d + y: 12.5d } { dependencies: ["037CDA933FBE2CBE"] @@ -2354,8 +2375,8 @@ type: "item" }] title: "{quests.tfg_tips.olive_oil.title}" - x: -4.0d - y: 12.0d + x: -4.5d + y: 12.5d } { dependencies: ["2D959136A5FC5F46"] @@ -3462,8 +3483,8 @@ type: "item" }] title: "{quests.tfg_tips.tallow.title}" - x: -6.5d - y: 11.0d + x: -7.0d + y: 11.5d } { dependencies: ["150B7C5CD152E1BA"] @@ -5376,6 +5397,26 @@ x: 7.5d y: -18.0d } + { + dependencies: ["037CDA933FBE2CBE"] + description: ["{quests.tfg_tips.glowstone_lamp.desc}"] + id: "61F58B402F1AE40B" + subtitle: "{quests.tfg_tips.glowstone_lamp.subtitle}" + tasks: [{ + id: "71D52011F8BE66F0" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "only_one(item(gtceu:glowstone_bucket)nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"gtceu:glowstone\"}}))" + } + } + type: "item" + }] + title: "{quests.tfg_tips.glowstone_lamp.title}" + x: -6.5d + y: 10.5d + } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 111f851a5..7344697aa 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -15,6 +15,8 @@ "gtceu.end_dome": "Enderarium", "gtceu.greenhouse": "Electric Greenhouse", "gtceu.steam_bloomery": "Steam Bloomery", + "gtceu.food_oven": "Food Oven", + "gtceu.food_processor": "Food Processor", "item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp", "item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp", "item.gtceu.wood_dust": "Softwood Pulp", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f0a59c999..9d072c9fe 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -167,6 +167,19 @@ "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", + "block.tfg.electric_greenhouse": "Electric Greenhouse", + "block.tfg.lv_food_processor": "Basic Food Processor", + "block.tfg.mv_food_processor": "§bAdvanced Food Processor§r", + "block.tfg.hv_food_processor": "§6Advanced Food Processor II§r", + "block.tfg.ev_food_processor": "§5Advanced Food Processor III§r", + "block.tfg.lv_food_oven": "Basic Electric Oven", + "block.tfg.mv_food_oven": "§bAdvanced Electric Oven§r", + "block.tfg.hv_food_oven": "§6Advanced Electric Oven II§r", + "block.tfg.ev_food_oven": "§5Advanced Electric Oven III§r", + "block.tfg.lv_food_refrigerator": "Basic Refrigerator", + "block.tfg.mv_food_refrigerator": "§bAdvanced Refrigerator", + "block.tfg.hv_food_refrigerator": "§6Advanced Refrigerator II§r", + "block.tfg.ev_food_refrigerator": "§5Advanced Refrigerator III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -287,6 +300,7 @@ "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", + "tfg.tooltip.food_trait.refrigerating": "§9Refrigerating", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", @@ -1215,9 +1229,6 @@ "quests.metal_age.mining.title": "Mining in the Metallurgy Age", "quests.metal_age.mining.subtitle": "ROCK AND STONE!", "quests.metal_age.mining.desc": "Extracting valuable resources from the ground is a major part of this modpack, and the Metallurgy Age is no exception! You will consume a &llot&r of metal to progress, and one way to mine a lot of it at once is with a Mining Hammer! This is a tool that can mine blocks in a 3x3x1 area at the cost of a slower mining speed. You can also hold sneak to break single blocks at a time.", - "quests.metal_age.weld_wrought_iron_ingots.title": "Welding Wrought Iron", - "quests.metal_age.weld_wrought_iron_ingots.subtitle": "CLANG CLANG CLANG", - "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Careful you don't melt your Wrought Iron, otherwise it will turn back into Cast Iron and you'll have to run it through the Bloomery again!", "quests.metal_age.bellows.title": "Bellows", "quests.metal_age.bellows.subtitle": "Higher temperatures can be reached, at a small price.", "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThese higher temperatures are required to fire pottery with charcoal or melt certain metals.\n\nCoal and Coke can also reach higher temperatures without it.", @@ -1276,9 +1287,6 @@ "quests.metal_age.blast_furnace.title": "Blast Furnace", "quests.metal_age.blast_furnace.subtitle": "Then I started Blastin'", "quests.metal_age.blast_furnace.desc": "The Blast Furnace is a multiblock structure that allows you to create Pig Iron. Placing a combination of Iron, Flux and fuel (see the adjacent quest) inside the Blast Furnace produces Pig Iron, which can be worked into Steel.\n\nIn order for the Blast Furnace to reach its required high temperatures, it will need its own Bellows, used to force air through a Tuyere which you place inside the blast furnace.\n\nThe Field Guide contains an entry on how the Blast Furnace works and how to build one.", - "quests.metal_age.weld_steel_ingots.title": "Welding Steel", - "quests.metal_age.weld_steel_ingots.subtitle": "Again?", - "quests.metal_age.weld_steel_ingots.desc": "You know the drill by this point. Create 14 Steel Ingots, then weld them to get 7 Double Steel Ingots. We'll stop reminding you about this now.\n\nDid you know that the Helve Hammer can also process your pig iron into steel?", "quests.metal_age.steel_anvil.title": "T4 Anvil: Steel", "quests.metal_age.steel_anvil.subtitle": "A huge leap from wrought iron", "quests.metal_age.steel_anvil.desc": "With the Steel Anvil, you'll be able to work Steel Ingots into different forms.\n\nSteel tools and equipment have a significant boost over their bronze and wrought iron counterparts, so they're worth making if your existing ones are about to break. You'll be needing to create a lot of alloys soon, so some new mining equipment would be a wise investment.", @@ -1288,6 +1296,9 @@ "quests.metal_age.weak_steel.title": "Weak Steel Ingredients", "quests.metal_age.weak_steel.subtitle": "Hope you like math", "quests.metal_age.weak_steel.desc": "Weak Steel is one part of the necessary metals to create Black Steel. You can alloy it with 2 parts Steel, 1 part Nickel and 1 part Black Bronze.\n\nYou can check the liquid weak steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_steel.task1": "1 Part Nickel", + "quests.metal_age.weak_steel.task2": "2 Parts Steel", + "quests.metal_age.weak_steel.task3": "1 Part Black Bronze", "quests.metal_age.highcarb_black_steel.title": "Black Steel Ingredients", "quests.metal_age.highcarb_black_steel.subtitle": "Conservation of matter does not apply", "quests.metal_age.highcarb_black_steel.desc": "The final two anvils are made out of complex alloys that will require a lot of metal to be created. Weak Steel and Pig Iron can be welded to create High Carbon Black Steel, which can then be worked on an anvil into Black Steel.", @@ -1303,15 +1314,23 @@ "quests.metal_age.weak_red_steel.title": "Weak Red Steel Ingredients", "quests.metal_age.weak_red_steel.subtitle": "This is getting a little ridiculous", "quests.metal_age.weak_red_steel.desc": "Like before, Weak Red Steel is the first step of Red Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Brass, and 1 part Rose Gold.\n\nYou can check the liquid Weak Red Steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_red_steel.steel": "2 Parts Steel", + "quests.metal_age.weak_red_steel.black_steel": "4 Parts Black Steel", + "quests.metal_age.weak_red_steel.brass": "1 Part Brass", + "quests.metal_age.weak_red_steel.rose_gold": "1 Part Rose Gold", "quests.metal_age.weak_blu_steel.title": "Weak Blue Steel Ingredients", "quests.metal_age.weak_blu_steel.subtitle": "This is getting out of hand.", - "quests.metal_age.weak_blu_steel.desc": "Like before, Weak Blue Steel is the first step of Blue Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Bismuth Bronze, and 1 part Sterling Silver.\n\bYou can check the liquid Weak Blue Steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_blu_steel.desc": "Like before, Weak Blue Steel is the first step of Blue Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Bismuth Bronze, and 1 part Sterling Silver.\n\nYou can check the liquid Weak Blue Steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_blue_steel.steel": "2 Parts Steel", + "quests.metal_age.weak_blue_steel.black_steel": "4 Parts Black Steel", + "quests.metal_age.weak_blue_steel.sterling_silver": "1 Part Sterling Silver", + "quests.metal_age.weak_blue_steel.bismuth_bronze": "1 Part Bismuth Bronze", "quests.metal_age.highcarb_red_steel.title": "Red Steel Ingredients", "quests.metal_age.highcarb_red_steel.subtitle": "Could deleting matter like this power a nuclear bomb?", "quests.metal_age.highcarb_red_steel.desc": "Red Steel first starts as High Carbon Red Steel, which is made by welding Weak Red Steel and Black Steel. It needs to be worked on the Anvil to turn it into Red Steel", "quests.metal_age.highcarb_blu_steel.title": "Blue Steel Ingredients", "quests.metal_age.highcarb_blu_steel.subtitle": "Lavoisier is rolling in his grave", - "quests.metal_age.highcarb_blu_steel.desc": "Blue Steel first starts as High Carbon Blue Steel, whcih is made by welding Weak Blue Steel and Black Steel. It needs to be worked on the Anvil to turn it into Blue Steel", + "quests.metal_age.highcarb_blu_steel.desc": "Blue Steel first starts as High Carbon Blue Steel, which is made by welding Weak Blue Steel and Black Steel. It needs to be worked on the Anvil to turn it into Blue Steel", "quests.metal_age.redblu_anvil.title": "T6 Anvil: Red or Blue Steel", "quests.metal_age.redblu_anvil.subtitle": "It's over", "quests.metal_age.redblu_anvil.desc": "The final tier of Anvil! With the Tier 6 Anvil you'll be able to work both Red and Blue Steel Ingots into different items.\n\nThis marks the end of TerraFirmaCraft's progression. Now it's time to finish the Industrial Age and create your very first Low Voltage circuitry.", @@ -1538,7 +1557,7 @@ "quests.steam_age.centrifuge.desc": "Ore processing will always be an important part of this modpack, and this machine is another (optional) part of that. By following a different route of ore processing steps (check the Ore Processing Diagram tab in JEI), you can use this centrifuge to get some bonus byproducts out of your ores! The next upgrade to your ores won't be until the LV Thermal Centrifuge, so whether or not this is a worthwhile investment is up to you.", "quests.steam_age.steam_engine.title": "Steam Engine", "quests.steam_age.steam_engine.subtitle": "Time for some real steam power", - "quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 512 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket. Coal Gems and Coke can also be used to superheat them.", + "quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 256 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket (such as creosote). Coal Gems, Anthracite, and Coke can also be used to superheat them.", "quests.steam_age.deployers.title": "Deployers", "quests.steam_age.deployers.subtitle": "Primitive Assembly Line", "quests.steam_age.deployers.desc": "While you could use a single deployer for the rest your time in this chapter, we &3really&r don't recommend it. Setting up a line of deployers along a belt will save heaps of time and sanity, and it's not like you'll be wasting materials either, because you can always reuse them to upgrade your tree farm later.\n\nThese will also make electron tubes significantly cheaper!", From 0fd7c2d1fd8eb6b8c720b5486cfc4d4c05283ef0 Mon Sep 17 00:00:00 2001 From: GameStar <56610486+BlueBoat29@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:38:29 -0500 Subject: [PATCH 156/246] Adding glow ink recipe (#1171) * Adding glow ink recipe * config test * changing to chem bath and 'glowing dye' --------- Co-authored-by: Xikaro --- ...artiesandclaims-default-player-config.toml | 466 ------------------ kubejs/assets/minecraft/lang/en_us.json | 1 + .../minecraft/textures/item/glow_ink_sac.png | Bin 0 -> 4481 bytes kubejs/server_scripts/minecraft/recipes.js | 18 + 4 files changed, 19 insertions(+), 466 deletions(-) delete mode 100644 defaultconfigs/openpartiesandclaims-default-player-config.toml create mode 100644 kubejs/assets/minecraft/textures/item/glow_ink_sac.png diff --git a/defaultconfigs/openpartiesandclaims-default-player-config.toml b/defaultconfigs/openpartiesandclaims-default-player-config.toml deleted file mode 100644 index cb62f632c..000000000 --- a/defaultconfigs/openpartiesandclaims-default-player-config.toml +++ /dev/null @@ -1,466 +0,0 @@ - -[playerConfig] - - [playerConfig.claims] - #The current sub-config ID used for new chunk claims. - usedSub = "main" - #The current sub-config ID used for new server chunk claims. - usedServerSub = "main" - #When not empty, used as the name for your claimed chunks. - name = "" - #Used as the color for your claims. Set to 0 to use the default automatic color. - color = 0 - #When enabled, the mod tries to protect your claimed chunks from other players. Workarounds are possible, especially with mods. - protectClaimedChunks = true - #The number of additional chunk claims that you can make on top of the normal limit. - bonusChunkClaims = 0 - #The number of additional chunk claim forceloads that you can make on top of the normal limit. - bonusChunkForceloads = 0 - - [playerConfig.claims.protection] - #When enabled, claimed chunk protection includes protection against players from the same party as you. - fromParty = false - #When enabled, claimed chunk protection includes protection against players from parties who are allied by the party that you are in. - fromAllyParties = true - #When enabled, claimed chunk protection includes basic protection against players breaking or otherwise interacting with blocks if they don't have access to the chunks. Block placing is usually additionally controlled by the item use protection. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - blocksFromPlayers = 1 - #When enabled, claimed chunk protection includes protection against mobs, who don't have access to the chunks, breaking/placing blocks (e.g. endermen). Chunks directly next to the protected chunks are also partially protected when protection is based on the mob griefing rule check. Should work for vanilla mob behavior. Modded mob behavior is likely not to be included. Feel free to set the vanilla game rule for mob griefing for extra safety. Keep in mind that creeper explosions are also affected by the explosion-related options. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - blocksFromMobs = 1 - #When enabled, claimed chunk protection includes protection against non-living entities, who don't have access to the chunks, breaking/placing blocks. Should work for vanilla entity behavior, unless another mod breaks it. Modded entity behavior is likely not to be included. Keep in mind that explosions use separate explosion-related options. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - blocksFromOther = 1 - #When enabled, instead of always simply using the direct "Protect Blocks From Mobs/Other" option for block interactions coming from non-player entities, if the entity (e.g. an arrow) has an owner (e.g. a player), then the block protection option corresponding to the owner is used (e.g. "Protect Blocks From Players"). - #Chunk access is always tested against the owner, whether this is enabled or not. - blocksRedirect = true - #When enabled, claimed chunk protection includes block protection against explosions. Keep in mind that creeper explosions are also affected by the block mob protection option. - blocksFromExplosions = true - #When enabled, claimed chunk protection includes protection against fire spread. - fromFireSpread = true - #When enabled, claimed chunk protection includes protection against frost walking by players/entities who don't have access to the chunks. - # - #1) Every - protected from all players/entities that don't have chunk access. - #2) Not Party - only players/entities not in the same party as you. - #3) Not Ally - only players/entities not in any party allied by yours. - fromFrostWalking = 1 - #When enabled, claimed chunk protection includes protection against crop trample (falling on crops destroys them) for entities that don't have access to the chunks. - cropTrample = true - #When enabled, claimed chunk protection includes protection against fluids (e.g. lava) flowing into the protected chunks from outside. This does not protect wilderness. - fluidBarrier = true - #When enabled, claimed chunk protection includes protection against being affected by pistons outside of the protected chunks. This does not protect wilderness. - pistonBarrier = true - #When enabled, claimed chunk protection includes buttons being protected against projectiles not owned by any player who has access to the chunks. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - buttonsFromProjectiles = 1 - #When enabled, claimed chunk protection includes target blocks being protected against projectiles not owned by any player who has access to the chunks. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - targetsFromProjectiles = 1 - #When enabled, claimed chunk protection includes pressure plates being protected against players who don't have access to the chunks. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - platesFromPlayers = 1 - #When enabled, claimed chunk protection includes pressure plates being protected against mobs who don't have access to the chunks. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - platesFromMobs = 1 - #When enabled, claimed chunk protection includes pressure plates being protected against non-living entities who don't have access to the chunks. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - platesFromOther = 1 - #When enabled, claimed chunk protection includes tripwires being protected against players who don't have access to the chunks. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - tripwireFromPlayers = 1 - #When enabled, claimed chunk protection includes tripwires being protected against mobs who don't have access to the chunks. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - tripwireFromMobs = 1 - #When enabled, claimed chunk protection includes tripwires being protected against non-living entities who don't have access to the chunks. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - tripwireFromOther = 1 - #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against players who don't have access to the chunks. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - entitiesFromPlayers = 1 - #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against mobs. Chunks directly next to the protected chunks are also partially protected when protection is based on the mob griefing rule check. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - entitiesFromMobs = 1 - #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against non-living entities (e.g. arrows, falling anvils, activated TNT). - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - entitiesFromOther = 1 - #When enabled, instead of always simply using the direct "Protect Entities From Mobs/Other" option for entity attacks/interactions coming from non-player entities, if the attacking entity (e.g. an arrow) has an owner (e.g. a player), then the entity protection option corresponding to the owner is used (e.g. "Protect Entities From Players"). - #Chunk access is always tested against the owner, whether this is enabled or not. - entitiesRedirect = true - #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against all explosions not directly activated by the chunk owner. - entitiesFromExplosions = true - #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against fire. - entitiesFromFire = true - #When enabled, claimed chunk protection includes protection from village raids. It stops raiders from spawning inside the protected chunks, from entering them and from hurting protectable entities, even if entity protection is turned off. - raids = true - #When enabled, claimed chunk protection includes players being protected from player attacks. - playersFromPlayers = false - #When enabled, claimed chunk protection includes players being protected from mob attacks. - playersFromMobs = false - #When enabled, claimed chunk protection includes players being protected against non-living entities. - playersFromOther = false - #When enabled, instead of always simply using the direct "Protect Players From Mobs/Other" option for entity attacks/iteractions coming from non-player entities, if the attacking entity (e.g. an arrow) has an owner (e.g. a player), then the entity protection option corresponding to the owner is used (e.g. "Protect Players From Players"). - playersRedirect = true - #When enabled, claimed chunk protection includes blocks and entities being protected against lightning directly caused by players who don't have access to the chunks (e.g. with the trident). Chunks directly next to the protected chunks are also partially protected. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - playerLightning = 1 - #When enabled, claimed chunk protection includes chorus fruit teleportation prevention for entities/players who don't have access to the chunks. - # - #1) Every - protected from all players/entities that don't have chunk access. - #2) Not Party - only players/entities not in the same party as you. - #3) Not Ally - only players/entities not in any party allied by yours. - chorusFruitTeleport = 1 - #When enabled, claimed chunk protection includes nether portal usage prevention for players who don't have access to the chunks. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - netherPortalsPlayers = 1 - #When enabled, claimed chunk protection includes nether portal usage prevention for mobs who don't have access to the chunks. Even after the protection is turned off, a recently stopped entity is still on a short cooldown. You must let it finish without constantly retrying to push it through the portal, which restarts the cooldown. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - netherPortalsMobs = 1 - #When enabled, claimed chunk protection includes nether portal usage prevention for non-living entities who don't have access to the chunks. Even after the protection is turned off, a recently stopped entity is still on a short cooldown. You must let it finish without constantly retrying to push it through the portal, which restarts the cooldown. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - netherPortalsOther = 1 - #When enabled, claimed chunk protection includes protection from right-click held item use. On Fabric, allowed item use means being able to place blocks on blocks that you can interact with, e.g. exception blocks, even if block protection is enabled! Right-click item use can also break blocks, if that is the item's right-click mechanic. Some item use in a chunk might also be prevented by neighbor item use protection in neighbor chunks. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - itemUse = 1 - #When enabled, the item use protection is extended to some right-click held item use in chunks directly next to the claimed ones. Item use affected by this is usually things that still work while looking at the sky (not block or entity) or item use with custom ray-tracing for blocks/fluids/entities (e.g. placing things on water), but also any item use of "additional banned items" configured on the server. Item use protection exceptions (e.g. food, potions etc) still apply. - neighborChunksItemUse = true - #When enabled, claimed chunk protection includes protection against dispensers that are "touching" and facing the protected chunks from outside. This does not protect wilderness. - dispenserBarrier = true - #When enabled, claimed chunk protection includes prevention of item tossing by players that don't have access to the chunks. - #Dying can be used to circumvent this, so it is recommended to enable keepInventory or use a gravestone mod. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - itemTossPlayers = 0 - #When enabled, claimed chunk protection includes prevention of item tossing by some mobs that don't have access to the chunks. Requires the tossing mob to be set as the item's thrower. - #Modded mobs are pretty likely to do it themselves or have it done by this mod. Otherwise, the toss won't be prevented. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - itemTossMobs = 0 - #When enabled, claimed chunk protection includes prevention of item tossing by non-living entities that don't have access to the chunks. Requires the tossing mob to be set as the item's thrower. Some entities might not that. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - itemTossOther = 0 - #When enabled, instead of always simply using the direct "Protect Mob/Other Item Toss" option for item tosses coming from non-player entities, if the tossing entity (e.g. a special arrow) has an owner (e.g. a player), then the item toss protection option corresponding to the owner is used (e.g. "Protect Player Item Toss"). - itemTossRedirect = true - #When enabled, claimed chunk protection includes protection from loot being dropped when mobs die unless they are killed by players who have access to the chunks. Any non-living entity spawned on a mob's death is considered loot. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - mobLoot = 0 - #When enabled, claimed chunk protection includes protection for items and experience that have been dropped on a player death, even if the standard item pickup protection is disabled. The protected items are only accessible to the player that dropped them and the entity/player that killed the player. - # - #1) Party - players in the same party as you. - #2) Allies - players in parties that are allied by yours. - #3) Every - all players. - playerDeathLoot = 0 - #When enabled, claimed chunk protection includes protection from players picking up items, unless they have access to the chunks or own the items. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - itemPickupPlayers = 0 - #When enabled, claimed chunk protection includes protection from mobs picking up items, unless they have access to the chunks or own the items. Might not work for some mobs. Chunks directly next to the protected chunks are also partially protected when protection is based on the mob griefing rule check. - # - #1) Every - protected from all entities not owned by a player that has chunk access. - #2) Not Party - all entities, except owned by a player in the same party as you. - #3) Not Ally - all entities, except owned by a player in any party allied by yours. - itemPickupMobs = 0 - #When enabled, instead of always simply using the direct "Protect Items From Mobs" option for item pickups coming from mobs, if the mob (e.g. an allay) has an owner (e.g. a player), then the item protection option corresponding to the owner is used (e.g. "Protect Items From Players"). - itemPickupRedirect = false - #When enabled, claimed chunk protection includes protection from players picking up experience orbs, unless they have access to the chunks or own the orbs. - # - #1) Every - protected from all players that don't have chunk access. - #2) Not Party - only players not in the same party as you. - #3) Not Ally - only players not in any party allied by yours. - xpPickup = 0 - #Override the value of the vanilla "mob griefing" game rule with either block, entity or dropped item protection in the protected chunks and their neighbors. - #By default, all "mob griefing" game rule checks, except for evokers (sheep conversion spell) and for most item pickups, are overridden with the block protection option. By default, the game rule is not overridden for item pickups (e.g. piglins picking up gold) because the basic item protection is already enough for most cases. When using the Forge version of the mod, this can be used for modded mobs. The main server config can be used to change which options are checked (even all 3) for specific mobs. Fabric/Quilt does not fire an event for all mob griefing rule checks. Fabric/Quilt modded mobs would simply check the game rule directly, which cannot be overridden by this mod. - overrideMobGriefingRule = true - #When enabled, claimed chunk protection disables the natural spawning of hostile mobs. - naturalSpawnHostile = false - #When enabled, claimed chunk protection disables the natural spawning of friendly mobs. - naturalSpawnFriendly = false - #When enabled, claimed chunk protection disables hostile mob spawners. - spawnersHostile = false - #When enabled, claimed chunk protection disables friendly mob spawners. - spawnersFriendly = false - #When enabled, claimed chunk protection includes protection from projectiles spawning hostile mobs when they land (e.g. endermites). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitHostileSpawn = 1 - #When enabled, claimed chunk protection includes protection from projectiles spawning non-hostile mobs when they land (e.g. chicken). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitFriendlySpawn = 1 - - [playerConfig.claims.protection.exceptionGroups] - - [playerConfig.claims.protection.exceptionGroups.entity] - - [playerConfig.claims.protection.exceptionGroups.entity.barrier] - #When enabled, claimed chunk protection prevents the following additional entities from entering the claim (except wilderness): minecraft:player. - # - #1) Every - protected from all players/entities that don't have chunk access. - #2) Not Party - only players/entities not in the same party as you. - #3) Not Ally - only players/entities not in any party allied by yours. - Players = 0 - #When enabled, claimed chunk protection prevents the following additional entities from entering the claim (except wilderness): minecraft:ender_pearl. - # - #1) Every - protected from all players/entities that don't have chunk access. - #2) Not Party - only players/entities not in the same party as you. - #3) Not Ally - only players/entities not in any party allied by yours. - Ender_Pearls = 0 - - [playerConfig.claims.protection.exceptionGroups.entity.interact] - #When enabled, claimed chunk protection makes an exception for interaction with the following entities: minecraft:villager, minecraft:wandering_trader. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Traders = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following entities: minecraft:armor_stand. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Armor_Stands = 0 - - [playerConfig.claims.protection.exceptionGroups.entity.handInteract] - #When enabled, claimed chunk protection makes an exception for interaction with an empty hand with the following entities: minecraft:item_frame. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Item_Frames = 0 - - [playerConfig.claims.protection.exceptionGroups.entity.break] - #When enabled, claimed chunk protection makes an exception for destruction of the following entities: minecraft:cow, minecraft:mooshroom, minecraft:sheep, minecraft:chicken, minecraft:pig, minecraft:rabbit, minecraft:goat. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Livestock = 0 - - [playerConfig.claims.protection.exceptionGroups.entity.blockAccess] - #When enabled, claimed chunk protection makes an exception for unlimited block access by the following entities: minecraft:villager. If the block protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the block access. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Villagers = 0 - - [playerConfig.claims.protection.exceptionGroups.entity.entityAccess] - #When enabled, claimed chunk protection makes an exception for unlimited entity access by the following entities: minecraft:zombie, minecraft:zombie_villager, minecraft:husk, minecraft:drowned. If the entity protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the entity access. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Zombies = 0 - - [playerConfig.claims.protection.exceptionGroups.entity.droppedItemAccess] - #When enabled, claimed chunk protection makes an exception for unlimited dropped item access by the following entities: minecraft:villager. If the dropped item protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the dropped item access. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Villagers = 0 - #When enabled, claimed chunk protection makes an exception for unlimited dropped item access by the following entities: minecraft:piglin. If the dropped item protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the dropped item access. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Piglins = 0 - #When enabled, claimed chunk protection makes an exception for unlimited dropped item access by the following entities: minecraft:fox. If the dropped item protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the dropped item access. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Foxes = 0 - - [playerConfig.claims.protection.exceptionGroups.block] - - [playerConfig.claims.protection.exceptionGroups.block.interact] - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:lever, #minecraft:buttons. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Controls = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:doors, #minecraft:fence_gates, #forge:fence_gates, #minecraft:trapdoors. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Doors = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:chest, minecraft:trapped_chest, #forge:chests/wooden. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Chests = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:barrel, #forge:barrels. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Barrels = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:ender_chest, #forge:chests/ender. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Ender_Chests = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:shulker_boxes. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Shulker_Boxes = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:furnace, minecraft:blast_furnace, minecraft:smoker. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Furnaces = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:hopper. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Hoppers = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:dispenser, minecraft:dropper. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Dispenser-like = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:anvil. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Anvils = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:beds. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Beds = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:beacon. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Beacons = 0 - #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:enchanting_table. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Enchanting_Tables = 0 - - [playerConfig.claims.protection.exceptionGroups.block.break] - #When enabled, claimed chunk protection makes an exception for destruction of the following blocks: #minecraft:crops. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Crops = 0 - - [playerConfig.claims.protection.exceptionGroups.item] - - [playerConfig.claims.protection.exceptionGroups.item.interact] - #When enabled, claimed chunk protection makes an exception for interaction with the following items: minecraft:written_book, minecraft:writable_book. - # - #1) Party - players or entities owned by players in the same party as you. - #2) Allies - players or entities owned by players in parties that are allied by yours. - #3) Every - all players/entities. - Books = 0 - - [playerConfig.claims.forceload] - #When enabled, the chunks you have marked for forceloading are forceloaded. - #If the forceload limit has changed and you have more chunks marked than the new limit, then some of the chunks won't be forceloaded. Unmark any chunks until you are within the limit to ensure that all marked chunks are forceloaded. - enabled = false - #When enabled, the chunks you have marked for forceloading stay loaded even when you are offline (can significantly affect server performance!). - #If your forceload limit is affected by your FTB Ranks rank/permissions, then you need to login at least once after a server (re)launch for it to take effect while you are offline. - offlineForceload = false - - [playerConfig.parties] - #When not empty, used in some places as the name for the parties that you create. - name = "" - #When enabled, your position in the game is shared with players from the same party as you, which can be used by other mods, e.g. to display party members on a map. - shareLocationWithParty = true - #When enabled, your position in the game is shared with the mutual ally parties of the party that you are in, which can be used by other mods, e.g. to display party members on a map. - shareLocationWithMutualAllyParties = false - #When enabled, the sharable positions of players from the same party as you are shared with your game client, which can be used by other mods, e.g. to display party members on a map. - receiveLocationsFromParty = true - #When enabled, the sharable positions of players from the mutual ally parties of the party that you are in are shared with your game client, which can be used by other mods, e.g. to display allies on a map. - receiveLocationsFromMutualAllyParties = false - diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index 67d07fe0c..1fb48f92d 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -50,5 +50,6 @@ "item.minecraft.iron_block": "Cast Iron Block", "item.minecraft.netherite_leggings": "Blue Steel Diving Leggings", "item.minecraft.string": "Silk Thread", + "item.minecraft.glow_ink_sac": "Glowing Dye", "material.tfg.dripstone": "Travertine" } \ No newline at end of file diff --git a/kubejs/assets/minecraft/textures/item/glow_ink_sac.png b/kubejs/assets/minecraft/textures/item/glow_ink_sac.png new file mode 100644 index 0000000000000000000000000000000000000000..122dd093d40dbc5ac1eb91f1b97e91a5ab0ff56d GIT binary patch literal 4481 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74p)UllmsP~D-;yvr)B1( zDwI?fq$;FVWTr7NRNTr9aO69zz_a^vm#v}-*CzoM#{G6uK<(Q0bf#tu2o~ z*R{H{yYtTKdOFLPF=}g3vw>8Gy8ETcdlzVm*~jpnq5J#K7iC?~jgCvBC)n=Y zxVCrIynK7df66b-lREA;uVUxycl**{HqUiu)K2?E>x|Z3VJlC|&Fd%JkK*38U46!( z8V?bs?iV{6zD#a1>EP*`WZ0pYQJDUYh5P6B<((f`Z|O%0utd2VFfcH-WI8(scse`7 zyu-jyF{gH-t;b;pnWOR1Ta|RV$}}ELSZH-~X_v(`EwO`6nc7=kB^13BH_7w}ijiTx z-qbAL9m+1A9xEHe>iB{ANNhn+$wZ<5(?z0=R21ClFaIuA{+=O!^)Zpf`g|IzR;Ewl zRE&=h{j*-;07nytvYL^zcdB@Cfo%Nu4Q_`c!F;Wdl2j~E{jj11Jg zKf65Q*`A}3D@`Mw&->HbxMe@AG;um7MY9Qfc@ne)`u8hCjO%=UX+O{`#zh0;ImT|hZ!w*m4(u>n-O!h7n`cUU~KZL<8zj2}I^6lsB z{Nx*CO1IW9%g8WIPCXS@Uim#CKmY%{mtVd!UnnR#qk38LBLf3(S!PH?NrbPDRdRl= zUSdjqQmS4>ZUF-b*w|MTBqnF4mMA2prf25aD!t#mUr8Y|#a1cY)Yrhbz&SM|)1#^= zHMq(zB)KX(*)m1R-j2(r!m1*-AUCxnQK2F?C$HG5!d3}vu2o*K6-ZcLNdc^+B->Ug z!Z$#{Ilm}X!9>qQ&p_9;BD2g$$&O3GrYI%ND#*nRYD7^=nypesNlAf~zJ7Umxn8-k zUVc%!zM-Y1rM`iYzLAk`QA(O_ab;dfVufyAu`txD*r=poUlE7Wn$Yjn6BFhC*_Fu6{*gfxe-hfqrhTKC+JD64$a4{5pz5DhpEe zgHnt0ON)|IUCUDQN|cd}NJ)n4FDNa_0edGUSwA%=H8(Y{q*&ij&k)5*cTe8{xDHSd zq-W+9fOS>m7NDps$xK587K(2`GGOl@JES7F0B$adYM9@_ios!I<&vLV3UZ#Oi>(sK zeyf!H0H!(FiRoBci*~Hw`C^gC0ED^~l&%EN2 z#JuEGkWm%61$vp8DOPC~rpC$1<`%jsmc}N!CML-Sx|WGask#Q1Mi!Qa=0+w-sYXaf z_!niSXXYj5AiD}=R7z%wRia^9TAG1@nXW~Op}DS!fpL`uOtzaQf-wC!QvIU1y;^Qsfi`|MIrh5Ikrk5M=2QT8A2QclJ-q4NlZyBNpwjp zNwrlnGB7f=GBC3;Gz&2_urfBYGBnUNFtsv3QlFoanN~?iwH+vX*gzuPBeS?9zo-%{ z1j$pusf7?8gqxEIQmvq%0L~UxiOCQz6epIYLc$m>m7I~7m!6tps{~E3FfEx_5`(dc ziK$VtaiXq)c}j||iE&!8u7zo`p{}8!i9xbSa*}b9fiXCc;HDSnrQGis$ z*l{U9#DZMh?6_?7!Q~vN%!3#RDsyOwq47XVD-;w)Eg>mEk zDFjGTJes#7#P@+yxml@V2__*Hl=9$Asfz`&^M>Eak-ar*3}jai2RMB40^ zvdBmUv^=3!Hv;j?ALQ-x!28&t!dcN;?VANaosId7QOFHl2S33 zUbd|;l)YVVd8hdO|M~yt6+c*iaYsqw?Xoz#_hq|JZ4aN`k^fKjuAel6qUd+I%4w-8 zo|ksKII!()j4=OR#ou3rL@l zPhZ{sDWE9I(0)&VL79)s{I1_@&;6~bk(EoC6|V+f-8A9d@ykE9-D+$TWKS>LAID(u zHM})o>4DFGm=!}4qmSn;@14*!(>&qT`W17V-Z@vcFa*wEy5g^R+GyFoE)5^SAW^5l z8Aeif1#-9T&tLTJ!;?$KBh{_)2`Gm&fBNKk7d)``UJ|eD=|F2B>T6 M>FVdQ&MBb@0NYn$t^fc4 literal 0 HcmV?d00001 diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 937bcb2d9..81e352dcd 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -1011,6 +1011,7 @@ const registerMinecraftRecipes = (event) => { .duration(200) .EUt(GTValues.VA[GTValues.ULV]) + // Stonecutter event.shaped('minecraft:stonecutter', @@ -1028,4 +1029,21 @@ const registerMinecraftRecipes = (event) => { }).id('tfg:shaped/stonecutter'); event.stonecutting('minecraft:smooth_quartz', 'minecraft:quartz_block') + + //Glowing Ink Sacs + + event.recipes.gtceu.chemical_bath('minecraft:glow_inc_sac4') + .itemInputs("gtceu:thorium_dust", "4x #forge:dyes/black") + .inputFluids(Fluid.of('gtceu:glowstone', 512)) + .itemOutputs('16x minecraft:glow_ink_sac') + .duration(20) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.chemical_bath('minecraft:glow_inc_sac1') + .itemInputs("#forge:dyes/black") + .inputFluids(Fluid.of('gtceu:glowstone', 144)) + .itemOutputs('minecraft:glow_ink_sac') + .duration(40) + .EUt(GTValues.VA[GTValues.MV]) + } From 08b2a3344373b71ef59145c692c54c5980b70cd0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 18:48:34 +0100 Subject: [PATCH 157/246] fixed ice capsule recipe not filling it up completely --- kubejs/server_scripts/tfclunchbox/recipes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfclunchbox/recipes.js b/kubejs/server_scripts/tfclunchbox/recipes.js index 0654a12b2..badc96045 100644 --- a/kubejs/server_scripts/tfclunchbox/recipes.js +++ b/kubejs/server_scripts/tfclunchbox/recipes.js @@ -47,13 +47,13 @@ function registerTFCLunchBoxRecipes(event) { event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice') .itemInputs('tfclunchbox:universal_capsule') .inputFluids(Fluid.of('gtceu:ice', 45 * 144)) - .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:500}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) + .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:1000}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) .duration(100) .EUt(GTValues.VA[GTValues.LV]) event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice_solid') .itemInputs('tfclunchbox:universal_capsule', '5x minecraft:packed_ice') - .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:500}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) + .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:1000}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) .duration(100) .EUt(GTValues.VA[GTValues.LV]) } From dff7fd61965a00b55815e2e5892a09d8643df1a2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 20:32:09 +0100 Subject: [PATCH 158/246] material and rose quartz stuff --- kubejs/server_scripts/create/recipes.js | 1 + kubejs/startup_scripts/ae2/tag_prefixes.js | 6 +++--- kubejs/startup_scripts/create/constants.js | 4 ---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 684b6ff15..995c04cf4 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -42,6 +42,7 @@ const registerCreateRecipes = (event) => { }) event.remove({ type: 'minecraft:stonecutting', input: 'create:andesite_alloy' }) + event.remove({ type: 'minecraft:stonecutting', input: 'create:rose_quartz' }) // Train Station event.shapeless('2x create:track_station', [ diff --git a/kubejs/startup_scripts/ae2/tag_prefixes.js b/kubejs/startup_scripts/ae2/tag_prefixes.js index 2c03f700b..31a6e4325 100644 --- a/kubejs/startup_scripts/ae2/tag_prefixes.js +++ b/kubejs/startup_scripts/ae2/tag_prefixes.js @@ -1,15 +1,15 @@ // priority: 0 const registerAE2TagPrefixes = (event) => { - const $AE_BLOCKS = Java.loadClass('appeng.core.definitions.AEBlocks'); const $AE_ITEMS = Java.loadClass('appeng.core.definitions.AEItems'); const Fluix = GTCEuAPI.materialManager.getMaterial('tfg:fluix') - TagPrefix.block.setIgnored(Fluix, $AE_BLOCKS.FLUIX_BLOCK); + // Blocks have to be handled in java because ae2 is weird + TagPrefix.dust.setIgnored(Fluix, $AE_ITEMS.FLUIX_DUST); TagPrefix.gem.setIgnored(Fluix, $AE_ITEMS.FLUIX_CRYSTAL); -; + TagPrefix.dust.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_DUST); TagPrefix.gem.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_CRYSTAL); diff --git a/kubejs/startup_scripts/create/constants.js b/kubejs/startup_scripts/create/constants.js index c78f93e53..b534cfb44 100644 --- a/kubejs/startup_scripts/create/constants.js +++ b/kubejs/startup_scripts/create/constants.js @@ -188,9 +188,6 @@ global.CREATE_DISABLED_ITEMS = [ // Blocks 'create:andesite_alloy_block', 'create:experience_block', - 'create:rose_quartz_block', - 'create:rose_quartz_tiles', - 'create:small_rose_quartz_tiles', // Other 'create:honey_bucket', @@ -205,7 +202,6 @@ global.CREATE_DISABLED_ITEMS = [ 'create:blaze_cake_base', 'create:sturdy_sheet', 'create:polished_rose_quartz', - 'create:rose_quartz', 'create:cinder_flour', 'create:dough', 'create:bar_of_chocolate', From 2d5ac8f982ea0a6c406be1164daf91dac85b53ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:58:38 +0500 Subject: [PATCH 159/246] Bump softprops/action-gh-release in the dependencies group (#1172) Bumps the dependencies group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.2.2 to 2.3.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.2.2...v2.3.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd9433bc0..9e43e7c56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -407,7 +407,7 @@ jobs: - name: 🚀 Create release id: release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 with: name: ${{ needs.info.outputs.project_version }} tag_name: ${{ needs.info.outputs.project_version }} From a96bbf2b123e33dfc28bcbfe1e1129369b27eab6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 01:01:33 +0100 Subject: [PATCH 160/246] updated dimension marker for the beneath, new ones for other planets --- .../block/dim_markers/the_nether/down.png | Bin 0 -> 652 bytes .../block/dim_markers/the_nether/east.png | Bin 0 -> 711 bytes .../block/dim_markers/the_nether/north.png | Bin 0 -> 691 bytes .../block/dim_markers/the_nether/south.png | Bin 0 -> 699 bytes .../block/dim_markers/the_nether/up.png | Bin 0 -> 718 bytes .../block/dim_markers/the_nether/west.png | Bin 0 -> 655 bytes .../assets/tfg/blockstates/marker/mars.json | 7 +++ .../tfg/blockstates/marker/mercury.json | 7 +++ .../assets/tfg/blockstates/marker/moon.json | 7 +++ .../assets/tfg/blockstates/marker/venus.json | 7 +++ .../assets/tfg/models/block/marker/mars.json | 42 ++++++++++++++++++ .../tfg/models/block/marker/mercury.json | 42 ++++++++++++++++++ .../assets/tfg/models/block/marker/moon.json | 22 +++++++++ .../assets/tfg/models/block/marker/venus.json | 42 ++++++++++++++++++ .../assets/tfg/models/item/marker/mars.json | 3 ++ .../tfg/models/item/marker/mercury.json | 3 ++ .../assets/tfg/models/item/marker/moon.json | 3 ++ .../assets/tfg/models/item/marker/venus.json | 3 ++ kubejs/startup_scripts/main_startup_script.js | 2 +- kubejs/startup_scripts/tfg/blocks.space.js | 38 ++++++++++++++++ .../{ad_astra => tfg}/dimension_markers.js | 11 ++--- 21 files changed, 233 insertions(+), 6 deletions(-) create mode 100644 kubejs/assets/gtceu/textures/block/dim_markers/the_nether/down.png create mode 100644 kubejs/assets/gtceu/textures/block/dim_markers/the_nether/east.png create mode 100644 kubejs/assets/gtceu/textures/block/dim_markers/the_nether/north.png create mode 100644 kubejs/assets/gtceu/textures/block/dim_markers/the_nether/south.png create mode 100644 kubejs/assets/gtceu/textures/block/dim_markers/the_nether/up.png create mode 100644 kubejs/assets/gtceu/textures/block/dim_markers/the_nether/west.png create mode 100644 kubejs/assets/tfg/blockstates/marker/mars.json create mode 100644 kubejs/assets/tfg/blockstates/marker/mercury.json create mode 100644 kubejs/assets/tfg/blockstates/marker/moon.json create mode 100644 kubejs/assets/tfg/blockstates/marker/venus.json create mode 100644 kubejs/assets/tfg/models/block/marker/mars.json create mode 100644 kubejs/assets/tfg/models/block/marker/mercury.json create mode 100644 kubejs/assets/tfg/models/block/marker/moon.json create mode 100644 kubejs/assets/tfg/models/block/marker/venus.json create mode 100644 kubejs/assets/tfg/models/item/marker/mars.json create mode 100644 kubejs/assets/tfg/models/item/marker/mercury.json create mode 100644 kubejs/assets/tfg/models/item/marker/moon.json create mode 100644 kubejs/assets/tfg/models/item/marker/venus.json rename kubejs/startup_scripts/{ad_astra => tfg}/dimension_markers.js (60%) diff --git a/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/down.png b/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/down.png new file mode 100644 index 0000000000000000000000000000000000000000..a8649d79193aff0f515e0ba6fd79ac70a41219e6 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_mZOPZ!4!i{9MH2eU5+FdVDrTndOu>7hN#E<<*WUlW zPon(Ud-eRi^Y=)VWo%9JY=3O=rOKAU&yS_>Nphs#(oZT3i!(SHE`FNjS-Z@2ZP>|# z+uJt#E}2qu_h--LjOPvvYgwN?obAW<^|#{Rx{e^Or6NII4388NMR|#pZ%MzF`X_dKF|O8xd_9lu&D+-MPj?|GCw+TJadbr>tP>u1Qm6pop^hj;idf>Be!qTxumDF-=E_!x6S#p zSEU^^SsfA;YG!diek~ona$#xz-?K`IFCJ9pvEA4Q2jf{H)i{H8aqgRjFD2_1*68cdE~M zt}D{6ww`f{lPC7^pBtL8;Yag+n`{%3I3~gHu|kI7vI*mg>#ti3Ra%b56$%wGG4t+z z`?%VcC%LD>#&7Y(1s5|6B${{bnq%w2!F~UA;`Z90&0JABP6a>3pB9PUF8gWzz?HlT(Z?&se6JI%l`RqCHoSmG-@^H8|iB z<683jK#Ee+>$ydjtW!;HKJ#DMzK;L&!BdaAeFXA8?VXomFoU^g$*wokm{#3SVpwu{ zaxMRsh?bN^_72^yOZXG{0yam#nZ^_oooHg!S0xniUwcJ}PKfjM7dy1t);+AYWjG}r z`*YiEyC|JQafV&NmsZN>Y_{6pe7)p_N%jiG*xhe~f4=g}HGa8b%0wTR8K*c~HW&yO z+uYsfTzK+b^@RE&m?Fao3digraTQXHdMcvv+l}_$QcK=F5EqzNkQtW<)*A1SCv~{EK0d_QsIhP zi)tyK+X=NbqH=m4mi=q|>)iP1@x_7f|E&Jf^uQvA^r=!z8!_h zkN6Ef>aXDTiP&js=q8ra!W!FXSi;yiL4;>vMtYp}2Q)1$RM{IEFV-n_%C&^5^VZxq*8CGVA&9Npi6O}A(ns$`js;m) zS4Nd)a5Lt7pJK6~-*>|4wcBNW+~(_(UF6rC@w@zful(sUsS9GWmw74)K3u!4Ytq>? z+lCaQ&dgaJnlsIW7=7edTwq;oeQoC-hEu-|Z}|T4Shs`B|EESbt~Y9w2&S-aSfjB8cBd53{jDeq+yW{szMTV40&N-EgSNwMDF`1A15?6wu*Su$^A6_=`fdGT7}!opYa zN44dOUY`>PUELR46mV5Ued{U9-|zFEb4s=e3Vc0oz~iCzbINT_CEu9-iMMYuJvfv1 zHLdKWn&M>>NlD2^XYVr4I$k;N{dty&42xcgw&>lso451DyWWGL2K9M`L96GqbA0IH zx0!sI@$J^BsUfDVuf+ndiu^y{TK?;?!<+I$n^wJf_fC0fO6fAc^86m-+lymt4wZKA z$P;X6J(IS)^Iv70wExcOEz=K6oAiG^qvu-~w7S4@70b<9_s^{#!-Q*p)y-s>Wy`82 wF1;eFy~gJ1d8f3=7grig?tZY#^&ivX(^}EH4xdbBU|?YIboFyt=akR{0OQy)!vFvP literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/south.png b/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/south.png new file mode 100644 index 0000000000000000000000000000000000000000..87a612bfdf0917207f853bdce7cea7eae48a08c8 GIT binary patch literal 699 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q{FPZ!4!i{9MH{vINQBFF7_^Etg<)BUb5dv#}hVWGGuzt%?S49Qj&tx3y0UR>CC zV)Aspi>5CE*mswG5W2g^<%y$`stR}bmLp#mL|c6>zBBWtXVUbS8_rI-)_j~_ZvXdv z^S}T7_?fr7++tZOvD%DeOU`7th7rN!W{|0dwiw%&=hPu!Ntm)alxII%f@ z$L_g6(vu4u|GTFyJPyO*U;Y9X6Q!9snX@X7+3M~o6 z#@zx;iY#Ykd2f{Uy}Q`0!xOni|NS)1nACF7SLYZPWU@{4F#TBZ=ZKYm)V)dbx)~H^ zPIC>I#yFu_F>969hxWq^E%o#B7JH`_aJZ~^fA;Zf&u^BthV!5AlP-$Bq+Gym`(){N zrLTJ{rId_8o|PWuKiTUmqd@=hy<1Jr9?JMIFjQIbhaos;Rx$8QMR;`+@H#c~S#tf@zdGiz|TJSENfrBOK-g2!OR{z9LGG`_8YJ{(=T#+|<_N=r8F2WiYTiWw(TRvmor*QYC zU4QQL2D5ps;tD*w+08Cj%{q5Z?BBN&OLbXFreritRGk}tYmTM4?LHQ51_lNOPgg&e IbxsLQ0EX~8$^ZZW literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/up.png b/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/up.png new file mode 100644 index 0000000000000000000000000000000000000000..ef570ff9763f32440bec1efae5611d24231aabf3 GIT binary patch literal 718 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q`EPZ!4!i{9ADw*Df4B5m^{udzOBzL_c!F->1pk$aJfQlN>+u^W*WBLaUi|KS!B z+oooA?US&{!X}P3CstKPWu*=dmjt~t2Geh*D)k&SSp36myM^WRJ@U`BuCKe(5m!>5 zl(SJXRM+rEB!j~GYm?238D^YSvk&{mP|(c9kiTEY@K*xQ(mQwM7*}L*p4BLLB5zRj zIqBAo3rm;_UU=+@6_x^=AHSL*sILGW`neDOVX@OURqE7z^VhSi#4%vF-&oReU z`&S=-_G+!SCi8Xf%dE2kAN=~ja5Lr7-Gya#dF~l*jp3i=8FtuPxLltp-YH|gVu2*< zn?+m>zVYs_ljFTsJ>=|)OUh60TqS++!i{6)$JK**Ex$Q0Gmo)(%9Q0Txb&HMUvbBx zIg_sP3Nyre@mxFiC3ktJj(o$T-zKJ}36WwBznD_EqIgdVJU7|LxO?gR`KP;C4w_Y4 zd!JyQf1dmO#$4&!+XS5wBE_bq{`GY<_gV5j@ZzqUw&3%@lnXhiL2Kt^Yov5GW+G**Iu&xO!jy6S`t22%qrSxmX`3sYTpzO`*XXp%7XOb z4{ghpd2VnuJ5ua?{`$@PHXSWgJ^m_6;J8LDzjMF6uj6XQwTy}^P94P`&-(an=vUz= zX|jAFcQJ`g_Nd#uIZNC-V`85?y}&dr)$so_S>wsVXMFq?tWq^AXMQI4Y{f3Y{m*>= aF-$qd#`?DIz-I;q1_n=8KbLh*2~7a@kU^yY literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/west.png b/kubejs/assets/gtceu/textures/block/dim_markers/the_nether/west.png new file mode 100644 index 0000000000000000000000000000000000000000..4cacf251625bc859e0dbad9123ae225db95a87cf GIT binary patch literal 655 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_mZaPZ!4!i{9KxzTP2$636Sy_bi!HS;*#obY*AJW7qaAN}3)@!nas=WnWz7uxRdU zF9v{`|kp z+oH4(riwUD#h@+K)-K9|N*DbYVwQ6?Jl@67xZ7n1?_N=!0+mZs?g~ABC?cRxz3B57 z{g?07b$@&PwU+Zkg&EI*O z1Sz#Ra5SdnJ^byS;$N~&|4V{w$OitLn)}DU*KXOk(Yh$%fztnLzkcygIw{eXm@rE% z+WT{(SP0v@&vic^T>hZh^goqp!&Z~?S6td|9+ee(Xtrgx`8zKLUwb}{ZM!n&2HAzH zNNQ=DTOC*!9LAMZvaQ$V+R5i#S}~uOFTZEGuKQj!=h~lB7k*S`WNTkP@w_PWHQV(r zdzC!-Q!GkOWyycqBXl-&y~nQV_7l&$y4Hx^5xhR-_RhlTeLJpk6y|O`@Z}lD!;GeD z)1o|gRku$uY7o$j`=&3v>(?pv2XDXT&!}E4W0fkFmZWp$h)6(3h=ZhpjIY67OQ#ia z6X(1Z6!|92C_AN#Cw+g>p4}(!?2s;aT&c?STW-Gmyn}b5Ss(BVX`8ZHEfl%Jz`(%Z M>FVdQ&MBb@0D7Mv;{X5v literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/blockstates/marker/mars.json b/kubejs/assets/tfg/blockstates/marker/mars.json new file mode 100644 index 000000000..4e5573f11 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/marker/mars.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/marker/mars" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/marker/mercury.json b/kubejs/assets/tfg/blockstates/marker/mercury.json new file mode 100644 index 000000000..44bd64632 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/marker/mercury.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/marker/mercury" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/marker/moon.json b/kubejs/assets/tfg/blockstates/marker/moon.json new file mode 100644 index 000000000..6e386c27f --- /dev/null +++ b/kubejs/assets/tfg/blockstates/marker/moon.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/marker/moon" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/marker/venus.json b/kubejs/assets/tfg/blockstates/marker/venus.json new file mode 100644 index 000000000..d398f1e96 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/marker/venus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/marker/venus" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/marker/mars.json b/kubejs/assets/tfg/models/block/marker/mars.json new file mode 100644 index 000000000..048adf965 --- /dev/null +++ b/kubejs/assets/tfg/models/block/marker/mars.json @@ -0,0 +1,42 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube", + "gui_light": "front", + "textures": { + "0": "ad_astra:block/globe/mars_globe", + "particle": "#0" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "uv": [ 3.75, 3.75, 7.5, 7.5 ], + "texture": "#0" + }, + "east": { + "uv": [ 0, 3.75, 3.75, 7.5 ], + "texture": "#0" + }, + "south": { + "uv": [ 11.25, 3.75, 15, 7.5 ], + "texture": "#0" + }, + "west": { + "uv": [ 7.5, 3.75, 11.25, 7.5 ], + "texture": "#0" + }, + "up": { + "uv": [ 7.5, 3.75, 3.75, 0 ], + "texture": "#0" + }, + "down": { + "uv": [ 3.75, 7.5, 0, 11.25 ], + "texture": "#0" + } + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/marker/mercury.json b/kubejs/assets/tfg/models/block/marker/mercury.json new file mode 100644 index 000000000..436dc0e7d --- /dev/null +++ b/kubejs/assets/tfg/models/block/marker/mercury.json @@ -0,0 +1,42 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube", + "gui_light": "front", + "textures": { + "0": "ad_astra:block/globe/mercury_globe", + "particle": "#0" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "uv": [ 3.75, 3.75, 7.5, 7.5 ], + "texture": "#0" + }, + "east": { + "uv": [ 0, 3.75, 3.75, 7.5 ], + "texture": "#0" + }, + "south": { + "uv": [ 11.25, 3.75, 15, 7.5 ], + "texture": "#0" + }, + "west": { + "uv": [ 7.5, 3.75, 11.25, 7.5 ], + "texture": "#0" + }, + "up": { + "uv": [ 7.5, 3.75, 3.75, 0 ], + "texture": "#0" + }, + "down": { + "uv": [ 3.75, 7.5, 0, 11.25 ], + "texture": "#0" + } + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/marker/moon.json b/kubejs/assets/tfg/models/block/marker/moon.json new file mode 100644 index 000000000..cb52279ae --- /dev/null +++ b/kubejs/assets/tfg/models/block/marker/moon.json @@ -0,0 +1,22 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "moon_globe", + "particle": "moon_globe" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [3.75, 3.75, 7.5, 7.5], "texture": "#0"}, + "east": {"uv": [0, 3.75, 3.75, 7.5], "texture": "#0"}, + "south": {"uv": [11.25, 3.75, 15, 7.5], "texture": "#0"}, + "west": {"uv": [7.5, 3.75, 11.25, 7.5], "texture": "#0"}, + "up": {"uv": [7.5, 3.75, 3.75, 0], "texture": "#0"}, + "down": {"uv": [3.75, 7.5, 0, 11.25], "texture": "#0"} + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/marker/venus.json b/kubejs/assets/tfg/models/block/marker/venus.json new file mode 100644 index 000000000..c216d3856 --- /dev/null +++ b/kubejs/assets/tfg/models/block/marker/venus.json @@ -0,0 +1,42 @@ +{ + "credit": "Made with Blockbench", + "parent": "minecraft:block/cube", + "gui_light": "front", + "textures": { + "0": "ad_astra:block/globe/venus_globe", + "particle": "#0" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "uv": [ 3.75, 3.75, 7.5, 7.5 ], + "texture": "#0" + }, + "east": { + "uv": [ 0, 3.75, 3.75, 7.5 ], + "texture": "#0" + }, + "south": { + "uv": [ 11.25, 3.75, 15, 7.5 ], + "texture": "#0" + }, + "west": { + "uv": [ 7.5, 3.75, 11.25, 7.5 ], + "texture": "#0" + }, + "up": { + "uv": [ 7.5, 3.75, 3.75, 0 ], + "texture": "#0" + }, + "down": { + "uv": [ 3.75, 7.5, 0, 11.25 ], + "texture": "#0" + } + } + } + ], + "display": {} +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/marker/mars.json b/kubejs/assets/tfg/models/item/marker/mars.json new file mode 100644 index 000000000..843d91086 --- /dev/null +++ b/kubejs/assets/tfg/models/item/marker/mars.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/marker/mars" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/marker/mercury.json b/kubejs/assets/tfg/models/item/marker/mercury.json new file mode 100644 index 000000000..39847666b --- /dev/null +++ b/kubejs/assets/tfg/models/item/marker/mercury.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/marker/mercury" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/marker/moon.json b/kubejs/assets/tfg/models/item/marker/moon.json new file mode 100644 index 000000000..6055d0605 --- /dev/null +++ b/kubejs/assets/tfg/models/item/marker/moon.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/marker/moon" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/marker/venus.json b/kubejs/assets/tfg/models/item/marker/venus.json new file mode 100644 index 000000000..cbc4a583d --- /dev/null +++ b/kubejs/assets/tfg/models/item/marker/venus.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/marker/venus" +} \ No newline at end of file diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 5a9d41231..38f06e40c 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -84,7 +84,7 @@ GTCEuStartupEvents.materialModification(event => { GTCEuStartupEvents.registry('gtceu:dimension_marker', event => { - registerAdAstraDimensionMarkers(event) + registerTFGDimensionMarkers(event) }) diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index fa4c2ec61..bc92d6eca 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -1,5 +1,43 @@ function registerTFGSpaceBlocks(event) { + // Dimension markers + + event.create('tfg:marker/moon') + .stoneSoundType() + .item(item => { + item.modelJson({ parent: 'tfg:block/marker/moon' }) + }) + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:marker/mars') + .stoneSoundType() + .item(item => { + item.modelJson({ parent: 'tfg:block/marker/mars' }) + }) + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:marker/venus') + .stoneSoundType() + .item(item => { + item.modelJson({ parent: 'tfg:block/marker/venus' }) + }) + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:marker/mercury') + .stoneSoundType() + .item(item => { + item.modelJson({ parent: 'tfg:block/marker/mercury' }) + }) + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + // Hardened stones event.create('tfg:rock/hardened_moon_stone') diff --git a/kubejs/startup_scripts/ad_astra/dimension_markers.js b/kubejs/startup_scripts/tfg/dimension_markers.js similarity index 60% rename from kubejs/startup_scripts/ad_astra/dimension_markers.js rename to kubejs/startup_scripts/tfg/dimension_markers.js index 7d8b7d73c..2afcb4c6f 100644 --- a/kubejs/startup_scripts/ad_astra/dimension_markers.js +++ b/kubejs/startup_scripts/tfg/dimension_markers.js @@ -1,29 +1,30 @@ // priority: 0 -function registerAdAstraDimensionMarkers(event) { +function registerTFGDimensionMarkers(event) { + // TODO event.create('ad_astra:earth_orbit') .iconSupplier(() => Item.of('ad_astra:earth_globe').getItem()) .tier(1) .overrideName('Earth Orbit') event.create('ad_astra:moon') - .iconSupplier(() => Item.of('ad_astra:moon_globe').getItem()) + .iconSupplier(() => Item.of('tfg:marker/moon').getItem()) .tier(1) .overrideName('The Moon') event.create('ad_astra:mars') - .iconSupplier(() => Item.of('ad_astra:mars_globe').getItem()) + .iconSupplier(() => Item.of('tfg:marker/mars').getItem()) .tier(2) .overrideName('Mars') event.create('ad_astra:venus') - .iconSupplier(() => Item.of('ad_astra:venus_globe').getItem()) + .iconSupplier(() => Item.of('tfg:marker/venus').getItem()) .tier(3) .overrideName('Venus') event.create('ad_astra:mercury') - .iconSupplier(() => Item.of('ad_astra:mercury_globe').getItem()) + .iconSupplier(() => Item.of('tfg:marker/mercury').getItem()) .tier(3) .overrideName('Mercury') } \ No newline at end of file From 595c917ef9992ea64d5046700479b0d885df2812 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 01:03:28 +0100 Subject: [PATCH 161/246] langs --- kubejs/assets/gtceu/lang/en_us.json | 2 ++ kubejs/assets/tfg/lang/en_us.json | 41 ++++++++++++++++++++++------- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index d9c160d4e..91e81a2fd 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -15,6 +15,8 @@ "gtceu.end_dome": "Enderarium", "gtceu.greenhouse": "Electric Greenhouse", "gtceu.steam_bloomery": "Steam Bloomery", + "gtceu.food_oven": "Food Oven", + "gtceu.food_processor": "Food Processor", "item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp", "item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp", "item.gtceu.wood_dust": "Softwood Pulp", diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 49339d543..9e97420c9 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -163,10 +163,27 @@ "block.tfg.lunar_sprouts": "Lunar Lightgrass", "block.tfg.lunar_chorus_plant": "Chorus Plant", "block.tfg.lunar_chorus_flower": "Chorus Flower", + "block.tfg.marker.moon": "The Moon", + "block.tfg.marker.mars": "Mars", + "block.tfg.marker.venus": "Venus", + "block.tfg.marker.mercury": "Mercury", "block.tfg.lv_aqueous_accumulator": "Basic Aqueous Accumulator", "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", + "block.tfg.electric_greenhouse": "Electric Greenhouse", + "block.tfg.lv_food_processor": "Basic Food Processor", + "block.tfg.mv_food_processor": "§bAdvanced Food Processor§r", + "block.tfg.hv_food_processor": "§6Advanced Food Processor II§r", + "block.tfg.ev_food_processor": "§5Advanced Food Processor III§r", + "block.tfg.lv_food_oven": "Basic Electric Oven", + "block.tfg.mv_food_oven": "§bAdvanced Electric Oven§r", + "block.tfg.hv_food_oven": "§6Advanced Electric Oven II§r", + "block.tfg.ev_food_oven": "§5Advanced Electric Oven III§r", + "block.tfg.lv_food_refrigerator": "Basic Refrigerator", + "block.tfg.mv_food_refrigerator": "§bAdvanced Refrigerator", + "block.tfg.hv_food_refrigerator": "§6Advanced Refrigerator II§r", + "block.tfg.ev_food_refrigerator": "§5Advanced Refrigerator III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -293,6 +310,7 @@ "material.tfg.compressed_trimix": "Compressed 50/30/20 Trimix", "material.tfg.compressed_trimix_3": "Compressed 50/30/20 Trimix-3", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", + "tfg.tooltip.food_trait.refrigerating": "§9Refrigerating", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", @@ -1222,9 +1240,6 @@ "quests.metal_age.mining.title": "Mining in the Metallurgy Age", "quests.metal_age.mining.subtitle": "ROCK AND STONE!", "quests.metal_age.mining.desc": "Extracting valuable resources from the ground is a major part of this modpack, and the Metallurgy Age is no exception! You will consume a &llot&r of metal to progress, and one way to mine a lot of it at once is with a Mining Hammer! This is a tool that can mine blocks in a 3x3x1 area at the cost of a slower mining speed. You can also hold sneak to break single blocks at a time.", - "quests.metal_age.weld_wrought_iron_ingots.title": "Welding Wrought Iron", - "quests.metal_age.weld_wrought_iron_ingots.subtitle": "CLANG CLANG CLANG", - "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Careful you don't melt your Wrought Iron, otherwise it will turn back into Cast Iron and you'll have to run it through the Bloomery again!", "quests.metal_age.bellows.title": "Bellows", "quests.metal_age.bellows.subtitle": "Higher temperatures can be reached, at a small price.", "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThese higher temperatures are required to fire pottery with charcoal or melt certain metals.\n\nCoal and Coke can also reach higher temperatures without it.", @@ -1283,9 +1298,6 @@ "quests.metal_age.blast_furnace.title": "Blast Furnace", "quests.metal_age.blast_furnace.subtitle": "Then I started Blastin'", "quests.metal_age.blast_furnace.desc": "The Blast Furnace is a multiblock structure that allows you to create Pig Iron. Placing a combination of Iron, Flux and fuel (see the adjacent quest) inside the Blast Furnace produces Pig Iron, which can be worked into Steel.\n\nIn order for the Blast Furnace to reach its required high temperatures, it will need its own Bellows, used to force air through a Tuyere which you place inside the blast furnace.\n\nThe Field Guide contains an entry on how the Blast Furnace works and how to build one.", - "quests.metal_age.weld_steel_ingots.title": "Welding Steel", - "quests.metal_age.weld_steel_ingots.subtitle": "Again?", - "quests.metal_age.weld_steel_ingots.desc": "You know the drill by this point. Create 14 Steel Ingots, then weld them to get 7 Double Steel Ingots. We'll stop reminding you about this now.\n\nDid you know that the Helve Hammer can also process your pig iron into steel?", "quests.metal_age.steel_anvil.title": "T4 Anvil: Steel", "quests.metal_age.steel_anvil.subtitle": "A huge leap from wrought iron", "quests.metal_age.steel_anvil.desc": "With the Steel Anvil, you'll be able to work Steel Ingots into different forms.\n\nSteel tools and equipment have a significant boost over their bronze and wrought iron counterparts, so they're worth making if your existing ones are about to break. You'll be needing to create a lot of alloys soon, so some new mining equipment would be a wise investment.", @@ -1295,6 +1307,9 @@ "quests.metal_age.weak_steel.title": "Weak Steel Ingredients", "quests.metal_age.weak_steel.subtitle": "Hope you like math", "quests.metal_age.weak_steel.desc": "Weak Steel is one part of the necessary metals to create Black Steel. You can alloy it with 2 parts Steel, 1 part Nickel and 1 part Black Bronze.\n\nYou can check the liquid weak steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_steel.task1": "1 Part Nickel", + "quests.metal_age.weak_steel.task2": "2 Parts Steel", + "quests.metal_age.weak_steel.task3": "1 Part Black Bronze", "quests.metal_age.highcarb_black_steel.title": "Black Steel Ingredients", "quests.metal_age.highcarb_black_steel.subtitle": "Conservation of matter does not apply", "quests.metal_age.highcarb_black_steel.desc": "The final two anvils are made out of complex alloys that will require a lot of metal to be created. Weak Steel and Pig Iron can be welded to create High Carbon Black Steel, which can then be worked on an anvil into Black Steel.", @@ -1310,15 +1325,23 @@ "quests.metal_age.weak_red_steel.title": "Weak Red Steel Ingredients", "quests.metal_age.weak_red_steel.subtitle": "This is getting a little ridiculous", "quests.metal_age.weak_red_steel.desc": "Like before, Weak Red Steel is the first step of Red Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Brass, and 1 part Rose Gold.\n\nYou can check the liquid Weak Red Steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_red_steel.steel": "2 Parts Steel", + "quests.metal_age.weak_red_steel.black_steel": "4 Parts Black Steel", + "quests.metal_age.weak_red_steel.brass": "1 Part Brass", + "quests.metal_age.weak_red_steel.rose_gold": "1 Part Rose Gold", "quests.metal_age.weak_blu_steel.title": "Weak Blue Steel Ingredients", "quests.metal_age.weak_blu_steel.subtitle": "This is getting out of hand.", - "quests.metal_age.weak_blu_steel.desc": "Like before, Weak Blue Steel is the first step of Blue Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Bismuth Bronze, and 1 part Sterling Silver.\n\bYou can check the liquid Weak Blue Steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_blu_steel.desc": "Like before, Weak Blue Steel is the first step of Blue Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Bismuth Bronze, and 1 part Sterling Silver.\n\nYou can check the liquid Weak Blue Steel's recipe for more precise alloying percentage rates.", + "quests.metal_age.weak_blue_steel.steel": "2 Parts Steel", + "quests.metal_age.weak_blue_steel.black_steel": "4 Parts Black Steel", + "quests.metal_age.weak_blue_steel.sterling_silver": "1 Part Sterling Silver", + "quests.metal_age.weak_blue_steel.bismuth_bronze": "1 Part Bismuth Bronze", "quests.metal_age.highcarb_red_steel.title": "Red Steel Ingredients", "quests.metal_age.highcarb_red_steel.subtitle": "Could deleting matter like this power a nuclear bomb?", "quests.metal_age.highcarb_red_steel.desc": "Red Steel first starts as High Carbon Red Steel, which is made by welding Weak Red Steel and Black Steel. It needs to be worked on the Anvil to turn it into Red Steel", "quests.metal_age.highcarb_blu_steel.title": "Blue Steel Ingredients", "quests.metal_age.highcarb_blu_steel.subtitle": "Lavoisier is rolling in his grave", - "quests.metal_age.highcarb_blu_steel.desc": "Blue Steel first starts as High Carbon Blue Steel, whcih is made by welding Weak Blue Steel and Black Steel. It needs to be worked on the Anvil to turn it into Blue Steel", + "quests.metal_age.highcarb_blu_steel.desc": "Blue Steel first starts as High Carbon Blue Steel, which is made by welding Weak Blue Steel and Black Steel. It needs to be worked on the Anvil to turn it into Blue Steel", "quests.metal_age.redblu_anvil.title": "T6 Anvil: Red or Blue Steel", "quests.metal_age.redblu_anvil.subtitle": "It's over", "quests.metal_age.redblu_anvil.desc": "The final tier of Anvil! With the Tier 6 Anvil you'll be able to work both Red and Blue Steel Ingots into different items.\n\nThis marks the end of TerraFirmaCraft's progression. Now it's time to finish the Industrial Age and create your very first Low Voltage circuitry.", @@ -1545,7 +1568,7 @@ "quests.steam_age.centrifuge.desc": "Ore processing will always be an important part of this modpack, and this machine is another (optional) part of that. By following a different route of ore processing steps (check the Ore Processing Diagram tab in JEI), you can use this centrifuge to get some bonus byproducts out of your ores! The next upgrade to your ores won't be until the LV Thermal Centrifuge, so whether or not this is a worthwhile investment is up to you.", "quests.steam_age.steam_engine.title": "Steam Engine", "quests.steam_age.steam_engine.subtitle": "Time for some real steam power", - "quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 512 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket. Coal Gems and Coke can also be used to superheat them.", + "quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 256 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket (such as creosote). Coal Gems, Anthracite, and Coke can also be used to superheat them.", "quests.steam_age.deployers.title": "Deployers", "quests.steam_age.deployers.subtitle": "Primitive Assembly Line", "quests.steam_age.deployers.desc": "While you could use a single deployer for the rest your time in this chapter, we &3really&r don't recommend it. Setting up a line of deployers along a belt will save heaps of time and sanity, and it's not like you'll be wasting materials either, because you can always reuse them to upgrade your tree farm later.\n\nThese will also make electron tubes significantly cheaper!", From 553c3a97020d2bebf3847e50a99bdd294b8230e1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 01:10:10 +0100 Subject: [PATCH 162/246] mushroom blocks now drop way less mushroom --- CHANGELOG.md | 1 + .../loot_tables/blocks/brown_mushroom_block.json | 6 +++++- .../loot_tables/blocks/red_mushroom_block.json | 6 +++++- kubejs/server_scripts/minecraft/recipes.js | 12 ++++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad564e5c8..1c8217a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie - Lowered durability of wooden tongs @Pyritie - Streamlined the Metallurgy Age quest chapter a bit @Pyritie +- Mushroom blocks now drop way less mushroom @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/kubejs/data/minecraft/loot_tables/blocks/brown_mushroom_block.json b/kubejs/data/minecraft/loot_tables/blocks/brown_mushroom_block.json index 08eeb81be..9cdc4f0c2 100644 --- a/kubejs/data/minecraft/loot_tables/blocks/brown_mushroom_block.json +++ b/kubejs/data/minecraft/loot_tables/blocks/brown_mushroom_block.json @@ -7,12 +7,16 @@ "entries": [ { "type": "minecraft:item", - "name": "minecraft:brown_mushroom_block" + "name": "minecraft:brown_mushroom" } ], "conditions": [ { "condition": "minecraft:survives_explosion" + }, + { + "condition": "minecraft:random_chance", + "chance": 0.25 } ] } diff --git a/kubejs/data/minecraft/loot_tables/blocks/red_mushroom_block.json b/kubejs/data/minecraft/loot_tables/blocks/red_mushroom_block.json index 9b2379355..b60ac514a 100644 --- a/kubejs/data/minecraft/loot_tables/blocks/red_mushroom_block.json +++ b/kubejs/data/minecraft/loot_tables/blocks/red_mushroom_block.json @@ -7,12 +7,16 @@ "entries": [ { "type": "minecraft:item", - "name": "minecraft:red_mushroom_block" + "name": "minecraft:red_mushroom" } ], "conditions": [ { "condition": "minecraft:survives_explosion" + }, + { + "condition": "minecraft:random_chance", + "chance": 0.25 } ] } diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 57cdf234f..8a092f74c 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -997,6 +997,18 @@ const registerMinecraftRecipes = (event) => { event.shapeless('4x minecraft:brown_mushroom', ['minecraft:brown_mushroom_block', '#forge:tools/knives']) .id('tfg:shapeless/cut_brown_mushroom_block') + event.recipes.gtceu.compressor('tfg:red_mushroom') + .itemInputs('4x minecraft:red_mushroom') + .itemOutputs('minecraft:red_mushroom_block') + .duration(20) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.compressor('tfg:brown_mushroom') + .itemInputs('4x minecraft:brown_mushroom') + .itemOutputs('minecraft:brown_mushroom_block') + .duration(20) + .EUt(GTValues.VA[GTValues.ULV]) + event.recipes.gtceu.chemical_bath('tfg:red_mushroom_to_shroomlight') .itemInputs('minecraft:red_mushroom_block') .inputFluids(Fluid.of('gtceu:glowstone', 144)) From 6c3fce648b43cd91994692aac3b811d23621deb7 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:54:59 -0500 Subject: [PATCH 163/246] Active/food (#1176) * rearranged food recipes into hopefully a good format? * custom gregtech machines and logic to handle TFC recipes (#1160) * Change lv chem reactor quest to require any container with rubber instead of a rubber bucket Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> * Add placeholder assets for food machines (copied from gtceu) * remove greenhouse definition from kubejs * change greenhouse recipe * Rework recipes file --------- Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Signed-off-by: Pyritie Co-authored-by: Pyritie * update greenhouse quest * update greenhouse tooltip * comment out coconut milk * langs * tooltip fix * wrong food lang * recipe fixes * Add some more food recipes (#1166) * Change lv chem reactor quest to require any container with rubber instead of a rubber bucket Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> * Add placeholder assets for food machines (copied from gtceu) * remove greenhouse definition from kubejs * change greenhouse recipe * Rework recipes file * Modify food recipes * Add some more recipes * add more recipes and tidy up food recipe file * change incorrect string --------- Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Signed-off-by: Pyritie Co-authored-by: Pyritie * - Food changes --------- Signed-off-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Signed-off-by: Pyritie Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Pyritie Co-authored-by: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> --- .../quests/chapters/lv__low_voltage.snbt | 2 +- .../machines/food_oven/overlay_front.png | Bin 0 -> 248 bytes .../food_oven/overlay_front_active.png | Bin 0 -> 292 bytes .../overlay_front_active_emissive.png | Bin 0 -> 241 bytes .../food_oven/overlay_front_emissive.png | Bin 0 -> 149 bytes .../machines/food_processor/overlay_back.png | Bin 0 -> 75 bytes .../food_processor/overlay_back_active.png | Bin 0 -> 75 bytes .../overlay_back_active.png.mcmeta | 5 + .../machines/food_processor/overlay_front.png | Bin 0 -> 380 bytes .../food_processor/overlay_front_active.png | Bin 0 -> 919 bytes .../overlay_front_active.png.mcmeta | 5 + .../overlay_front_active_emissive.png | Bin 0 -> 659 bytes .../overlay_front_active_emissive.png.mcmeta | 5 + .../food_processor/overlay_front_emissive.png | Bin 0 -> 149 bytes .../machines/food_processor/overlay_side.png | Bin 0 -> 334 bytes .../food_processor/overlay_side_active.png | Bin 0 -> 683 bytes .../overlay_side_active.png.mcmeta | 5 + .../machines/food_processor/overlay_top.png | Bin 0 -> 348 bytes .../food_processor/overlay_top_active.png | Bin 0 -> 542 bytes .../overlay_top_active.png.mcmeta | 5 + .../food_refrigerator/overlay_back.png | Bin 0 -> 592 bytes .../food_refrigerator/overlay_back_active.png | Bin 0 -> 504 bytes .../overlay_back_active.png.mcmeta | 5 + .../overlay_back_active_emissive.png | Bin 0 -> 184 bytes .../overlay_back_active_emissive.png.mcmeta | 5 + .../overlay_back_active_emissive_ref.gif | Bin 0 -> 785 bytes .../overlay_back_active_ref.gif | Bin 0 -> 4697 bytes .../food_refrigerator/overlay_bottom.png | Bin 0 -> 75 bytes .../food_refrigerator/overlay_front.png | Bin 0 -> 350 bytes .../overlay_front_active.png | Bin 0 -> 364 bytes .../food_refrigerator/overlay_side.png | Bin 0 -> 361 bytes .../food_refrigerator/overlay_top.png | Bin 0 -> 250 bytes kubejs/client_scripts/tooltips.js | 5 +- kubejs/server_scripts/firmalife/recipes.js | 301 --------- .../gregtech/recipes.machines.js | 12 - kubejs/server_scripts/tfc/recipes.js | 47 -- kubejs/server_scripts/tfc/recipes.machines.js | 165 +---- kubejs/server_scripts/tfg/recipes.food.js | 620 ++++++++++++++++++ kubejs/server_scripts/tfg/recipes.js | 1 + kubejs/startup_scripts/firmalife/constants.js | 47 +- kubejs/startup_scripts/gtceu/machines.js | 62 -- kubejs/startup_scripts/gtceu/recipe_types.js | 7 - kubejs/startup_scripts/tfc/constants.js | 77 ++- 43 files changed, 725 insertions(+), 656 deletions(-) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_top.png create mode 100644 kubejs/server_scripts/tfg/recipes.food.js diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 425ba06f9..99169a273 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -1401,7 +1401,7 @@ subtitle: "{quests.low_voltage.lv_greenhouse.subtitle}" tasks: [{ id: "3EB01235ED295080" - item: "gtceu:greenhouse" + item: "tfg:electric_greenhouse" type: "item" }] title: "{quests.low_voltage.lv_greenhouse.title}" diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..de1abfe728887db34f3c30f4eb6cbdf84aea2db9 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=pRfOCesk7g%kUsC6VENz9_$s*Ka#Lk*U)X& zGl^t{mJ9bd8+R=X;P%pdl~;7`3S&rnHsc+m=DS~+ehY>fxU8A+jpyH7yCajc7I!^h y^^5*e@hwFlp-MczZ-Qe&X=T|r%jUZbF*6sLEe;D@a*lz4fx*+&&t;ucLK6UxJzFOL literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9e6ea6739d56cd2a782cfb033e498966bbd628 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=;T#aA3K( z;KDJsgpJKI9XF_O}sGm5$oj>ITK{84j3@7g|t{oNIYraQDEC#$iTz= rK+4g9v&)g8-BG0dpaU}-8^f~WmispZs5mk(Ffe$!`njxgN@xNAnMh;s literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..4da15531758294c4b06ac119be05b106f4ae87fe GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=xx>8|qk*Bo~qW;Jlm zv{>QOy~ZM^?&$~p!zbn|>^eAQA>%Q&i|*&*ESW;N*n9${m{)KVuP{ErDCxkH_LxC} q?SN@hgOErw17mZWPC^0$!=78})Aruf6=7gtVDNPHb6Mw<&;$SiH%_ns literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..c20a1c9810d77b74d42b9829129c1c640700e925 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta new file mode 100644 index 000000000..dfae8cae1 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..21458b6d21a1d0fd86f72ab073571f8c56f023d1 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ojqL~Lo9laPTJUY$U(%l z|D1!u$~P?{!7N9P`E%Ux{HM^{J6~y=(zZH>RbP~va;v-#dUZE=%sS(6U_-RzoU5tg zI(x3peYo#%?S}`Kv+nw?zy5pIZ@=ZAjbcPxAM>|6b1(QSaUp7Rgw6*W{_~$F1Su_5 z;b1!V+&C(G%QdkpOe&s-YV6n(EM$zNdKq4P|IPbl`IF?gH*?wqnhbbu=9u}O_+Gn6 zBWZ7({n`xE6|Z+mmdUVRFP-V5HYL?_`)$>(Ma$XVE|))0DAOXKvGl|yo@Acgci)9x zVG9X8`nAfH!%^lq!`Xt^>oI!M|C@F^p0P=Xv#G)6yy3Bc(5v@(8T^(D|NbkN%yawg zHpvjLhr9GvUwvh|K!Yo9yEH@QtVz!;n-4N974g#SJFfir14Ba# z1H&%{28M%D}*&rlw|YZZ0h?y>;tW zCnqOsYwM_}sDlR&HZ?W5y1LGtJ2yW+f8xZ6?d|O;DJelgLA>ewECD7N6MPvM7$$tO zVP#-oU@Qsp3ubV5b|VeMN%D4gVd!9$^0}-^*;3Y z^mqU3%Y5>=mv#m6`%7;MpY-|2KfTQV1y`gbqf=gRw(XBU5O+WDs0*T3fe)A*5UxBl^)W9OZI{C!*bPki0! zZxywBMR)zP(m8GMZTY_68b@B2>@9m*|5q^FS?HgYxc*6GtA#?HO_FW$dyc#d-!nP@%4M}{Ws)4u-uWAQ4tm*m ziP>>Gdv&e%9c7V2n>qU3ejVoQkF2t=)PHwPe#zm(p8V=I&+ag{uz#q`yuJ8CmEQM; zGtEodr~T8Y@VTSh7xGGQdYas`M7dOc5jhF&mF!6enZMg6Ee!2vm{4_rZBj+c)AgPQ z+mEhOzBogSiM_Bt?YHt8`I~zJLyZG*>&@IN)`jGS8tNu-Rp1aWg zM`iRI{*a=5BHx0~{BAybTK2c5+3xvKa>75GP>Evn0b^1fUv_CaGooxL#vGUBP8BaI<{(bn<43LQE-^5Cv ziVN%93*#K#?n!xm+WA|5+4<>B$1hfPw|*82=x3LC#((H;%_`0Mh&cOC2iz-6YVLLY zwhy@TKk$pij{l2a{z?3Pct(5WjN|g38_aAsoxgwYIpZPcef6u3E7#34_*&5asX=(l zD@FVD=WNnGpV)W4p>oby=eql?l`=K*UJOS4M-EqiejwLslO}g(@y$Pppdin(`N!CN XK=*oC>AxKe3=9mOu6{1-oD!M14Ba# z1H&%{28M3NkF6pC!N~V}dUO14Ceq zxg-Mv17k^$UoeBivm0q3PLj8~3quF1tOo-F<4;c)$B>MBZ*S)IH7f|PCD`dPR52dl zUUBDt-t8kZH*#nFWxA>RxqFLm@|x}xES56i0lH63qqkFYgtQS9fi z-DUaZe)_3{8z=FdyQeMo)mmd+EdRVOKYI*Vzw=4j$n4;=S?B#O)BVGi#f)q^lMNmS z=FMPRBR#3Qgj??IM8!jm$IV`SUHIQFxc%GtyWf8Y+3kp{s@=P5&d&#x^FJT_{BK%6 zW6iIcXMf*l%;!Az`0txb@1I}#webGsdYfmDCs%*i!+kr+ZpVDh`Hi1E_s`#GfBNFO zXO~mnoZl*6cVhXs!)I6hE!dr9e`nn-{_U&39p;yluef)OTb}c2jJ{QT^|$jAE(^~s zcYYo_yGHKS`6m+(R4n;Fr7Zr&&${~$PyYCG{N@Q^+y5so)^k?5VdR9XtG=3kWj@&(_Q6p# REEts7JYD@<);T3K0RZ|lE{6aB literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..c20a1c9810d77b74d42b9829129c1c640700e925 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png new file mode 100644 index 0000000000000000000000000000000000000000..678e1b9bb4bd15fb486d5c6d42ef7815d3e13573 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZly zRc*Vw{CvYt1qDSN7BS~?S>Y*ej0&yO-``FC@#81AM6*frfye#v2TY6(WHERcZ)8}_ zs8I0vpfX!soSZ@3$8WL`Zw}uMPmq#KFlAU08SBV*rmd1Ojl=4|OQswLhX|fiP7I59 z3rtNLHw7@ZF)rA_W-0%KSAe0FQ73EzqX@HuCNGPFpQ*W7;)Q_A49Njs8jqy>tbCA_ j(C}!9&4q?WMh2&^K>{t(EAKKeFfe$!`njxgN@xNA5FU6o literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b3c4212bf3cb561d04212b7ed709c8d48a53b0 GIT binary patch literal 683 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU`XI#V_;wqx%g=T0|NtNage(c!@6@aFBupZ zSkfJR9T^xl_H+M9WMyDr;4JWnEM{Qf764(!waR--85o!xJY5_^BHZ6j-|NNfC~(|; z;|4>Iqyw9c9TzQ#I3nVd)os(X_WXn3A3WR4?3xzz_Nr~%c)?kivytVq>%Jpy7yew2 zEv_~f-zzgi;2rzvcQIw^n@^wpUzYLc%*lW4DMmjtCEB)>th%c8^mAoyZ(72~k1r*2 z*Xf>Cx9Xp2HdjVA%TFvt|A2k+$Ddzi-yTUSnRxbOd`Fma;>R;`clW$8HTbwMVu{~+ zeJQc#qUHKk+H06~wr#$uaj|T#!dgW>_KE*y&)8E@?D_Khtc;88@7J0{>t2jbRPJaw zyhX0RyKw#OrBgGeNPXS4;q3;#qMK`EULM#ed+lJH*3%h#=KGzV*mu}*X^c>HXrNB3 z)0T-I7ba(N-R^tFkS}#$zjD`+1jVTA4fQtM{O6p`2L7m<%FJZTu!dR3&FlR>yY9A) z(tPY*{Bc~Y6WKE)9?wj)+B~I~AwjW(fj3!iYU65V>k}93Uo)BuYMy;qu;2?r5SyfP z^9+_MgR?*ET+YrAv~{qmzZ2*Ay8H$Q!#kE&bq%|l)NLJ@9N8xXH2jXzj#1vQXy3K^ zYs`JkK5l&_GJFfzUwJWWGAG~VpCZOm^?@I13d7{};spyG_AV$oSiE3k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZlyrbl_Ax8*dxZZ>u> zn|>~q?V3&HW4RR?S{DK?Cro(yJn@BJU(@auP90_zg>>cYX#!$NKYsk=p23zVu%qxb z+u_Ik@dvUJ8S)s68ZsT&ZX9u7Sj}kgA^CnMt5pHaP(|sT*I~?J0N@lb8-$y zmiL$EO&%G)eF1@Q7*;dt-`m%`Nq}Lt1jhkh234T|o90DaEDll*Gv-fcUneQntFYCe v!Bnwv5tlSW=CPR*5*n^7vANLD$jC79Vq({kNSs54@I14-?iy0WW1wojxJ|%u40|Vn`PZ!4!5AV0r3_T792(+1ja-Ru4O|7V_fT6DI=>TQ2h$m-BfHu@8UB`o?b z$K1QOwDY3kf4>Rs&&{oF-cq<;>N{`ef!XH#{+2&qCEVXH{Up0=-Z8e{nd!MFOD>(h z|EFQw;gj;cY^j?gr978b+$pbh^nXA9&zc0T8w!q-q85rt_^DZTm4Dw-UgFa~m8*R5 zLa`mXQ!QFv*35Hu)-{;maiK!Z`Soh;kQuXst4joCd6i>KHzRwfHQ2%`W9~|N8{{)yiAW=rS-cFnGH9xvXI2Biqv_2A32=g}6KyOjfYsniUu$)5SMerYY}{j>yvP2P%;)3uia8OcFaY zVMz;5r^kaSF}EW=7ajcK)HcVt%Dp@HYW~mt??2xAURPt2Y9X`h&+=b??HJyc%}&^V zKix)7n6G_e(4tjZ4+~~|tl)XDUiP@-l~2p4O4b@l9>J1zTW zm+!NAp7*q9TiEKkxq5p0jK6=&W7^yhFF$YR-u`}uj2fu~276g?#y8Aut1ei$T#)JQ z6VRNSdN#J(=7@=J&`OcDVckD}R@Rs8jx{qg+w`^S@8;LLzVp4S4HZc}&7V;tf8gM0 zhUcNI4cXJrF$(PcI^+Adsmou#eyv}%SB~Lnk>yH_Q`49xoPT~dZL_D+#06oi6D8Q@ z`n6}6cx}J^^z7AL*AE`G=SY*?Gq1FO%Tx37r;4U?o1WSIENq@TSC;4S0TbVn*yAR? zLY*vY!?-n5!#Ey_bRYd;U;5yrGK0jEd-Lu%>P;^$FE1B#`tkqXw%m}=qlGeZEZ%!2 zoy<`X*ik>Bd~eiRy`L|+xw*Id&pw%AbeQuOueFNGn!AebM;I6w7(8A5T-G@yGywny CwhgcV literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png new file mode 100644 index 0000000000000000000000000000000000000000..bcfd65feb106d41eb0f4fa5fdcd53f1085791eaa GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV07SMW?*1wy22yCz`&r8>=ES4z)+>ez|hdb z!0?NKfuZ3A14F3+1H-EX1_rAc3=HB0b9M#VFfcHr1^9%xGB7ZF`t<3+g9kfz?!0m1 z#`*K-_wCzv?AWonbLXyFwQBkD<$Zm9_c8?KlJ+gNTAD;cBi^C@DKvbEgRc4|@TeSW!{R$58iVYc!?H;x^U%u#; zS9FL~_K22#NYMTKfQf%?$8nQ?52`9`9`q~qSN?p=IRDz`{WI(nit1PVJp3o|pF#Z$ z`!n+O6;u8iZvK0R<=={I`}BVmmzEoUZlB9;`?|mLTyq^m*|{a$zCmsZ3=9kmp00i_ I>zopr01T1VI{*Lx literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..8e993ab9899163f3861209611777cb5330c63c40 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV02(&W?*1Aks`8@fq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^COWH5!F`0pZLF&ma zHUYh7ML)4+aJXMNb#U5R22v2?{JS4lc}&sV>cdpWV(% jo918H6ZpBUxspMUk)KgKDKDCVfq}u()z4*}Q$iB}`2Z{6 literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif new file mode 100644 index 0000000000000000000000000000000000000000..383a1c8002c2d2f4d21310d5d14f32fbeb1396d5 GIT binary patch literal 785 zcmZ?wbhEHb6krfw_{abPf*zCQlJ+w&Fev_H;ba2Q|GE8KLxP$zt|?Jt#k9eJU3h*48#QHg>(J$wHA`5QNGJb3Wn)2B}$Td9Najnxp*GXeCRp)3u4BxBpbwt6UDY zP%E^NYp}BFGP?O{M~&b6oHsvuUFUYj>xhYpinKIkNfe3+aZB;`N(q!OG&YMgHHb5? z2yhk(vkSBFv+=N27uQc|6|LqJV965WWa44j%FjA!Rm-$Cf%S#lEbNC_*jPju7*9_+ zTjZDEmPLsY6s6|YuyD?`j;ewuljRrL&C*c9JU@V%V6o@auU(QWuc@mF=X1i)aXl~w|6-)d$_Y99b9;O7oKI{ HeF) literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png new file mode 100644 index 0000000000000000000000000000000000000000..01360c35a2eee48a62adb260c3d0b35dfaff2289 GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7RXtrCLo9l?PTZK)93axR zpM~?5V@IPxislzaFZS97y~<{r=E=cwYT1qgpO}ui3oPHYlkL%i0{u9r$7$;Nvm#cs z{<&=Vea`>q|KHElTpFe3#KGtgC?es+F>BdD6W=9MBBr%w&NA_3Uhw+$*HcA1W%e*j z{9PLD6dKB~=6bg8K2f8tMG`k&dz8jL{%sfJb;;yt;hc*Wn~x?X_VO;$_+>ZOFGf#1 z=DI4+;pKsib&IE*%DMe**S`XbEewtVFZNpW-L^Rξ+0_un%ws!vb#oTPHIZ1>l^ zPT6zMjTvU2O|uB_N{xTNK6jGJ&5RrI2Jg8PS(dI@UeM0;|L9zYSpV{cpX>M8ZkN|T zx1@f?;o5(idS4{9m;Up4<$V8Vg-zD&-FMGP$JaB|G4yPk`s0smb_fFl1B0ilpUXO@ GgeCwh*qSQ< literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png new file mode 100644 index 0000000000000000000000000000000000000000..e10b0db21966d987c7f7d76e15b9077480672a6f GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7jXhl)Lo9l?1{!7^b`X$} zO!U*_nRbxl3d^SkfsQ{7Cchd#vrcxJD);zWg24;shw~Cbj^5qMwlrYlaapx}A=8y! zC`l%+Q3`&0@7yrRyBigh7#aka>;w-=FdvgxGKHgwp~p}nnc=|E=bt4nzufYf zkD+e&%Si#(O&JpG=39SSIzhkX#f@waFHIdWZV%0k_umV)CB84;^RYtai|Dr7Z?Au> zIP$W@NyPQUrZ?-t7tGCAd-`O`B$J<2d$%!ch*}$SKX3cy_QQ;uZ}L>mtFD{v<8pq^ zXCvRsPbS@1uu6-;LFV{=>kRSPM`N7lJ(s;0C@e71`m8|Dt&_TZ>$qz6?{(5NjbMp- z{ps=3i~H>F-ahM`Vfp;20=r9#|4;ME4({^SsMoVSb9YP@aebJhKmGKQ{eR^@Fzba+ WURm_2&6|ONfx*+&&t;ucLK6V3p`r!= literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png new file mode 100644 index 0000000000000000000000000000000000000000..1161e23a981427087869a2d3f725bace3a7a05d7 GIT binary patch literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74Ln^OLo9liPO$er93XPE zUN^Hw((9y(g@r{*Q9;(UU#yST$uH#ad$+V>b@${4ZyxDzyo)uG5O=+F(6K_mNM+el z6OW~Oz9)>E)>lmb{ce8oJ=^7mGkvD5k@TFzAke1hHc914WuHKkiSI@oZbg>LdCXJZ z|E%fDz3nBxATstBr^d8Z4;ID0kxrD*dVaK!$6;D(RFTxO%&7gmHs^(}T6HN2vK(~p zb$BiP;O8~Hv-fPhykml=FSz?oqcXRN$!6}Vdl|wq^K#{8%-ws7wTnII)Ke|y3vbJ& z?tHyVuHpUf@1{(ePm5lEl3K*;mp8A%{N9e=HGeKY32K_MiG@F!Z#lns)TN$Bh4-w} zsy80q@bts3AD5W4S(-13Zob(wJ@oGT@83%~yn6c{e_7T1vBKt(-DCTYycX(J58H%i S<}olZFnGH9xvXhPt{K z7&m;2yFPWwB{z17M*;aC7G{*)eeS-%G-Rt}$k(uZ&OHw$G*#!l$Za$~lOue!)ckwr zttN?=oP8a0l=mE!^wMnam5|QpTojl6SAEB$FDne^>gRI&Yn^BOFT(a*-a*m-Z$%d= z?pyru6W7Irw05@RcVZVlw?F(*^>691ImR2a*6vv;FZEyO-E+ojZ3YGg22WQ%mvv4F FO#m@NYXtxR literal 0 HcmV?d00001 diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 9cbfe6003..213334b1a 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -27,10 +27,9 @@ const registerTooltips = (event) => event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { text.add(1, text.of('§cSuperheat§r with Coke, Anthracite, or Flawless and Exquisite coal gems.')) }) - event.addAdvanced(['gtceu:greenhouse'], (item, advanced, text) => { + event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => { text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(2, text.of('Currently, due to a bug, sometimes outputs rotten food.')) - text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { text.add(1, text.of('Artificial enviroment to simulate the Nether.')), diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 38e8f5165..a9adeb1a3 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -446,276 +446,6 @@ const registerFirmaLifeRecipes = (event) => { //#endregion - //#region Рецепты муки - - global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.macerator(`tfg:${element.name}`) - .itemInputs(element.input) - .itemOutputs(element.output) - .duration(200) - .EUt(2) - }) - - //#endregion - - //#region Рецепты теста - - global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.mixer(element.name) - .itemInputs(element.input, '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) - .itemOutputs(element.output) - .duration(300) - .EUt(16) - .circuit(2) - }) - - //#endregion - - //#region Рецепты плоского хлеба - - global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(element => { - event.smelting(element.output, element.input) - .id(`tfg:smelting/${element.name}`) - }) - - //#endregion - - //#region Смешивание в миске - - // Тесто для пиццы - event.recipes.gtceu.mixer('firmalife:food/pizza_dough_olive_oil') - .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') - .inputFluids(Fluid.of('tfc:olive_oil', 1000)) - .itemOutputs('4x firmalife:food/pizza_dough') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/pizza_dough_soybean_oil') - .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') - .inputFluids(Fluid.of('firmalife:soybean_oil', 1000)) - .itemOutputs('4x firmalife:food/pizza_dough') - .duration(300) - .EUt(16) - - // Vanilla Ice Cream - event.recipes.gtceu.mixer('firmalife:food/vanilla_ice_cream') - .itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla') - .inputFluids(Fluid.of('firmalife:cream', 1000)) - .itemOutputs('2x firmalife:food/vanilla_ice_cream') - .duration(300) - .EUt(16) - - // Pumpkin Pie Dough - event.recipes.gtceu.mixer('firmalife:food/pumpkin_pie_dough') - .itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('firmalife:food/pumpkin_pie_dough') - .duration(300) - .EUt(16) - .circuit(2) - - // Butter - event.recipes.gtceu.mixer('firmalife:food/butter') - .itemInputs('tfc:powder/salt') - .inputFluids(Fluid.of('firmalife:cream', 1000)) - .itemOutputs('firmalife:food/butter') - .duration(300) - .EUt(16) - - // Pie Dough - event.recipes.gtceu.mixer('firmalife:food/pie_dough') - .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('firmalife:food/pie_dough') - .duration(300) - .EUt(16) - .circuit(2) - - // Cookie Dough - event.recipes.gtceu.mixer('firmalife:food/cookie_dough') - .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla') - .itemOutputs('4x firmalife:food/cookie_dough') - .duration(300) - .EUt(16) - - // Hardtack Dough - event.recipes.gtceu.mixer('firmalife:food/hardtack_dough') - .itemInputs('tfc:powder/salt', '#tfc:foods/flour') - .inputFluids(Fluid.of('minecraft:water', 1000)) - .itemOutputs('4x firmalife:food/hardtack_dough') - .duration(300) - .EUt(16) - .circuit(2) - - // Yeast starter - event.recipes.gtceu.mixer('firmalife:yeast_starter') - .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) - .itemInputs('#tfc:foods/flour') - .outputFluids(Fluid.of('firmalife:yeast_starter', 600)) - .duration(1200) - .EUt(8) - .circuit(1) - - // Cocoa Powder - event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') - .itemInputs('gtceu:cocoa_dust') - .itemOutputs('4x firmalife:food/cocoa_powder') - .duration(100) - .EUt(2) - - event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') - .id(`tfg:quern/cocoa_powder`) - - event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') - .id('tfg:quern/cocoa_dust'); - - // Chocolate Ice Cream - event.recipes.gtceu.mixer('firmalife:food/chocolate_ice_cream') - .itemInputs('firmalife:food/vanilla_ice_cream') - .inputFluids(Fluid.of('firmalife:chocolate', 1000)) - .itemOutputs('firmalife:food/chocolate_ice_cream') - .duration(300) - .EUt(16) - - // White Chocolate Blend - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('minecraft:milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/yak_milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/goat_milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/coconut_milk') - .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) - .itemOutputs('2x firmalife:food/white_chocolate_blend') - .duration(300) - .EUt(16) - - event.smelting('firmalife:food/white_chocolate', 'firmalife:food/white_chocolate_blend') - - // Dark Chocolate Blend - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('minecraft:milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/yak_milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/goat_milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - - event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/coconut_milk') - .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) - .itemOutputs('2x firmalife:food/dark_chocolate_blend') - .duration(300) - .EUt(16) - - event.smelting('firmalife:food/dark_chocolate', 'firmalife:food/dark_chocolate_blend') - - // Milk Chocolate Blend - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('minecraft:milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/yak_milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/goat_milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/coconut_milk') - .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') - .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) - .itemOutputs('2x firmalife:food/milk_chocolate_blend') - .duration(300) - .EUt(16) - - event.smelting('firmalife:food/milk_chocolate', 'firmalife:food/milk_chocolate_blend') - - // Strawberry Ice Cream - event.recipes.gtceu.mixer('firmalife:food/strawberry_ice_cream') - .itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry') - .itemOutputs('firmalife:food/strawberry_ice_cream') - .duration(300) - .EUt(16) - - // Hardtack Dough - event.recipes.gtceu.mixer('firmalife:food/chocolate_chip_cookie_dough') - .itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends') - .itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough') - .duration(300) - .EUt(16) - - //#endregion - - //#region Обжарка некоторой еды - - // Cooked Pizza - event.smelting('firmalife:food/cooked_pizza', 'firmalife:food/raw_pizza') - - // Taco Shell - event.smelting('firmalife:food/taco_shell', 'firmalife:food/corn_tortilla') - - // Sugar Cookie - event.smelting('firmalife:food/sugar_cookie', 'firmalife:food/cookie_dough') - - // Chocolate Chip Cookie - event.smelting('firmalife:food/chocolate_chip_cookie', 'firmalife:food/chocolate_chip_cookie_dough') - - // Hardtack - event.smelting('firmalife:food/hardtack', 'firmalife:food/hardtack_dough') - - // Cooked Pie - event.smelting('firmalife:food/cooked_pie', 'firmalife:food/filled_pie') - - // Roasted Cocoa Beans - event.smelting('firmalife:food/roasted_cocoa_beans', 'firmalife:food/cocoa_beans') - - // Pumpkin Pie - event.smelting('minecraft:pumpkin_pie', 'firmalife:food/raw_pumpkin_pie') - - //#endregion - //#region Sticky Resin by Vat event.recipes.firmalife.vat() @@ -751,28 +481,6 @@ const registerFirmaLifeRecipes = (event) => { // #endregion - // #region Smashed food - - event.recipes.gtceu.forge_hammer('firmalife:soybean_paste') - .itemInputs('firmalife:food/dehydrated_soybeans') - .itemOutputs('firmalife:food/soybean_paste') - .duration(20) - .EUt(7) - - event.recipes.gtceu.forge_hammer('firmalife:red_grapes') - .itemInputs('firmalife:food/red_grapes') - .itemOutputs('firmalife:food/smashed_red_grapes') - .duration(20) - .EUt(7) - - event.recipes.gtceu.forge_hammer('firmalife:white_grapes') - .itemInputs('firmalife:food/white_grapes') - .itemOutputs('firmalife:food/smashed_white_grapes') - .duration(20) - .EUt(7) - - // #endregion - // #region Drying mat alternatives event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/leafy_kelp' }).id('tfg:shaped/drying_mat_leafy_kelp') @@ -787,13 +495,4 @@ const registerFirmaLifeRecipes = (event) => { .circuit(5) .EUt(GTValues.VA[GTValues.ULV]) .duration(200) - - event.smelting('firmalife:food/dehydrated_soybeans', 'tfc:food/soybean') - - event.recipes.gtceu.fermenter('soybean_oil') - .itemInputs('firmalife:food/soybean_paste') - .inputFluids(Fluid.of('minecraft:water', 100)) - .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) - .EUt(GTValues.VA[GTValues.ULV]) - .duration(600) } diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 83c352ad9..7e90107f4 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -744,18 +744,6 @@ function registerGTCEuMachineRecipes(event) { // #endregion - // Контроллер теплицы - event.shaped('gtceu:greenhouse', [ - 'ABA', - 'CDC', - 'BCB' - ], { - A: '#gtceu:circuits/mv', - B: 'gtceu:copper_single_cable', - C: 'tfc:compost', - D: 'gtceu:solid_machine_casing' - }).id('tfg:shaped/greenhouse') - // Drums const DRUMS_AND_CRATES = [ 'bismuth_bronze', diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index d23cb4aad..064774d05 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -34,44 +34,6 @@ const registerTFCRecipes = (event) => { //#endregion - //#region Рецепты зерен - - global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(element => { - - event.recipes.gtceu.macerator(`tfg:${element.name}`) - .itemInputs(element.input) - .itemOutputs(element.output) - .chancedOutput('tfc:straw', 7000, 500) - .duration(200) - .EUt(2) - - event.recipes.tfc.quern(element.output, element.input) - .id(`tfg:quern/${element.name}`) - }) - - //#endregion - - //#region Рецепты муки - - global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.macerator(`tfg:${element.name}`) - .itemInputs(element.input) - .itemOutputs(element.output) - .duration(200) - .EUt(2) - }) - - //#endregion - - //#region Рецепты обжарки мяса - - global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS.forEach(element => { - event.smelting(element.output, element.input) - .id(`tfg:smelting/${element.name}`) - }) - - //#endregion - //#region Рецепты обжарки форм global.TFC_FURNACE_MOLD_RECIPE_COMPONENTS.forEach(element => { @@ -126,15 +88,6 @@ const registerTFCRecipes = (event) => { //#endregion - //#region Рецепты хлеба - - global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(element => { - event.smelting(element.output, element.input) - .id(`tfg:smelting/${element.name}`) - }) - - //#endregion - event.shapeless('tfc:crucible', ['tfc:crucible']).id('tfg:empty_crucible') event.shapeless('2x minecraft:stick', ['#minecraft:saplings', '#forge:tools/knives']).id('tfg:strip_saplings') diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index ac2370124..44df72c83 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -117,20 +117,6 @@ function registerTFCMachineRecipes(event) { .duration(3200) .EUt(16) - //#region Рецепты плоского теста - - global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { - event.recipes.gtceu.mixer(element.name) - .itemInputs(element.input) - .inputFluids(Fluid.of('minecraft:water', 100)) - .itemOutputs(element.output) - .duration(300) - .EUt(16) - .circuit(3) - }) - - //#endregion - //#region Молды в ассемблере for (let i = 0; i < global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS.length; i++) { @@ -174,158 +160,9 @@ function registerTFCMachineRecipes(event) { .duration(2400) .EUt(16) - // Curdled milk - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') - .inputFluids(Fluid.of('minecraft:milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') - .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') - .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) - .duration(2400) - .EUt(16) - - //Curds - event.recipes.gtceu.fermenter('tfg:fermenter/milk_curd') - .inputFluids(Fluid.of('tfc:curdled_milk', 1000)) - .itemOutputs('firmalife:food/milk_curd') - .duration(1200) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/yak_curd') - .inputFluids(Fluid.of('firmalife:curdled_yak_milk', 1000)) - .itemOutputs('firmalife:food/yak_curd') - .duration(1200) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/goat_curd') - .inputFluids(Fluid.of('firmalife:curdled_goat_milk', 1000)) - .itemOutputs('firmalife:food/goat_curd') - .duration(1200) - .EUt(16) - - // Cheese wheels - event.recipes.gtceu.fermenter('tfg:fermenter/gouda_wheel') - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemInputs('3x firmalife:food/milk_curd') - .itemOutputs('firmalife:gouda_wheel') - .duration(12000) - .EUt(24) - - event.recipes.gtceu.fermenter('tfg:fermenter/shosha_wheel') - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemInputs('3x firmalife:food/yak_curd') - .itemOutputs('firmalife:shosha_wheel') - .duration(12000) - .EUt(24) - - event.recipes.gtceu.fermenter('tfg:fermenter/feta_wheel') - .inputFluids(Fluid.of('tfc:salt_water', 750)) - .itemInputs('3x firmalife:food/goat_curd') - .itemOutputs('firmalife:feta_wheel') - .duration(12000) - .EUt(24) - - // Cutting - event.recipes.gtceu.cutter('tfg:cutter/gouda') - .itemInputs('firmalife:gouda_wheel') - .itemOutputs('4x firmalife:food/gouda') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/shosha') - .itemInputs('firmalife:shosha_wheel') - .itemOutputs('4x firmalife:food/shosha') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/feta') - .itemInputs('firmalife:feta_wheel') - .itemOutputs('4x firmalife:food/feta') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/cheddar') - .itemInputs('firmalife:cheddar_wheel') - .itemOutputs('4x firmalife:food/cheddar') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/chevre') - .itemInputs('firmalife:chevre_wheel') - .itemOutputs('4x firmalife:food/chevre') - .duration(40) - .EUt(7) - - event.recipes.gtceu.cutter('tfg:cutter/rajya_metok') - .itemInputs('firmalife:rajya_metok_wheel') - .itemOutputs('4x firmalife:food/rajya_metok') - .duration(40) - .EUt(7) - - // Misc - global.TFC_MILKS.forEach(milk => { - event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milk.id.replace(':', '_')}`) - .inputFluids(Fluid.of(milk.id, 1000)) - .outputFluids(Fluid.of('firmalife:cream')) - .circuit(6) - .duration(1200) - .EUt(24) - }) - - event.recipes.gtceu.mixer('tfg:mixer/tomato_sauce') - .itemInputs('firmalife:food/tomato_sauce_mix') - .inputFluids(Fluid.of('minecraft:water', 200)) - .itemOutputs('firmalife:food/tomato_sauce') - .duration(200) - .EUt(24) - //#endregion - //#region Оливки - - event.recipes.gtceu.macerator(`tfg:tfc/olive_paste`) - .itemInputs('tfc:food/olive') - .itemOutputs('2x tfc:olive_paste') - .duration(60) - .EUt(2) - - event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') - .inputFluids(Fluid.of('water', 200)) - .itemInputs('1x tfc:olive_paste') - .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) - .duration(200) - .EUt(28) - - event.recipes.gtceu.distillery('tfg:tfc/olive_oil') - .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) - .outputFluids(Fluid.of('tfc:olive_oil', 50)) - .duration(600) - .EUt(28) - - //#endregion - - // Vinegar and Brine - - global.TFC_ALCOHOL.forEach(alcohol => { - event.recipes.gtceu.fermenter(`tfg:tfc/vinegar/${alcohol.id.replace(':', '_')}`) - .itemInputs('#tfc:foods/fruits') - .inputFluids(Fluid.of(alcohol.id, 250)) - .outputFluids(Fluid.of('tfc:vinegar', 250)) - .duration(600) - .EUt(28) - }) + // Brine event.recipes.gtceu.mixer('tfg:tfc/brine') .inputFluids(Fluid.of('tfc:salt_water', 900)) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js new file mode 100644 index 000000000..0a8fa9c76 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -0,0 +1,620 @@ +// priority: 0 +/** + * @param {Internal.RecipesEventJS} event + */ +function registerTFGFoodRecipes(event) { + + const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.machines.ISPOutputRecipeLogic") + const $SizedIngredient = Java.loadClass("com.gregtechceu.gtceu.api.recipe.ingredient.SizedIngredient") + const Sized = (ing, amount) => $SizedIngredient.create(ing, amount) + + /** + * @typedef {Object} FoodRecipeData + * @property {number?} circuit + * @property {Internal.GTRecipeComponents$FluidIngredientJS_[]?} fluidInputs + * @property {Internal.FluidStackJS[]?} fluidOutputs + * @property {(string | [string, Internal.Ingredient])[]?} itemInputs + * @property {string[]?} itemOutputs Ingredient outputs - first output is replaced with ISP output if defined + * @property {Internal.ItemStackProviderJS?} itemOutputProvider ItemStackProvider which provides the recipe output. + * + * **NOTE:** TFC Ingredients do not support item counts higher than 1. Do `Sized(TFCIngredient('item:item'), count)` instead of `TFCIngredient('[count]x item:item')` + */ + + //#region Helper funcs + + /** + * @param {"food_oven"|"food_processor"} type + * @param {string} id + * @param {string} duration + * @param {string} EUt + * @param {FoodRecipeData} data + */ + function registerFoodRecipe(type, id, duration, EUt, data) { + if (data.itemInputs === undefined) data.itemInputs = [] + if (data.itemOutputs === undefined) data.itemOutputs = [] + if (data.fluidInputs === undefined) data.fluidInputs = [] + if (data.fluidOutputs === undefined) data.fluidOutputs = [] + let gregInputs = [], inputs= [] + let outputFirstIndex = (data.itemOutputProvider === undefined) ? 0 : 1 + data.itemInputs.forEach(item => { + if (typeof item === "string") { + gregInputs.push(item) + + const match = item.match(/^(\d+)\s*x\s*/i); + let count = 1 + if (match) { + count = parseInt(match[1]); + item = item.slice(match[0].length); + } + inputs.push($SizedIngredient.create(item, count)) + } else { + gregInputs.push(item[0]) + inputs.push(item[1]) + } + }) + + $ISPRecipeLogic.RegisterRecipeData(type + "/" + id, inputs, (data.itemOutputProvider === undefined) ? null : data.itemOutputProvider.asCanonClass(), data.itemOutputs.slice(outputFirstIndex).map(i => Item.of(i))) + + let r = event.recipes.gtceu[type](id) + .duration(duration) + .EUt(EUt) + + if (data.circuit) r.circuit(data.circuit) + if (data.itemOutputs.length > 0) r.itemOutputs(data.itemOutputs) + if (data.itemInputs.length > 0) r.itemInputs(data.itemInputs) + if (data.fluidInputs.length > 0) r.inputFluids(data.fluidInputs); + if (data.fluidOutputs.length > 0) r.outputFluids(data.fluidOutputs); + } + + /** + * @param {string} id + * @param {number} duration + * @param {EUt} EUt + * @param {FoodRecipeData} data + */ + const processorRecipe = (id, duration, EUt, data) => registerFoodRecipe("food_processor", id, duration, EUt, data) + + /** + * @param {string} id + * @param {string} input + * @param {string} out + * @param {Internal.FluidIngredient?} fluid + * @param {boolean?} isFirmaDynamic + */ + function cookingRecipe(id, input, out, fluid, isFirmaDynamic) { + registerFoodRecipe("food_oven", id, 300, 32, { + itemInputs: [input], + itemOutputs: [out], + fluidInputs: (fluid === undefined) ? [] : [fluid], + itemInputs: [input], + itemOutputProvider: (isFirmaDynamic) ? TFC.isp.of(out).firmaLifeCopyDynamicFood() : TFC.isp.of(out).copyFood().addTrait("firmalife:oven_baked") + }) + } + + //#endregion + + //#region ================= Meat cooking ================= + + global.TFC_MEAT_RECIPE_COMPONENTS.forEach(item => { + cookingRecipe(item.name, item.input, item.output) + }) + + //#endregion + //#region ================= TFC Grains ================= + + global.TFC_GRAINS.forEach(grain => { + + // Raw crop to grain + processorRecipe(`${grain}_grain`, 100, 8, { + itemInputs: [`tfc:food/${grain}`], + itemOutputs: [`tfc:food/${grain}_grain`], + itemOutputProvider: TFC.isp.of(`tfc:food/${grain}_grain`).copyOldestFood() + }) + + // Grain to flour + processorRecipe(`${grain}_flour`, 100, 8, { + itemInputs: [`tfc:food/${grain}_grain`], + itemOutputs: [`2x tfc:food/${grain}_flour`], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_flour`).copyOldestFood() + }) + + // Flatbread dough + processorRecipe(`${grain}_flatbread_dough`, 300, 8, { + itemInputs: [`tfc:food/${grain}_flour`], + itemOutputs: [`2x tfc:food/${grain}_dough`], + fluidInputs: [Fluid.of('minecraft:water', 100)], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_dough`).copyFood() + }) + + // Firmalife dough + processorRecipe(`${grain}_dough`, 300, 16, { + itemInputs: [`tfc:food/${grain}_flour`, `#tfc:sweetener`], + itemOutputs: [`4x firmalife:food/${grain}_dough`], + fluidInputs: [Fluid.of('firmalife:yeast_starter', 200)], + itemOutputProvider: TFC.isp.of(`4x firmalife:food/${grain}_dough`).copyFood() + }) + + // Bread baking + cookingRecipe(`${grain}_flatbread`, `tfc:food/${grain}_dough`, `firmalife:food/${grain}_flatbread`) + cookingRecipe(`${grain}_bread`, `firmalife:food/${grain}_dough`, `tfc:food/${grain}_bread`) + + processorRecipe(`${grain}_bread_slice`, 10, 8, { + circuit: 1, + itemInputs: [`tfc:food/${grain}_bread`], + itemOutputs: [`2x firmalife:food/${grain}_slice`], + itemOutputProvider: TFC.isp.of(`2x firmalife:food/${grain}_slice`).copyOldestFood() + }) + + //Sandwich making + + let breadTypes = [["bread", `tfc:food/${grain}_bread`], ["flatbread", `firmalife:food/${grain}_flatbread`], ["slice", `firmalife:food/${grain}_slice`]] + breadTypes.forEach((type) => { + processorRecipe(`${grain}_${type[0]}_sandwich`, 100, 16, { + circuit: 3, + itemInputs: [`2x ${type[1]}`, "3x #tfc:foods/usable_in_sandwich"], + itemOutputs: [`2x tfc:food/${grain}_bread_sandwich`], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_sandwich`).meal( + (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ + (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), + (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), + ]) + }) + + //Note: Jam needs to be first in the recipe code or else it will consider it as the usable_in_jam_sandwhich ingredients. + processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { + circuit: 4, + itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich'], + itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( + (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ + (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), + (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), + ]), + }) + }) + + + }) + + //#endregion + + //#region ================= Firmalife ================= + + global.FIRMALIFE_COOKING_RECIPE_COMPONENTS.forEach(item => { + cookingRecipe(item.name, item.input, item.output, undefined, true) + }) + + //#endregion + //#region ================= Dairy ================= + + global.TFC_CURDS_AND_CHEESES.forEach(item => { + + processorRecipe(`${item.curd}_curd`, 1200, 16, { + itemOutputs: [item.curd], + fluidInputs: [Fluid.of(item.input_fluid, 1000)], + itemOutputProvider: TFC.isp.of(item.curd).resetFood() + }) + + processorRecipe(`${item.cheese1}_cheese_wheel_1`, 8000, 16, { + itemInputs: [`3x ${item.curd}`], + itemOutputs: [`firmalife:${item.cheese1}_wheel`], + fluidInputs: [Fluid.of('tfc:salt_water', 750)], + itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() + }) + + processorRecipe(`${item.cheese2}_cheese_wheel_2`, 1000, 16, { + circuit: 2, + itemInputs: [`3x ${item.curd}`, `6x tfc:powder/salt`], + itemOutputs: [`firmalife:${item.cheese2}_wheel`], + itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() + }) + + processorRecipe(`${item.cheese1}_cheese_cutting_1`, 100, 8, { + itemInputs: [`firmalife:${item.cheese1}_wheel`], + itemOutputs: [`4x firmalife:food/${item.cheese1}`], + itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese1}`).copyOldestFood() + }) + + processorRecipe(`${item.cheese2}_cheese_cutting_2`, 100, 8, { + itemInputs: [`firmalife:${item.cheese2}_wheel`], + itemOutputs: [`4x firmalife:food/${item.cheese2}`], + itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese2}`).copyOldestFood() + }) + + }) + + global.TFC_MILKS.forEach(milk => { + const milkID = milk.id.split(':')[1]; + + processorRecipe(`white_chocolate_blend_from_${milkID}`, 300, 16, { + circuit: 3, + itemInputs: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputs: ['2x firmalife:food/white_chocolate_blend'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), + }) + + processorRecipe(`dark_chocolate_blend_from_${milkID}`, 300, 16, { + circuit: 2, + itemInputs: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], + itemOutputs: ['2x firmalife:food/dark_chocolate_blend'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), + }) + + processorRecipe(`milk_chocolate_blend_from_${milkID}`, 300, 16, { + circuit: 1, + itemInputs: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], + itemOutputs: ['2x firmalife:food/milk_chocolate_blend'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), + }) + + processorRecipe(`egg_noodles_from_${milkID}`, 50, 8, { + circuit: 6, + itemInputs: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], + itemOutputs: ['firmalife:food/raw_egg_noodles'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), + }) + + processorRecipe(`rice_noodles_from_${milkID}`, 50, 8, { + itemInputs: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], + fluidInputs: [Fluid.of(milk.id, 1000)], + itemOutputs: ['2x firmalife:food/raw_rice_noodles'], + itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() + }) + + // No ISP needed here + event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milkID}`) + .inputFluids(Fluid.of(milk.id, 1000)) + .outputFluids(Fluid.of('firmalife:cream')) + .circuit(6) + .duration(1200) + .EUt(24) + }) + + //#endregion + + //#region ================= Food preservation ================= + + const smoking_meats = Ingredient.of('#tfc:foods/raw_meats').itemIds; + const brining_veg = Ingredient.of('#firmalife:foods/pizza_ingredients').itemIds; + + const brining_ingredients = smoking_meats.concat(brining_veg); + + brining_ingredients.forEach(item => { + processorRecipe(`${item}/brining`, 200, 16, { + circuit: 5, + itemInputs: [item], + itemOutputs: [item], + fluidInputs: [Fluid.of("tfc:brine", 100)], + itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait('tfc:brined') + }) + }) + + smoking_meats.forEach(item => { + processorRecipe(`${item}/smoking`, 200, 16, { + circuit: 6, + itemInputs: [[item, TFC.ingredient.lacksTrait(item, "firmalife:smoked")]], + itemOutputs: [item], + fluidInputs: [Fluid.of('gtceu:wood_gas', 50)], + itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait("firmalife:smoked") + }) + }) + + //#endregion + + //#region ================= Misc ================= + + global.TFC_JAMS.forEach(name => { + processorRecipe(`${name}_jam`, 200, 8, { + circuit: 15, + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "#tfc:empty_jar_with_lid"], + itemOutputs: [`4x tfc:jar/${name}`], + fluidInputs: [Fluid.of("minecraft:water", 100)], + itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}`).copyFood() + }) + + processorRecipe(`${name}_jam_no_seal`, 200, 8, { + circuit: 16, + itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "tfc:empty_jar"], + itemOutputs: [`4x tfc:jar/${name}_unsealed`], + fluidInputs: [Fluid.of("minecraft:water", 100)], + itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}_unsealed`).copyFood() + }) + }) + + cookingRecipe("pasta", "firmalife:food/raw_egg_noodles", "firmalife:food/cooked_pasta", Fluid.of("minecraft:water", 100)) + cookingRecipe("corn_tortilla", "firmalife:food/masa", "firmalife:food/corn_tortilla") + cookingRecipe("boiled_egg", "#firmalife:foods/raw_eggs", "tfc:food/boiled_egg", Fluid.of("minecraft:water", 200)) + cookingRecipe("cooked_rice", "tfc:food/rice_grain", "tfc:food/cooked_rice", Fluid.of("minecraft:water", 200)) + + processorRecipe("pasta_tomato_sauce", 60, 8, { + itemInputs: ["firmalife:food/cooked_pasta", "firmalife:food/tomato_sauce"], + itemOutputs: ["firmalife:food/pasta_with_tomato_sauce"], + itemOutputProvider: TFC.isp.of('firmalife:food/pasta_with_tomato_sauce').copyFood() + }) + + processorRecipe('firmalife_masa', 300, 2, { + itemInputs: ["firmalife:food/masa_flour"], + itemOutputs: ["2x firmalife:food/masa"], + fluidInputs: [Fluid.of('minecraft:water', 100)], + itemOutputProvider: TFC.isp.of("2x firmalife:food/masa").copyFood() + }) + + processorRecipe("tortilla_chips", 40, 16, { + itemInputs: ["firmalife:food/taco_shell", "tfc:powder/salt"], + itemOutputs: ["firmalife:food/tortilla_chips"], + itemOutputProvider: TFC.isp.of("firmalife:food/tortilla_chips").copyFood() + }) + + processorRecipe("tomato_sauce_mix", 600, 8, { + itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], + itemOutputs: ['5x firmalife:food/tomato_sauce_mix'], + itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce_mix').copyOldestFood(), + }) + + processorRecipe("tomato_sauce_from_mix", 200, 8, { + itemInputs: ['firmalife:food/tomato_sauce_mix'], + itemOutputs: ['firmalife:food/tomato_sauce'], + fluidInputs: [Fluid.of('minecraft:water', 200)], + itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), + }) + + processorRecipe("olive_paste", 60, 8, { + itemInputs: ['tfc:food/olive'], + itemOutputs: ['2x tfc:olive_paste'], + itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'), + }) + + processorRecipe("soybean_paste", 60, 8, { + itemInputs: ['firmalife:food/dehydrated_soybeans'], + itemOutputs: ['firmalife:food/soybean_paste'], + itemOutputProvider: TFC.isp.of('firmalife:food/soybean_paste').copyOldestFood(), + }) + + // Vinegar + global.TFC_ALCOHOL.forEach(alcohol => { + let name = `vinegar_${alcohol.id.replace(':', '_')}`; + + processorRecipe(name, 600, 32, { + circuit: 5, + itemInputs: ['#tfc:foods/fruits'], + fluidInputs: [Fluid.of(alcohol.id, 250)], + fluidOutputs: [Fluid.of('tfc:vinegar', 250)], + }) + + }) + + processorRecipe("pizza_no_extra", 600, 16, { + itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese"], + itemOutputs: ["firmalife:food/raw_pizza"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( + (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), + [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] + ) + }) + + processorRecipe("pizza_1_extra", 600, 16, { + circuit: 1, + itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "#firmalife:foods/pizza_ingredients"], + itemOutputs: ["firmalife:food/raw_pizza"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( + (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), + [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] + ) + }) + + processorRecipe("pizza_2_extra", 600, 16, { + circuit: 2, + itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "2x #firmalife:foods/pizza_ingredients"], + itemOutputs: ["firmalife:food/raw_pizza"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( + (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), + [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] + ) + }) + + processorRecipe("pizza_dough_olive_oil", 300, 16, { + itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], + itemOutputs: ['4x firmalife:food/pizza_dough'], + fluidInputs: [Fluid.of('tfc:olive_oil', 1000)], + itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() + }) + + processorRecipe("pizza_dough_soybean_oil", 300, 16, { + itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], + itemOutputs: ['4x firmalife:food/pizza_dough'], + fluidInputs: [Fluid.of('firmalife:soybean_oil', 1000)], + itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() + }) + + processorRecipe("vanilla_ice_cream", 300, 16, { + itemInputs: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], + itemOutputs: ['2x firmalife:food/vanilla_ice_cream'], + fluidInputs: [Fluid.of('firmalife:cream', 1000)], + itemOutputProvider: TFC.isp.of("2x firmalife:food/vanilla_ice_cream").resetFood() + }) + + processorRecipe("chocolate_ice_cream", 300, 16, { + itemInputs: ['firmalife:food/vanilla_ice_cream'], + itemOutputs: ['firmalife:food/chocolate_ice_cream'], + fluidInputs: [Fluid.of('firmalife:chocolate', 1000)], + itemOutputProvider: TFC.isp.of("firmalife:food/chocolate_ice_cream").resetFood() + }) + + processorRecipe("strawberry_ice_cream", 300, 16, { + itemInputs: ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], + itemOutputs: ['firmalife:food/strawberry_ice_cream'], + itemOutputProvider: TFC.isp.of("firmalife:food/strawberry_ice_cream").resetFood() + }) + + processorRecipe("cookie_dough_ice_cream", 300, 16, { + itemInputs: [`firmalife:food/vanilla_ice_cream`, `firmalife:food/chocolate_chip_cookie_dough`], + itemOutputs: [`firmalife:food/cookie_dough_ice_cream`], + itemOutputProvider: TFC.isp.of("firmalife:food/cookie_dough_ice_cream").resetFood() + }) + + processorRecipe("butter", 300, 16, { + itemInputs: ["tfc:powder/salt"], + itemOutputs: ["firmalife:food/butter"], + fluidInputs: [Fluid.of('firmalife:cream', 1000)], + itemOutputProvider: TFC.isp.of('firmalife:food/butter').resetFood() + }) + + processorRecipe("pie_dough", 300, 16, { + circuit: 2, + itemInputs: ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour'], + itemOutputs: ['firmalife:food/pie_dough'], + fluidInputs: [Fluid.of('minecraft:water', 1000)], + itemOutputProvider: TFC.isp.of('firmalife:food/pie_dough').copyOldestFood() + }) + + processorRecipe("pumpkin_pie_dough", 300, 16, { + circuit: 2, + itemInputs: ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour'], + itemOutputs: ['firmalife:food/pumpkin_pie_dough'], + fluidInputs: [Fluid.of('minecraft:water', 1000)], + itemOutputProvider: TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood() + }) + + processorRecipe("raw_pumpkin_pie", 20, 8, { + itemInputs: ["firmalife:food/pumpkin_pie_dough", "firmalife:pie_pan"], + itemOutputs: ["firmalife:raw_pumpkin_pie"], + itemOutputProvider: TFC.isp.of("firmalife:food/raw_pumpkin_pie").copyFood() + }) + + processorRecipe("cookie_dough", 300, 16, { + itemInputs: ['#tfc:sweetener', '#forge:eggs', 'firmalife:food/butter', '#tfc:foods/flour', "firmalife:spice/vanilla"], + itemOutputs: ['4x firmalife:food/cookie_dough'], + itemOutputProvider: TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood() + }) + + processorRecipe("chocolate_chip_cookie_dough", 300, 16, { + itemInputs: ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'], + itemOutputs: ['4x firmalife:food/chocolate_chip_cookie_dough'], + itemOutputProvider: TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood() + }) + + processorRecipe("hardtack_dough", 300, 16, { + itemInputs: ['tfc:powder/salt', '#tfc:foods/flour'], + itemOutputs: ['4x firmalife:food/hardtack_dough'], + fluidInputs: [Fluid.of('minecraft:water', 1000)], + itemOutputProvider: TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood() + }) + + processorRecipe("yeast_starter", 1200, 8, { + circuit: 1, + fluidInputs: [Fluid.of('firmalife:yeast_starter', 100)], + fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], + itemInputs: ['#tfc:foods/flour'], + }) + + processorRecipe("yeast_starter_from_water", 7200, 8, { + circuit: 10, + fluidInputs: [Fluid.of('minecraft:water', 100)], + fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], + itemInputs: ['#tfc:foods/fruits'], + }) + + processorRecipe("cocoa_dust", 100, 4, { + itemInputs: ["firmalife:food/roasted_cocoa_beans"], + itemOutputs: ["gtceu:cocoa_dust"], + itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust") + }) + + processorRecipe("red_grapes", 50, 8, { + itemInputs: ["firmalife:food/red_grapes"], + itemOutputs: ["firmalife:food/smashed_red_grapes"], + itemOutputProvider: TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood() + }) + + processorRecipe("white_grapes", 50, 8, { + itemInputs: ["firmalife:food/white_grapes"], + itemOutputs: ["firmalife:food/smashed_white_grapes"], + itemOutputProvider: TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood() + }) + + processorRecipe("cured_maize", 300, 8, { + itemInputs: ["tfc:food/maize_grain"], + itemOutputs: ["firmalife:food/cured_maize"], + itemOutputProvider: TFC.isp.of('firmalife:food/cured_maize').copyOldestFood() + }) + + processorRecipe("soy_mixture", 300, 8, { + itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'], + itemOutputs: ["firmalife:food/soy_mixture"], + fluidInputs: [Fluid.of('minecraft:water', 50)], + itemOutputProvider: TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood(), + + }) + + // These don't need the ISP handling, they're just here to keep all the food recipes together + + event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') + .inputFluids(Fluid.of('water', 200)) + .itemInputs('1x tfc:olive_paste') + .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) + .duration(200) + .EUt(28) + + event.recipes.gtceu.distillery('tfg:tfc/olive_oil') + .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) + .outputFluids(Fluid.of('tfc:olive_oil', 50)) + .duration(600) + .EUt(28) + + event.recipes.gtceu.fermenter('soybean_oil') + .itemInputs('firmalife:food/soybean_paste') + .inputFluids(Fluid.of('minecraft:water', 100)) + .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) + .EUt(GTValues.VA[GTValues.ULV]) + .duration(600) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') + .inputFluids(Fluid.of('minecraft:milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') + .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') + .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) + .duration(2400) + .EUt(16) + + // GT cocoa dust compat + event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') + .itemInputs('gtceu:cocoa_dust') + .itemOutputs('4x firmalife:food/cocoa_powder') + .duration(100) + .EUt(2) + + event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') + .id(`tfg:quern/cocoa_powder`) + + event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') + .id('tfg:quern/cocoa_dust'); + + //#endregion + + event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') + event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') + event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') + event.replaceInput({id: 'gtceu:shaped/ev_food_processor'}, 'gtceu:ev_electric_piston', 'gtceu:titanium_whisk') + + event.replaceInput({id: 'gtceu:shaped/lv_food_oven'}, 'gtceu:lv_electric_piston', '#tfg:metal_bars') + event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') + event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') + event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index eec0f9d35..0f4bc7713 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -14,4 +14,5 @@ const registerTFGRecipes = (event) => { registerTFGSupportRecipes(event) registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) + registerTFGFoodRecipes(event) } \ No newline at end of file diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index e0e9b6220..6bc9a7428 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -84,6 +84,13 @@ global.FIRMALIFE_ORE_MATERIALS = [ 'chromite' ]; +global.FIRMALIFE_JAMS = [ + "fig", + "pineapple", + "red_grapes", + "white_grapes" +] + global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/cocoa_sapling', fluid_amount: 8000, output: '3x firmalife:food/cocoa_beans', name: 'cocoa_beans' }, { input: 'firmalife:plant/fig_sapling', fluid_amount: 8000, output: '3x firmalife:food/fig', name: 'fig' }, @@ -94,26 +101,20 @@ global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/nightshade_bush', fluid_amount: 6000, output: '3x firmalife:food/nightshade_berry', name: 'nightshade' }, ]; -global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS = [ - { input: 'firmalife:food/nixtamal', output: '2x firmalife:food/masa_flour', name: 'masa_flour' }, -]; - -global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_flour', output: '4x firmalife:food/barley_dough', name: 'firmalife_barley_dough' }, - { input: 'tfc:food/maize_flour', output: '4x firmalife:food/maize_dough', name: 'firmalife_maize_dough' }, - { input: 'tfc:food/oat_flour', output: '4x firmalife:food/oat_dough', name: 'firmalife_oat_dough' }, - { input: 'tfc:food/rye_flour', output: '4x firmalife:food/rye_dough', name: 'firmalife_rye_dough' }, - { input: 'tfc:food/rice_flour', output: '4x firmalife:food/rice_dough', name: 'firmalife_rice_dough' }, - { input: 'tfc:food/wheat_flour', output: '4x firmalife:food/wheat_dough', name: 'firmalife_wheat_dough' }, - { input: 'firmalife:food/masa_flour', output: '2x firmalife:food/masa', name: 'firmalife_masa' }, -]; - -global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_dough', output: 'firmalife:food/barley_flatbread', name: 'barley_flatbread' }, - { input: 'tfc:food/maize_dough', output: 'firmalife:food/maize_flatbread', name: 'maize_flatbread' }, - { input: 'tfc:food/oat_dough', output: 'firmalife:food/oat_flatbread', name: 'oat_flatbread' }, - { input: 'tfc:food/rye_dough', output: 'firmalife:food/rye_flatbread', name: 'rye_flatbread' }, - { input: 'tfc:food/rice_dough', output: 'firmalife:food/rice_flatbread', name: 'rice_flatbread' }, - { input: 'tfc:food/wheat_dough', output: 'firmalife:food/wheat_flatbread', name: 'wheat_flatbread' }, - { input: 'firmalife:food/masa', output: 'firmalife:food/corn_tortilla', name: 'corn_tortilla' }, -]; +global.FIRMALIFE_COOKING_RECIPE_COMPONENTS = [ + { input: 'firmalife:food/white_chocolate_blend', output: 'firmalife:food/white_chocolate', name: 'white_chocolate' }, + { input: 'firmalife:food/dark_chocolate_blend', output: 'firmalife:food/dark_chocolate', name: 'dark_chocolate' }, + { input: 'firmalife:food/milk_chocolate_blend', output: 'firmalife:food/milk_chocolate', name: 'milk_chocolate' }, + { input: 'firmalife:food/raw_pizza', output: 'firmalife:food/cooked_pizza', name: 'cooked_pizza' }, + { input: 'firmalife:food/corn_tortilla', output: 'firmalife:food/taco_shell', name: 'taco_shell' }, + { input: 'firmalife:food/cookie_dough', output: 'firmalife:food/sugar_cookie', name: 'sugar_cookie' }, + { input: 'firmalife:food/chocolate_chip_cookie_dough', output: 'firmalife:food/chocolate_chip_cookie', name: 'chocolate_chip_cookie' }, + { input: 'firmalife:food/hardtack_dough', output: 'firmalife:food/hardtack', name: 'hardtack' }, + { input: 'firmalife:food/filled_pie', output: 'firmalife:food/cooked_pie', name: 'cooked_pie' }, + { input: 'firmalife:food/cocoa_beans', output: 'firmalife:food/roasted_cocoa_beans', name: 'roasted_cocoa_beans' }, + { input: 'firmalife:food/raw_pumpkin_pie', output: 'minecraft:pumpkin_pie', name: 'pumpkin_pie' }, + { input: 'tfc:food/soybean', output: 'firmalife:food/dehydrated_soybeans', name: 'dehydrated_soybeans' }, + { input: 'firmalife:food/raw_lasagna', output: 'firmalife:food/cooked_lasagna', name: 'cooked_lasagna' }, + { input: 'firmalife:food/bacon', output: 'firmalife:food/cooked_bacon', name: 'cooked_bacon' }, + { input: '#firmalife:foods/slices', output: 'firmalife:food/toast', name: 'toast' } +]; \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/machines.js b/kubejs/startup_scripts/gtceu/machines.js index 936294408..21cb9ddfd 100644 --- a/kubejs/startup_scripts/gtceu/machines.js +++ b/kubejs/startup_scripts/gtceu/machines.js @@ -1,7 +1,5 @@ // priority: 0 -//#region Greenhouse - const registerGTCEuMachines = (event) => { GTMachineUtils.registerCrate(GTMaterials.BismuthBronze, 54, "Bismuth Bronze Crate"); @@ -12,66 +10,6 @@ const registerGTCEuMachines = (event) => { const $SteamMulti = Java.loadClass('com.gregtechceu.gtceu.common.machine.multiblock.steam.SteamParallelMultiblockMachine'); const $Tags = Java.loadClass("dev.latvian.mods.kubejs.util.Tags") - event.create('greenhouse', 'multiblock') - .rotationState(RotationState.NON_Y_AXIS) - .recipeType('greenhouse') - .recipeModifiers([GTRecipeModifiers.OC_PERFECT]) - .appearanceBlock(GTBlocks.CASING_STEEL_SOLID) - .pattern(definition => FactoryBlockPattern.start() - .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "FFFFFFF") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CCCYCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .where('X', Predicates.blocks('ae2:quartz_glass')) - .where('F', Predicates.frames('steel')) - .where('D', Predicates.blocks('tfc:grass/silt') - .or(Predicates.blocks('tfc:dirt/loam')) - .or(Predicates.blocks('tfc:dirt/sandy_loam')) - .or(Predicates.blocks('tfc:dirt/silty_loam')) - .or(Predicates.blocks('tfc:grass/silt')) - .or(Predicates.blocks('tfc:grass/loam')) - .or(Predicates.blocks('tfc:grass/sandy_loam')) - .or(Predicates.blocks('tfc:grass/silty_loam'))) - .where('C', Predicates.blocks('gtceu:steel_machine_casing').or(Predicates.autoAbilities(definition.getRecipeTypes()))) - .where('#', Predicates.air() - .or(Predicates.blockTag($Tags.block("minecraft:logs"))) - .or(Predicates.blockTag($Tags.block("minecraft:leaves")))) - .where(' ', Predicates.any()) - .where('Y', Predicates.controller(Predicates.blocks(definition.get()))) - .build() - ) - .shapeInfo(controller => MultiblockShapeInfo.builder() - .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "F##W##F", "F##W##F", "F##W##F", "F#LWL#F", "F#LWL#F", "F#LLL#F", "F#####F", "FFFFFFF") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") - .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") - .aisle("CitYfeC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") - .where('Y', controller, Direction.SOUTH) - .where('C', GTBlocks.STEEL_HULL.get()) - .where('D', Block.getBlock('tfc:grass/silt')) - .where('F', Block.getBlock('gtceu:steel_frame')) - .where('X', Block.getBlock('ae2:quartz_glass')) - .where('W', Block.getBlock('tfc:wood/log/oak')) - .where('L', Block.getBlock('tfc:wood/leaves/oak')) - .where(' ', Block.getBlock('minecraft:air')) - .where('i', GTMachines.ITEM_IMPORT_BUS[GTValues.ULV], Direction.SOUTH) - .where('t', GTMachines.ITEM_EXPORT_BUS[GTValues.ULV], Direction.SOUTH) - .where('f', GTMachines.FLUID_IMPORT_HATCH[GTValues.ULV], Direction.SOUTH) - .where('e', GTMachines.ENERGY_INPUT_HATCH[GTValues.LV], Direction.SOUTH) - .build() - ) - .workableCasingRenderer( - 'gtceu:block/casings/solid/machine_casing_solid_steel', - 'gtceu:block/multiblock/implosion_compressor', false - ) - - //#endregion - //#region Nether Dome event.create('nether_dome', 'multiblock') diff --git a/kubejs/startup_scripts/gtceu/recipe_types.js b/kubejs/startup_scripts/gtceu/recipe_types.js index 7ba54d0be..979ef3a46 100644 --- a/kubejs/startup_scripts/gtceu/recipe_types.js +++ b/kubejs/startup_scripts/gtceu/recipe_types.js @@ -1,13 +1,6 @@ // priority: 0 const registerGTCEuRecipeTypes = (event) => { - event.create('greenhouse') - .category('greenhouse') - .setEUIO('in') - .setMaxIOSize(3, 4, 1, 0) - .setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT) - .setSound(GTSoundEntries.BATH) - event.create('nether_dome') .category('nether_dome') .setEUIO('in') diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index ce425b1ff..d7f2c995e 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -852,7 +852,7 @@ global.TFC_BATCH_TO_BOTTLE_ASSEMBLING_RECIPE_COMPONENTS = [ { input: 'tfc:volcanic_glass_batch', output: 'tfc:volcanic_glass_bottle', name: 'volcanic_glass_bottle' }, ]; -global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS = [ +global.TFC_MEAT_RECIPE_COMPONENTS = [ { input: 'tfc:food/horse_meat', output: 'tfc:food/cooked_horse_meat', name: 'cooked_horse_meat' }, { input: 'tfc:food/bear', output: 'tfc:food/cooked_bear', name: 'cooked_bear' }, { input: 'tfc:food/mutton', output: 'tfc:food/cooked_mutton', name: 'cooked_mutton' }, @@ -924,41 +924,39 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ { input: 'firmalife:ore/small_chromite', output: 'gtceu:small_chromite_dust', name: 'chromite' } ]; -global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley', output: 'tfc:food/barley_grain', name: 'barley_grain' }, - { input: 'tfc:food/maize', output: 'tfc:food/maize_grain', name: 'maize_grain' }, - { input: 'tfc:food/oat', output: 'tfc:food/oat_grain', name: 'oat_grain' }, - { input: 'tfc:food/rye', output: 'tfc:food/rye_grain', name: 'rye_grain' }, - { input: 'tfc:food/rice', output: 'tfc:food/rice_grain', name: 'rice_grain' }, - { input: 'tfc:food/wheat', output: 'tfc:food/wheat_grain', name: 'wheat_grain' }, -]; +global.TFC_GRAINS = [ + "barley", + "maize", + "oat", + "rye", + "rice", + "wheat", +] -global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_grain', output: '2x tfc:food/barley_flour', name: 'barley_flour' }, - { input: 'tfc:food/maize_grain', output: '2x tfc:food/maize_flour', name: 'maize_flour' }, - { input: 'tfc:food/oat_grain', output: '2x tfc:food/oat_flour', name: 'oat_flour' }, - { input: 'tfc:food/rye_grain', output: '2x tfc:food/rye_flour', name: 'rye_flour' }, - { input: 'tfc:food/rice_grain', output: '2x tfc:food/rice_flour', name: 'rice_flour' }, - { input: 'tfc:food/wheat_grain', output: '2x tfc:food/wheat_flour', name: 'wheat_flour' }, -]; - -global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ - { input: 'tfc:food/barley_flour', output: '2x tfc:food/barley_dough', name: 'tfc_barley_dough' }, - { input: 'tfc:food/maize_flour', output: '2x tfc:food/maize_dough', name: 'tfc_maize_dough' }, - { input: 'tfc:food/oat_flour', output: '2x tfc:food/oat_dough', name: 'tfc_oat_dough' }, - { input: 'tfc:food/rye_flour', output: '2x tfc:food/rye_dough', name: 'tfc_rye_dough' }, - { input: 'tfc:food/rice_flour', output: '2x tfc:food/rice_dough', name: 'tfc_rice_dough' }, - { input: 'tfc:food/wheat_flour', output: '2x tfc:food/wheat_dough', name: 'tfc_wheat_dough' }, -]; - -global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS = [ - { input: 'firmalife:food/barley_dough', output: 'tfc:food/barley_bread', name: 'barley_bread' }, - { input: 'firmalife:food/maize_dough', output: 'tfc:food/maize_bread', name: 'maize_bread' }, - { input: 'firmalife:food/oat_dough', output: 'tfc:food/oat_bread', name: 'oat_bread' }, - { input: 'firmalife:food/rye_dough', output: 'tfc:food/rye_bread', name: 'rye_bread' }, - { input: 'firmalife:food/rice_dough', output: 'tfc:food/rice_bread', name: 'rice_bread' }, - { input: 'firmalife:food/wheat_dough', output: 'tfc:food/wheat_bread', name: 'wheat_bread' }, -]; +global.TFC_JAMS = [ + "blackberry", + "blueberry", + "bunchberry", + "cloudberry", + "cranberry", + "elderberry", + "gooseberry", + "raspberry", + "snowberry", + "strawberry", + "wintergreen_berry", + "banana", + "cherry", + "green_apple", + "lemon", + "olive", + "orange", + "peach", + "plum", + "red_apple", + "pumpkin_chunks", + "melon_slice", +] global.TFC_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'tfc:plant/cherry_sapling', fluid_amount: 8000, output: '32x tfc:food/cherry', name: 'cherry' }, @@ -1016,7 +1014,14 @@ global.TFC_MILKS = [ {id: 'minecraft:milk'}, {id: 'firmalife:yak_milk'}, {id: 'firmalife:goat_milk'}, - {id: 'firmalife:coconut_milk'}, + // Uncomment this if firmalife ever makes this obtainable + //{id: 'firmalife:coconut_milk'}, +]; + +global.TFC_CURDS_AND_CHEESES = [ + { id: 'milk', input_fluid: 'tfc:curdled_milk', curd: 'firmalife:food/milk_curd', cheese1: 'gouda', cheese2: 'cheddar' }, + { id: 'yak', input_fluid: 'firmalife:curdled_yak_milk', curd: 'firmalife:food/yak_curd', cheese1: 'shosha', cheese2: 'rajya_metok' }, + { id: 'goat', input_fluid: 'firmalife:curdled_goat_milk', curd: 'firmalife:food/goat_curd', cheese1: 'feta', cheese2: 'chevre' }, ]; global.TFC_ALCOHOL = [ From 2c24ad385d206bd919c35f39bfad926c7c375ad1 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:57:48 -0500 Subject: [PATCH 164/246] Revert "Active/food (#1176)" (#1177) This reverts commit 6c3fce648b43cd91994692aac3b811d23621deb7. --- .../quests/chapters/lv__low_voltage.snbt | 2 +- .../machines/food_oven/overlay_front.png | Bin 248 -> 0 bytes .../food_oven/overlay_front_active.png | Bin 292 -> 0 bytes .../overlay_front_active_emissive.png | Bin 241 -> 0 bytes .../food_oven/overlay_front_emissive.png | Bin 149 -> 0 bytes .../machines/food_processor/overlay_back.png | Bin 75 -> 0 bytes .../food_processor/overlay_back_active.png | Bin 75 -> 0 bytes .../overlay_back_active.png.mcmeta | 5 - .../machines/food_processor/overlay_front.png | Bin 380 -> 0 bytes .../food_processor/overlay_front_active.png | Bin 919 -> 0 bytes .../overlay_front_active.png.mcmeta | 5 - .../overlay_front_active_emissive.png | Bin 659 -> 0 bytes .../overlay_front_active_emissive.png.mcmeta | 5 - .../food_processor/overlay_front_emissive.png | Bin 149 -> 0 bytes .../machines/food_processor/overlay_side.png | Bin 334 -> 0 bytes .../food_processor/overlay_side_active.png | Bin 683 -> 0 bytes .../overlay_side_active.png.mcmeta | 5 - .../machines/food_processor/overlay_top.png | Bin 348 -> 0 bytes .../food_processor/overlay_top_active.png | Bin 542 -> 0 bytes .../overlay_top_active.png.mcmeta | 5 - .../food_refrigerator/overlay_back.png | Bin 592 -> 0 bytes .../food_refrigerator/overlay_back_active.png | Bin 504 -> 0 bytes .../overlay_back_active.png.mcmeta | 5 - .../overlay_back_active_emissive.png | Bin 184 -> 0 bytes .../overlay_back_active_emissive.png.mcmeta | 5 - .../overlay_back_active_emissive_ref.gif | Bin 785 -> 0 bytes .../overlay_back_active_ref.gif | Bin 4697 -> 0 bytes .../food_refrigerator/overlay_bottom.png | Bin 75 -> 0 bytes .../food_refrigerator/overlay_front.png | Bin 350 -> 0 bytes .../overlay_front_active.png | Bin 364 -> 0 bytes .../food_refrigerator/overlay_side.png | Bin 361 -> 0 bytes .../food_refrigerator/overlay_top.png | Bin 250 -> 0 bytes kubejs/client_scripts/tooltips.js | 5 +- kubejs/server_scripts/firmalife/recipes.js | 301 +++++++++ .../gregtech/recipes.machines.js | 12 + kubejs/server_scripts/tfc/recipes.js | 47 ++ kubejs/server_scripts/tfc/recipes.machines.js | 165 ++++- kubejs/server_scripts/tfg/recipes.food.js | 620 ------------------ kubejs/server_scripts/tfg/recipes.js | 1 - kubejs/startup_scripts/firmalife/constants.js | 47 +- kubejs/startup_scripts/gtceu/machines.js | 62 ++ kubejs/startup_scripts/gtceu/recipe_types.js | 7 + kubejs/startup_scripts/tfc/constants.js | 77 +-- 43 files changed, 656 insertions(+), 725 deletions(-) delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_ref.gif delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_top.png delete mode 100644 kubejs/server_scripts/tfg/recipes.food.js diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 99169a273..425ba06f9 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -1401,7 +1401,7 @@ subtitle: "{quests.low_voltage.lv_greenhouse.subtitle}" tasks: [{ id: "3EB01235ED295080" - item: "tfg:electric_greenhouse" + item: "gtceu:greenhouse" type: "item" }] title: "{quests.low_voltage.lv_greenhouse.title}" diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png deleted file mode 100644 index de1abfe728887db34f3c30f4eb6cbdf84aea2db9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 248 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=pRfOCesk7g%kUsC6VENz9_$s*Ka#Lk*U)X& zGl^t{mJ9bd8+R=X;P%pdl~;7`3S&rnHsc+m=DS~+ehY>fxU8A+jpyH7yCajc7I!^h y^^5*e@hwFlp-MczZ-Qe&X=T|r%jUZbF*6sLEe;D@a*lz4fx*+&&t;ucLK6UxJzFOL diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png deleted file mode 100644 index 5b9e6ea6739d56cd2a782cfb033e498966bbd628..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 292 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=;T#aA3K( z;KDJsgpJKI9XF_O}sGm5$oj>ITK{84j3@7g|t{oNIYraQDEC#$iTz= rK+4g9v&)g8-BG0dpaU}-8^f~WmispZs5mk(Ffe$!`njxgN@xNAnMh;s diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png deleted file mode 100644 index 4da15531758294c4b06ac119be05b106f4ae87fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=xx>8|qk*Bo~qW;Jlm zv{>QOy~ZM^?&$~p!zbn|>^eAQA>%Q&i|*&*ESW;N*n9${m{)KVuP{ErDCxkH_LxC} q?SN@hgOErw17mZWPC^0$!=78})Aruf6=7gtVDNPHb6Mw<&;$SiH%_ns diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png deleted file mode 100644 index c20a1c9810d77b74d42b9829129c1c640700e925..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta deleted file mode 100644 index dfae8cae1..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime":1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png deleted file mode 100644 index 21458b6d21a1d0fd86f72ab073571f8c56f023d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 380 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ojqL~Lo9laPTJUY$U(%l z|D1!u$~P?{!7N9P`E%Ux{HM^{J6~y=(zZH>RbP~va;v-#dUZE=%sS(6U_-RzoU5tg zI(x3peYo#%?S}`Kv+nw?zy5pIZ@=ZAjbcPxAM>|6b1(QSaUp7Rgw6*W{_~$F1Su_5 z;b1!V+&C(G%QdkpOe&s-YV6n(EM$zNdKq4P|IPbl`IF?gH*?wqnhbbu=9u}O_+Gn6 zBWZ7({n`xE6|Z+mmdUVRFP-V5HYL?_`)$>(Ma$XVE|))0DAOXKvGl|yo@Acgci)9x zVG9X8`nAfH!%^lq!`Xt^>oI!M|C@F^p0P=Xv#G)6yy3Bc(5v@(8T^(D|NbkN%yawg zHpvjLhr9GvUwvh|K!Yo9yEH@QtVz!;n-4N974g#SJFfir14Ba# z1H&%{28M%D}*&rlw|YZZ0h?y>;tW zCnqOsYwM_}sDlR&HZ?W5y1LGtJ2yW+f8xZ6?d|O;DJelgLA>ewECD7N6MPvM7$$tO zVP#-oU@Qsp3ubV5b|VeMN%D4gVd!9$^0}-^*;3Y z^mqU3%Y5>=mv#m6`%7;MpY-|2KfTQV1y`gbqf=gRw(XBU5O+WDs0*T3fe)A*5UxBl^)W9OZI{C!*bPki0! zZxywBMR)zP(m8GMZTY_68b@B2>@9m*|5q^FS?HgYxc*6GtA#?HO_FW$dyc#d-!nP@%4M}{Ws)4u-uWAQ4tm*m ziP>>Gdv&e%9c7V2n>qU3ejVoQkF2t=)PHwPe#zm(p8V=I&+ag{uz#q`yuJ8CmEQM; zGtEodr~T8Y@VTSh7xGGQdYas`M7dOc5jhF&mF!6enZMg6Ee!2vm{4_rZBj+c)AgPQ z+mEhOzBogSiM_Bt?YHt8`I~zJLyZG*>&@IN)`jGS8tNu-Rp1aWg zM`iRI{*a=5BHx0~{BAybTK2c5+3xvKa>75GP>Evn0b^1fUv_CaGooxL#vGUBP8BaI<{(bn<43LQE-^5Cv ziVN%93*#K#?n!xm+WA|5+4<>B$1hfPw|*82=x3LC#((H;%_`0Mh&cOC2iz-6YVLLY zwhy@TKk$pij{l2a{z?3Pct(5WjN|g38_aAsoxgwYIpZPcef6u3E7#34_*&5asX=(l zD@FVD=WNnGpV)W4p>oby=eql?l`=K*UJOS4M-EqiejwLslO}g(@y$Pppdin(`N!CN XK=*oC>AxKe3=9mOu6{1-oD!M14Ba# z1H&%{28M3NkF6pC!N~V}dUO14Ceq zxg-Mv17k^$UoeBivm0q3PLj8~3quF1tOo-F<4;c)$B>MBZ*S)IH7f|PCD`dPR52dl zUUBDt-t8kZH*#nFWxA>RxqFLm@|x}xES56i0lH63qqkFYgtQS9fi z-DUaZe)_3{8z=FdyQeMo)mmd+EdRVOKYI*Vzw=4j$n4;=S?B#O)BVGi#f)q^lMNmS z=FMPRBR#3Qgj??IM8!jm$IV`SUHIQFxc%GtyWf8Y+3kp{s@=P5&d&#x^FJT_{BK%6 zW6iIcXMf*l%;!Az`0txb@1I}#webGsdYfmDCs%*i!+kr+ZpVDh`Hi1E_s`#GfBNFO zXO~mnoZl*6cVhXs!)I6hE!dr9e`nn-{_U&39p;yluef)OTb}c2jJ{QT^|$jAE(^~s zcYYo_yGHKS`6m+(R4n;Fr7Zr&&${~$PyYCG{N@Q^+y5so)^k?5VdR9XtG=3kWj@&(_Q6p# REEts7JYD@<);T3K0RZ|lE{6aB diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta deleted file mode 100644 index 92cc62352..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime": 1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png deleted file mode 100644 index c20a1c9810d77b74d42b9829129c1c640700e925..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png deleted file mode 100644 index 678e1b9bb4bd15fb486d5c6d42ef7815d3e13573..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 334 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZly zRc*Vw{CvYt1qDSN7BS~?S>Y*ej0&yO-``FC@#81AM6*frfye#v2TY6(WHERcZ)8}_ zs8I0vpfX!soSZ@3$8WL`Zw}uMPmq#KFlAU08SBV*rmd1Ojl=4|OQswLhX|fiP7I59 z3rtNLHw7@ZF)rA_W-0%KSAe0FQ73EzqX@HuCNGPFpQ*W7;)Q_A49Njs8jqy>tbCA_ j(C}!9&4q?WMh2&^K>{t(EAKKeFfe$!`njxgN@xNA5FU6o diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png deleted file mode 100644 index f2b3c4212bf3cb561d04212b7ed709c8d48a53b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 683 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU`XI#V_;wqx%g=T0|NtNage(c!@6@aFBupZ zSkfJR9T^xl_H+M9WMyDr;4JWnEM{Qf764(!waR--85o!xJY5_^BHZ6j-|NNfC~(|; z;|4>Iqyw9c9TzQ#I3nVd)os(X_WXn3A3WR4?3xzz_Nr~%c)?kivytVq>%Jpy7yew2 zEv_~f-zzgi;2rzvcQIw^n@^wpUzYLc%*lW4DMmjtCEB)>th%c8^mAoyZ(72~k1r*2 z*Xf>Cx9Xp2HdjVA%TFvt|A2k+$Ddzi-yTUSnRxbOd`Fma;>R;`clW$8HTbwMVu{~+ zeJQc#qUHKk+H06~wr#$uaj|T#!dgW>_KE*y&)8E@?D_Khtc;88@7J0{>t2jbRPJaw zyhX0RyKw#OrBgGeNPXS4;q3;#qMK`EULM#ed+lJH*3%h#=KGzV*mu}*X^c>HXrNB3 z)0T-I7ba(N-R^tFkS}#$zjD`+1jVTA4fQtM{O6p`2L7m<%FJZTu!dR3&FlR>yY9A) z(tPY*{Bc~Y6WKE)9?wj)+B~I~AwjW(fj3!iYU65V>k}93Uo)BuYMy;qu;2?r5SyfP z^9+_MgR?*ET+YrAv~{qmzZ2*Ay8H$Q!#kE&bq%|l)NLJ@9N8xXH2jXzj#1vQXy3K^ zYs`JkK5l&_GJFfzUwJWWGAG~VpCZOm^?@I13d7{};spyG_AV$oSiE3k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZlyrbl_Ax8*dxZZ>u> zn|>~q?V3&HW4RR?S{DK?Cro(yJn@BJU(@auP90_zg>>cYX#!$NKYsk=p23zVu%qxb z+u_Ik@dvUJ8S)s68ZsT&ZX9u7Sj}kgA^CnMt5pHaP(|sT*I~?J0N@lb8-$y zmiL$EO&%G)eF1@Q7*;dt-`m%`Nq}Lt1jhkh234T|o90DaEDll*Gv-fcUneQntFYCe v!Bnwv5tlSW=CPR*5*n^7vANLD$jC79Vq({kNSs54@I14-?iy0WW1wojxJ|%u40|Vn`PZ!4!5AV0r3_T792(+1ja-Ru4O|7V_fT6DI=>TQ2h$m-BfHu@8UB`o?b z$K1QOwDY3kf4>Rs&&{oF-cq<;>N{`ef!XH#{+2&qCEVXH{Up0=-Z8e{nd!MFOD>(h z|EFQw;gj;cY^j?gr978b+$pbh^nXA9&zc0T8w!q-q85rt_^DZTm4Dw-UgFa~m8*R5 zLa`mXQ!QFv*35Hu)-{;maiK!Z`Soh;kQuXst4joCd6i>KHzRwfHQ2%`W9~|N8{{)yiAW=rS-cFnGH9xvXI2Biqv_2A32=g}6KyOjfYsniUu$)5SMerYY}{j>yvP2P%;)3uia8OcFaY zVMz;5r^kaSF}EW=7ajcK)HcVt%Dp@HYW~mt??2xAURPt2Y9X`h&+=b??HJyc%}&^V zKix)7n6G_e(4tjZ4+~~|tl)XDUiP@-l~2p4O4b@l9>J1zTW zm+!NAp7*q9TiEKkxq5p0jK6=&W7^yhFF$YR-u`}uj2fu~276g?#y8Aut1ei$T#)JQ z6VRNSdN#J(=7@=J&`OcDVckD}R@Rs8jx{qg+w`^S@8;LLzVp4S4HZc}&7V;tf8gM0 zhUcNI4cXJrF$(PcI^+Adsmou#eyv}%SB~Lnk>yH_Q`49xoPT~dZL_D+#06oi6D8Q@ z`n6}6cx}J^^z7AL*AE`G=SY*?Gq1FO%Tx37r;4U?o1WSIENq@TSC;4S0TbVn*yAR? zLY*vY!?-n5!#Ey_bRYd;U;5yrGK0jEd-Lu%>P;^$FE1B#`tkqXw%m}=qlGeZEZ%!2 zoy<`X*ik>Bd~eiRy`L|+xw*Id&pw%AbeQuOueFNGn!AebM;I6w7(8A5T-G@yGywny CwhgcV diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png deleted file mode 100644 index bcfd65feb106d41eb0f4fa5fdcd53f1085791eaa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 504 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV07SMW?*1wy22yCz`&r8>=ES4z)+>ez|hdb z!0?NKfuZ3A14F3+1H-EX1_rAc3=HB0b9M#VFfcHr1^9%xGB7ZF`t<3+g9kfz?!0m1 z#`*K-_wCzv?AWonbLXyFwQBkD<$Zm9_c8?KlJ+gNTAD;cBi^C@DKvbEgRc4|@TeSW!{R$58iVYc!?H;x^U%u#; zS9FL~_K22#NYMTKfQf%?$8nQ?52`9`9`q~qSN?p=IRDz`{WI(nit1PVJp3o|pF#Z$ z`!n+O6;u8iZvK0R<=={I`}BVmmzEoUZlB9;`?|mLTyq^m*|{a$zCmsZ3=9kmp00i_ I>zopr01T1VI{*Lx diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta deleted file mode 100644 index 92cc62352..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime": 1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png deleted file mode 100644 index 8e993ab9899163f3861209611777cb5330c63c40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV02(&W?*1Aks`8@fq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^COWH5!F`0pZLF&ma zHUYh7ML)4+aJXMNb#U5R22v2?{JS4lc}&sV>cdpWV(% jo918H6ZpBUxspMUk)KgKDKDCVfq}u()z4*}Q$iB}`2Z{6 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta deleted file mode 100644 index 92cc62352..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime": 1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif deleted file mode 100644 index 383a1c8002c2d2f4d21310d5d14f32fbeb1396d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmZ?wbhEHb6krfw_{abPf*zCQlJ+w&Fev_H;ba2Q|GE8KLxP$zt|?Jt#k9eJU3h*48#QHg>(J$wHA`5QNGJb3Wn)2B}$Td9Najnxp*GXeCRp)3u4BxBpbwt6UDY zP%E^NYp}BFGP?O{M~&b6oHsvuUFUYj>xhYpinKIkNfe3+aZB;`N(q!OG&YMgHHb5? z2yhk(vkSBFv+=N27uQc|6|LqJV965WWa44j%FjA!Rm-$Cf%S#lEbNC_*jPju7*9_+ zTjZDEmPLsY6s6|YuyD?`j;ewuljRrL&C*c9JU@V%V6o@auU(QWuc@mF=X1i)aXl~w|6-)d$_Y99b9;O7oKI{ HeF) diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png deleted file mode 100644 index 01360c35a2eee48a62adb260c3d0b35dfaff2289..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7RXtrCLo9l?PTZK)93axR zpM~?5V@IPxislzaFZS97y~<{r=E=cwYT1qgpO}ui3oPHYlkL%i0{u9r$7$;Nvm#cs z{<&=Vea`>q|KHElTpFe3#KGtgC?es+F>BdD6W=9MBBr%w&NA_3Uhw+$*HcA1W%e*j z{9PLD6dKB~=6bg8K2f8tMG`k&dz8jL{%sfJb;;yt;hc*Wn~x?X_VO;$_+>ZOFGf#1 z=DI4+;pKsib&IE*%DMe**S`XbEewtVFZNpW-L^Rξ+0_un%ws!vb#oTPHIZ1>l^ zPT6zMjTvU2O|uB_N{xTNK6jGJ&5RrI2Jg8PS(dI@UeM0;|L9zYSpV{cpX>M8ZkN|T zx1@f?;o5(idS4{9m;Up4<$V8Vg-zD&-FMGP$JaB|G4yPk`s0smb_fFl1B0ilpUXO@ GgeCwh*qSQ< diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png deleted file mode 100644 index e10b0db21966d987c7f7d76e15b9077480672a6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 364 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7jXhl)Lo9l?1{!7^b`X$} zO!U*_nRbxl3d^SkfsQ{7Cchd#vrcxJD);zWg24;shw~Cbj^5qMwlrYlaapx}A=8y! zC`l%+Q3`&0@7yrRyBigh7#aka>;w-=FdvgxGKHgwp~p}nnc=|E=bt4nzufYf zkD+e&%Si#(O&JpG=39SSIzhkX#f@waFHIdWZV%0k_umV)CB84;^RYtai|Dr7Z?Au> zIP$W@NyPQUrZ?-t7tGCAd-`O`B$J<2d$%!ch*}$SKX3cy_QQ;uZ}L>mtFD{v<8pq^ zXCvRsPbS@1uu6-;LFV{=>kRSPM`N7lJ(s;0C@e71`m8|Dt&_TZ>$qz6?{(5NjbMp- z{ps=3i~H>F-ahM`Vfp;20=r9#|4;ME4({^SsMoVSb9YP@aebJhKmGKQ{eR^@Fzba+ WURm_2&6|ONfx*+&&t;ucLK6V3p`r!= diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png deleted file mode 100644 index 1161e23a981427087869a2d3f725bace3a7a05d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74Ln^OLo9liPO$er93XPE zUN^Hw((9y(g@r{*Q9;(UU#yST$uH#ad$+V>b@${4ZyxDzyo)uG5O=+F(6K_mNM+el z6OW~Oz9)>E)>lmb{ce8oJ=^7mGkvD5k@TFzAke1hHc914WuHKkiSI@oZbg>LdCXJZ z|E%fDz3nBxATstBr^d8Z4;ID0kxrD*dVaK!$6;D(RFTxO%&7gmHs^(}T6HN2vK(~p zb$BiP;O8~Hv-fPhykml=FSz?oqcXRN$!6}Vdl|wq^K#{8%-ws7wTnII)Ke|y3vbJ& z?tHyVuHpUf@1{(ePm5lEl3K*;mp8A%{N9e=HGeKY32K_MiG@F!Z#lns)TN$Bh4-w} zsy80q@bts3AD5W4S(-13Zob(wJ@oGT@83%~yn6c{e_7T1vBKt(-DCTYycX(J58H%i S<}olZFnGH9xvXhPt{K z7&m;2yFPWwB{z17M*;aC7G{*)eeS-%G-Rt}$k(uZ&OHw$G*#!l$Za$~lOue!)ckwr zttN?=oP8a0l=mE!^wMnam5|QpTojl6SAEB$FDne^>gRI&Yn^BOFT(a*-a*m-Z$%d= z?pyru6W7Irw05@RcVZVlw?F(*^>691ImR2a*6vv;FZEyO-E+ojZ3YGg22WQ%mvv4F FO#m@NYXtxR diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 213334b1a..9cbfe6003 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -27,9 +27,10 @@ const registerTooltips = (event) => event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { text.add(1, text.of('§cSuperheat§r with Coke, Anthracite, or Flawless and Exquisite coal gems.')) }) - event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => { + event.addAdvanced(['gtceu:greenhouse'], (item, advanced, text) => { text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(2, text.of('Currently, due to a bug, sometimes outputs rotten food.')) + text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { text.add(1, text.of('Artificial enviroment to simulate the Nether.')), diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index a9adeb1a3..38e8f5165 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -446,6 +446,276 @@ const registerFirmaLifeRecipes = (event) => { //#endregion + //#region Рецепты муки + + global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.macerator(`tfg:${element.name}`) + .itemInputs(element.input) + .itemOutputs(element.output) + .duration(200) + .EUt(2) + }) + + //#endregion + + //#region Рецепты теста + + global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.mixer(element.name) + .itemInputs(element.input, '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) + .itemOutputs(element.output) + .duration(300) + .EUt(16) + .circuit(2) + }) + + //#endregion + + //#region Рецепты плоского хлеба + + global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(element => { + event.smelting(element.output, element.input) + .id(`tfg:smelting/${element.name}`) + }) + + //#endregion + + //#region Смешивание в миске + + // Тесто для пиццы + event.recipes.gtceu.mixer('firmalife:food/pizza_dough_olive_oil') + .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') + .inputFluids(Fluid.of('tfc:olive_oil', 1000)) + .itemOutputs('4x firmalife:food/pizza_dough') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/pizza_dough_soybean_oil') + .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') + .inputFluids(Fluid.of('firmalife:soybean_oil', 1000)) + .itemOutputs('4x firmalife:food/pizza_dough') + .duration(300) + .EUt(16) + + // Vanilla Ice Cream + event.recipes.gtceu.mixer('firmalife:food/vanilla_ice_cream') + .itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla') + .inputFluids(Fluid.of('firmalife:cream', 1000)) + .itemOutputs('2x firmalife:food/vanilla_ice_cream') + .duration(300) + .EUt(16) + + // Pumpkin Pie Dough + event.recipes.gtceu.mixer('firmalife:food/pumpkin_pie_dough') + .itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('firmalife:food/pumpkin_pie_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Butter + event.recipes.gtceu.mixer('firmalife:food/butter') + .itemInputs('tfc:powder/salt') + .inputFluids(Fluid.of('firmalife:cream', 1000)) + .itemOutputs('firmalife:food/butter') + .duration(300) + .EUt(16) + + // Pie Dough + event.recipes.gtceu.mixer('firmalife:food/pie_dough') + .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('firmalife:food/pie_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Cookie Dough + event.recipes.gtceu.mixer('firmalife:food/cookie_dough') + .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla') + .itemOutputs('4x firmalife:food/cookie_dough') + .duration(300) + .EUt(16) + + // Hardtack Dough + event.recipes.gtceu.mixer('firmalife:food/hardtack_dough') + .itemInputs('tfc:powder/salt', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('4x firmalife:food/hardtack_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Yeast starter + event.recipes.gtceu.mixer('firmalife:yeast_starter') + .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) + .itemInputs('#tfc:foods/flour') + .outputFluids(Fluid.of('firmalife:yeast_starter', 600)) + .duration(1200) + .EUt(8) + .circuit(1) + + // Cocoa Powder + event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') + .itemInputs('gtceu:cocoa_dust') + .itemOutputs('4x firmalife:food/cocoa_powder') + .duration(100) + .EUt(2) + + event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') + .id(`tfg:quern/cocoa_powder`) + + event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') + .id('tfg:quern/cocoa_dust'); + + // Chocolate Ice Cream + event.recipes.gtceu.mixer('firmalife:food/chocolate_ice_cream') + .itemInputs('firmalife:food/vanilla_ice_cream') + .inputFluids(Fluid.of('firmalife:chocolate', 1000)) + .itemOutputs('firmalife:food/chocolate_ice_cream') + .duration(300) + .EUt(16) + + // White Chocolate Blend + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('minecraft:milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/yak_milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/goat_milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/coconut_milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.smelting('firmalife:food/white_chocolate', 'firmalife:food/white_chocolate_blend') + + // Dark Chocolate Blend + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('minecraft:milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/yak_milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/goat_milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/coconut_milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + event.smelting('firmalife:food/dark_chocolate', 'firmalife:food/dark_chocolate_blend') + + // Milk Chocolate Blend + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('minecraft:milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/yak_milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/goat_milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/coconut_milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.smelting('firmalife:food/milk_chocolate', 'firmalife:food/milk_chocolate_blend') + + // Strawberry Ice Cream + event.recipes.gtceu.mixer('firmalife:food/strawberry_ice_cream') + .itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry') + .itemOutputs('firmalife:food/strawberry_ice_cream') + .duration(300) + .EUt(16) + + // Hardtack Dough + event.recipes.gtceu.mixer('firmalife:food/chocolate_chip_cookie_dough') + .itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends') + .itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough') + .duration(300) + .EUt(16) + + //#endregion + + //#region Обжарка некоторой еды + + // Cooked Pizza + event.smelting('firmalife:food/cooked_pizza', 'firmalife:food/raw_pizza') + + // Taco Shell + event.smelting('firmalife:food/taco_shell', 'firmalife:food/corn_tortilla') + + // Sugar Cookie + event.smelting('firmalife:food/sugar_cookie', 'firmalife:food/cookie_dough') + + // Chocolate Chip Cookie + event.smelting('firmalife:food/chocolate_chip_cookie', 'firmalife:food/chocolate_chip_cookie_dough') + + // Hardtack + event.smelting('firmalife:food/hardtack', 'firmalife:food/hardtack_dough') + + // Cooked Pie + event.smelting('firmalife:food/cooked_pie', 'firmalife:food/filled_pie') + + // Roasted Cocoa Beans + event.smelting('firmalife:food/roasted_cocoa_beans', 'firmalife:food/cocoa_beans') + + // Pumpkin Pie + event.smelting('minecraft:pumpkin_pie', 'firmalife:food/raw_pumpkin_pie') + + //#endregion + //#region Sticky Resin by Vat event.recipes.firmalife.vat() @@ -481,6 +751,28 @@ const registerFirmaLifeRecipes = (event) => { // #endregion + // #region Smashed food + + event.recipes.gtceu.forge_hammer('firmalife:soybean_paste') + .itemInputs('firmalife:food/dehydrated_soybeans') + .itemOutputs('firmalife:food/soybean_paste') + .duration(20) + .EUt(7) + + event.recipes.gtceu.forge_hammer('firmalife:red_grapes') + .itemInputs('firmalife:food/red_grapes') + .itemOutputs('firmalife:food/smashed_red_grapes') + .duration(20) + .EUt(7) + + event.recipes.gtceu.forge_hammer('firmalife:white_grapes') + .itemInputs('firmalife:food/white_grapes') + .itemOutputs('firmalife:food/smashed_white_grapes') + .duration(20) + .EUt(7) + + // #endregion + // #region Drying mat alternatives event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/leafy_kelp' }).id('tfg:shaped/drying_mat_leafy_kelp') @@ -495,4 +787,13 @@ const registerFirmaLifeRecipes = (event) => { .circuit(5) .EUt(GTValues.VA[GTValues.ULV]) .duration(200) + + event.smelting('firmalife:food/dehydrated_soybeans', 'tfc:food/soybean') + + event.recipes.gtceu.fermenter('soybean_oil') + .itemInputs('firmalife:food/soybean_paste') + .inputFluids(Fluid.of('minecraft:water', 100)) + .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) + .EUt(GTValues.VA[GTValues.ULV]) + .duration(600) } diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 7e90107f4..83c352ad9 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -744,6 +744,18 @@ function registerGTCEuMachineRecipes(event) { // #endregion + // Контроллер теплицы + event.shaped('gtceu:greenhouse', [ + 'ABA', + 'CDC', + 'BCB' + ], { + A: '#gtceu:circuits/mv', + B: 'gtceu:copper_single_cable', + C: 'tfc:compost', + D: 'gtceu:solid_machine_casing' + }).id('tfg:shaped/greenhouse') + // Drums const DRUMS_AND_CRATES = [ 'bismuth_bronze', diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 064774d05..d23cb4aad 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -34,6 +34,44 @@ const registerTFCRecipes = (event) => { //#endregion + //#region Рецепты зерен + + global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(element => { + + event.recipes.gtceu.macerator(`tfg:${element.name}`) + .itemInputs(element.input) + .itemOutputs(element.output) + .chancedOutput('tfc:straw', 7000, 500) + .duration(200) + .EUt(2) + + event.recipes.tfc.quern(element.output, element.input) + .id(`tfg:quern/${element.name}`) + }) + + //#endregion + + //#region Рецепты муки + + global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.macerator(`tfg:${element.name}`) + .itemInputs(element.input) + .itemOutputs(element.output) + .duration(200) + .EUt(2) + }) + + //#endregion + + //#region Рецепты обжарки мяса + + global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS.forEach(element => { + event.smelting(element.output, element.input) + .id(`tfg:smelting/${element.name}`) + }) + + //#endregion + //#region Рецепты обжарки форм global.TFC_FURNACE_MOLD_RECIPE_COMPONENTS.forEach(element => { @@ -88,6 +126,15 @@ const registerTFCRecipes = (event) => { //#endregion + //#region Рецепты хлеба + + global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(element => { + event.smelting(element.output, element.input) + .id(`tfg:smelting/${element.name}`) + }) + + //#endregion + event.shapeless('tfc:crucible', ['tfc:crucible']).id('tfg:empty_crucible') event.shapeless('2x minecraft:stick', ['#minecraft:saplings', '#forge:tools/knives']).id('tfg:strip_saplings') diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 44df72c83..ac2370124 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -117,6 +117,20 @@ function registerTFCMachineRecipes(event) { .duration(3200) .EUt(16) + //#region Рецепты плоского теста + + global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.mixer(element.name) + .itemInputs(element.input) + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs(element.output) + .duration(300) + .EUt(16) + .circuit(3) + }) + + //#endregion + //#region Молды в ассемблере for (let i = 0; i < global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS.length; i++) { @@ -160,9 +174,158 @@ function registerTFCMachineRecipes(event) { .duration(2400) .EUt(16) + // Curdled milk + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') + .inputFluids(Fluid.of('minecraft:milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') + .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') + .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) + .duration(2400) + .EUt(16) + + //Curds + event.recipes.gtceu.fermenter('tfg:fermenter/milk_curd') + .inputFluids(Fluid.of('tfc:curdled_milk', 1000)) + .itemOutputs('firmalife:food/milk_curd') + .duration(1200) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/yak_curd') + .inputFluids(Fluid.of('firmalife:curdled_yak_milk', 1000)) + .itemOutputs('firmalife:food/yak_curd') + .duration(1200) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/goat_curd') + .inputFluids(Fluid.of('firmalife:curdled_goat_milk', 1000)) + .itemOutputs('firmalife:food/goat_curd') + .duration(1200) + .EUt(16) + + // Cheese wheels + event.recipes.gtceu.fermenter('tfg:fermenter/gouda_wheel') + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemInputs('3x firmalife:food/milk_curd') + .itemOutputs('firmalife:gouda_wheel') + .duration(12000) + .EUt(24) + + event.recipes.gtceu.fermenter('tfg:fermenter/shosha_wheel') + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemInputs('3x firmalife:food/yak_curd') + .itemOutputs('firmalife:shosha_wheel') + .duration(12000) + .EUt(24) + + event.recipes.gtceu.fermenter('tfg:fermenter/feta_wheel') + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemInputs('3x firmalife:food/goat_curd') + .itemOutputs('firmalife:feta_wheel') + .duration(12000) + .EUt(24) + + // Cutting + event.recipes.gtceu.cutter('tfg:cutter/gouda') + .itemInputs('firmalife:gouda_wheel') + .itemOutputs('4x firmalife:food/gouda') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/shosha') + .itemInputs('firmalife:shosha_wheel') + .itemOutputs('4x firmalife:food/shosha') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/feta') + .itemInputs('firmalife:feta_wheel') + .itemOutputs('4x firmalife:food/feta') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/cheddar') + .itemInputs('firmalife:cheddar_wheel') + .itemOutputs('4x firmalife:food/cheddar') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/chevre') + .itemInputs('firmalife:chevre_wheel') + .itemOutputs('4x firmalife:food/chevre') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/rajya_metok') + .itemInputs('firmalife:rajya_metok_wheel') + .itemOutputs('4x firmalife:food/rajya_metok') + .duration(40) + .EUt(7) + + // Misc + global.TFC_MILKS.forEach(milk => { + event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milk.id.replace(':', '_')}`) + .inputFluids(Fluid.of(milk.id, 1000)) + .outputFluids(Fluid.of('firmalife:cream')) + .circuit(6) + .duration(1200) + .EUt(24) + }) + + event.recipes.gtceu.mixer('tfg:mixer/tomato_sauce') + .itemInputs('firmalife:food/tomato_sauce_mix') + .inputFluids(Fluid.of('minecraft:water', 200)) + .itemOutputs('firmalife:food/tomato_sauce') + .duration(200) + .EUt(24) + //#endregion - // Brine + //#region Оливки + + event.recipes.gtceu.macerator(`tfg:tfc/olive_paste`) + .itemInputs('tfc:food/olive') + .itemOutputs('2x tfc:olive_paste') + .duration(60) + .EUt(2) + + event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') + .inputFluids(Fluid.of('water', 200)) + .itemInputs('1x tfc:olive_paste') + .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) + .duration(200) + .EUt(28) + + event.recipes.gtceu.distillery('tfg:tfc/olive_oil') + .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) + .outputFluids(Fluid.of('tfc:olive_oil', 50)) + .duration(600) + .EUt(28) + + //#endregion + + // Vinegar and Brine + + global.TFC_ALCOHOL.forEach(alcohol => { + event.recipes.gtceu.fermenter(`tfg:tfc/vinegar/${alcohol.id.replace(':', '_')}`) + .itemInputs('#tfc:foods/fruits') + .inputFluids(Fluid.of(alcohol.id, 250)) + .outputFluids(Fluid.of('tfc:vinegar', 250)) + .duration(600) + .EUt(28) + }) event.recipes.gtceu.mixer('tfg:tfc/brine') .inputFluids(Fluid.of('tfc:salt_water', 900)) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js deleted file mode 100644 index 0a8fa9c76..000000000 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ /dev/null @@ -1,620 +0,0 @@ -// priority: 0 -/** - * @param {Internal.RecipesEventJS} event - */ -function registerTFGFoodRecipes(event) { - - const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.machines.ISPOutputRecipeLogic") - const $SizedIngredient = Java.loadClass("com.gregtechceu.gtceu.api.recipe.ingredient.SizedIngredient") - const Sized = (ing, amount) => $SizedIngredient.create(ing, amount) - - /** - * @typedef {Object} FoodRecipeData - * @property {number?} circuit - * @property {Internal.GTRecipeComponents$FluidIngredientJS_[]?} fluidInputs - * @property {Internal.FluidStackJS[]?} fluidOutputs - * @property {(string | [string, Internal.Ingredient])[]?} itemInputs - * @property {string[]?} itemOutputs Ingredient outputs - first output is replaced with ISP output if defined - * @property {Internal.ItemStackProviderJS?} itemOutputProvider ItemStackProvider which provides the recipe output. - * - * **NOTE:** TFC Ingredients do not support item counts higher than 1. Do `Sized(TFCIngredient('item:item'), count)` instead of `TFCIngredient('[count]x item:item')` - */ - - //#region Helper funcs - - /** - * @param {"food_oven"|"food_processor"} type - * @param {string} id - * @param {string} duration - * @param {string} EUt - * @param {FoodRecipeData} data - */ - function registerFoodRecipe(type, id, duration, EUt, data) { - if (data.itemInputs === undefined) data.itemInputs = [] - if (data.itemOutputs === undefined) data.itemOutputs = [] - if (data.fluidInputs === undefined) data.fluidInputs = [] - if (data.fluidOutputs === undefined) data.fluidOutputs = [] - let gregInputs = [], inputs= [] - let outputFirstIndex = (data.itemOutputProvider === undefined) ? 0 : 1 - data.itemInputs.forEach(item => { - if (typeof item === "string") { - gregInputs.push(item) - - const match = item.match(/^(\d+)\s*x\s*/i); - let count = 1 - if (match) { - count = parseInt(match[1]); - item = item.slice(match[0].length); - } - inputs.push($SizedIngredient.create(item, count)) - } else { - gregInputs.push(item[0]) - inputs.push(item[1]) - } - }) - - $ISPRecipeLogic.RegisterRecipeData(type + "/" + id, inputs, (data.itemOutputProvider === undefined) ? null : data.itemOutputProvider.asCanonClass(), data.itemOutputs.slice(outputFirstIndex).map(i => Item.of(i))) - - let r = event.recipes.gtceu[type](id) - .duration(duration) - .EUt(EUt) - - if (data.circuit) r.circuit(data.circuit) - if (data.itemOutputs.length > 0) r.itemOutputs(data.itemOutputs) - if (data.itemInputs.length > 0) r.itemInputs(data.itemInputs) - if (data.fluidInputs.length > 0) r.inputFluids(data.fluidInputs); - if (data.fluidOutputs.length > 0) r.outputFluids(data.fluidOutputs); - } - - /** - * @param {string} id - * @param {number} duration - * @param {EUt} EUt - * @param {FoodRecipeData} data - */ - const processorRecipe = (id, duration, EUt, data) => registerFoodRecipe("food_processor", id, duration, EUt, data) - - /** - * @param {string} id - * @param {string} input - * @param {string} out - * @param {Internal.FluidIngredient?} fluid - * @param {boolean?} isFirmaDynamic - */ - function cookingRecipe(id, input, out, fluid, isFirmaDynamic) { - registerFoodRecipe("food_oven", id, 300, 32, { - itemInputs: [input], - itemOutputs: [out], - fluidInputs: (fluid === undefined) ? [] : [fluid], - itemInputs: [input], - itemOutputProvider: (isFirmaDynamic) ? TFC.isp.of(out).firmaLifeCopyDynamicFood() : TFC.isp.of(out).copyFood().addTrait("firmalife:oven_baked") - }) - } - - //#endregion - - //#region ================= Meat cooking ================= - - global.TFC_MEAT_RECIPE_COMPONENTS.forEach(item => { - cookingRecipe(item.name, item.input, item.output) - }) - - //#endregion - //#region ================= TFC Grains ================= - - global.TFC_GRAINS.forEach(grain => { - - // Raw crop to grain - processorRecipe(`${grain}_grain`, 100, 8, { - itemInputs: [`tfc:food/${grain}`], - itemOutputs: [`tfc:food/${grain}_grain`], - itemOutputProvider: TFC.isp.of(`tfc:food/${grain}_grain`).copyOldestFood() - }) - - // Grain to flour - processorRecipe(`${grain}_flour`, 100, 8, { - itemInputs: [`tfc:food/${grain}_grain`], - itemOutputs: [`2x tfc:food/${grain}_flour`], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_flour`).copyOldestFood() - }) - - // Flatbread dough - processorRecipe(`${grain}_flatbread_dough`, 300, 8, { - itemInputs: [`tfc:food/${grain}_flour`], - itemOutputs: [`2x tfc:food/${grain}_dough`], - fluidInputs: [Fluid.of('minecraft:water', 100)], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_dough`).copyFood() - }) - - // Firmalife dough - processorRecipe(`${grain}_dough`, 300, 16, { - itemInputs: [`tfc:food/${grain}_flour`, `#tfc:sweetener`], - itemOutputs: [`4x firmalife:food/${grain}_dough`], - fluidInputs: [Fluid.of('firmalife:yeast_starter', 200)], - itemOutputProvider: TFC.isp.of(`4x firmalife:food/${grain}_dough`).copyFood() - }) - - // Bread baking - cookingRecipe(`${grain}_flatbread`, `tfc:food/${grain}_dough`, `firmalife:food/${grain}_flatbread`) - cookingRecipe(`${grain}_bread`, `firmalife:food/${grain}_dough`, `tfc:food/${grain}_bread`) - - processorRecipe(`${grain}_bread_slice`, 10, 8, { - circuit: 1, - itemInputs: [`tfc:food/${grain}_bread`], - itemOutputs: [`2x firmalife:food/${grain}_slice`], - itemOutputProvider: TFC.isp.of(`2x firmalife:food/${grain}_slice`).copyOldestFood() - }) - - //Sandwich making - - let breadTypes = [["bread", `tfc:food/${grain}_bread`], ["flatbread", `firmalife:food/${grain}_flatbread`], ["slice", `firmalife:food/${grain}_slice`]] - breadTypes.forEach((type) => { - processorRecipe(`${grain}_${type[0]}_sandwich`, 100, 16, { - circuit: 3, - itemInputs: [`2x ${type[1]}`, "3x #tfc:foods/usable_in_sandwich"], - itemOutputs: [`2x tfc:food/${grain}_bread_sandwich`], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_sandwich`).meal( - (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ - (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), - (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), - ]) - }) - - //Note: Jam needs to be first in the recipe code or else it will consider it as the usable_in_jam_sandwhich ingredients. - processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { - circuit: 4, - itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich'], - itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( - (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ - (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), - (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), - ]), - }) - }) - - - }) - - //#endregion - - //#region ================= Firmalife ================= - - global.FIRMALIFE_COOKING_RECIPE_COMPONENTS.forEach(item => { - cookingRecipe(item.name, item.input, item.output, undefined, true) - }) - - //#endregion - //#region ================= Dairy ================= - - global.TFC_CURDS_AND_CHEESES.forEach(item => { - - processorRecipe(`${item.curd}_curd`, 1200, 16, { - itemOutputs: [item.curd], - fluidInputs: [Fluid.of(item.input_fluid, 1000)], - itemOutputProvider: TFC.isp.of(item.curd).resetFood() - }) - - processorRecipe(`${item.cheese1}_cheese_wheel_1`, 8000, 16, { - itemInputs: [`3x ${item.curd}`], - itemOutputs: [`firmalife:${item.cheese1}_wheel`], - fluidInputs: [Fluid.of('tfc:salt_water', 750)], - itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() - }) - - processorRecipe(`${item.cheese2}_cheese_wheel_2`, 1000, 16, { - circuit: 2, - itemInputs: [`3x ${item.curd}`, `6x tfc:powder/salt`], - itemOutputs: [`firmalife:${item.cheese2}_wheel`], - itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() - }) - - processorRecipe(`${item.cheese1}_cheese_cutting_1`, 100, 8, { - itemInputs: [`firmalife:${item.cheese1}_wheel`], - itemOutputs: [`4x firmalife:food/${item.cheese1}`], - itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese1}`).copyOldestFood() - }) - - processorRecipe(`${item.cheese2}_cheese_cutting_2`, 100, 8, { - itemInputs: [`firmalife:${item.cheese2}_wheel`], - itemOutputs: [`4x firmalife:food/${item.cheese2}`], - itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese2}`).copyOldestFood() - }) - - }) - - global.TFC_MILKS.forEach(milk => { - const milkID = milk.id.split(':')[1]; - - processorRecipe(`white_chocolate_blend_from_${milkID}`, 300, 16, { - circuit: 3, - itemInputs: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputs: ['2x firmalife:food/white_chocolate_blend'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), - }) - - processorRecipe(`dark_chocolate_blend_from_${milkID}`, 300, 16, { - circuit: 2, - itemInputs: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], - itemOutputs: ['2x firmalife:food/dark_chocolate_blend'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), - }) - - processorRecipe(`milk_chocolate_blend_from_${milkID}`, 300, 16, { - circuit: 1, - itemInputs: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputs: ['2x firmalife:food/milk_chocolate_blend'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), - }) - - processorRecipe(`egg_noodles_from_${milkID}`, 50, 8, { - circuit: 6, - itemInputs: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], - itemOutputs: ['firmalife:food/raw_egg_noodles'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), - }) - - processorRecipe(`rice_noodles_from_${milkID}`, 50, 8, { - itemInputs: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputs: ['2x firmalife:food/raw_rice_noodles'], - itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() - }) - - // No ISP needed here - event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milkID}`) - .inputFluids(Fluid.of(milk.id, 1000)) - .outputFluids(Fluid.of('firmalife:cream')) - .circuit(6) - .duration(1200) - .EUt(24) - }) - - //#endregion - - //#region ================= Food preservation ================= - - const smoking_meats = Ingredient.of('#tfc:foods/raw_meats').itemIds; - const brining_veg = Ingredient.of('#firmalife:foods/pizza_ingredients').itemIds; - - const brining_ingredients = smoking_meats.concat(brining_veg); - - brining_ingredients.forEach(item => { - processorRecipe(`${item}/brining`, 200, 16, { - circuit: 5, - itemInputs: [item], - itemOutputs: [item], - fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait('tfc:brined') - }) - }) - - smoking_meats.forEach(item => { - processorRecipe(`${item}/smoking`, 200, 16, { - circuit: 6, - itemInputs: [[item, TFC.ingredient.lacksTrait(item, "firmalife:smoked")]], - itemOutputs: [item], - fluidInputs: [Fluid.of('gtceu:wood_gas', 50)], - itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait("firmalife:smoked") - }) - }) - - //#endregion - - //#region ================= Misc ================= - - global.TFC_JAMS.forEach(name => { - processorRecipe(`${name}_jam`, 200, 8, { - circuit: 15, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "#tfc:empty_jar_with_lid"], - itemOutputs: [`4x tfc:jar/${name}`], - fluidInputs: [Fluid.of("minecraft:water", 100)], - itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}`).copyFood() - }) - - processorRecipe(`${name}_jam_no_seal`, 200, 8, { - circuit: 16, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "tfc:empty_jar"], - itemOutputs: [`4x tfc:jar/${name}_unsealed`], - fluidInputs: [Fluid.of("minecraft:water", 100)], - itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}_unsealed`).copyFood() - }) - }) - - cookingRecipe("pasta", "firmalife:food/raw_egg_noodles", "firmalife:food/cooked_pasta", Fluid.of("minecraft:water", 100)) - cookingRecipe("corn_tortilla", "firmalife:food/masa", "firmalife:food/corn_tortilla") - cookingRecipe("boiled_egg", "#firmalife:foods/raw_eggs", "tfc:food/boiled_egg", Fluid.of("minecraft:water", 200)) - cookingRecipe("cooked_rice", "tfc:food/rice_grain", "tfc:food/cooked_rice", Fluid.of("minecraft:water", 200)) - - processorRecipe("pasta_tomato_sauce", 60, 8, { - itemInputs: ["firmalife:food/cooked_pasta", "firmalife:food/tomato_sauce"], - itemOutputs: ["firmalife:food/pasta_with_tomato_sauce"], - itemOutputProvider: TFC.isp.of('firmalife:food/pasta_with_tomato_sauce').copyFood() - }) - - processorRecipe('firmalife_masa', 300, 2, { - itemInputs: ["firmalife:food/masa_flour"], - itemOutputs: ["2x firmalife:food/masa"], - fluidInputs: [Fluid.of('minecraft:water', 100)], - itemOutputProvider: TFC.isp.of("2x firmalife:food/masa").copyFood() - }) - - processorRecipe("tortilla_chips", 40, 16, { - itemInputs: ["firmalife:food/taco_shell", "tfc:powder/salt"], - itemOutputs: ["firmalife:food/tortilla_chips"], - itemOutputProvider: TFC.isp.of("firmalife:food/tortilla_chips").copyFood() - }) - - processorRecipe("tomato_sauce_mix", 600, 8, { - itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], - itemOutputs: ['5x firmalife:food/tomato_sauce_mix'], - itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce_mix').copyOldestFood(), - }) - - processorRecipe("tomato_sauce_from_mix", 200, 8, { - itemInputs: ['firmalife:food/tomato_sauce_mix'], - itemOutputs: ['firmalife:food/tomato_sauce'], - fluidInputs: [Fluid.of('minecraft:water', 200)], - itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), - }) - - processorRecipe("olive_paste", 60, 8, { - itemInputs: ['tfc:food/olive'], - itemOutputs: ['2x tfc:olive_paste'], - itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'), - }) - - processorRecipe("soybean_paste", 60, 8, { - itemInputs: ['firmalife:food/dehydrated_soybeans'], - itemOutputs: ['firmalife:food/soybean_paste'], - itemOutputProvider: TFC.isp.of('firmalife:food/soybean_paste').copyOldestFood(), - }) - - // Vinegar - global.TFC_ALCOHOL.forEach(alcohol => { - let name = `vinegar_${alcohol.id.replace(':', '_')}`; - - processorRecipe(name, 600, 32, { - circuit: 5, - itemInputs: ['#tfc:foods/fruits'], - fluidInputs: [Fluid.of(alcohol.id, 250)], - fluidOutputs: [Fluid.of('tfc:vinegar', 250)], - }) - - }) - - processorRecipe("pizza_no_extra", 600, 16, { - itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese"], - itemOutputs: ["firmalife:food/raw_pizza"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( - (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), - [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] - ) - }) - - processorRecipe("pizza_1_extra", 600, 16, { - circuit: 1, - itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "#firmalife:foods/pizza_ingredients"], - itemOutputs: ["firmalife:food/raw_pizza"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( - (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), - [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] - ) - }) - - processorRecipe("pizza_2_extra", 600, 16, { - circuit: 2, - itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "2x #firmalife:foods/pizza_ingredients"], - itemOutputs: ["firmalife:food/raw_pizza"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( - (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), - [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] - ) - }) - - processorRecipe("pizza_dough_olive_oil", 300, 16, { - itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], - itemOutputs: ['4x firmalife:food/pizza_dough'], - fluidInputs: [Fluid.of('tfc:olive_oil', 1000)], - itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() - }) - - processorRecipe("pizza_dough_soybean_oil", 300, 16, { - itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], - itemOutputs: ['4x firmalife:food/pizza_dough'], - fluidInputs: [Fluid.of('firmalife:soybean_oil', 1000)], - itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() - }) - - processorRecipe("vanilla_ice_cream", 300, 16, { - itemInputs: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], - itemOutputs: ['2x firmalife:food/vanilla_ice_cream'], - fluidInputs: [Fluid.of('firmalife:cream', 1000)], - itemOutputProvider: TFC.isp.of("2x firmalife:food/vanilla_ice_cream").resetFood() - }) - - processorRecipe("chocolate_ice_cream", 300, 16, { - itemInputs: ['firmalife:food/vanilla_ice_cream'], - itemOutputs: ['firmalife:food/chocolate_ice_cream'], - fluidInputs: [Fluid.of('firmalife:chocolate', 1000)], - itemOutputProvider: TFC.isp.of("firmalife:food/chocolate_ice_cream").resetFood() - }) - - processorRecipe("strawberry_ice_cream", 300, 16, { - itemInputs: ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], - itemOutputs: ['firmalife:food/strawberry_ice_cream'], - itemOutputProvider: TFC.isp.of("firmalife:food/strawberry_ice_cream").resetFood() - }) - - processorRecipe("cookie_dough_ice_cream", 300, 16, { - itemInputs: [`firmalife:food/vanilla_ice_cream`, `firmalife:food/chocolate_chip_cookie_dough`], - itemOutputs: [`firmalife:food/cookie_dough_ice_cream`], - itemOutputProvider: TFC.isp.of("firmalife:food/cookie_dough_ice_cream").resetFood() - }) - - processorRecipe("butter", 300, 16, { - itemInputs: ["tfc:powder/salt"], - itemOutputs: ["firmalife:food/butter"], - fluidInputs: [Fluid.of('firmalife:cream', 1000)], - itemOutputProvider: TFC.isp.of('firmalife:food/butter').resetFood() - }) - - processorRecipe("pie_dough", 300, 16, { - circuit: 2, - itemInputs: ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour'], - itemOutputs: ['firmalife:food/pie_dough'], - fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemOutputProvider: TFC.isp.of('firmalife:food/pie_dough').copyOldestFood() - }) - - processorRecipe("pumpkin_pie_dough", 300, 16, { - circuit: 2, - itemInputs: ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour'], - itemOutputs: ['firmalife:food/pumpkin_pie_dough'], - fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemOutputProvider: TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood() - }) - - processorRecipe("raw_pumpkin_pie", 20, 8, { - itemInputs: ["firmalife:food/pumpkin_pie_dough", "firmalife:pie_pan"], - itemOutputs: ["firmalife:raw_pumpkin_pie"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pumpkin_pie").copyFood() - }) - - processorRecipe("cookie_dough", 300, 16, { - itemInputs: ['#tfc:sweetener', '#forge:eggs', 'firmalife:food/butter', '#tfc:foods/flour', "firmalife:spice/vanilla"], - itemOutputs: ['4x firmalife:food/cookie_dough'], - itemOutputProvider: TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood() - }) - - processorRecipe("chocolate_chip_cookie_dough", 300, 16, { - itemInputs: ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'], - itemOutputs: ['4x firmalife:food/chocolate_chip_cookie_dough'], - itemOutputProvider: TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood() - }) - - processorRecipe("hardtack_dough", 300, 16, { - itemInputs: ['tfc:powder/salt', '#tfc:foods/flour'], - itemOutputs: ['4x firmalife:food/hardtack_dough'], - fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemOutputProvider: TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood() - }) - - processorRecipe("yeast_starter", 1200, 8, { - circuit: 1, - fluidInputs: [Fluid.of('firmalife:yeast_starter', 100)], - fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], - itemInputs: ['#tfc:foods/flour'], - }) - - processorRecipe("yeast_starter_from_water", 7200, 8, { - circuit: 10, - fluidInputs: [Fluid.of('minecraft:water', 100)], - fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], - itemInputs: ['#tfc:foods/fruits'], - }) - - processorRecipe("cocoa_dust", 100, 4, { - itemInputs: ["firmalife:food/roasted_cocoa_beans"], - itemOutputs: ["gtceu:cocoa_dust"], - itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust") - }) - - processorRecipe("red_grapes", 50, 8, { - itemInputs: ["firmalife:food/red_grapes"], - itemOutputs: ["firmalife:food/smashed_red_grapes"], - itemOutputProvider: TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood() - }) - - processorRecipe("white_grapes", 50, 8, { - itemInputs: ["firmalife:food/white_grapes"], - itemOutputs: ["firmalife:food/smashed_white_grapes"], - itemOutputProvider: TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood() - }) - - processorRecipe("cured_maize", 300, 8, { - itemInputs: ["tfc:food/maize_grain"], - itemOutputs: ["firmalife:food/cured_maize"], - itemOutputProvider: TFC.isp.of('firmalife:food/cured_maize').copyOldestFood() - }) - - processorRecipe("soy_mixture", 300, 8, { - itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'], - itemOutputs: ["firmalife:food/soy_mixture"], - fluidInputs: [Fluid.of('minecraft:water', 50)], - itemOutputProvider: TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood(), - - }) - - // These don't need the ISP handling, they're just here to keep all the food recipes together - - event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') - .inputFluids(Fluid.of('water', 200)) - .itemInputs('1x tfc:olive_paste') - .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) - .duration(200) - .EUt(28) - - event.recipes.gtceu.distillery('tfg:tfc/olive_oil') - .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) - .outputFluids(Fluid.of('tfc:olive_oil', 50)) - .duration(600) - .EUt(28) - - event.recipes.gtceu.fermenter('soybean_oil') - .itemInputs('firmalife:food/soybean_paste') - .inputFluids(Fluid.of('minecraft:water', 100)) - .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) - .EUt(GTValues.VA[GTValues.ULV]) - .duration(600) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') - .inputFluids(Fluid.of('minecraft:milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') - .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') - .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) - .duration(2400) - .EUt(16) - - // GT cocoa dust compat - event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') - .itemInputs('gtceu:cocoa_dust') - .itemOutputs('4x firmalife:food/cocoa_powder') - .duration(100) - .EUt(2) - - event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') - .id(`tfg:quern/cocoa_powder`) - - event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') - .id('tfg:quern/cocoa_dust'); - - //#endregion - - event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') - event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') - event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') - event.replaceInput({id: 'gtceu:shaped/ev_food_processor'}, 'gtceu:ev_electric_piston', 'gtceu:titanium_whisk') - - event.replaceInput({id: 'gtceu:shaped/lv_food_oven'}, 'gtceu:lv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') -} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index 0f4bc7713..eec0f9d35 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -14,5 +14,4 @@ const registerTFGRecipes = (event) => { registerTFGSupportRecipes(event) registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) - registerTFGFoodRecipes(event) } \ No newline at end of file diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index 6bc9a7428..e0e9b6220 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -84,13 +84,6 @@ global.FIRMALIFE_ORE_MATERIALS = [ 'chromite' ]; -global.FIRMALIFE_JAMS = [ - "fig", - "pineapple", - "red_grapes", - "white_grapes" -] - global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/cocoa_sapling', fluid_amount: 8000, output: '3x firmalife:food/cocoa_beans', name: 'cocoa_beans' }, { input: 'firmalife:plant/fig_sapling', fluid_amount: 8000, output: '3x firmalife:food/fig', name: 'fig' }, @@ -101,20 +94,26 @@ global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/nightshade_bush', fluid_amount: 6000, output: '3x firmalife:food/nightshade_berry', name: 'nightshade' }, ]; -global.FIRMALIFE_COOKING_RECIPE_COMPONENTS = [ - { input: 'firmalife:food/white_chocolate_blend', output: 'firmalife:food/white_chocolate', name: 'white_chocolate' }, - { input: 'firmalife:food/dark_chocolate_blend', output: 'firmalife:food/dark_chocolate', name: 'dark_chocolate' }, - { input: 'firmalife:food/milk_chocolate_blend', output: 'firmalife:food/milk_chocolate', name: 'milk_chocolate' }, - { input: 'firmalife:food/raw_pizza', output: 'firmalife:food/cooked_pizza', name: 'cooked_pizza' }, - { input: 'firmalife:food/corn_tortilla', output: 'firmalife:food/taco_shell', name: 'taco_shell' }, - { input: 'firmalife:food/cookie_dough', output: 'firmalife:food/sugar_cookie', name: 'sugar_cookie' }, - { input: 'firmalife:food/chocolate_chip_cookie_dough', output: 'firmalife:food/chocolate_chip_cookie', name: 'chocolate_chip_cookie' }, - { input: 'firmalife:food/hardtack_dough', output: 'firmalife:food/hardtack', name: 'hardtack' }, - { input: 'firmalife:food/filled_pie', output: 'firmalife:food/cooked_pie', name: 'cooked_pie' }, - { input: 'firmalife:food/cocoa_beans', output: 'firmalife:food/roasted_cocoa_beans', name: 'roasted_cocoa_beans' }, - { input: 'firmalife:food/raw_pumpkin_pie', output: 'minecraft:pumpkin_pie', name: 'pumpkin_pie' }, - { input: 'tfc:food/soybean', output: 'firmalife:food/dehydrated_soybeans', name: 'dehydrated_soybeans' }, - { input: 'firmalife:food/raw_lasagna', output: 'firmalife:food/cooked_lasagna', name: 'cooked_lasagna' }, - { input: 'firmalife:food/bacon', output: 'firmalife:food/cooked_bacon', name: 'cooked_bacon' }, - { input: '#firmalife:foods/slices', output: 'firmalife:food/toast', name: 'toast' } -]; \ No newline at end of file +global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS = [ + { input: 'firmalife:food/nixtamal', output: '2x firmalife:food/masa_flour', name: 'masa_flour' }, +]; + +global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_flour', output: '4x firmalife:food/barley_dough', name: 'firmalife_barley_dough' }, + { input: 'tfc:food/maize_flour', output: '4x firmalife:food/maize_dough', name: 'firmalife_maize_dough' }, + { input: 'tfc:food/oat_flour', output: '4x firmalife:food/oat_dough', name: 'firmalife_oat_dough' }, + { input: 'tfc:food/rye_flour', output: '4x firmalife:food/rye_dough', name: 'firmalife_rye_dough' }, + { input: 'tfc:food/rice_flour', output: '4x firmalife:food/rice_dough', name: 'firmalife_rice_dough' }, + { input: 'tfc:food/wheat_flour', output: '4x firmalife:food/wheat_dough', name: 'firmalife_wheat_dough' }, + { input: 'firmalife:food/masa_flour', output: '2x firmalife:food/masa', name: 'firmalife_masa' }, +]; + +global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_dough', output: 'firmalife:food/barley_flatbread', name: 'barley_flatbread' }, + { input: 'tfc:food/maize_dough', output: 'firmalife:food/maize_flatbread', name: 'maize_flatbread' }, + { input: 'tfc:food/oat_dough', output: 'firmalife:food/oat_flatbread', name: 'oat_flatbread' }, + { input: 'tfc:food/rye_dough', output: 'firmalife:food/rye_flatbread', name: 'rye_flatbread' }, + { input: 'tfc:food/rice_dough', output: 'firmalife:food/rice_flatbread', name: 'rice_flatbread' }, + { input: 'tfc:food/wheat_dough', output: 'firmalife:food/wheat_flatbread', name: 'wheat_flatbread' }, + { input: 'firmalife:food/masa', output: 'firmalife:food/corn_tortilla', name: 'corn_tortilla' }, +]; diff --git a/kubejs/startup_scripts/gtceu/machines.js b/kubejs/startup_scripts/gtceu/machines.js index 21cb9ddfd..936294408 100644 --- a/kubejs/startup_scripts/gtceu/machines.js +++ b/kubejs/startup_scripts/gtceu/machines.js @@ -1,5 +1,7 @@ // priority: 0 +//#region Greenhouse + const registerGTCEuMachines = (event) => { GTMachineUtils.registerCrate(GTMaterials.BismuthBronze, 54, "Bismuth Bronze Crate"); @@ -10,6 +12,66 @@ const registerGTCEuMachines = (event) => { const $SteamMulti = Java.loadClass('com.gregtechceu.gtceu.common.machine.multiblock.steam.SteamParallelMultiblockMachine'); const $Tags = Java.loadClass("dev.latvian.mods.kubejs.util.Tags") + event.create('greenhouse', 'multiblock') + .rotationState(RotationState.NON_Y_AXIS) + .recipeType('greenhouse') + .recipeModifiers([GTRecipeModifiers.OC_PERFECT]) + .appearanceBlock(GTBlocks.CASING_STEEL_SOLID) + .pattern(definition => FactoryBlockPattern.start() + .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "FFFFFFF") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CCCYCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .where('X', Predicates.blocks('ae2:quartz_glass')) + .where('F', Predicates.frames('steel')) + .where('D', Predicates.blocks('tfc:grass/silt') + .or(Predicates.blocks('tfc:dirt/loam')) + .or(Predicates.blocks('tfc:dirt/sandy_loam')) + .or(Predicates.blocks('tfc:dirt/silty_loam')) + .or(Predicates.blocks('tfc:grass/silt')) + .or(Predicates.blocks('tfc:grass/loam')) + .or(Predicates.blocks('tfc:grass/sandy_loam')) + .or(Predicates.blocks('tfc:grass/silty_loam'))) + .where('C', Predicates.blocks('gtceu:steel_machine_casing').or(Predicates.autoAbilities(definition.getRecipeTypes()))) + .where('#', Predicates.air() + .or(Predicates.blockTag($Tags.block("minecraft:logs"))) + .or(Predicates.blockTag($Tags.block("minecraft:leaves")))) + .where(' ', Predicates.any()) + .where('Y', Predicates.controller(Predicates.blocks(definition.get()))) + .build() + ) + .shapeInfo(controller => MultiblockShapeInfo.builder() + .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "F##W##F", "F##W##F", "F##W##F", "F#LWL#F", "F#LWL#F", "F#LLL#F", "F#####F", "FFFFFFF") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CitYfeC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .where('Y', controller, Direction.SOUTH) + .where('C', GTBlocks.STEEL_HULL.get()) + .where('D', Block.getBlock('tfc:grass/silt')) + .where('F', Block.getBlock('gtceu:steel_frame')) + .where('X', Block.getBlock('ae2:quartz_glass')) + .where('W', Block.getBlock('tfc:wood/log/oak')) + .where('L', Block.getBlock('tfc:wood/leaves/oak')) + .where(' ', Block.getBlock('minecraft:air')) + .where('i', GTMachines.ITEM_IMPORT_BUS[GTValues.ULV], Direction.SOUTH) + .where('t', GTMachines.ITEM_EXPORT_BUS[GTValues.ULV], Direction.SOUTH) + .where('f', GTMachines.FLUID_IMPORT_HATCH[GTValues.ULV], Direction.SOUTH) + .where('e', GTMachines.ENERGY_INPUT_HATCH[GTValues.LV], Direction.SOUTH) + .build() + ) + .workableCasingRenderer( + 'gtceu:block/casings/solid/machine_casing_solid_steel', + 'gtceu:block/multiblock/implosion_compressor', false + ) + + //#endregion + //#region Nether Dome event.create('nether_dome', 'multiblock') diff --git a/kubejs/startup_scripts/gtceu/recipe_types.js b/kubejs/startup_scripts/gtceu/recipe_types.js index 979ef3a46..7ba54d0be 100644 --- a/kubejs/startup_scripts/gtceu/recipe_types.js +++ b/kubejs/startup_scripts/gtceu/recipe_types.js @@ -1,6 +1,13 @@ // priority: 0 const registerGTCEuRecipeTypes = (event) => { + event.create('greenhouse') + .category('greenhouse') + .setEUIO('in') + .setMaxIOSize(3, 4, 1, 0) + .setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT) + .setSound(GTSoundEntries.BATH) + event.create('nether_dome') .category('nether_dome') .setEUIO('in') diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index d7f2c995e..ce425b1ff 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -852,7 +852,7 @@ global.TFC_BATCH_TO_BOTTLE_ASSEMBLING_RECIPE_COMPONENTS = [ { input: 'tfc:volcanic_glass_batch', output: 'tfc:volcanic_glass_bottle', name: 'volcanic_glass_bottle' }, ]; -global.TFC_MEAT_RECIPE_COMPONENTS = [ +global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS = [ { input: 'tfc:food/horse_meat', output: 'tfc:food/cooked_horse_meat', name: 'cooked_horse_meat' }, { input: 'tfc:food/bear', output: 'tfc:food/cooked_bear', name: 'cooked_bear' }, { input: 'tfc:food/mutton', output: 'tfc:food/cooked_mutton', name: 'cooked_mutton' }, @@ -924,39 +924,41 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ { input: 'firmalife:ore/small_chromite', output: 'gtceu:small_chromite_dust', name: 'chromite' } ]; -global.TFC_GRAINS = [ - "barley", - "maize", - "oat", - "rye", - "rice", - "wheat", -] +global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley', output: 'tfc:food/barley_grain', name: 'barley_grain' }, + { input: 'tfc:food/maize', output: 'tfc:food/maize_grain', name: 'maize_grain' }, + { input: 'tfc:food/oat', output: 'tfc:food/oat_grain', name: 'oat_grain' }, + { input: 'tfc:food/rye', output: 'tfc:food/rye_grain', name: 'rye_grain' }, + { input: 'tfc:food/rice', output: 'tfc:food/rice_grain', name: 'rice_grain' }, + { input: 'tfc:food/wheat', output: 'tfc:food/wheat_grain', name: 'wheat_grain' }, +]; -global.TFC_JAMS = [ - "blackberry", - "blueberry", - "bunchberry", - "cloudberry", - "cranberry", - "elderberry", - "gooseberry", - "raspberry", - "snowberry", - "strawberry", - "wintergreen_berry", - "banana", - "cherry", - "green_apple", - "lemon", - "olive", - "orange", - "peach", - "plum", - "red_apple", - "pumpkin_chunks", - "melon_slice", -] +global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_grain', output: '2x tfc:food/barley_flour', name: 'barley_flour' }, + { input: 'tfc:food/maize_grain', output: '2x tfc:food/maize_flour', name: 'maize_flour' }, + { input: 'tfc:food/oat_grain', output: '2x tfc:food/oat_flour', name: 'oat_flour' }, + { input: 'tfc:food/rye_grain', output: '2x tfc:food/rye_flour', name: 'rye_flour' }, + { input: 'tfc:food/rice_grain', output: '2x tfc:food/rice_flour', name: 'rice_flour' }, + { input: 'tfc:food/wheat_grain', output: '2x tfc:food/wheat_flour', name: 'wheat_flour' }, +]; + +global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_flour', output: '2x tfc:food/barley_dough', name: 'tfc_barley_dough' }, + { input: 'tfc:food/maize_flour', output: '2x tfc:food/maize_dough', name: 'tfc_maize_dough' }, + { input: 'tfc:food/oat_flour', output: '2x tfc:food/oat_dough', name: 'tfc_oat_dough' }, + { input: 'tfc:food/rye_flour', output: '2x tfc:food/rye_dough', name: 'tfc_rye_dough' }, + { input: 'tfc:food/rice_flour', output: '2x tfc:food/rice_dough', name: 'tfc_rice_dough' }, + { input: 'tfc:food/wheat_flour', output: '2x tfc:food/wheat_dough', name: 'tfc_wheat_dough' }, +]; + +global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS = [ + { input: 'firmalife:food/barley_dough', output: 'tfc:food/barley_bread', name: 'barley_bread' }, + { input: 'firmalife:food/maize_dough', output: 'tfc:food/maize_bread', name: 'maize_bread' }, + { input: 'firmalife:food/oat_dough', output: 'tfc:food/oat_bread', name: 'oat_bread' }, + { input: 'firmalife:food/rye_dough', output: 'tfc:food/rye_bread', name: 'rye_bread' }, + { input: 'firmalife:food/rice_dough', output: 'tfc:food/rice_bread', name: 'rice_bread' }, + { input: 'firmalife:food/wheat_dough', output: 'tfc:food/wheat_bread', name: 'wheat_bread' }, +]; global.TFC_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'tfc:plant/cherry_sapling', fluid_amount: 8000, output: '32x tfc:food/cherry', name: 'cherry' }, @@ -1014,14 +1016,7 @@ global.TFC_MILKS = [ {id: 'minecraft:milk'}, {id: 'firmalife:yak_milk'}, {id: 'firmalife:goat_milk'}, - // Uncomment this if firmalife ever makes this obtainable - //{id: 'firmalife:coconut_milk'}, -]; - -global.TFC_CURDS_AND_CHEESES = [ - { id: 'milk', input_fluid: 'tfc:curdled_milk', curd: 'firmalife:food/milk_curd', cheese1: 'gouda', cheese2: 'cheddar' }, - { id: 'yak', input_fluid: 'firmalife:curdled_yak_milk', curd: 'firmalife:food/yak_curd', cheese1: 'shosha', cheese2: 'rajya_metok' }, - { id: 'goat', input_fluid: 'firmalife:curdled_goat_milk', curd: 'firmalife:food/goat_curd', cheese1: 'feta', cheese2: 'chevre' }, + {id: 'firmalife:coconut_milk'}, ]; global.TFC_ALCOHOL = [ From 2e5295614c4236501a929f6d0bcdace045fc77c2 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:56:25 -0500 Subject: [PATCH 165/246] Revert "merge" --- CHANGELOG.md | 6 - .../quests/chapters/lv__low_voltage.snbt | 2 +- .../quests/chapters/ore_processing.snbt | 99 ++- .../quests/chapters/questsmetallurgy.snbt | 323 +++++---- .../quests/chapters/questsstoneage.snbt | 1 - .../quests/chapters/queststfc_tips.snbt | 75 +-- config/tfchotornot-common.toml | 2 +- kubejs/assets/gtceu/lang/en_us.json | 2 - .../machines/food_oven/overlay_front.png | Bin 248 -> 0 bytes .../food_oven/overlay_front_active.png | Bin 292 -> 0 bytes .../overlay_front_active_emissive.png | Bin 241 -> 0 bytes .../food_oven/overlay_front_emissive.png | Bin 149 -> 0 bytes .../machines/food_processor/overlay_back.png | Bin 75 -> 0 bytes .../food_processor/overlay_back_active.png | Bin 75 -> 0 bytes .../overlay_back_active.png.mcmeta | 5 - .../machines/food_processor/overlay_front.png | Bin 380 -> 0 bytes .../food_processor/overlay_front_active.png | Bin 919 -> 0 bytes .../overlay_front_active.png.mcmeta | 5 - .../overlay_front_active_emissive.png | Bin 659 -> 0 bytes .../overlay_front_active_emissive.png.mcmeta | 5 - .../food_processor/overlay_front_emissive.png | Bin 149 -> 0 bytes .../machines/food_processor/overlay_side.png | Bin 334 -> 0 bytes .../food_processor/overlay_side_active.png | Bin 683 -> 0 bytes .../overlay_side_active.png.mcmeta | 5 - .../machines/food_processor/overlay_top.png | Bin 348 -> 0 bytes .../food_processor/overlay_top_active.png | Bin 542 -> 0 bytes .../overlay_top_active.png.mcmeta | 5 - .../food_refrigerator/overlay_back.png | Bin 592 -> 0 bytes .../food_refrigerator/overlay_back_active.png | Bin 504 -> 0 bytes .../overlay_back_active.png.mcmeta | 5 - .../overlay_back_active_emissive.png | Bin 184 -> 0 bytes .../overlay_back_active_emissive.png.mcmeta | 5 - .../overlay_back_active_emissive_ref.gif | Bin 785 -> 0 bytes .../overlay_back_active_ref.gif | Bin 4697 -> 0 bytes .../food_refrigerator/overlay_bottom.png | Bin 75 -> 0 bytes .../food_refrigerator/overlay_front.png | Bin 350 -> 0 bytes .../overlay_front_active.png | Bin 364 -> 0 bytes .../food_refrigerator/overlay_side.png | Bin 361 -> 0 bytes .../food_refrigerator/overlay_top.png | Bin 250 -> 0 bytes .../tfc/textures/block/metal/block/zinc.png | Bin 309 -> 0 bytes .../tfc/textures/block/metal/smooth/zinc.png | Bin 313 -> 0 bytes kubejs/assets/tfg/lang/en_us.json | 37 +- kubejs/client_scripts/tooltips.js | 5 +- kubejs/server_scripts/create/recipes.js | 1 - kubejs/server_scripts/firmalife/recipes.js | 311 ++++++++- .../server_scripts/greate/recipes.removes.js | 1 - .../gregtech/recipes.machines.js | 12 + .../gregtech/recipes.materials.js | 6 +- kubejs/server_scripts/minecraft/recipes.js | 1 - kubejs/server_scripts/minecraft/tags.js | 1 - kubejs/server_scripts/tfc/data.js | 1 - kubejs/server_scripts/tfc/recipes.js | 47 ++ kubejs/server_scripts/tfc/recipes.machines.js | 165 ++++- .../server_scripts/tfc/recipes.materials.js | 9 - kubejs/server_scripts/tfclunchbox/recipes.js | 4 +- kubejs/server_scripts/tfg/recipes.food.js | 620 ------------------ kubejs/server_scripts/tfg/recipes.js | 1 - kubejs/server_scripts/tfg/recipes.rocks.js | 2 +- .../vintage_improvements/recipes.js | 11 - kubejs/startup_scripts/ae2/tag_prefixes.js | 6 +- kubejs/startup_scripts/create/constants.js | 4 + kubejs/startup_scripts/firmalife/constants.js | 47 +- kubejs/startup_scripts/gtceu/machines.js | 62 ++ kubejs/startup_scripts/gtceu/materials.js | 2 +- kubejs/startup_scripts/gtceu/recipe_types.js | 7 + kubejs/startup_scripts/tfc/constants.js | 77 +-- 66 files changed, 898 insertions(+), 1087 deletions(-) delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_ref.gif delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_top.png delete mode 100644 kubejs/assets/tfc/textures/block/metal/block/zinc.png delete mode 100644 kubejs/assets/tfc/textures/block/metal/smooth/zinc.png delete mode 100644 kubejs/server_scripts/tfg/recipes.food.js diff --git a/CHANGELOG.md b/CHANGELOG.md index ad564e5c8..ebb94f903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,7 @@ ## [Unreleased] ### New features ### Bug fixes -- Fixed double ingots not having a temperature (#1165) @Pyritie -- Removed a few recipes that had unobtainable create-related materials @Pyritie -- Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie ### Changes -- Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie -- Lowered durability of wooden tongs @Pyritie -- Streamlined the Metallurgy Age quest chapter a bit @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 99169a273..425ba06f9 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -1401,7 +1401,7 @@ subtitle: "{quests.low_voltage.lv_greenhouse.subtitle}" tasks: [{ id: "3EB01235ED295080" - item: "tfg:electric_greenhouse" + item: "gtceu:greenhouse" type: "item" }] title: "{quests.low_voltage.lv_greenhouse.title}" diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 8beaa52b5..75f89f6bc 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -48,16 +48,6 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.crushed_ores.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:crushed_copper_ore" - } id: "28419A1010EEE93A" subtitle: "{quests.ore_proc.crushed_ores.subtitle}" tasks: [ @@ -233,7 +223,6 @@ description: ["{quests.ore_proc.mercury.desc}"] id: "68AC3E2C9093FCFE" optional: true - shape: "heart" subtitle: "{quests.ore_proc.mercury.subtitle}" tasks: [ { @@ -284,7 +273,6 @@ description: ["{quests.ore_proc.sodium_ores.desc}"] id: "0502E478E27D4B73" optional: true - shape: "heart" subtitle: "{quests.ore_proc.sodium_ores.subtitle}" tasks: [ { @@ -315,29 +303,26 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.purified_ores.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "create:crushed_raw_copper" - } id: "544EA7FF98FDCFB7" subtitle: "{quests.ore_proc.purified_ores.subtitle}" - tasks: [{ - id: "4C6F60AC9C803D7B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" + tasks: [ + { + id: "4C6F60AC9C803D7B" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" + } } + optional_task: true + type: "item" } - type: "item" - }] + { + id: "3C194AEB554DA4CA" + type: "checkmark" + } + ] title: "{quests.ore_proc.purified_ores.title}" x: 0.5d y: -0.5d @@ -355,6 +340,12 @@ optional_task: true type: "item" } + { + id: "0373F4E380F2A0BC" + item: "gtceu:indium_concentrate_bucket" + optional_task: true + type: "item" + } { id: "246799A19B9A47B6" item: { @@ -377,15 +368,8 @@ type: "item" } { - id: "475C90F0EA16C2F9" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "only_one(item(gtceu:indium_concentrate_bucket)nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"gtceu:indium_concentrate\"}}))" - } - } - type: "item" + id: "52FCA464BD827E37" + type: "checkmark" } ] title: "{quests.ore_proc.indium.title}" @@ -643,30 +627,25 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.dust_processed.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:copper_dust" - } id: "22C1D541452D4AD4" - size: 1.5d subtitle: "{quests.ore_proc.dust_processed.subtitle}" - tasks: [{ - id: "3EA3BABECE52085B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" + tasks: [ + { + id: "3EA3BABECE52085B" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" + } } + type: "item" } - type: "item" - }] + { + id: "1A1B2762EFD6C6B0" + type: "checkmark" + } + ] title: "{quests.ore_proc.dust_processed.title}" x: 0.5d y: 3.5d diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index fa48fa874..377b568d0 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -31,21 +31,10 @@ y: -34.0d } { - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/lamp/blue_steel" - } id: "227B6C88FFE99435" linked_quest: "4EBABACAB444244D" - shape: "heart" x: 16.5d - y: -24.5d + y: -23.0d } { id: "19CF6D922179DFF9" @@ -69,7 +58,7 @@ }] title: "{quests.metal_age.this_is_a_bucket.title}" x: 13.5d - y: -26.0d + y: -24.5d } { dependencies: ["56CA2EB7812529C5"] @@ -93,7 +82,7 @@ ] title: "{quests.metal_age.redblu_buckets.title}" x: 16.5d - y: -26.0d + y: -24.5d } { dependencies: ["7E0239E9CC73F09F"] @@ -109,11 +98,11 @@ weak_nbt_match: true }] title: "{quests.metal_age.black_steel_anvil.title}" - x: 26.5d - y: -26.0d + x: 27.5d + y: -24.5d } { - dependencies: ["5996A3A0D475B8A6"] + dependencies: ["4310B619B57276ED"] description: ["{quests.metal_age.steel_anvil.desc}"] id: "04DE7C58F20B535A" shape: "octagon" @@ -126,11 +115,11 @@ weak_nbt_match: true }] title: "{quests.metal_age.steel_anvil.title}" - x: 26.5d + x: 27.5d y: -32.0d } { - dependencies: ["0A92F5C4BB6AF972"] + dependencies: ["358571B6E692F198"] description: ["{quests.metal_age.wrought_iron_anvil.desc}"] id: "174DA15847665CF8" shape: "octagon" @@ -274,10 +263,29 @@ y: -32.0d } { + dependencies: [ + "0A92F5C4BB6AF972" + "021D3DEEB15A3D17" + ] + dependency_requirement: "one_completed" + description: ["{quests.metal_age.weld_wrought_iron_ingots.desc}"] + id: "358571B6E692F198" + subtitle: "{quests.metal_age.weld_wrought_iron_ingots.subtitle}" + tasks: [{ + id: "05AD17F66DFE3C56" + item: "gtceu:wrought_iron_double_ingot" + type: "item" + weak_nbt_match: true + }] + title: "{quests.metal_age.weld_wrought_iron_ingots.title}" + x: 7.0d + y: -32.0d + } + { + dependencies: ["48A8E3210B2BAE1C"] description: ["{quests.metal_age.bellows.desc}"] hide_dependency_lines: true id: "021D3DEEB15A3D17" - shape: "rsquare" subtitle: "{quests.metal_age.bellows.subtitle}" tasks: [{ id: "588EB07E980386F9" @@ -289,12 +297,31 @@ y: -34.0d } { - dependencies: ["5A936E9BCF30AA3D"] + dependencies: ["5996A3A0D475B8A6"] + dependency_requirement: "one_completed" + description: ["{quests.metal_age.weld_steel_ingots.desc}"] + id: "4310B619B57276ED" + subtitle: "{quests.metal_age.weld_steel_ingots.subtitle}" + tasks: [{ + id: "0EDB1D851E198274" + item: "gtceu:steel_double_ingot" + type: "item" + weak_nbt_match: true + }] + title: "{quests.metal_age.weld_steel_ingots.title}" + x: 25.5d + y: -32.0d + } + { + dependencies: [ + "061116CF508D54F6" + "68B7D07D57A103BE" + ] dependency_requirement: "one_completed" description: ["{quests.metal_age.kaolin_clay.desc}"] id: "72F1C122FC26229C" shape: "octagon" - size: 2.0d + size: 3.0d subtitle: "{quests.metal_age.kaolin_clay.subtitle}" tasks: [{ id: "673D38EB62FFD65F" @@ -312,8 +339,8 @@ weak_nbt_match: true }] title: "{quests.metal_age.kaolin_clay.title}" - x: 14.0d - y: -33.0d + x: 13.5d + y: -36.0d } { dependencies: ["5A936E9BCF30AA3D"] @@ -322,24 +349,25 @@ icon: "tfc:ore/graphite/gabbro" id: "53E1383F12EC6765" optional: true - shape: "diamond" subtitle: "{quests.metal_age.overworld_graphite.subtitle}" tasks: [{ id: "25A552657AFA7BC2" type: "checkmark" }] title: "{quests.metal_age.overworld_graphite.title}" - x: 11.0d + x: 13.0d y: -30.5d } { - dependencies: ["5A936E9BCF30AA3D"] + dependencies: [ + "53E1383F12EC6765" + "2DB82986FE176CD7" + ] dependency_requirement: "one_completed" description: ["{quests.metal_age.graphite.desc}"] - icon: "tfc:powder/graphite" id: "31CE13462759950C" shape: "octagon" - size: 2.0d + size: 3.0d subtitle: "{quests.metal_age.graphite.subtitle}" tasks: [{ id: "6B0C9D862BFD27BC" @@ -354,13 +382,14 @@ type: "item" }] title: "{quests.metal_age.graphite.title}" - x: 14.0d - y: -31.0d + x: 13.5d + y: -28.5d } { dependencies: [ "72F1C122FC26229C" "31CE13462759950C" + "5A936E9BCF30AA3D" ] description: ["{quests.metal_age.fire_clay.desc}"] id: "2C76EE197C14B0DC" @@ -374,7 +403,7 @@ weak_nbt_match: true }] title: "{quests.metal_age.fire_clay.title}" - x: 17.0d + x: 17.5d y: -32.0d } { @@ -437,7 +466,6 @@ description: ["{quests.metal_age.beneath_kaolin.desc}"] id: "061116CF508D54F6" optional: true - shape: "diamond" subtitle: "{quests.metal_age.beneath_kaolin.subtitle}" tasks: [ { @@ -464,7 +492,7 @@ } ] title: "{quests.metal_age.beneath_kaolin.title}" - x: 12.0d + x: 14.0d y: -33.5d } { @@ -568,7 +596,7 @@ } ] title: "{quests.metal_age.fire_clay_products.title}" - x: 17.0d + x: 17.5d y: -34.0d } { @@ -638,14 +666,12 @@ }] title: "{quests.metal_age.red_blu.title}" x: 24.0d - y: -26.0d + y: -24.5d } { dependencies: ["56CA2EB7812529C5"] description: ["{quests.metal_age.red_steel_flask.desc}"] id: "30D49878F3CEB08A" - optional: true - shape: "heart" subtitle: "{quests.metal_age.red_steel_flask.subtitle}" tasks: [{ id: "7394672B4D19B0B2" @@ -654,7 +680,7 @@ }] title: "{quests.metal_age.red_steel_flask.title}" x: 16.5d - y: -27.5d + y: -26.0d } { dependencies: [ @@ -680,7 +706,7 @@ }] title: "{quests.metal_age.redblu_anvil.title}" x: 18.5d - y: -26.0d + y: -24.5d } { dependencies: ["3C173357029AB649"] @@ -724,15 +750,13 @@ type: "checkmark" }] title: "{quests.metal_age.fire_clay_ingredients.title}" - x: 11.5d + x: 13.5d y: -32.0d } { dependencies: ["5A936E9BCF30AA3D"] description: ["{quests.metal_age.beneath_graphite.desc}"] id: "2DB82986FE176CD7" - optional: true - shape: "diamond" subtitle: "{quests.metal_age.beneath_graphite.subtitle}" tasks: [ { @@ -752,7 +776,7 @@ } ] title: "{quests.metal_age.beneath_graphite.title}" - x: 12.0d + x: 14.0d y: -30.5d } { @@ -760,8 +784,6 @@ description: ["{quests.metal_age.overworld_kaolin.desc}"] icon: "tfc:plant/tree_fern" id: "68B7D07D57A103BE" - optional: true - shape: "diamond" subtitle: "{quests.metal_age.overworld_kaolin.subtitle}" tasks: [{ id: "14DF5B1544AB9BA9" @@ -769,7 +791,7 @@ type: "checkmark" }] title: "{quests.metal_age.overworld_kaolin.title}" - x: 11.0d + x: 13.0d y: -33.5d } { @@ -791,8 +813,8 @@ weak_nbt_match: true }] title: "{quests.metal_age.blast_furnace_fuel.title}" - x: 20.5d - y: -32.0d + x: 23.5d + y: -30.0d } { dependencies: ["04DE7C58F20B535A"] @@ -806,8 +828,8 @@ type: "checkmark" }] title: "{quests.metal_age.steel_goodies.title}" - x: 26.5d - y: -34.0d + x: 29.5d + y: -30.0d } { dependencies: ["52DAF93E2F3D688A"] @@ -823,8 +845,8 @@ type: "checkmark" }] title: "{quests.metal_age.black_steel_goodies.title}" - x: 26.5d - y: -23.5d + x: 25.5d + y: -22.5d } { dependencies: [ @@ -832,16 +854,6 @@ "04DE7C58F20B535A" ] description: ["{quests.metal_age.highcarb_black_steel.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/ingot/black_steel" - } id: "7E0239E9CC73F09F" subtitle: "{quests.metal_age.highcarb_black_steel.subtitle}" tasks: [ @@ -875,22 +887,12 @@ } ] title: "{quests.metal_age.highcarb_black_steel.title}" - x: 26.5d + x: 27.5d y: -30.0d } { dependencies: ["5996A3A0D475B8A6"] description: ["{quests.metal_age.weak_steel.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/ingot/weak_steel" - } id: "1CE0FF455668C145" subtitle: "{quests.metal_age.weak_steel.subtitle}" tasks: [ @@ -898,60 +900,53 @@ id: "543388DB123E7328" item: { Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:nickel_ingot)item(gtceu:nickel_dust))" + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:nickel_ingot" } - title: "{quests.metal_age.weak_steel.task1}" type: "item" - weak_nbt_match: true } { count: 2L id: "7F829BA244BC77D5" item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" + Count: 2 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:steel_ingot" } - title: "{quests.metal_age.weak_steel.task2}" type: "item" - weak_nbt_match: true } { id: "3271DD5653C52CAB" item: { Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:black_bronze_ingot)item(gtceu:black_bronze_dust))" + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:black_bronze_ingot" } - title: "{quests.metal_age.weak_steel.task3}" type: "item" - weak_nbt_match: true } ] title: "{quests.metal_age.weak_steel.title}" - x: 23.5d + x: 25.5d y: -30.0d } { dependencies: ["27FF92982A24BC4E"] description: ["{quests.metal_age.highcarb_red_steel.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/ingot/red_steel" - } id: "5088768AAA28FCBA" subtitle: "{quests.metal_age.highcarb_red_steel.subtitle}" tasks: [ @@ -986,21 +981,11 @@ ] title: "{quests.metal_age.highcarb_red_steel.title}" x: 20.5d - y: -27.0d + y: -25.5d } { dependencies: ["5792DDAA82895E67"] description: ["{quests.metal_age.weak_red_steel.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/ingot/weak_red_steel" - } id: "27FF92982A24BC4E" subtitle: "{quests.metal_age.weak_red_steel.subtitle}" tasks: [ @@ -1008,70 +993,68 @@ id: "2A22B3EA8DC577CE" item: { Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(create:brass_ingot)item(gtceu:brass_dust))" + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "create:brass_ingot" } - title: "{quests.metal_age.weak_red_steel.brass}" type: "item" } { count: 2L id: "2F0648CE3D1723DF" item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" + Count: 2 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:steel_ingot" } - title: "{quests.metal_age.weak_red_steel.steel}" type: "item" } { id: "47F346E1C0F41655" item: { Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:rose_gold_ingot)item(gtceu:rose_gold_dust))" + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:rose_gold_ingot" } - title: "{quests.metal_age.weak_red_steel.rose_gold}" type: "item" } { count: 4L id: "21434FAAA69D5BE0" item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(tfc:metal/ingot/black_steel)item(gtceu:black_steel_dust))" + Count: 4 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "tfc:metal/ingot/black_steel" } - title: "{quests.metal_age.weak_red_steel.black_steel}" type: "item" } ] title: "{quests.metal_age.weak_red_steel.title}" x: 22.0d - y: -27.0d + y: -25.5d } { dependencies: ["5792DDAA82895E67"] description: ["{quests.metal_age.weak_blu_steel.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/ingot/weak_blue_steel" - } id: "64F8A358EC3FEF45" subtitle: "{quests.metal_age.weak_blu_steel.subtitle}" tasks: [ @@ -1079,70 +1062,68 @@ count: 2L id: "5331A323780B4B11" item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" + Count: 2 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:steel_ingot" } - title: "{quests.metal_age.weak_blue_steel.steel}" type: "item" } { count: 4L id: "2809FD951B82C54F" item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(tfc:metal/ingot/black_steel)item(gtceu:black_steel_dust))" + Count: 4 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "tfc:metal/ingot/black_steel" } - title: "{quests.metal_age.weak_blue_steel.black_steel}" type: "item" } { id: "401EC1A9FBC759B8" item: { Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:bismuth_bronze_ingot)item(gtceu:bismuth_bronze_dust))" + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:bismuth_bronze_ingot" } - title: "{quests.metal_age.weak_blue_steel.bismuth_bronze}" type: "item" } { id: "7350ECE723ABE8F4" item: { Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:sterling_silver_ingot)item(gtceu:sterling_silver_dust))" + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } } + id: "gtceu:sterling_silver_ingot" } - title: "{quests.metal_age.weak_blue_steel.sterling_silver}" type: "item" } ] title: "{quests.metal_age.weak_blu_steel.title}" x: 22.0d - y: -25.0d + y: -23.5d } { dependencies: ["64F8A358EC3FEF45"] description: ["{quests.metal_age.highcarb_blu_steel.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/ingot/blue_steel" - } id: "6D04BAC5B215F90F" subtitle: "{quests.metal_age.highcarb_blu_steel.subtitle}" tasks: [ @@ -1177,7 +1158,7 @@ ] title: "{quests.metal_age.highcarb_blu_steel.title}" x: 20.5d - y: -25.0d + y: -23.5d } { dependencies: ["3C173357029AB649"] diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index bc76b880a..eee6df727 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -684,7 +684,6 @@ tasks: [{ id: "5A6EF9EBF232601C" item: "gtceu:copper_double_ingot" - match_nbt: false type: "item" weak_nbt_match: true }] diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 2e0ca4253..a325d9661 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -1602,26 +1602,12 @@ ] dependency_requirement: "one_completed" description: ["{quests.tfg_tips.passive_preservation.desc}"] - disable_toast: true - icon: { - Count: 1 - ForgeCaps: { - Parent: { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:ceramic/vessel" - tag: { } - } id: "13F7066858E923FF" subtitle: "{quests.tfg_tips.passive_preservation.subtitle}" tasks: [{ - dimension: "minecraft:overworld" - icon: "gtceu:overworld_marker" - id: "5BAF5F5343C3E42A" - title: "{quests.stone_age.temperature.task}" - type: "dimension" + id: "54AAB9886964A160" + title: "{quests.tasktype.checkmark}" + type: "checkmark" }] title: "{quests.tfg_tips.passive_preservation.title}" x: 6.5d @@ -2250,7 +2236,10 @@ y: 9.5d } { - dependencies: ["2D959136A5FC5F46"] + dependencies: [ + "2D959136A5FC5F46" + "56CA2EB7812529C5" + ] description: ["{quests.tfg_tips.lamps.desc}"] id: "037CDA933FBE2CBE" subtitle: "{quests.tfg_tips.lamps.subtitle}" @@ -2288,8 +2277,8 @@ } ] title: "{quests.tfg_tips.lamps.title}" - x: -5.5d - y: 11.5d + x: -5.0d + y: 11.0d } { dependencies: [ @@ -2297,16 +2286,6 @@ "56CA2EB7812529C5" ] description: ["{quests.tfg_tips.lava_lamp.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "tfc:metal/lamp/blue_steel" - } id: "4EBABACAB444244D" optional: true shape: "heart" @@ -2333,8 +2312,8 @@ } ] title: "{quests.tfg_tips.lava_lamp.title}" - x: -5.5d - y: 13.0d + x: -5.0d + y: 12.5d } { dependencies: ["037CDA933FBE2CBE"] @@ -2354,8 +2333,8 @@ type: "item" }] title: "{quests.tfg_tips.creosote.title}" - x: -6.5d - y: 12.5d + x: -6.0d + y: 12.0d } { dependencies: ["037CDA933FBE2CBE"] @@ -2375,8 +2354,8 @@ type: "item" }] title: "{quests.tfg_tips.olive_oil.title}" - x: -4.5d - y: 12.5d + x: -4.0d + y: 12.0d } { dependencies: ["2D959136A5FC5F46"] @@ -3483,8 +3462,8 @@ type: "item" }] title: "{quests.tfg_tips.tallow.title}" - x: -7.0d - y: 11.5d + x: -6.5d + y: 11.0d } { dependencies: ["150B7C5CD152E1BA"] @@ -5397,26 +5376,6 @@ x: 7.5d y: -18.0d } - { - dependencies: ["037CDA933FBE2CBE"] - description: ["{quests.tfg_tips.glowstone_lamp.desc}"] - id: "61F58B402F1AE40B" - subtitle: "{quests.tfg_tips.glowstone_lamp.subtitle}" - tasks: [{ - id: "71D52011F8BE66F0" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "only_one(item(gtceu:glowstone_bucket)nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"gtceu:glowstone\"}}))" - } - } - type: "item" - }] - title: "{quests.tfg_tips.glowstone_lamp.title}" - x: -6.5d - y: 10.5d - } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" diff --git a/config/tfchotornot-common.toml b/config/tfchotornot-common.toml index e6e95be29..ed10d7c44 100644 --- a/config/tfchotornot-common.toml +++ b/config/tfchotornot-common.toml @@ -31,7 +31,7 @@ itemDamageTimeInterval = 60 #Durability for wooden tongs. #Range: > 0 - woodenTongsDurability = 100 + woodenTongsDurability = 250 #Durability for potholders. #Range: > 0 potholderDurability = 600 diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 7344697aa..111f851a5 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -15,8 +15,6 @@ "gtceu.end_dome": "Enderarium", "gtceu.greenhouse": "Electric Greenhouse", "gtceu.steam_bloomery": "Steam Bloomery", - "gtceu.food_oven": "Food Oven", - "gtceu.food_processor": "Food Processor", "item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp", "item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp", "item.gtceu.wood_dust": "Softwood Pulp", diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front.png deleted file mode 100644 index de1abfe728887db34f3c30f4eb6cbdf84aea2db9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 248 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=pRfOCesk7g%kUsC6VENz9_$s*Ka#Lk*U)X& zGl^t{mJ9bd8+R=X;P%pdl~;7`3S&rnHsc+m=DS~+ehY>fxU8A+jpyH7yCajc7I!^h y^^5*e@hwFlp-MczZ-Qe&X=T|r%jUZbF*6sLEe;D@a*lz4fx*+&&t;ucLK6UxJzFOL diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active.png deleted file mode 100644 index 5b9e6ea6739d56cd2a782cfb033e498966bbd628..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 292 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=;T#aA3K( z;KDJsgpJKI9XF_O}sGm5$oj>ITK{84j3@7g|t{oNIYraQDEC#$iTz= rK+4g9v&)g8-BG0dpaU}-8^f~WmispZs5mk(Ffe$!`njxgN@xNAnMh;s diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_active_emissive.png deleted file mode 100644 index 4da15531758294c4b06ac119be05b106f4ae87fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=xx>8|qk*Bo~qW;Jlm zv{>QOy~ZM^?&$~p!zbn|>^eAQA>%Q&i|*&*ESW;N*n9${m{)KVuP{ErDCxkH_LxC} q?SN@hgOErw17mZWPC^0$!=78})Aruf6=7gtVDNPHb6Mw<&;$SiH%_ns diff --git a/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_oven/overlay_front_emissive.png deleted file mode 100644 index c20a1c9810d77b74d42b9829129c1c640700e925..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta deleted file mode 100644 index dfae8cae1..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime":1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front.png deleted file mode 100644 index 21458b6d21a1d0fd86f72ab073571f8c56f023d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 380 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ojqL~Lo9laPTJUY$U(%l z|D1!u$~P?{!7N9P`E%Ux{HM^{J6~y=(zZH>RbP~va;v-#dUZE=%sS(6U_-RzoU5tg zI(x3peYo#%?S}`Kv+nw?zy5pIZ@=ZAjbcPxAM>|6b1(QSaUp7Rgw6*W{_~$F1Su_5 z;b1!V+&C(G%QdkpOe&s-YV6n(EM$zNdKq4P|IPbl`IF?gH*?wqnhbbu=9u}O_+Gn6 zBWZ7({n`xE6|Z+mmdUVRFP-V5HYL?_`)$>(Ma$XVE|))0DAOXKvGl|yo@Acgci)9x zVG9X8`nAfH!%^lq!`Xt^>oI!M|C@F^p0P=Xv#G)6yy3Bc(5v@(8T^(D|NbkN%yawg zHpvjLhr9GvUwvh|K!Yo9yEH@QtVz!;n-4N974g#SJFfir14Ba# z1H&%{28M%D}*&rlw|YZZ0h?y>;tW zCnqOsYwM_}sDlR&HZ?W5y1LGtJ2yW+f8xZ6?d|O;DJelgLA>ewECD7N6MPvM7$$tO zVP#-oU@Qsp3ubV5b|VeMN%D4gVd!9$^0}-^*;3Y z^mqU3%Y5>=mv#m6`%7;MpY-|2KfTQV1y`gbqf=gRw(XBU5O+WDs0*T3fe)A*5UxBl^)W9OZI{C!*bPki0! zZxywBMR)zP(m8GMZTY_68b@B2>@9m*|5q^FS?HgYxc*6GtA#?HO_FW$dyc#d-!nP@%4M}{Ws)4u-uWAQ4tm*m ziP>>Gdv&e%9c7V2n>qU3ejVoQkF2t=)PHwPe#zm(p8V=I&+ag{uz#q`yuJ8CmEQM; zGtEodr~T8Y@VTSh7xGGQdYas`M7dOc5jhF&mF!6enZMg6Ee!2vm{4_rZBj+c)AgPQ z+mEhOzBogSiM_Bt?YHt8`I~zJLyZG*>&@IN)`jGS8tNu-Rp1aWg zM`iRI{*a=5BHx0~{BAybTK2c5+3xvKa>75GP>Evn0b^1fUv_CaGooxL#vGUBP8BaI<{(bn<43LQE-^5Cv ziVN%93*#K#?n!xm+WA|5+4<>B$1hfPw|*82=x3LC#((H;%_`0Mh&cOC2iz-6YVLLY zwhy@TKk$pij{l2a{z?3Pct(5WjN|g38_aAsoxgwYIpZPcef6u3E7#34_*&5asX=(l zD@FVD=WNnGpV)W4p>oby=eql?l`=K*UJOS4M-EqiejwLslO}g(@y$Pppdin(`N!CN XK=*oC>AxKe3=9mOu6{1-oD!M14Ba# z1H&%{28M3NkF6pC!N~V}dUO14Ceq zxg-Mv17k^$UoeBivm0q3PLj8~3quF1tOo-F<4;c)$B>MBZ*S)IH7f|PCD`dPR52dl zUUBDt-t8kZH*#nFWxA>RxqFLm@|x}xES56i0lH63qqkFYgtQS9fi z-DUaZe)_3{8z=FdyQeMo)mmd+EdRVOKYI*Vzw=4j$n4;=S?B#O)BVGi#f)q^lMNmS z=FMPRBR#3Qgj??IM8!jm$IV`SUHIQFxc%GtyWf8Y+3kp{s@=P5&d&#x^FJT_{BK%6 zW6iIcXMf*l%;!Az`0txb@1I}#webGsdYfmDCs%*i!+kr+ZpVDh`Hi1E_s`#GfBNFO zXO~mnoZl*6cVhXs!)I6hE!dr9e`nn-{_U&39p;yluef)OTb}c2jJ{QT^|$jAE(^~s zcYYo_yGHKS`6m+(R4n;Fr7Zr&&${~$PyYCG{N@Q^+y5so)^k?5VdR9XtG=3kWj@&(_Q6p# REEts7JYD@<);T3K0RZ|lE{6aB diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta deleted file mode 100644 index 92cc62352..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_active_emissive.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime": 1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_front_emissive.png deleted file mode 100644 index c20a1c9810d77b74d42b9829129c1c640700e925..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png deleted file mode 100644 index 678e1b9bb4bd15fb486d5c6d42ef7815d3e13573..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 334 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZly zRc*Vw{CvYt1qDSN7BS~?S>Y*ej0&yO-``FC@#81AM6*frfye#v2TY6(WHERcZ)8}_ zs8I0vpfX!soSZ@3$8WL`Zw}uMPmq#KFlAU08SBV*rmd1Ojl=4|OQswLhX|fiP7I59 z3rtNLHw7@ZF)rA_W-0%KSAe0FQ73EzqX@HuCNGPFpQ*W7;)Q_A49Njs8jqy>tbCA_ j(C}!9&4q?WMh2&^K>{t(EAKKeFfe$!`njxgN@xNA5FU6o diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png deleted file mode 100644 index f2b3c4212bf3cb561d04212b7ed709c8d48a53b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 683 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU`XI#V_;wqx%g=T0|NtNage(c!@6@aFBupZ zSkfJR9T^xl_H+M9WMyDr;4JWnEM{Qf764(!waR--85o!xJY5_^BHZ6j-|NNfC~(|; z;|4>Iqyw9c9TzQ#I3nVd)os(X_WXn3A3WR4?3xzz_Nr~%c)?kivytVq>%Jpy7yew2 zEv_~f-zzgi;2rzvcQIw^n@^wpUzYLc%*lW4DMmjtCEB)>th%c8^mAoyZ(72~k1r*2 z*Xf>Cx9Xp2HdjVA%TFvt|A2k+$Ddzi-yTUSnRxbOd`Fma;>R;`clW$8HTbwMVu{~+ zeJQc#qUHKk+H06~wr#$uaj|T#!dgW>_KE*y&)8E@?D_Khtc;88@7J0{>t2jbRPJaw zyhX0RyKw#OrBgGeNPXS4;q3;#qMK`EULM#ed+lJH*3%h#=KGzV*mu}*X^c>HXrNB3 z)0T-I7ba(N-R^tFkS}#$zjD`+1jVTA4fQtM{O6p`2L7m<%FJZTu!dR3&FlR>yY9A) z(tPY*{Bc~Y6WKE)9?wj)+B~I~AwjW(fj3!iYU65V>k}93Uo)BuYMy;qu;2?r5SyfP z^9+_MgR?*ET+YrAv~{qmzZ2*Ay8H$Q!#kE&bq%|l)NLJ@9N8xXH2jXzj#1vQXy3K^ zYs`JkK5l&_GJFfzUwJWWGAG~VpCZOm^?@I13d7{};spyG_AV$oSiE3k44ofy`glX=O&z`&C3 z=KH*Wmc zzhsHZlyrbl_Ax8*dxZZ>u> zn|>~q?V3&HW4RR?S{DK?Cro(yJn@BJU(@auP90_zg>>cYX#!$NKYsk=p23zVu%qxb z+u_Ik@dvUJ8S)s68ZsT&ZX9u7Sj}kgA^CnMt5pHaP(|sT*I~?J0N@lb8-$y zmiL$EO&%G)eF1@Q7*;dt-`m%`Nq}Lt1jhkh234T|o90DaEDll*Gv-fcUneQntFYCe v!Bnwv5tlSW=CPR*5*n^7vANLD$jC79Vq({kNSs54@I14-?iy0WW1wojxJ|%u40|Vn`PZ!4!5AV0r3_T792(+1ja-Ru4O|7V_fT6DI=>TQ2h$m-BfHu@8UB`o?b z$K1QOwDY3kf4>Rs&&{oF-cq<;>N{`ef!XH#{+2&qCEVXH{Up0=-Z8e{nd!MFOD>(h z|EFQw;gj;cY^j?gr978b+$pbh^nXA9&zc0T8w!q-q85rt_^DZTm4Dw-UgFa~m8*R5 zLa`mXQ!QFv*35Hu)-{;maiK!Z`Soh;kQuXst4joCd6i>KHzRwfHQ2%`W9~|N8{{)yiAW=rS-cFnGH9xvXI2Biqv_2A32=g}6KyOjfYsniUu$)5SMerYY}{j>yvP2P%;)3uia8OcFaY zVMz;5r^kaSF}EW=7ajcK)HcVt%Dp@HYW~mt??2xAURPt2Y9X`h&+=b??HJyc%}&^V zKix)7n6G_e(4tjZ4+~~|tl)XDUiP@-l~2p4O4b@l9>J1zTW zm+!NAp7*q9TiEKkxq5p0jK6=&W7^yhFF$YR-u`}uj2fu~276g?#y8Aut1ei$T#)JQ z6VRNSdN#J(=7@=J&`OcDVckD}R@Rs8jx{qg+w`^S@8;LLzVp4S4HZc}&7V;tf8gM0 zhUcNI4cXJrF$(PcI^+Adsmou#eyv}%SB~Lnk>yH_Q`49xoPT~dZL_D+#06oi6D8Q@ z`n6}6cx}J^^z7AL*AE`G=SY*?Gq1FO%Tx37r;4U?o1WSIENq@TSC;4S0TbVn*yAR? zLY*vY!?-n5!#Ey_bRYd;U;5yrGK0jEd-Lu%>P;^$FE1B#`tkqXw%m}=qlGeZEZ%!2 zoy<`X*ik>Bd~eiRy`L|+xw*Id&pw%AbeQuOueFNGn!AebM;I6w7(8A5T-G@yGywny CwhgcV diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png deleted file mode 100644 index bcfd65feb106d41eb0f4fa5fdcd53f1085791eaa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 504 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV07SMW?*1wy22yCz`&r8>=ES4z)+>ez|hdb z!0?NKfuZ3A14F3+1H-EX1_rAc3=HB0b9M#VFfcHr1^9%xGB7ZF`t<3+g9kfz?!0m1 z#`*K-_wCzv?AWonbLXyFwQBkD<$Zm9_c8?KlJ+gNTAD;cBi^C@DKvbEgRc4|@TeSW!{R$58iVYc!?H;x^U%u#; zS9FL~_K22#NYMTKfQf%?$8nQ?52`9`9`q~qSN?p=IRDz`{WI(nit1PVJp3o|pF#Z$ z`!n+O6;u8iZvK0R<=={I`}BVmmzEoUZlB9;`?|mLTyq^m*|{a$zCmsZ3=9kmp00i_ I>zopr01T1VI{*Lx diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta deleted file mode 100644 index 92cc62352..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime": 1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png deleted file mode 100644 index 8e993ab9899163f3861209611777cb5330c63c40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV02(&W?*1Aks`8@fq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^COWH5!F`0pZLF&ma zHUYh7ML)4+aJXMNb#U5R22v2?{JS4lc}&sV>cdpWV(% jo918H6ZpBUxspMUk)KgKDKDCVfq}u()z4*}Q$iB}`2Z{6 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta deleted file mode 100644 index 92cc62352..000000000 --- a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime": 1 - } -} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif deleted file mode 100644 index 383a1c8002c2d2f4d21310d5d14f32fbeb1396d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmZ?wbhEHb6krfw_{abPf*zCQlJ+w&Fev_H;ba2Q|GE8KLxP$zt|?Jt#k9eJU3h*48#QHg>(J$wHA`5QNGJb3Wn)2B}$Td9Najnxp*GXeCRp)3u4BxBpbwt6UDY zP%E^NYp}BFGP?O{M~&b6oHsvuUFUYj>xhYpinKIkNfe3+aZB;`N(q!OG&YMgHHb5? z2yhk(vkSBFv+=N27uQc|6|LqJV965WWa44j%FjA!Rm-$Cf%S#lEbNC_*jPju7*9_+ zTjZDEmPLsY6s6|YuyD?`j;ewuljRrL&C*c9JU@V%V6o@auU(QWuc@mF=X1i)aXl~w|6-)d$_Y99b9;O7oKI{ HeF) diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_bottom.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7ggjjwLo9le6C_v{Cy4Yg caWF8j2rw|#`&RTZFfcH9y85}Sb4q9e0PjW)-2eap diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png deleted file mode 100644 index 01360c35a2eee48a62adb260c3d0b35dfaff2289..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7RXtrCLo9l?PTZK)93axR zpM~?5V@IPxislzaFZS97y~<{r=E=cwYT1qgpO}ui3oPHYlkL%i0{u9r$7$;Nvm#cs z{<&=Vea`>q|KHElTpFe3#KGtgC?es+F>BdD6W=9MBBr%w&NA_3Uhw+$*HcA1W%e*j z{9PLD6dKB~=6bg8K2f8tMG`k&dz8jL{%sfJb;;yt;hc*Wn~x?X_VO;$_+>ZOFGf#1 z=DI4+;pKsib&IE*%DMe**S`XbEewtVFZNpW-L^Rξ+0_un%ws!vb#oTPHIZ1>l^ zPT6zMjTvU2O|uB_N{xTNK6jGJ&5RrI2Jg8PS(dI@UeM0;|L9zYSpV{cpX>M8ZkN|T zx1@f?;o5(idS4{9m;Up4<$V8Vg-zD&-FMGP$JaB|G4yPk`s0smb_fFl1B0ilpUXO@ GgeCwh*qSQ< diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front_active.png deleted file mode 100644 index e10b0db21966d987c7f7d76e15b9077480672a6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 364 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7jXhl)Lo9l?1{!7^b`X$} zO!U*_nRbxl3d^SkfsQ{7Cchd#vrcxJD);zWg24;shw~Cbj^5qMwlrYlaapx}A=8y! zC`l%+Q3`&0@7yrRyBigh7#aka>;w-=FdvgxGKHgwp~p}nnc=|E=bt4nzufYf zkD+e&%Si#(O&JpG=39SSIzhkX#f@waFHIdWZV%0k_umV)CB84;^RYtai|Dr7Z?Au> zIP$W@NyPQUrZ?-t7tGCAd-`O`B$J<2d$%!ch*}$SKX3cy_QQ;uZ}L>mtFD{v<8pq^ zXCvRsPbS@1uu6-;LFV{=>kRSPM`N7lJ(s;0C@e71`m8|Dt&_TZ>$qz6?{(5NjbMp- z{ps=3i~H>F-ahM`Vfp;20=r9#|4;ME4({^SsMoVSb9YP@aebJhKmGKQ{eR^@Fzba+ WURm_2&6|ONfx*+&&t;ucLK6V3p`r!= diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_side.png deleted file mode 100644 index 1161e23a981427087869a2d3f725bace3a7a05d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74Ln^OLo9liPO$er93XPE zUN^Hw((9y(g@r{*Q9;(UU#yST$uH#ad$+V>b@${4ZyxDzyo)uG5O=+F(6K_mNM+el z6OW~Oz9)>E)>lmb{ce8oJ=^7mGkvD5k@TFzAke1hHc914WuHKkiSI@oZbg>LdCXJZ z|E%fDz3nBxATstBr^d8Z4;ID0kxrD*dVaK!$6;D(RFTxO%&7gmHs^(}T6HN2vK(~p zb$BiP;O8~Hv-fPhykml=FSz?oqcXRN$!6}Vdl|wq^K#{8%-ws7wTnII)Ke|y3vbJ& z?tHyVuHpUf@1{(ePm5lEl3K*;mp8A%{N9e=HGeKY32K_MiG@F!Z#lns)TN$Bh4-w} zsy80q@bts3AD5W4S(-13Zob(wJ@oGT@83%~yn6c{e_7T1vBKt(-DCTYycX(J58H%i S<}olZFnGH9xvXhPt{K z7&m;2yFPWwB{z17M*;aC7G{*)eeS-%G-Rt}$k(uZ&OHw$G*#!l$Za$~lOue!)ckwr zttN?=oP8a0l=mE!^wMnam5|QpTojl6SAEB$FDne^>gRI&Yn^BOFT(a*-a*m-Z$%d= z?pyru6W7Irw05@RcVZVlw?F(*^>691ImR2a*6vv;FZEyO-E+ojZ3YGg22WQ%mvv4F FO#m@NYXtxR diff --git a/kubejs/assets/tfc/textures/block/metal/block/zinc.png b/kubejs/assets/tfc/textures/block/metal/block/zinc.png deleted file mode 100644 index 2cb121e5a7f4409c8fcd8d136b6b8c7ab910e3dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 309 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-bo-U3d7QIU++U7AC3bfj*T%Wdd?Y6?^ZCoZLB@YX}Y%$5q2<&s1k5C&zJ&q4YS`rYY)F^obUGjvX9yAuS>JC7I8C#`0_fGG;X=~H7LHM@#MP?MKf*n zUwXT|`)$UHWb9imvv~E&t2JJkC$sFHzWuCS{oOV^c30DR;mak~3=9km Mp00i_>zopr03}m~tpET3 diff --git a/kubejs/assets/tfc/textures/block/metal/smooth/zinc.png b/kubejs/assets/tfc/textures/block/metal/smooth/zinc.png deleted file mode 100644 index 422b0e6b34efe8bcdc3c10445c49a9832414d6cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 313 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_p-Lo-U3d7QMZb4Y^tj1YGwom@2>|cKL+Nf#1`o%{$1vMA~J-f~l?1I)$509=RJo z^Q6k2=M%DGmU+7{Fu1TVbXjcyjvbz?BE%&!Lc6nauEOEhi6QrK7o^5Af PU|{fc^>bP0l+XkKQABy~ diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 91e60149a..f0a59c999 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -167,19 +167,6 @@ "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", - "block.tfg.electric_greenhouse": "Electric Greenhouse", - "block.tfg.lv_food_processor": "Basic Food Processor", - "block.tfg.mv_food_processor": "§bAdvanced Food Processor§r", - "block.tfg.hv_food_processor": "§6Advanced Food Processor II§r", - "block.tfg.ev_food_processor": "§5Advanced Food Processor III§r", - "block.tfg.lv_food_oven": "Basic Electric Oven", - "block.tfg.mv_food_oven": "§bAdvanced Electric Oven§r", - "block.tfg.hv_food_oven": "§6Advanced Electric Oven II§r", - "block.tfg.ev_food_oven": "§5Advanced Electric Oven III§r", - "block.tfg.lv_food_refrigerator": "Basic Refrigerator", - "block.tfg.mv_food_refrigerator": "§bAdvanced Refrigerator", - "block.tfg.hv_food_refrigerator": "§6Advanced Refrigerator II§r", - "block.tfg.ev_food_refrigerator": "§5Advanced Refrigerator III§r", "item.tfg.antipoison_pill": "Antipoison Pill", "item.tfg.haste_pill": "Haste Pill", "item.tfg.night_vision_pill": "Night Vision Pill", @@ -300,7 +287,6 @@ "material.gtceu.thermochemically_treated_hardwood": "Thermochemically Treated Hardwood", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", - "tfg.tooltip.food_trait.refrigerating": "§9Refrigerating", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", @@ -1229,6 +1215,9 @@ "quests.metal_age.mining.title": "Mining in the Metallurgy Age", "quests.metal_age.mining.subtitle": "ROCK AND STONE!", "quests.metal_age.mining.desc": "Extracting valuable resources from the ground is a major part of this modpack, and the Metallurgy Age is no exception! You will consume a &llot&r of metal to progress, and one way to mine a lot of it at once is with a Mining Hammer! This is a tool that can mine blocks in a 3x3x1 area at the cost of a slower mining speed. You can also hold sneak to break single blocks at a time.", + "quests.metal_age.weld_wrought_iron_ingots.title": "Welding Wrought Iron", + "quests.metal_age.weld_wrought_iron_ingots.subtitle": "CLANG CLANG CLANG", + "quests.metal_age.weld_wrought_iron_ingots.desc": "Obtain at least 14 Ingots of Wrought Iron, then weld them together in a Bronze Anvil. Careful you don't melt your Wrought Iron, otherwise it will turn back into Cast Iron and you'll have to run it through the Bloomery again!", "quests.metal_age.bellows.title": "Bellows", "quests.metal_age.bellows.subtitle": "Higher temperatures can be reached, at a small price.", "quests.metal_age.bellows.desc": "The Bellows is a device that can force extra air into a fire or forge in front of it, allowing the heat produced by the fuel inside to reach higher temperatures than usual, at the cost of fuel duration.\n\nThese higher temperatures are required to fire pottery with charcoal or melt certain metals.\n\nCoal and Coke can also reach higher temperatures without it.", @@ -1287,6 +1276,9 @@ "quests.metal_age.blast_furnace.title": "Blast Furnace", "quests.metal_age.blast_furnace.subtitle": "Then I started Blastin'", "quests.metal_age.blast_furnace.desc": "The Blast Furnace is a multiblock structure that allows you to create Pig Iron. Placing a combination of Iron, Flux and fuel (see the adjacent quest) inside the Blast Furnace produces Pig Iron, which can be worked into Steel.\n\nIn order for the Blast Furnace to reach its required high temperatures, it will need its own Bellows, used to force air through a Tuyere which you place inside the blast furnace.\n\nThe Field Guide contains an entry on how the Blast Furnace works and how to build one.", + "quests.metal_age.weld_steel_ingots.title": "Welding Steel", + "quests.metal_age.weld_steel_ingots.subtitle": "Again?", + "quests.metal_age.weld_steel_ingots.desc": "You know the drill by this point. Create 14 Steel Ingots, then weld them to get 7 Double Steel Ingots. We'll stop reminding you about this now.\n\nDid you know that the Helve Hammer can also process your pig iron into steel?", "quests.metal_age.steel_anvil.title": "T4 Anvil: Steel", "quests.metal_age.steel_anvil.subtitle": "A huge leap from wrought iron", "quests.metal_age.steel_anvil.desc": "With the Steel Anvil, you'll be able to work Steel Ingots into different forms.\n\nSteel tools and equipment have a significant boost over their bronze and wrought iron counterparts, so they're worth making if your existing ones are about to break. You'll be needing to create a lot of alloys soon, so some new mining equipment would be a wise investment.", @@ -1296,9 +1288,6 @@ "quests.metal_age.weak_steel.title": "Weak Steel Ingredients", "quests.metal_age.weak_steel.subtitle": "Hope you like math", "quests.metal_age.weak_steel.desc": "Weak Steel is one part of the necessary metals to create Black Steel. You can alloy it with 2 parts Steel, 1 part Nickel and 1 part Black Bronze.\n\nYou can check the liquid weak steel's recipe for more precise alloying percentage rates.", - "quests.metal_age.weak_steel.task1": "1 Part Nickel", - "quests.metal_age.weak_steel.task2": "2 Parts Steel", - "quests.metal_age.weak_steel.task3": "1 Part Black Bronze", "quests.metal_age.highcarb_black_steel.title": "Black Steel Ingredients", "quests.metal_age.highcarb_black_steel.subtitle": "Conservation of matter does not apply", "quests.metal_age.highcarb_black_steel.desc": "The final two anvils are made out of complex alloys that will require a lot of metal to be created. Weak Steel and Pig Iron can be welded to create High Carbon Black Steel, which can then be worked on an anvil into Black Steel.", @@ -1314,23 +1303,15 @@ "quests.metal_age.weak_red_steel.title": "Weak Red Steel Ingredients", "quests.metal_age.weak_red_steel.subtitle": "This is getting a little ridiculous", "quests.metal_age.weak_red_steel.desc": "Like before, Weak Red Steel is the first step of Red Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Brass, and 1 part Rose Gold.\n\nYou can check the liquid Weak Red Steel's recipe for more precise alloying percentage rates.", - "quests.metal_age.weak_red_steel.steel": "2 Parts Steel", - "quests.metal_age.weak_red_steel.black_steel": "4 Parts Black Steel", - "quests.metal_age.weak_red_steel.brass": "1 Part Brass", - "quests.metal_age.weak_red_steel.rose_gold": "1 Part Rose Gold", "quests.metal_age.weak_blu_steel.title": "Weak Blue Steel Ingredients", "quests.metal_age.weak_blu_steel.subtitle": "This is getting out of hand.", - "quests.metal_age.weak_blu_steel.desc": "Like before, Weak Blue Steel is the first step of Blue Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Bismuth Bronze, and 1 part Sterling Silver.\n\nYou can check the liquid Weak Blue Steel's recipe for more precise alloying percentage rates.", - "quests.metal_age.weak_blue_steel.steel": "2 Parts Steel", - "quests.metal_age.weak_blue_steel.black_steel": "4 Parts Black Steel", - "quests.metal_age.weak_blue_steel.sterling_silver": "1 Part Sterling Silver", - "quests.metal_age.weak_blue_steel.bismuth_bronze": "1 Part Bismuth Bronze", + "quests.metal_age.weak_blu_steel.desc": "Like before, Weak Blue Steel is the first step of Blue Steel's creation. Its alloy is made from 4 parts Black Steel, 2 parts Steel, 1 part Bismuth Bronze, and 1 part Sterling Silver.\n\bYou can check the liquid Weak Blue Steel's recipe for more precise alloying percentage rates.", "quests.metal_age.highcarb_red_steel.title": "Red Steel Ingredients", "quests.metal_age.highcarb_red_steel.subtitle": "Could deleting matter like this power a nuclear bomb?", "quests.metal_age.highcarb_red_steel.desc": "Red Steel first starts as High Carbon Red Steel, which is made by welding Weak Red Steel and Black Steel. It needs to be worked on the Anvil to turn it into Red Steel", "quests.metal_age.highcarb_blu_steel.title": "Blue Steel Ingredients", "quests.metal_age.highcarb_blu_steel.subtitle": "Lavoisier is rolling in his grave", - "quests.metal_age.highcarb_blu_steel.desc": "Blue Steel first starts as High Carbon Blue Steel, which is made by welding Weak Blue Steel and Black Steel. It needs to be worked on the Anvil to turn it into Blue Steel", + "quests.metal_age.highcarb_blu_steel.desc": "Blue Steel first starts as High Carbon Blue Steel, whcih is made by welding Weak Blue Steel and Black Steel. It needs to be worked on the Anvil to turn it into Blue Steel", "quests.metal_age.redblu_anvil.title": "T6 Anvil: Red or Blue Steel", "quests.metal_age.redblu_anvil.subtitle": "It's over", "quests.metal_age.redblu_anvil.desc": "The final tier of Anvil! With the Tier 6 Anvil you'll be able to work both Red and Blue Steel Ingots into different items.\n\nThis marks the end of TerraFirmaCraft's progression. Now it's time to finish the Industrial Age and create your very first Low Voltage circuitry.", @@ -1557,7 +1538,7 @@ "quests.steam_age.centrifuge.desc": "Ore processing will always be an important part of this modpack, and this machine is another (optional) part of that. By following a different route of ore processing steps (check the Ore Processing Diagram tab in JEI), you can use this centrifuge to get some bonus byproducts out of your ores! The next upgrade to your ores won't be until the LV Thermal Centrifuge, so whether or not this is a worthwhile investment is up to you.", "quests.steam_age.steam_engine.title": "Steam Engine", "quests.steam_age.steam_engine.subtitle": "Time for some real steam power", - "quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 256 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket (such as creosote). Coal Gems, Anthracite, and Coke can also be used to superheat them.", + "quests.steam_age.steam_engine.desc": "Water wheels and windmills not cutting it any more? It wouldn't be a steam age without a proper steam engine! Each steam engine can output a whole 512 SU, giving you much more power to play with.\n\nBlaze Burners can be crafted without leaving your house, and you can use a Mechanical Arm to automatically feed them solid fuel, or liquid fuel in a bucket. Coal Gems and Coke can also be used to superheat them.", "quests.steam_age.deployers.title": "Deployers", "quests.steam_age.deployers.subtitle": "Primitive Assembly Line", "quests.steam_age.deployers.desc": "While you could use a single deployer for the rest your time in this chapter, we &3really&r don't recommend it. Setting up a line of deployers along a belt will save heaps of time and sanity, and it's not like you'll be wasting materials either, because you can always reuse them to upgrade your tree farm later.\n\nThese will also make electron tubes significantly cheaper!", diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 213334b1a..9cbfe6003 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -27,9 +27,10 @@ const registerTooltips = (event) => event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { text.add(1, text.of('§cSuperheat§r with Coke, Anthracite, or Flawless and Exquisite coal gems.')) }) - event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => { + event.addAdvanced(['gtceu:greenhouse'], (item, advanced, text) => { text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(2, text.of('Currently, due to a bug, sometimes outputs rotten food.')) + text.add(3, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { text.add(1, text.of('Artificial enviroment to simulate the Nether.')), diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 995c04cf4..684b6ff15 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -42,7 +42,6 @@ const registerCreateRecipes = (event) => { }) event.remove({ type: 'minecraft:stonecutting', input: 'create:andesite_alloy' }) - event.remove({ type: 'minecraft:stonecutting', input: 'create:rose_quartz' }) // Train Station event.shapeless('2x create:track_station', [ diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index a9adeb1a3..90d2e64f0 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -95,8 +95,16 @@ const registerFirmaLifeRecipes = (event) => { .duration(50) .EUt(2) + // Pineapple Fiber + event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_fiber`) + .itemInputs('firmalife:food/pineapple') + .circuit(1) + .itemOutputs('firmalife:pineapple_fiber') + .duration(50) + .EUt(7) + // Pineapple Yarn - event.recipes.gtceu.wiremill(`tfg:firmalife/pineapple_yarn`) + event.recipes.gtceu.assembler(`tfg:firmalife/pineapple_yarn`) .itemInputs('firmalife:pineapple_fiber') .circuit(1) .itemOutputs('8x firmalife:pineapple_yarn') @@ -446,6 +454,276 @@ const registerFirmaLifeRecipes = (event) => { //#endregion + //#region Рецепты муки + + global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.macerator(`tfg:${element.name}`) + .itemInputs(element.input) + .itemOutputs(element.output) + .duration(200) + .EUt(2) + }) + + //#endregion + + //#region Рецепты теста + + global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.mixer(element.name) + .itemInputs(element.input, '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) + .itemOutputs(element.output) + .duration(300) + .EUt(16) + .circuit(2) + }) + + //#endregion + + //#region Рецепты плоского хлеба + + global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS.forEach(element => { + event.smelting(element.output, element.input) + .id(`tfg:smelting/${element.name}`) + }) + + //#endregion + + //#region Смешивание в миске + + // Тесто для пиццы + event.recipes.gtceu.mixer('firmalife:food/pizza_dough_olive_oil') + .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') + .inputFluids(Fluid.of('tfc:olive_oil', 1000)) + .itemOutputs('4x firmalife:food/pizza_dough') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/pizza_dough_soybean_oil') + .itemInputs('firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt') + .inputFluids(Fluid.of('firmalife:soybean_oil', 1000)) + .itemOutputs('4x firmalife:food/pizza_dough') + .duration(300) + .EUt(16) + + // Vanilla Ice Cream + event.recipes.gtceu.mixer('firmalife:food/vanilla_ice_cream') + .itemInputs('firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla') + .inputFluids(Fluid.of('firmalife:cream', 1000)) + .itemOutputs('2x firmalife:food/vanilla_ice_cream') + .duration(300) + .EUt(16) + + // Pumpkin Pie Dough + event.recipes.gtceu.mixer('firmalife:food/pumpkin_pie_dough') + .itemInputs('#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('firmalife:food/pumpkin_pie_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Butter + event.recipes.gtceu.mixer('firmalife:food/butter') + .itemInputs('tfc:powder/salt') + .inputFluids(Fluid.of('firmalife:cream', 1000)) + .itemOutputs('firmalife:food/butter') + .duration(300) + .EUt(16) + + // Pie Dough + event.recipes.gtceu.mixer('firmalife:food/pie_dough') + .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('firmalife:food/pie_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Cookie Dough + event.recipes.gtceu.mixer('firmalife:food/cookie_dough') + .itemInputs('#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour', '#forge:eggs', 'firmalife:spice/vanilla') + .itemOutputs('4x firmalife:food/cookie_dough') + .duration(300) + .EUt(16) + + // Hardtack Dough + event.recipes.gtceu.mixer('firmalife:food/hardtack_dough') + .itemInputs('tfc:powder/salt', '#tfc:foods/flour') + .inputFluids(Fluid.of('minecraft:water', 1000)) + .itemOutputs('4x firmalife:food/hardtack_dough') + .duration(300) + .EUt(16) + .circuit(2) + + // Yeast starter + event.recipes.gtceu.mixer('firmalife:yeast_starter') + .inputFluids(Fluid.of('firmalife:yeast_starter', 100)) + .itemInputs('#tfc:foods/flour') + .outputFluids(Fluid.of('firmalife:yeast_starter', 600)) + .duration(1200) + .EUt(8) + .circuit(1) + + // Cocoa Powder + event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') + .itemInputs('gtceu:cocoa_dust') + .itemOutputs('4x firmalife:food/cocoa_powder') + .duration(100) + .EUt(2) + + event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') + .id(`tfg:quern/cocoa_powder`) + + event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') + .id('tfg:quern/cocoa_dust'); + + // Chocolate Ice Cream + event.recipes.gtceu.mixer('firmalife:food/chocolate_ice_cream') + .itemInputs('firmalife:food/vanilla_ice_cream') + .inputFluids(Fluid.of('firmalife:chocolate', 1000)) + .itemOutputs('firmalife:food/chocolate_ice_cream') + .duration(300) + .EUt(16) + + // White Chocolate Blend + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('minecraft:milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/yak_milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/goat_milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/white_chocolate_blend/coconut_milk') + .itemInputs('2x firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) + .itemOutputs('2x firmalife:food/white_chocolate_blend') + .duration(300) + .EUt(16) + + event.smelting('firmalife:food/white_chocolate', 'firmalife:food/white_chocolate_blend') + + // Dark Chocolate Blend + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('minecraft:milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/yak_milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/goat_milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + + event.recipes.gtceu.mixer('firmalife:food/dark_chocolate_blend/coconut_milk') + .itemInputs('2x firmalife:food/cocoa_powder', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) + .itemOutputs('2x firmalife:food/dark_chocolate_blend') + .duration(300) + .EUt(16) + + event.smelting('firmalife:food/dark_chocolate', 'firmalife:food/dark_chocolate_blend') + + // Milk Chocolate Blend + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('minecraft:milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/yak_milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:yak_milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/goat_milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:goat_milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.recipes.gtceu.mixer('firmalife:food/milk_chocolate_blend/coconut_milk') + .itemInputs('firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener') + .inputFluids(Fluid.of('firmalife:coconut_milk', 1000)) + .itemOutputs('2x firmalife:food/milk_chocolate_blend') + .duration(300) + .EUt(16) + + event.smelting('firmalife:food/milk_chocolate', 'firmalife:food/milk_chocolate_blend') + + // Strawberry Ice Cream + event.recipes.gtceu.mixer('firmalife:food/strawberry_ice_cream') + .itemInputs('firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry') + .itemOutputs('firmalife:food/strawberry_ice_cream') + .duration(300) + .EUt(16) + + // Hardtack Dough + event.recipes.gtceu.mixer('firmalife:food/chocolate_chip_cookie_dough') + .itemInputs('4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends') + .itemOutputs('4x firmalife:food/chocolate_chip_cookie_dough') + .duration(300) + .EUt(16) + + //#endregion + + //#region Обжарка некоторой еды + + // Cooked Pizza + event.smelting('firmalife:food/cooked_pizza', 'firmalife:food/raw_pizza') + + // Taco Shell + event.smelting('firmalife:food/taco_shell', 'firmalife:food/corn_tortilla') + + // Sugar Cookie + event.smelting('firmalife:food/sugar_cookie', 'firmalife:food/cookie_dough') + + // Chocolate Chip Cookie + event.smelting('firmalife:food/chocolate_chip_cookie', 'firmalife:food/chocolate_chip_cookie_dough') + + // Hardtack + event.smelting('firmalife:food/hardtack', 'firmalife:food/hardtack_dough') + + // Cooked Pie + event.smelting('firmalife:food/cooked_pie', 'firmalife:food/filled_pie') + + // Roasted Cocoa Beans + event.smelting('firmalife:food/roasted_cocoa_beans', 'firmalife:food/cocoa_beans') + + // Pumpkin Pie + event.smelting('minecraft:pumpkin_pie', 'firmalife:food/raw_pumpkin_pie') + + //#endregion + //#region Sticky Resin by Vat event.recipes.firmalife.vat() @@ -481,6 +759,28 @@ const registerFirmaLifeRecipes = (event) => { // #endregion + // #region Smashed food + + event.recipes.gtceu.forge_hammer('firmalife:soybean_paste') + .itemInputs('firmalife:food/dehydrated_soybeans') + .itemOutputs('firmalife:food/soybean_paste') + .duration(20) + .EUt(7) + + event.recipes.gtceu.forge_hammer('firmalife:red_grapes') + .itemInputs('firmalife:food/red_grapes') + .itemOutputs('firmalife:food/smashed_red_grapes') + .duration(20) + .EUt(7) + + event.recipes.gtceu.forge_hammer('firmalife:white_grapes') + .itemInputs('firmalife:food/white_grapes') + .itemOutputs('firmalife:food/smashed_white_grapes') + .duration(20) + .EUt(7) + + // #endregion + // #region Drying mat alternatives event.shaped('firmalife:drying_mat', ['AAA'], { A: 'tfc:plant/leafy_kelp' }).id('tfg:shaped/drying_mat_leafy_kelp') @@ -495,4 +795,13 @@ const registerFirmaLifeRecipes = (event) => { .circuit(5) .EUt(GTValues.VA[GTValues.ULV]) .duration(200) + + event.smelting('firmalife:food/dehydrated_soybeans', 'tfc:food/soybean') + + event.recipes.gtceu.fermenter('soybean_oil') + .itemInputs('firmalife:food/soybean_paste') + .inputFluids(Fluid.of('minecraft:water', 100)) + .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) + .EUt(GTValues.VA[GTValues.ULV]) + .duration(600) } diff --git a/kubejs/server_scripts/greate/recipes.removes.js b/kubejs/server_scripts/greate/recipes.removes.js index 22b279f2b..8771d171b 100644 --- a/kubejs/server_scripts/greate/recipes.removes.js +++ b/kubejs/server_scripts/greate/recipes.removes.js @@ -27,7 +27,6 @@ function removeGreateRecipes(event) { event.remove({ id: 'greate:shaped/titanium_mechanical_saw' }) event.remove({ id: 'greate:splashing/dough' }) - event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_chromatic_compound' }) event.remove({ mod: 'greate', type: 'create:deploying' }); event.remove({ mod: 'greate', type: 'create:sequenced_assembly' }); diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 7e90107f4..83c352ad9 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -744,6 +744,18 @@ function registerGTCEuMachineRecipes(event) { // #endregion + // Контроллер теплицы + event.shaped('gtceu:greenhouse', [ + 'ABA', + 'CDC', + 'BCB' + ], { + A: '#gtceu:circuits/mv', + B: 'gtceu:copper_single_cable', + C: 'tfc:compost', + D: 'gtceu:solid_machine_casing' + }).id('tfg:shaped/greenhouse') + // Drums const DRUMS_AND_CRATES = [ 'bismuth_bronze', diff --git a/kubejs/server_scripts/gregtech/recipes.materials.js b/kubejs/server_scripts/gregtech/recipes.materials.js index 52a6197e4..f4ab5a5d1 100644 --- a/kubejs/server_scripts/gregtech/recipes.materials.js +++ b/kubejs/server_scripts/gregtech/recipes.materials.js @@ -139,7 +139,7 @@ function registerGTCEUMetalRecipes(event) { let matAmount = TagPrefix.block.getMaterialAmount(material) / GTValues.M; - if (!plateStack.isEmpty() && !ingotStack.hasTag('c:hidden_from_recipe_viewers')) { + if (!plateStack.isEmpty()) { event.custom({ type: "createaddition:rolling", @@ -149,6 +149,7 @@ function registerGTCEUMetalRecipes(event) { }).id(`tfg:rolling/${material.getName()}_plate`) if (!blockStack.isEmpty() && GTMaterials.Stone != material) { + // 9х Слиток -> Блок event.recipes.createCompacting(blockStack, ingotStack.withCount(matAmount)) .heated() @@ -157,6 +158,7 @@ function registerGTCEUMetalRecipes(event) { } else { if (!blockStack.isEmpty()) { + // Блок из гемов -> 9 Пластин event.recipes.createCutting(plateStack.withCount(matAmount).withChance(0.65), blockStack) .id(`tfg:cutting/${material.getName()}_plate`) @@ -190,7 +192,7 @@ function registerGTCEUMetalRecipes(event) { const foilItem = ChemicalHelper.get(TagPrefix.foil, material, 4) const plateItem = ChemicalHelper.get(TagPrefix.plate, material, 1) - if (plateItem != null && foilItem != null && !plateItem.hasTag('c:hidden_from_recipe_viewers')) { + if (plateItem != null && foilItem != null) { event.custom({ type: "createaddition:rolling", input: plateItem, diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 57cdf234f..55a34243c 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -1028,5 +1028,4 @@ const registerMinecraftRecipes = (event) => { }).id('tfg:shaped/stonecutter'); event.stonecutting('minecraft:smooth_quartz', 'minecraft:quartz_block') - event.stonecutting('create:cut_deepslate', 'minecraft:polished_deepslate') } diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index fd12509f2..6363b026b 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -56,7 +56,6 @@ const registerMinecraftItemTags = (event) => { event.remove('forge:gems', 'minecraft:charcoal') event.remove('forge:gems', 'minecraft:coal') - event.remove('forge:gems', 'minecraft:flint') event.add('tfc:compost_greens_high', 'minecraft:red_mushroom_block') event.add('tfc:compost_greens_high', 'minecraft:brown_mushroom_block') diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index f0ba390a5..e49817b46 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -69,7 +69,6 @@ const registerTFCHeats = (event) => { makeItemHeatByTagPrefix(TagPrefix.rodLong, material, tfcProperty, 1.429) makeItemHeatByTagPrefix(TagPrefix.ingot, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.ingotDouble, material, tfcProperty, 2.875) makeItemHeatByTagPrefix(TagPrefix.rawOre, material, tfcProperty, 1.429) makeItemHeatByTagPrefix(TFGTagPrefix.richRawOre, material, tfcProperty, 1.429) diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 064774d05..d23cb4aad 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -34,6 +34,44 @@ const registerTFCRecipes = (event) => { //#endregion + //#region Рецепты зерен + + global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS.forEach(element => { + + event.recipes.gtceu.macerator(`tfg:${element.name}`) + .itemInputs(element.input) + .itemOutputs(element.output) + .chancedOutput('tfc:straw', 7000, 500) + .duration(200) + .EUt(2) + + event.recipes.tfc.quern(element.output, element.input) + .id(`tfg:quern/${element.name}`) + }) + + //#endregion + + //#region Рецепты муки + + global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.macerator(`tfg:${element.name}`) + .itemInputs(element.input) + .itemOutputs(element.output) + .duration(200) + .EUt(2) + }) + + //#endregion + + //#region Рецепты обжарки мяса + + global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS.forEach(element => { + event.smelting(element.output, element.input) + .id(`tfg:smelting/${element.name}`) + }) + + //#endregion + //#region Рецепты обжарки форм global.TFC_FURNACE_MOLD_RECIPE_COMPONENTS.forEach(element => { @@ -88,6 +126,15 @@ const registerTFCRecipes = (event) => { //#endregion + //#region Рецепты хлеба + + global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS.forEach(element => { + event.smelting(element.output, element.input) + .id(`tfg:smelting/${element.name}`) + }) + + //#endregion + event.shapeless('tfc:crucible', ['tfc:crucible']).id('tfg:empty_crucible') event.shapeless('2x minecraft:stick', ['#minecraft:saplings', '#forge:tools/knives']).id('tfg:strip_saplings') diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 44df72c83..ac2370124 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -117,6 +117,20 @@ function registerTFCMachineRecipes(event) { .duration(3200) .EUt(16) + //#region Рецепты плоского теста + + global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS.forEach(element => { + event.recipes.gtceu.mixer(element.name) + .itemInputs(element.input) + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs(element.output) + .duration(300) + .EUt(16) + .circuit(3) + }) + + //#endregion + //#region Молды в ассемблере for (let i = 0; i < global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS.length; i++) { @@ -160,9 +174,158 @@ function registerTFCMachineRecipes(event) { .duration(2400) .EUt(16) + // Curdled milk + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') + .inputFluids(Fluid.of('minecraft:milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') + .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) + .duration(2400) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') + .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) + .itemInputs('firmalife:rennet') + .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) + .duration(2400) + .EUt(16) + + //Curds + event.recipes.gtceu.fermenter('tfg:fermenter/milk_curd') + .inputFluids(Fluid.of('tfc:curdled_milk', 1000)) + .itemOutputs('firmalife:food/milk_curd') + .duration(1200) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/yak_curd') + .inputFluids(Fluid.of('firmalife:curdled_yak_milk', 1000)) + .itemOutputs('firmalife:food/yak_curd') + .duration(1200) + .EUt(16) + + event.recipes.gtceu.fermenter('tfg:fermenter/goat_curd') + .inputFluids(Fluid.of('firmalife:curdled_goat_milk', 1000)) + .itemOutputs('firmalife:food/goat_curd') + .duration(1200) + .EUt(16) + + // Cheese wheels + event.recipes.gtceu.fermenter('tfg:fermenter/gouda_wheel') + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemInputs('3x firmalife:food/milk_curd') + .itemOutputs('firmalife:gouda_wheel') + .duration(12000) + .EUt(24) + + event.recipes.gtceu.fermenter('tfg:fermenter/shosha_wheel') + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemInputs('3x firmalife:food/yak_curd') + .itemOutputs('firmalife:shosha_wheel') + .duration(12000) + .EUt(24) + + event.recipes.gtceu.fermenter('tfg:fermenter/feta_wheel') + .inputFluids(Fluid.of('tfc:salt_water', 750)) + .itemInputs('3x firmalife:food/goat_curd') + .itemOutputs('firmalife:feta_wheel') + .duration(12000) + .EUt(24) + + // Cutting + event.recipes.gtceu.cutter('tfg:cutter/gouda') + .itemInputs('firmalife:gouda_wheel') + .itemOutputs('4x firmalife:food/gouda') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/shosha') + .itemInputs('firmalife:shosha_wheel') + .itemOutputs('4x firmalife:food/shosha') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/feta') + .itemInputs('firmalife:feta_wheel') + .itemOutputs('4x firmalife:food/feta') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/cheddar') + .itemInputs('firmalife:cheddar_wheel') + .itemOutputs('4x firmalife:food/cheddar') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/chevre') + .itemInputs('firmalife:chevre_wheel') + .itemOutputs('4x firmalife:food/chevre') + .duration(40) + .EUt(7) + + event.recipes.gtceu.cutter('tfg:cutter/rajya_metok') + .itemInputs('firmalife:rajya_metok_wheel') + .itemOutputs('4x firmalife:food/rajya_metok') + .duration(40) + .EUt(7) + + // Misc + global.TFC_MILKS.forEach(milk => { + event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milk.id.replace(':', '_')}`) + .inputFluids(Fluid.of(milk.id, 1000)) + .outputFluids(Fluid.of('firmalife:cream')) + .circuit(6) + .duration(1200) + .EUt(24) + }) + + event.recipes.gtceu.mixer('tfg:mixer/tomato_sauce') + .itemInputs('firmalife:food/tomato_sauce_mix') + .inputFluids(Fluid.of('minecraft:water', 200)) + .itemOutputs('firmalife:food/tomato_sauce') + .duration(200) + .EUt(24) + //#endregion - // Brine + //#region Оливки + + event.recipes.gtceu.macerator(`tfg:tfc/olive_paste`) + .itemInputs('tfc:food/olive') + .itemOutputs('2x tfc:olive_paste') + .duration(60) + .EUt(2) + + event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') + .inputFluids(Fluid.of('water', 200)) + .itemInputs('1x tfc:olive_paste') + .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) + .duration(200) + .EUt(28) + + event.recipes.gtceu.distillery('tfg:tfc/olive_oil') + .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) + .outputFluids(Fluid.of('tfc:olive_oil', 50)) + .duration(600) + .EUt(28) + + //#endregion + + // Vinegar and Brine + + global.TFC_ALCOHOL.forEach(alcohol => { + event.recipes.gtceu.fermenter(`tfg:tfc/vinegar/${alcohol.id.replace(':', '_')}`) + .itemInputs('#tfc:foods/fruits') + .inputFluids(Fluid.of(alcohol.id, 250)) + .outputFluids(Fluid.of('tfc:vinegar', 250)) + .duration(600) + .EUt(28) + }) event.recipes.gtceu.mixer('tfg:tfc/brine') .inputFluids(Fluid.of('tfc:salt_water', 900)) diff --git a/kubejs/server_scripts/tfc/recipes.materials.js b/kubejs/server_scripts/tfc/recipes.materials.js index 80f4d9112..a105e1203 100644 --- a/kubejs/server_scripts/tfc/recipes.materials.js +++ b/kubejs/server_scripts/tfc/recipes.materials.js @@ -1114,15 +1114,6 @@ function registerTFCMaterialsRecipes(event) { let tongPartStack = Item.of(`tfchotornot:tong_part/${material.getName()}`) if (!tongsStack.isEmpty() && !tongPartStack.isEmpty()) { - event.shaped(tongsStack, [ - 'AA', - 'BC' - ], { - A: tongPartStack, - B: '#forge:bolts', - C: '#forge:tools/hammers' - }).id(`tfchotornot:crafting/tongs/${material.getName()}`) - // Ручка щипцов event.recipes.tfc.heating(tongPartStack, tfcProperty.getMeltTemp()) .resultFluid(Fluid.of(outputMaterial.getFluid(), 144)) diff --git a/kubejs/server_scripts/tfclunchbox/recipes.js b/kubejs/server_scripts/tfclunchbox/recipes.js index badc96045..0654a12b2 100644 --- a/kubejs/server_scripts/tfclunchbox/recipes.js +++ b/kubejs/server_scripts/tfclunchbox/recipes.js @@ -47,13 +47,13 @@ function registerTFCLunchBoxRecipes(event) { event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice') .itemInputs('tfclunchbox:universal_capsule') .inputFluids(Fluid.of('gtceu:ice', 45 * 144)) - .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:1000}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) + .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:500}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) .duration(100) .EUt(GTValues.VA[GTValues.LV]) event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice_solid') .itemInputs('tfclunchbox:universal_capsule', '5x minecraft:packed_ice') - .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:1000}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) + .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:500}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) .duration(100) .EUt(GTValues.VA[GTValues.LV]) } diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js deleted file mode 100644 index 0a8fa9c76..000000000 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ /dev/null @@ -1,620 +0,0 @@ -// priority: 0 -/** - * @param {Internal.RecipesEventJS} event - */ -function registerTFGFoodRecipes(event) { - - const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.machines.ISPOutputRecipeLogic") - const $SizedIngredient = Java.loadClass("com.gregtechceu.gtceu.api.recipe.ingredient.SizedIngredient") - const Sized = (ing, amount) => $SizedIngredient.create(ing, amount) - - /** - * @typedef {Object} FoodRecipeData - * @property {number?} circuit - * @property {Internal.GTRecipeComponents$FluidIngredientJS_[]?} fluidInputs - * @property {Internal.FluidStackJS[]?} fluidOutputs - * @property {(string | [string, Internal.Ingredient])[]?} itemInputs - * @property {string[]?} itemOutputs Ingredient outputs - first output is replaced with ISP output if defined - * @property {Internal.ItemStackProviderJS?} itemOutputProvider ItemStackProvider which provides the recipe output. - * - * **NOTE:** TFC Ingredients do not support item counts higher than 1. Do `Sized(TFCIngredient('item:item'), count)` instead of `TFCIngredient('[count]x item:item')` - */ - - //#region Helper funcs - - /** - * @param {"food_oven"|"food_processor"} type - * @param {string} id - * @param {string} duration - * @param {string} EUt - * @param {FoodRecipeData} data - */ - function registerFoodRecipe(type, id, duration, EUt, data) { - if (data.itemInputs === undefined) data.itemInputs = [] - if (data.itemOutputs === undefined) data.itemOutputs = [] - if (data.fluidInputs === undefined) data.fluidInputs = [] - if (data.fluidOutputs === undefined) data.fluidOutputs = [] - let gregInputs = [], inputs= [] - let outputFirstIndex = (data.itemOutputProvider === undefined) ? 0 : 1 - data.itemInputs.forEach(item => { - if (typeof item === "string") { - gregInputs.push(item) - - const match = item.match(/^(\d+)\s*x\s*/i); - let count = 1 - if (match) { - count = parseInt(match[1]); - item = item.slice(match[0].length); - } - inputs.push($SizedIngredient.create(item, count)) - } else { - gregInputs.push(item[0]) - inputs.push(item[1]) - } - }) - - $ISPRecipeLogic.RegisterRecipeData(type + "/" + id, inputs, (data.itemOutputProvider === undefined) ? null : data.itemOutputProvider.asCanonClass(), data.itemOutputs.slice(outputFirstIndex).map(i => Item.of(i))) - - let r = event.recipes.gtceu[type](id) - .duration(duration) - .EUt(EUt) - - if (data.circuit) r.circuit(data.circuit) - if (data.itemOutputs.length > 0) r.itemOutputs(data.itemOutputs) - if (data.itemInputs.length > 0) r.itemInputs(data.itemInputs) - if (data.fluidInputs.length > 0) r.inputFluids(data.fluidInputs); - if (data.fluidOutputs.length > 0) r.outputFluids(data.fluidOutputs); - } - - /** - * @param {string} id - * @param {number} duration - * @param {EUt} EUt - * @param {FoodRecipeData} data - */ - const processorRecipe = (id, duration, EUt, data) => registerFoodRecipe("food_processor", id, duration, EUt, data) - - /** - * @param {string} id - * @param {string} input - * @param {string} out - * @param {Internal.FluidIngredient?} fluid - * @param {boolean?} isFirmaDynamic - */ - function cookingRecipe(id, input, out, fluid, isFirmaDynamic) { - registerFoodRecipe("food_oven", id, 300, 32, { - itemInputs: [input], - itemOutputs: [out], - fluidInputs: (fluid === undefined) ? [] : [fluid], - itemInputs: [input], - itemOutputProvider: (isFirmaDynamic) ? TFC.isp.of(out).firmaLifeCopyDynamicFood() : TFC.isp.of(out).copyFood().addTrait("firmalife:oven_baked") - }) - } - - //#endregion - - //#region ================= Meat cooking ================= - - global.TFC_MEAT_RECIPE_COMPONENTS.forEach(item => { - cookingRecipe(item.name, item.input, item.output) - }) - - //#endregion - //#region ================= TFC Grains ================= - - global.TFC_GRAINS.forEach(grain => { - - // Raw crop to grain - processorRecipe(`${grain}_grain`, 100, 8, { - itemInputs: [`tfc:food/${grain}`], - itemOutputs: [`tfc:food/${grain}_grain`], - itemOutputProvider: TFC.isp.of(`tfc:food/${grain}_grain`).copyOldestFood() - }) - - // Grain to flour - processorRecipe(`${grain}_flour`, 100, 8, { - itemInputs: [`tfc:food/${grain}_grain`], - itemOutputs: [`2x tfc:food/${grain}_flour`], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_flour`).copyOldestFood() - }) - - // Flatbread dough - processorRecipe(`${grain}_flatbread_dough`, 300, 8, { - itemInputs: [`tfc:food/${grain}_flour`], - itemOutputs: [`2x tfc:food/${grain}_dough`], - fluidInputs: [Fluid.of('minecraft:water', 100)], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_dough`).copyFood() - }) - - // Firmalife dough - processorRecipe(`${grain}_dough`, 300, 16, { - itemInputs: [`tfc:food/${grain}_flour`, `#tfc:sweetener`], - itemOutputs: [`4x firmalife:food/${grain}_dough`], - fluidInputs: [Fluid.of('firmalife:yeast_starter', 200)], - itemOutputProvider: TFC.isp.of(`4x firmalife:food/${grain}_dough`).copyFood() - }) - - // Bread baking - cookingRecipe(`${grain}_flatbread`, `tfc:food/${grain}_dough`, `firmalife:food/${grain}_flatbread`) - cookingRecipe(`${grain}_bread`, `firmalife:food/${grain}_dough`, `tfc:food/${grain}_bread`) - - processorRecipe(`${grain}_bread_slice`, 10, 8, { - circuit: 1, - itemInputs: [`tfc:food/${grain}_bread`], - itemOutputs: [`2x firmalife:food/${grain}_slice`], - itemOutputProvider: TFC.isp.of(`2x firmalife:food/${grain}_slice`).copyOldestFood() - }) - - //Sandwich making - - let breadTypes = [["bread", `tfc:food/${grain}_bread`], ["flatbread", `firmalife:food/${grain}_flatbread`], ["slice", `firmalife:food/${grain}_slice`]] - breadTypes.forEach((type) => { - processorRecipe(`${grain}_${type[0]}_sandwich`, 100, 16, { - circuit: 3, - itemInputs: [`2x ${type[1]}`, "3x #tfc:foods/usable_in_sandwich"], - itemOutputs: [`2x tfc:food/${grain}_bread_sandwich`], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_sandwich`).meal( - (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ - (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), - (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), - ]) - }) - - //Note: Jam needs to be first in the recipe code or else it will consider it as the usable_in_jam_sandwhich ingredients. - processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { - circuit: 4, - itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich'], - itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], - itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( - (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ - (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), - (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), - ]), - }) - }) - - - }) - - //#endregion - - //#region ================= Firmalife ================= - - global.FIRMALIFE_COOKING_RECIPE_COMPONENTS.forEach(item => { - cookingRecipe(item.name, item.input, item.output, undefined, true) - }) - - //#endregion - //#region ================= Dairy ================= - - global.TFC_CURDS_AND_CHEESES.forEach(item => { - - processorRecipe(`${item.curd}_curd`, 1200, 16, { - itemOutputs: [item.curd], - fluidInputs: [Fluid.of(item.input_fluid, 1000)], - itemOutputProvider: TFC.isp.of(item.curd).resetFood() - }) - - processorRecipe(`${item.cheese1}_cheese_wheel_1`, 8000, 16, { - itemInputs: [`3x ${item.curd}`], - itemOutputs: [`firmalife:${item.cheese1}_wheel`], - fluidInputs: [Fluid.of('tfc:salt_water', 750)], - itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese1}_wheel`).copyOldestFood() - }) - - processorRecipe(`${item.cheese2}_cheese_wheel_2`, 1000, 16, { - circuit: 2, - itemInputs: [`3x ${item.curd}`, `6x tfc:powder/salt`], - itemOutputs: [`firmalife:${item.cheese2}_wheel`], - itemOutputProvider: TFC.isp.of(`firmalife:${item.cheese2}_wheel`).copyOldestFood() - }) - - processorRecipe(`${item.cheese1}_cheese_cutting_1`, 100, 8, { - itemInputs: [`firmalife:${item.cheese1}_wheel`], - itemOutputs: [`4x firmalife:food/${item.cheese1}`], - itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese1}`).copyOldestFood() - }) - - processorRecipe(`${item.cheese2}_cheese_cutting_2`, 100, 8, { - itemInputs: [`firmalife:${item.cheese2}_wheel`], - itemOutputs: [`4x firmalife:food/${item.cheese2}`], - itemOutputProvider: TFC.isp.of(`4x firmalife:food/${item.cheese2}`).copyOldestFood() - }) - - }) - - global.TFC_MILKS.forEach(milk => { - const milkID = milk.id.split(':')[1]; - - processorRecipe(`white_chocolate_blend_from_${milkID}`, 300, 16, { - circuit: 3, - itemInputs: ['2x firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputs: ['2x firmalife:food/white_chocolate_blend'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of('2x firmalife:food/white_chocolate_blend').resetFood(), - }) - - processorRecipe(`dark_chocolate_blend_from_${milkID}`, 300, 16, { - circuit: 2, - itemInputs: ['2x firmalife:food/cocoa_powder', '#tfc:sweetener'], - itemOutputs: ['2x firmalife:food/dark_chocolate_blend'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of('2x firmalife:food/dark_chocolate_blend').resetFood(), - }) - - processorRecipe(`milk_chocolate_blend_from_${milkID}`, 300, 16, { - circuit: 1, - itemInputs: ['firmalife:food/cocoa_powder', 'firmalife:food/cocoa_butter', '#tfc:sweetener'], - itemOutputs: ['2x firmalife:food/milk_chocolate_blend'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), - }) - - processorRecipe(`egg_noodles_from_${milkID}`, 50, 8, { - circuit: 6, - itemInputs: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], - itemOutputs: ['firmalife:food/raw_egg_noodles'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_egg_noodles").copyOldestFood(), - }) - - processorRecipe(`rice_noodles_from_${milkID}`, 50, 8, { - itemInputs: ["tfc:food/rice_flour", 'tfc:food/maize_flour', 'tfc:powder/salt'], - fluidInputs: [Fluid.of(milk.id, 1000)], - itemOutputs: ['2x firmalife:food/raw_rice_noodles'], - itemOutputProvider: TFC.isp.of('2x firmalife:food/raw_rice_noodles').copyOldestFood() - }) - - // No ISP needed here - event.recipes.gtceu.fermenter(`tfg:fermenter/cream_from_${milkID}`) - .inputFluids(Fluid.of(milk.id, 1000)) - .outputFluids(Fluid.of('firmalife:cream')) - .circuit(6) - .duration(1200) - .EUt(24) - }) - - //#endregion - - //#region ================= Food preservation ================= - - const smoking_meats = Ingredient.of('#tfc:foods/raw_meats').itemIds; - const brining_veg = Ingredient.of('#firmalife:foods/pizza_ingredients').itemIds; - - const brining_ingredients = smoking_meats.concat(brining_veg); - - brining_ingredients.forEach(item => { - processorRecipe(`${item}/brining`, 200, 16, { - circuit: 5, - itemInputs: [item], - itemOutputs: [item], - fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait('tfc:brined') - }) - }) - - smoking_meats.forEach(item => { - processorRecipe(`${item}/smoking`, 200, 16, { - circuit: 6, - itemInputs: [[item, TFC.ingredient.lacksTrait(item, "firmalife:smoked")]], - itemOutputs: [item], - fluidInputs: [Fluid.of('gtceu:wood_gas', 50)], - itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait("firmalife:smoked") - }) - }) - - //#endregion - - //#region ================= Misc ================= - - global.TFC_JAMS.forEach(name => { - processorRecipe(`${name}_jam`, 200, 8, { - circuit: 15, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "#tfc:empty_jar_with_lid"], - itemOutputs: [`4x tfc:jar/${name}`], - fluidInputs: [Fluid.of("minecraft:water", 100)], - itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}`).copyFood() - }) - - processorRecipe(`${name}_jam_no_seal`, 200, 8, { - circuit: 16, - itemInputs: [`4x tfc:food/${name}`, "#tfg:sugars", "tfc:empty_jar"], - itemOutputs: [`4x tfc:jar/${name}_unsealed`], - fluidInputs: [Fluid.of("minecraft:water", 100)], - itemOutputProvider: TFC.isp.of(`4x tfc:jar/${name}_unsealed`).copyFood() - }) - }) - - cookingRecipe("pasta", "firmalife:food/raw_egg_noodles", "firmalife:food/cooked_pasta", Fluid.of("minecraft:water", 100)) - cookingRecipe("corn_tortilla", "firmalife:food/masa", "firmalife:food/corn_tortilla") - cookingRecipe("boiled_egg", "#firmalife:foods/raw_eggs", "tfc:food/boiled_egg", Fluid.of("minecraft:water", 200)) - cookingRecipe("cooked_rice", "tfc:food/rice_grain", "tfc:food/cooked_rice", Fluid.of("minecraft:water", 200)) - - processorRecipe("pasta_tomato_sauce", 60, 8, { - itemInputs: ["firmalife:food/cooked_pasta", "firmalife:food/tomato_sauce"], - itemOutputs: ["firmalife:food/pasta_with_tomato_sauce"], - itemOutputProvider: TFC.isp.of('firmalife:food/pasta_with_tomato_sauce').copyFood() - }) - - processorRecipe('firmalife_masa', 300, 2, { - itemInputs: ["firmalife:food/masa_flour"], - itemOutputs: ["2x firmalife:food/masa"], - fluidInputs: [Fluid.of('minecraft:water', 100)], - itemOutputProvider: TFC.isp.of("2x firmalife:food/masa").copyFood() - }) - - processorRecipe("tortilla_chips", 40, 16, { - itemInputs: ["firmalife:food/taco_shell", "tfc:powder/salt"], - itemOutputs: ["firmalife:food/tortilla_chips"], - itemOutputProvider: TFC.isp.of("firmalife:food/tortilla_chips").copyFood() - }) - - processorRecipe("tomato_sauce_mix", 600, 8, { - itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], - itemOutputs: ['5x firmalife:food/tomato_sauce_mix'], - itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce_mix').copyOldestFood(), - }) - - processorRecipe("tomato_sauce_from_mix", 200, 8, { - itemInputs: ['firmalife:food/tomato_sauce_mix'], - itemOutputs: ['firmalife:food/tomato_sauce'], - fluidInputs: [Fluid.of('minecraft:water', 200)], - itemOutputProvider: TFC.isp.of('firmalife:food/tomato_sauce').copyOldestFood(), - }) - - processorRecipe("olive_paste", 60, 8, { - itemInputs: ['tfc:food/olive'], - itemOutputs: ['2x tfc:olive_paste'], - itemOutputProvider: TFC.isp.of('2x tfc:olive_paste'), - }) - - processorRecipe("soybean_paste", 60, 8, { - itemInputs: ['firmalife:food/dehydrated_soybeans'], - itemOutputs: ['firmalife:food/soybean_paste'], - itemOutputProvider: TFC.isp.of('firmalife:food/soybean_paste').copyOldestFood(), - }) - - // Vinegar - global.TFC_ALCOHOL.forEach(alcohol => { - let name = `vinegar_${alcohol.id.replace(':', '_')}`; - - processorRecipe(name, 600, 32, { - circuit: 5, - itemInputs: ['#tfc:foods/fruits'], - fluidInputs: [Fluid.of(alcohol.id, 250)], - fluidOutputs: [Fluid.of('tfc:vinegar', 250)], - }) - - }) - - processorRecipe("pizza_no_extra", 600, 16, { - itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese"], - itemOutputs: ["firmalife:food/raw_pizza"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( - (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), - [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] - ) - }) - - processorRecipe("pizza_1_extra", 600, 16, { - circuit: 1, - itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "#firmalife:foods/pizza_ingredients"], - itemOutputs: ["firmalife:food/raw_pizza"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( - (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), - [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] - ) - }) - - processorRecipe("pizza_2_extra", 600, 16, { - circuit: 2, - itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese", "2x #firmalife:foods/pizza_ingredients"], - itemOutputs: ["firmalife:food/raw_pizza"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pizza").meal( - (food) => food.hunger(4).saturation(1).grain(1).dairy(0.25).decayModifier(4.5), - [(portion) => portion.nutrientModifier(0.8).waterModifier(0.8).saturationModifier(0.8)] - ) - }) - - processorRecipe("pizza_dough_olive_oil", 300, 16, { - itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], - itemOutputs: ['4x firmalife:food/pizza_dough'], - fluidInputs: [Fluid.of('tfc:olive_oil', 1000)], - itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() - }) - - processorRecipe("pizza_dough_soybean_oil", 300, 16, { - itemInputs: ['firmalife:spice/basil_leaves', '#tfc:foods/dough', 'tfc:powder/salt'], - itemOutputs: ['4x firmalife:food/pizza_dough'], - fluidInputs: [Fluid.of('firmalife:soybean_oil', 1000)], - itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() - }) - - processorRecipe("vanilla_ice_cream", 300, 16, { - itemInputs: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], - itemOutputs: ['2x firmalife:food/vanilla_ice_cream'], - fluidInputs: [Fluid.of('firmalife:cream', 1000)], - itemOutputProvider: TFC.isp.of("2x firmalife:food/vanilla_ice_cream").resetFood() - }) - - processorRecipe("chocolate_ice_cream", 300, 16, { - itemInputs: ['firmalife:food/vanilla_ice_cream'], - itemOutputs: ['firmalife:food/chocolate_ice_cream'], - fluidInputs: [Fluid.of('firmalife:chocolate', 1000)], - itemOutputProvider: TFC.isp.of("firmalife:food/chocolate_ice_cream").resetFood() - }) - - processorRecipe("strawberry_ice_cream", 300, 16, { - itemInputs: ['firmalife:food/vanilla_ice_cream', '2x tfc:food/strawberry'], - itemOutputs: ['firmalife:food/strawberry_ice_cream'], - itemOutputProvider: TFC.isp.of("firmalife:food/strawberry_ice_cream").resetFood() - }) - - processorRecipe("cookie_dough_ice_cream", 300, 16, { - itemInputs: [`firmalife:food/vanilla_ice_cream`, `firmalife:food/chocolate_chip_cookie_dough`], - itemOutputs: [`firmalife:food/cookie_dough_ice_cream`], - itemOutputProvider: TFC.isp.of("firmalife:food/cookie_dough_ice_cream").resetFood() - }) - - processorRecipe("butter", 300, 16, { - itemInputs: ["tfc:powder/salt"], - itemOutputs: ["firmalife:food/butter"], - fluidInputs: [Fluid.of('firmalife:cream', 1000)], - itemOutputProvider: TFC.isp.of('firmalife:food/butter').resetFood() - }) - - processorRecipe("pie_dough", 300, 16, { - circuit: 2, - itemInputs: ['#tfc:sweetener', 'firmalife:food/butter', '#tfc:foods/flour'], - itemOutputs: ['firmalife:food/pie_dough'], - fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemOutputProvider: TFC.isp.of('firmalife:food/pie_dough').copyOldestFood() - }) - - processorRecipe("pumpkin_pie_dough", 300, 16, { - circuit: 2, - itemInputs: ['#tfc:sweetener', '#forge:eggs', '2x tfc:food/pumpkin_chunks', '#tfc:foods/flour'], - itemOutputs: ['firmalife:food/pumpkin_pie_dough'], - fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemOutputProvider: TFC.isp.of('firmalife:food/pumpkin_pie_dough').copyOldestFood() - }) - - processorRecipe("raw_pumpkin_pie", 20, 8, { - itemInputs: ["firmalife:food/pumpkin_pie_dough", "firmalife:pie_pan"], - itemOutputs: ["firmalife:raw_pumpkin_pie"], - itemOutputProvider: TFC.isp.of("firmalife:food/raw_pumpkin_pie").copyFood() - }) - - processorRecipe("cookie_dough", 300, 16, { - itemInputs: ['#tfc:sweetener', '#forge:eggs', 'firmalife:food/butter', '#tfc:foods/flour', "firmalife:spice/vanilla"], - itemOutputs: ['4x firmalife:food/cookie_dough'], - itemOutputProvider: TFC.isp.of('4x firmalife:food/cookie_dough').copyOldestFood() - }) - - processorRecipe("chocolate_chip_cookie_dough", 300, 16, { - itemInputs: ['4x firmalife:food/cookie_dough', '#firmalife:chocolate_blends'], - itemOutputs: ['4x firmalife:food/chocolate_chip_cookie_dough'], - itemOutputProvider: TFC.isp.of('4x firmalife:food/chocolate_chip_cookie_dough').copyOldestFood() - }) - - processorRecipe("hardtack_dough", 300, 16, { - itemInputs: ['tfc:powder/salt', '#tfc:foods/flour'], - itemOutputs: ['4x firmalife:food/hardtack_dough'], - fluidInputs: [Fluid.of('minecraft:water', 1000)], - itemOutputProvider: TFC.isp.of('4x firmalife:food/hardtack_dough').copyOldestFood() - }) - - processorRecipe("yeast_starter", 1200, 8, { - circuit: 1, - fluidInputs: [Fluid.of('firmalife:yeast_starter', 100)], - fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], - itemInputs: ['#tfc:foods/flour'], - }) - - processorRecipe("yeast_starter_from_water", 7200, 8, { - circuit: 10, - fluidInputs: [Fluid.of('minecraft:water', 100)], - fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)], - itemInputs: ['#tfc:foods/fruits'], - }) - - processorRecipe("cocoa_dust", 100, 4, { - itemInputs: ["firmalife:food/roasted_cocoa_beans"], - itemOutputs: ["gtceu:cocoa_dust"], - itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust") - }) - - processorRecipe("red_grapes", 50, 8, { - itemInputs: ["firmalife:food/red_grapes"], - itemOutputs: ["firmalife:food/smashed_red_grapes"], - itemOutputProvider: TFC.isp.of('firmalife:food/smashed_red_grapes').copyOldestFood() - }) - - processorRecipe("white_grapes", 50, 8, { - itemInputs: ["firmalife:food/white_grapes"], - itemOutputs: ["firmalife:food/smashed_white_grapes"], - itemOutputProvider: TFC.isp.of('firmalife:food/smashed_white_grapes').copyOldestFood() - }) - - processorRecipe("cured_maize", 300, 8, { - itemInputs: ["tfc:food/maize_grain"], - itemOutputs: ["firmalife:food/cured_maize"], - itemOutputProvider: TFC.isp.of('firmalife:food/cured_maize').copyOldestFood() - }) - - processorRecipe("soy_mixture", 300, 8, { - itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'], - itemOutputs: ["firmalife:food/soy_mixture"], - fluidInputs: [Fluid.of('minecraft:water', 50)], - itemOutputProvider: TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood(), - - }) - - // These don't need the ISP handling, they're just here to keep all the food recipes together - - event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') - .inputFluids(Fluid.of('water', 200)) - .itemInputs('1x tfc:olive_paste') - .outputFluids(Fluid.of('tfc:olive_oil_water', 200)) - .duration(200) - .EUt(28) - - event.recipes.gtceu.distillery('tfg:tfc/olive_oil') - .inputFluids(Fluid.of('tfc:olive_oil_water', 250)) - .outputFluids(Fluid.of('tfc:olive_oil', 50)) - .duration(600) - .EUt(28) - - event.recipes.gtceu.fermenter('soybean_oil') - .itemInputs('firmalife:food/soybean_paste') - .inputFluids(Fluid.of('minecraft:water', 100)) - .outputFluids(Fluid.of('firmalife:soybean_oil', 250)) - .EUt(GTValues.VA[GTValues.ULV]) - .duration(600) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_milk') - .inputFluids(Fluid.of('minecraft:milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('tfc:curdled_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_yak_milk') - .inputFluids(Fluid.of('firmalife:yak_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_yak_milk', 2000)) - .duration(2400) - .EUt(16) - - event.recipes.gtceu.fermenter('tfg:fermenter/curdled_goat_milk') - .inputFluids(Fluid.of('firmalife:goat_milk', 2000)) - .itemInputs('firmalife:rennet') - .outputFluids(Fluid.of('firmalife:curdled_goat_milk', 2000)) - .duration(2400) - .EUt(16) - - // GT cocoa dust compat - event.recipes.gtceu.macerator('firmalife:food/cocoa_powder') - .itemInputs('gtceu:cocoa_dust') - .itemOutputs('4x firmalife:food/cocoa_powder') - .duration(100) - .EUt(2) - - event.recipes.tfc.quern('4x firmalife:food/cocoa_powder', 'gtceu:cocoa_dust') - .id(`tfg:quern/cocoa_powder`) - - event.recipes.tfc.quern('gtceu:cocoa_dust', 'firmalife:food/roasted_cocoa_beans') - .id('tfg:quern/cocoa_dust'); - - //#endregion - - event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') - event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') - event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') - event.replaceInput({id: 'gtceu:shaped/ev_food_processor'}, 'gtceu:ev_electric_piston', 'gtceu:titanium_whisk') - - event.replaceInput({id: 'gtceu:shaped/lv_food_oven'}, 'gtceu:lv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') -} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index 0f4bc7713..eec0f9d35 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -14,5 +14,4 @@ const registerTFGRecipes = (event) => { registerTFGSupportRecipes(event) registerTFGFishingNetsRecipes(event) registerTFGConvertingRecipes(event) - registerTFGFoodRecipes(event) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 90a2eb47f..d8fce61c8 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -287,4 +287,4 @@ function registerTFGRockRecipes(event) { .EUt(GTValues.VA[GTValues.LV]) }) //#endregion -} +} \ No newline at end of file diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 371ee10f7..14ef74306 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -293,10 +293,6 @@ function registerVintageImprovementsRecipes(event) { forEachMaterial(material => { - const ingotItem = ChemicalHelper.get(TagPrefix.ingot, material, 1); - if (ingotItem == null || ingotItem.hasTag('c:hidden_from_recipe_viewers')) - return; - // #region Coiling if (material.hasFlag(MaterialFlags.GENERATE_ROD) && material.hasFlag(MaterialFlags.GENERATE_SPRING_SMALL)) { @@ -631,13 +627,6 @@ function registerVintageImprovementsRecipes(event) { processingTime: 100 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER }).id(`tfg:vi/coiling/phantom_thread`) - event.custom({ - type: 'vintageimprovements:coiling', - ingredients: [{ item: 'firmalife:pineapple_fiber' }], - results: [{ item: 'firmalife:pineapple_yarn', count: 8 }], - processingTime: 100 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER - }).id(`tfg:vi/coiling/pineapple_yarn`) - event.custom({ type: 'vintageimprovements:coiling', ingredients: [ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Polycaprolactam, 1)], diff --git a/kubejs/startup_scripts/ae2/tag_prefixes.js b/kubejs/startup_scripts/ae2/tag_prefixes.js index 31a6e4325..2c03f700b 100644 --- a/kubejs/startup_scripts/ae2/tag_prefixes.js +++ b/kubejs/startup_scripts/ae2/tag_prefixes.js @@ -1,15 +1,15 @@ // priority: 0 const registerAE2TagPrefixes = (event) => { + const $AE_BLOCKS = Java.loadClass('appeng.core.definitions.AEBlocks'); const $AE_ITEMS = Java.loadClass('appeng.core.definitions.AEItems'); const Fluix = GTCEuAPI.materialManager.getMaterial('tfg:fluix') - // Blocks have to be handled in java because ae2 is weird - + TagPrefix.block.setIgnored(Fluix, $AE_BLOCKS.FLUIX_BLOCK); TagPrefix.dust.setIgnored(Fluix, $AE_ITEMS.FLUIX_DUST); TagPrefix.gem.setIgnored(Fluix, $AE_ITEMS.FLUIX_CRYSTAL); - +; TagPrefix.dust.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_DUST); TagPrefix.gem.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_CRYSTAL); diff --git a/kubejs/startup_scripts/create/constants.js b/kubejs/startup_scripts/create/constants.js index b534cfb44..c78f93e53 100644 --- a/kubejs/startup_scripts/create/constants.js +++ b/kubejs/startup_scripts/create/constants.js @@ -188,6 +188,9 @@ global.CREATE_DISABLED_ITEMS = [ // Blocks 'create:andesite_alloy_block', 'create:experience_block', + 'create:rose_quartz_block', + 'create:rose_quartz_tiles', + 'create:small_rose_quartz_tiles', // Other 'create:honey_bucket', @@ -202,6 +205,7 @@ global.CREATE_DISABLED_ITEMS = [ 'create:blaze_cake_base', 'create:sturdy_sheet', 'create:polished_rose_quartz', + 'create:rose_quartz', 'create:cinder_flour', 'create:dough', 'create:bar_of_chocolate', diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index 6bc9a7428..e0e9b6220 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -84,13 +84,6 @@ global.FIRMALIFE_ORE_MATERIALS = [ 'chromite' ]; -global.FIRMALIFE_JAMS = [ - "fig", - "pineapple", - "red_grapes", - "white_grapes" -] - global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/cocoa_sapling', fluid_amount: 8000, output: '3x firmalife:food/cocoa_beans', name: 'cocoa_beans' }, { input: 'firmalife:plant/fig_sapling', fluid_amount: 8000, output: '3x firmalife:food/fig', name: 'fig' }, @@ -101,20 +94,26 @@ global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS = [ { input: 'firmalife:plant/nightshade_bush', fluid_amount: 6000, output: '3x firmalife:food/nightshade_berry', name: 'nightshade' }, ]; -global.FIRMALIFE_COOKING_RECIPE_COMPONENTS = [ - { input: 'firmalife:food/white_chocolate_blend', output: 'firmalife:food/white_chocolate', name: 'white_chocolate' }, - { input: 'firmalife:food/dark_chocolate_blend', output: 'firmalife:food/dark_chocolate', name: 'dark_chocolate' }, - { input: 'firmalife:food/milk_chocolate_blend', output: 'firmalife:food/milk_chocolate', name: 'milk_chocolate' }, - { input: 'firmalife:food/raw_pizza', output: 'firmalife:food/cooked_pizza', name: 'cooked_pizza' }, - { input: 'firmalife:food/corn_tortilla', output: 'firmalife:food/taco_shell', name: 'taco_shell' }, - { input: 'firmalife:food/cookie_dough', output: 'firmalife:food/sugar_cookie', name: 'sugar_cookie' }, - { input: 'firmalife:food/chocolate_chip_cookie_dough', output: 'firmalife:food/chocolate_chip_cookie', name: 'chocolate_chip_cookie' }, - { input: 'firmalife:food/hardtack_dough', output: 'firmalife:food/hardtack', name: 'hardtack' }, - { input: 'firmalife:food/filled_pie', output: 'firmalife:food/cooked_pie', name: 'cooked_pie' }, - { input: 'firmalife:food/cocoa_beans', output: 'firmalife:food/roasted_cocoa_beans', name: 'roasted_cocoa_beans' }, - { input: 'firmalife:food/raw_pumpkin_pie', output: 'minecraft:pumpkin_pie', name: 'pumpkin_pie' }, - { input: 'tfc:food/soybean', output: 'firmalife:food/dehydrated_soybeans', name: 'dehydrated_soybeans' }, - { input: 'firmalife:food/raw_lasagna', output: 'firmalife:food/cooked_lasagna', name: 'cooked_lasagna' }, - { input: 'firmalife:food/bacon', output: 'firmalife:food/cooked_bacon', name: 'cooked_bacon' }, - { input: '#firmalife:foods/slices', output: 'firmalife:food/toast', name: 'toast' } -]; \ No newline at end of file +global.FIRMALIFE_QUERN_FLOUR_RECIPE_COMPONENTS = [ + { input: 'firmalife:food/nixtamal', output: '2x firmalife:food/masa_flour', name: 'masa_flour' }, +]; + +global.FIRMALIFE_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_flour', output: '4x firmalife:food/barley_dough', name: 'firmalife_barley_dough' }, + { input: 'tfc:food/maize_flour', output: '4x firmalife:food/maize_dough', name: 'firmalife_maize_dough' }, + { input: 'tfc:food/oat_flour', output: '4x firmalife:food/oat_dough', name: 'firmalife_oat_dough' }, + { input: 'tfc:food/rye_flour', output: '4x firmalife:food/rye_dough', name: 'firmalife_rye_dough' }, + { input: 'tfc:food/rice_flour', output: '4x firmalife:food/rice_dough', name: 'firmalife_rice_dough' }, + { input: 'tfc:food/wheat_flour', output: '4x firmalife:food/wheat_dough', name: 'firmalife_wheat_dough' }, + { input: 'firmalife:food/masa_flour', output: '2x firmalife:food/masa', name: 'firmalife_masa' }, +]; + +global.FIRMALIFE_FURNACE_FLATBREAD_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_dough', output: 'firmalife:food/barley_flatbread', name: 'barley_flatbread' }, + { input: 'tfc:food/maize_dough', output: 'firmalife:food/maize_flatbread', name: 'maize_flatbread' }, + { input: 'tfc:food/oat_dough', output: 'firmalife:food/oat_flatbread', name: 'oat_flatbread' }, + { input: 'tfc:food/rye_dough', output: 'firmalife:food/rye_flatbread', name: 'rye_flatbread' }, + { input: 'tfc:food/rice_dough', output: 'firmalife:food/rice_flatbread', name: 'rice_flatbread' }, + { input: 'tfc:food/wheat_dough', output: 'firmalife:food/wheat_flatbread', name: 'wheat_flatbread' }, + { input: 'firmalife:food/masa', output: 'firmalife:food/corn_tortilla', name: 'corn_tortilla' }, +]; diff --git a/kubejs/startup_scripts/gtceu/machines.js b/kubejs/startup_scripts/gtceu/machines.js index 21cb9ddfd..936294408 100644 --- a/kubejs/startup_scripts/gtceu/machines.js +++ b/kubejs/startup_scripts/gtceu/machines.js @@ -1,5 +1,7 @@ // priority: 0 +//#region Greenhouse + const registerGTCEuMachines = (event) => { GTMachineUtils.registerCrate(GTMaterials.BismuthBronze, 54, "Bismuth Bronze Crate"); @@ -10,6 +12,66 @@ const registerGTCEuMachines = (event) => { const $SteamMulti = Java.loadClass('com.gregtechceu.gtceu.common.machine.multiblock.steam.SteamParallelMultiblockMachine'); const $Tags = Java.loadClass("dev.latvian.mods.kubejs.util.Tags") + event.create('greenhouse', 'multiblock') + .rotationState(RotationState.NON_Y_AXIS) + .recipeType('greenhouse') + .recipeModifiers([GTRecipeModifiers.OC_PERFECT]) + .appearanceBlock(GTBlocks.CASING_STEEL_SOLID) + .pattern(definition => FactoryBlockPattern.start() + .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "F#####F", "FFFFFFF") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CCCYCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .where('X', Predicates.blocks('ae2:quartz_glass')) + .where('F', Predicates.frames('steel')) + .where('D', Predicates.blocks('tfc:grass/silt') + .or(Predicates.blocks('tfc:dirt/loam')) + .or(Predicates.blocks('tfc:dirt/sandy_loam')) + .or(Predicates.blocks('tfc:dirt/silty_loam')) + .or(Predicates.blocks('tfc:grass/silt')) + .or(Predicates.blocks('tfc:grass/loam')) + .or(Predicates.blocks('tfc:grass/sandy_loam')) + .or(Predicates.blocks('tfc:grass/silty_loam'))) + .where('C', Predicates.blocks('gtceu:steel_machine_casing').or(Predicates.autoAbilities(definition.getRecipeTypes()))) + .where('#', Predicates.air() + .or(Predicates.blockTag($Tags.block("minecraft:logs"))) + .or(Predicates.blockTag($Tags.block("minecraft:leaves")))) + .where(' ', Predicates.any()) + .where('Y', Predicates.controller(Predicates.blocks(definition.get()))) + .build() + ) + .shapeInfo(controller => MultiblockShapeInfo.builder() + .aisle("CCCCCCC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "F##W##F", "F##W##F", "F##W##F", "F#LWL#F", "F#LWL#F", "F#LLL#F", "F#####F", "FFFFFFF") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X##L##X", "X#LLL#X", "X##L##X", "X#####X", " XXFXX ") + .aisle("CDDDDDC", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", "X#####X", " XXFXX ") + .aisle("CitYfeC", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", "XXXFXXX", " F ") + .where('Y', controller, Direction.SOUTH) + .where('C', GTBlocks.STEEL_HULL.get()) + .where('D', Block.getBlock('tfc:grass/silt')) + .where('F', Block.getBlock('gtceu:steel_frame')) + .where('X', Block.getBlock('ae2:quartz_glass')) + .where('W', Block.getBlock('tfc:wood/log/oak')) + .where('L', Block.getBlock('tfc:wood/leaves/oak')) + .where(' ', Block.getBlock('minecraft:air')) + .where('i', GTMachines.ITEM_IMPORT_BUS[GTValues.ULV], Direction.SOUTH) + .where('t', GTMachines.ITEM_EXPORT_BUS[GTValues.ULV], Direction.SOUTH) + .where('f', GTMachines.FLUID_IMPORT_HATCH[GTValues.ULV], Direction.SOUTH) + .where('e', GTMachines.ENERGY_INPUT_HATCH[GTValues.LV], Direction.SOUTH) + .build() + ) + .workableCasingRenderer( + 'gtceu:block/casings/solid/machine_casing_solid_steel', + 'gtceu:block/multiblock/implosion_compressor', false + ) + + //#endregion + //#region Nether Dome event.create('nether_dome', 'multiblock') diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 08433c05d..089d4e92f 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -280,7 +280,7 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.IronMagnetic.setMaterialARGB(0x503d32) GTMaterials.IronMagnetic.setMaterialSecondaryARGB(0x131212) GTMaterials.Zinc.setMaterialARGB(0xd6ffdc) - GTMaterials.Zinc.setMaterialSecondaryARGB(0xA3BE9E) + GTMaterials.Zinc.setMaterialSecondaryARGB(0x213b3f) GTMaterials.Graphite.setMaterialARGB(0x889BA8) GTMaterials.Graphite.setMaterialSecondaryARGB(0x30383E) GTMaterials.Amethyst.setMaterialARGB(0xCC9EF0) diff --git a/kubejs/startup_scripts/gtceu/recipe_types.js b/kubejs/startup_scripts/gtceu/recipe_types.js index 979ef3a46..7ba54d0be 100644 --- a/kubejs/startup_scripts/gtceu/recipe_types.js +++ b/kubejs/startup_scripts/gtceu/recipe_types.js @@ -1,6 +1,13 @@ // priority: 0 const registerGTCEuRecipeTypes = (event) => { + event.create('greenhouse') + .category('greenhouse') + .setEUIO('in') + .setMaxIOSize(3, 4, 1, 0) + .setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT) + .setSound(GTSoundEntries.BATH) + event.create('nether_dome') .category('nether_dome') .setEUIO('in') diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index d7f2c995e..ce425b1ff 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -852,7 +852,7 @@ global.TFC_BATCH_TO_BOTTLE_ASSEMBLING_RECIPE_COMPONENTS = [ { input: 'tfc:volcanic_glass_batch', output: 'tfc:volcanic_glass_bottle', name: 'volcanic_glass_bottle' }, ]; -global.TFC_MEAT_RECIPE_COMPONENTS = [ +global.TFC_FURNACE_MEAT_RECIPE_COMPONENTS = [ { input: 'tfc:food/horse_meat', output: 'tfc:food/cooked_horse_meat', name: 'cooked_horse_meat' }, { input: 'tfc:food/bear', output: 'tfc:food/cooked_bear', name: 'cooked_bear' }, { input: 'tfc:food/mutton', output: 'tfc:food/cooked_mutton', name: 'cooked_mutton' }, @@ -924,39 +924,41 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ { input: 'firmalife:ore/small_chromite', output: 'gtceu:small_chromite_dust', name: 'chromite' } ]; -global.TFC_GRAINS = [ - "barley", - "maize", - "oat", - "rye", - "rice", - "wheat", -] +global.TFC_QUERN_GRAIN_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley', output: 'tfc:food/barley_grain', name: 'barley_grain' }, + { input: 'tfc:food/maize', output: 'tfc:food/maize_grain', name: 'maize_grain' }, + { input: 'tfc:food/oat', output: 'tfc:food/oat_grain', name: 'oat_grain' }, + { input: 'tfc:food/rye', output: 'tfc:food/rye_grain', name: 'rye_grain' }, + { input: 'tfc:food/rice', output: 'tfc:food/rice_grain', name: 'rice_grain' }, + { input: 'tfc:food/wheat', output: 'tfc:food/wheat_grain', name: 'wheat_grain' }, +]; -global.TFC_JAMS = [ - "blackberry", - "blueberry", - "bunchberry", - "cloudberry", - "cranberry", - "elderberry", - "gooseberry", - "raspberry", - "snowberry", - "strawberry", - "wintergreen_berry", - "banana", - "cherry", - "green_apple", - "lemon", - "olive", - "orange", - "peach", - "plum", - "red_apple", - "pumpkin_chunks", - "melon_slice", -] +global.TFC_QUERN_FLOUR_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_grain', output: '2x tfc:food/barley_flour', name: 'barley_flour' }, + { input: 'tfc:food/maize_grain', output: '2x tfc:food/maize_flour', name: 'maize_flour' }, + { input: 'tfc:food/oat_grain', output: '2x tfc:food/oat_flour', name: 'oat_flour' }, + { input: 'tfc:food/rye_grain', output: '2x tfc:food/rye_flour', name: 'rye_flour' }, + { input: 'tfc:food/rice_grain', output: '2x tfc:food/rice_flour', name: 'rice_flour' }, + { input: 'tfc:food/wheat_grain', output: '2x tfc:food/wheat_flour', name: 'wheat_flour' }, +]; + +global.TFC_MIXER_FLATBREAD_DOUGH_RECIPE_COMPONENTS = [ + { input: 'tfc:food/barley_flour', output: '2x tfc:food/barley_dough', name: 'tfc_barley_dough' }, + { input: 'tfc:food/maize_flour', output: '2x tfc:food/maize_dough', name: 'tfc_maize_dough' }, + { input: 'tfc:food/oat_flour', output: '2x tfc:food/oat_dough', name: 'tfc_oat_dough' }, + { input: 'tfc:food/rye_flour', output: '2x tfc:food/rye_dough', name: 'tfc_rye_dough' }, + { input: 'tfc:food/rice_flour', output: '2x tfc:food/rice_dough', name: 'tfc_rice_dough' }, + { input: 'tfc:food/wheat_flour', output: '2x tfc:food/wheat_dough', name: 'tfc_wheat_dough' }, +]; + +global.TFC_FURNACE_BREAD_RECIPE_COMPONENTS = [ + { input: 'firmalife:food/barley_dough', output: 'tfc:food/barley_bread', name: 'barley_bread' }, + { input: 'firmalife:food/maize_dough', output: 'tfc:food/maize_bread', name: 'maize_bread' }, + { input: 'firmalife:food/oat_dough', output: 'tfc:food/oat_bread', name: 'oat_bread' }, + { input: 'firmalife:food/rye_dough', output: 'tfc:food/rye_bread', name: 'rye_bread' }, + { input: 'firmalife:food/rice_dough', output: 'tfc:food/rice_bread', name: 'rice_bread' }, + { input: 'firmalife:food/wheat_dough', output: 'tfc:food/wheat_bread', name: 'wheat_bread' }, +]; global.TFC_GREENHOUSE_FRUIT_RECIPE_COMPONENTS = [ { input: 'tfc:plant/cherry_sapling', fluid_amount: 8000, output: '32x tfc:food/cherry', name: 'cherry' }, @@ -1014,14 +1016,7 @@ global.TFC_MILKS = [ {id: 'minecraft:milk'}, {id: 'firmalife:yak_milk'}, {id: 'firmalife:goat_milk'}, - // Uncomment this if firmalife ever makes this obtainable - //{id: 'firmalife:coconut_milk'}, -]; - -global.TFC_CURDS_AND_CHEESES = [ - { id: 'milk', input_fluid: 'tfc:curdled_milk', curd: 'firmalife:food/milk_curd', cheese1: 'gouda', cheese2: 'cheddar' }, - { id: 'yak', input_fluid: 'firmalife:curdled_yak_milk', curd: 'firmalife:food/yak_curd', cheese1: 'shosha', cheese2: 'rajya_metok' }, - { id: 'goat', input_fluid: 'firmalife:curdled_goat_milk', curd: 'firmalife:food/goat_curd', cheese1: 'feta', cheese2: 'chevre' }, + {id: 'firmalife:coconut_milk'}, ]; global.TFC_ALCOHOL = [ From 208b916d8c2d023a5626be248fd9dda0986ef6f5 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Tue, 17 Jun 2025 05:33:15 -0500 Subject: [PATCH 166/246] - Fixed brining and smoking recipes and added drying recipes. (#1181) --- kubejs/server_scripts/tfg/recipes.food.js | 40 ++++++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 0a8fa9c76..a82c0669d 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -280,26 +280,56 @@ function registerTFGFoodRecipes(event) { const smoking_meats = Ingredient.of('#tfc:foods/raw_meats').itemIds; const brining_veg = Ingredient.of('#firmalife:foods/pizza_ingredients').itemIds; + const drying_fruits = Ingredient.of('#tfc:foods/fruits').itemIds; + const drying_recipes = [ + {input: 'firmalife:food/soy_mixture', output: 'firmalife:food/tofu'}, + {input: 'tfc:food/soybean', output: 'firmalife:food/dehydrated_soybeans'}, + {input: 'firmalife:plant/vanilla', output: 'firmalife:spice/vanilla'}, + {input: 'firmalife:cinnamon_bark', output: 'firmalife:spice/cinnamon'}, + {input: 'firmalife:food/white_chocolate_blend', output: 'firmalife:food/white_chocolate'}, + {input: 'firmalife:food/milk_chocolate_blend', output: 'firmalife:food/milk_chocolate'}, + {input: 'firmalife:food/dark_chocolate_blend', output: 'firmalife:food/dark_chocolate'} + ]; const brining_ingredients = smoking_meats.concat(brining_veg); brining_ingredients.forEach(item => { - processorRecipe(`${item}/brining`, 200, 16, { + processorRecipe(`${item.replace(/:/g, "/")}/brining`, 200, 16, { circuit: 5, itemInputs: [item], itemOutputs: [item], fluidInputs: [Fluid.of("tfc:brine", 100)], - itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait('tfc:brined') + itemOutputProvider: TFC.isp.copyInput().addTrait('tfc:brined') }) }) smoking_meats.forEach(item => { - processorRecipe(`${item}/smoking`, 200, 16, { + processorRecipe(`${item.replace(/:/g, "/")}/smoking`, 200, 16, { circuit: 6, - itemInputs: [[item, TFC.ingredient.lacksTrait(item, "firmalife:smoked")]], + itemInputs: [item], itemOutputs: [item], fluidInputs: [Fluid.of('gtceu:wood_gas', 50)], - itemOutputProvider: TFC.isp.of(item).copyOldestFood().addTrait("firmalife:smoked") + itemOutputProvider: TFC.isp.copyInput().addTrait("firmalife:smoked") + }) + }) + + drying_fruits.forEach(item => { + processorRecipe(`${item.replace(/:/g, "/")}/drying`, 200, 16, { + circuit: 6, + itemInputs: [item], + itemOutputs: [item], + fluidInputs: [Fluid.of('gtceu:nitrogen', 100)], + itemOutputProvider: TFC.isp.copyInput().addTrait("firmalife:dried") + }) + }) + + drying_recipes.forEach(item => { + processorRecipe(`${item.input.replace(/:/g, "/")}/drying`, 200, 16, { + circuit: 6, + itemInputs: [item.input], + itemOutputs: [item.output], + fluidInputs: [Fluid.of('gtceu:nitrogen', 100)], + itemOutputProvider: TFC.isp.of(item.output).copyOldestFood() }) }) From 1ab2777fcdd6ce9e81e515b77b9fd58eb419f1b0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 12:20:47 +0100 Subject: [PATCH 167/246] fixed ISPRecipeLogic path --- kubejs/server_scripts/tfg/recipes.food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index a82c0669d..bd1f86ab8 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -4,7 +4,7 @@ */ function registerTFGFoodRecipes(event) { - const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.machines.ISPOutputRecipeLogic") + const $ISPRecipeLogic = Java.loadClass("su.terrafirmagreg.core.common.data.tfgt.machine.trait.ISPOutputRecipeLogic") const $SizedIngredient = Java.loadClass("com.gregtechceu.gtceu.api.recipe.ingredient.SizedIngredient") const Sized = (ing, amount) => $SizedIngredient.create(ing, amount) From 7ab8693fe24991bfa308a3d83161de33b4971765 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 12:30:38 +0100 Subject: [PATCH 168/246] langs --- kubejs/assets/tfg/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 9e97420c9..b359168f7 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -310,7 +310,7 @@ "material.tfg.compressed_trimix": "Compressed 50/30/20 Trimix", "material.tfg.compressed_trimix_3": "Compressed 50/30/20 Trimix-3", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", - "tfg.tooltip.food_trait.refrigerating": "§9Refrigerating", + "tfg.tooltip.food_trait.refrigerating": "§bRefrigerating", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", From 5fa52781ed79c3b33cb343c6d1f0a182d0c3b8be Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 13:38:43 +0100 Subject: [PATCH 169/246] fixed magnetic neodymium material set inconsistency --- kubejs/startup_scripts/tfc/materials.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/startup_scripts/tfc/materials.js b/kubejs/startup_scripts/tfc/materials.js index 6814856d2..f78dc886b 100644 --- a/kubejs/startup_scripts/tfc/materials.js +++ b/kubejs/startup_scripts/tfc/materials.js @@ -99,6 +99,7 @@ const registerTFCMaterials = (event) => { GTMaterials.Galena.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_copper')) GTMaterials.Grossular.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_sapphire')) GTMaterials.Neodymium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_magnetite')) + GTMaterials.NeodymiumMagnetic.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_magnetite')) GTMaterials.Palladium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_pyrite')) GTMaterials.Platinum.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_gold')) GTMaterials.Thorium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_hematite')) From d362e73055c8803dfc088b440c153443862686ac Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 13:39:29 +0100 Subject: [PATCH 170/246] updated veins --- .../entries/tfg_ores/earth_ore_index.json | 10 +- .../entries/tfg_ores/earth_vein_index.json | 2 +- .../entries/tfg_ores/moon_ore_index.json | 10 +- .../entries/tfg_ores/moon_vein_index.json | 400 +++++++++++++++++- .../entries/tfg_ores/nether_ore_index.json | 10 +- .../entries/tfg_ores/nether_vein_index.json | 2 +- .../entries/tfg_ores/moon_ore_index.json | 10 +- .../entries/tfg_ores/moon_vein_index.json | 398 ++++++++++++++++- .../entries/tfg_ores/moon_ore_index.json | 10 +- .../entries/tfg_ores/moon_vein_index.json | 398 ++++++++++++++++- .../moon/vein/moon_apatite.json | 4 +- .../moon/vein/moon_bauxite.json | 4 +- .../moon/vein/moon_beryllium.json | 4 +- .../moon/vein/moon_desh.json | 4 +- .../moon/vein/moon_garnierite.json | 2 +- .../moon/vein/moon_graphite.json | 157 +++++++ .../moon/vein/moon_lubricant.json | 178 ++++++++ .../moon/vein/moon_magnetite.json | 2 +- .../moon/vein/moon_manganese.json | 178 ++++++++ .../moon/vein/moon_molybdenum.json | 2 +- .../moon/vein/moon_monazite.json | 8 +- .../moon/vein/moon_quartz.json | 140 ++++-- .../moon/vein/moon_redstone.json | 4 +- .../moon/vein/moon_saltpeter.json | 2 +- .../moon/vein/moon_scheelite.json | 2 +- .../moon/vein/moon_sphalerite.json | 150 +++++++ .../moon/vein/moon_topaz.json | 4 +- .../moon/vein/moon_graphite.json | 5 + .../moon/vein/moon_lubricant.json | 5 + .../moon/vein/moon_manganese.json | 5 + .../moon/vein/moon_sphalerite.json | 5 + kubejs/server_scripts/tfg/tags.veins.js | 4 + 32 files changed, 1978 insertions(+), 141 deletions(-) create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_graphite.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_lubricant.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_manganese.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sphalerite.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 0d024427c..0904a6dd1 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 @@ -19,27 +19,27 @@ }, { "Type": "patchouli:text", - "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)$()", + "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)Cooperite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)38%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)$()$(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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Native Silver: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l)$()$(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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Pyrope: $(l:tfg_ores/earth_vein_index#deep_sapphire)27%$(/l)$()$(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)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" }, { 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 9e500e176..8e490c13a 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 @@ -848,7 +848,7 @@ }, { "Type": "patchouli:multiblock", - "name": "Sheldonite", + "name": "Cooperite", "multiblock": { "mapping": { "0": "#forge:ores/cooperite" 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 09992ee36..a18f04600 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 @@ -14,27 +14,27 @@ }, { "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_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)$()", + "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)5%$(/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)45%$(/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)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)$()", + "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)Cooperite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamond: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/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)Glauconite Sand: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)$()$(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)Nether Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/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_graphite)10%$(/l), $(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), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)Pyrite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/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), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Spessartine: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/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)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(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 2c041ea27..760c1c356 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 @@ -14,12 +14,12 @@ }, { "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_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$()$()", + "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_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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$()$()", + "text": "$(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_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Sphalerite & Pyrite$()$()$(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$(): 0 — 100$(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.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Norite", "title": "Apatite & Pyrochlore", "type": "patchouli:text", "anchor": "moon_apatite" @@ -121,7 +121,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 310$(br)$(thing)Density$(): 0.2$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Size$(): 50$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Dacite, Phonolite, Rhyolite", "title": "Bastnasite & Monazite", "type": "patchouli:text", "anchor": "moon_monazite" @@ -213,7 +213,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 80$(br)$(thing)Size$(): 50$(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" @@ -280,7 +280,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Size$(): 60$(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" @@ -302,15 +302,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 66%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", + "text": "$(thing)Percentage$(): 45%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Barite", + "name": "Nether Quartz", "multiblock": { "mapping": { - "0": "#forge:ores/barite" + "0": "#forge:ores/nether_quartz" }, "pattern": [ [ @@ -322,7 +322,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Used for$(): Applied Energistics 2$(br)$(thing)Formula$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -342,12 +342,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 13%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Used for$(): LV components$(br)$(thing)Formula$(): SiO₂", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Barite", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Barium$(br)$(thing)Formula$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 280$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Size$(): 70$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", "title": "Chromite & Magnetite", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -481,7 +506,7 @@ }, { "Type": "patchouli:multiblock", - "name": "Sheldonite", + "name": "Cooperite", "multiblock": { "mapping": { "0": "#forge:ores/cooperite" @@ -546,7 +571,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Size$(): 45$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gabbro", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -638,7 +663,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Height$(): 70$(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" @@ -745,7 +770,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 5 — 85$(br)$(thing)Size$(): 55$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Rhyolite", "title": "Garnierite & Cobaltite", "type": "patchouli:text", "anchor": "moon_garnierite" @@ -850,6 +875,73 @@ "text": "$(thing)Percentage$(): 14%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Basalt, Gabbro, Phonolite", + "title": "Graphite & Diamond", + "type": "patchouli:text", + "anchor": "moon_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Graphite", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 52%$(br)$(thing)Used for$(): $(l:mechanics/fire_clay)Fire Clay$(), Graphene$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Diamond", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 36%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(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.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", @@ -957,6 +1049,98 @@ "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$(): 215$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 5 — 80$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Basalt, Dacite, Gabbro, Norite", + "title": "Manganese & Tantalum", + "type": "patchouli:text", + "anchor": "moon_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Grossular", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 37%$(br)$(thing)Source of$(): Calcium, Aluminium$(br)$(thing)Formula$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Spessartine", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese, Aluminium$(br)$(thing)Formula$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrolusite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Manganese$(br)$(thing)Formula$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tantalite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 12%$(br)$(thing)Source of$(): Manganese, Tantalum$(br)$(thing)Formula$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 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", @@ -1051,7 +1235,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.2$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 20 — 100$(br)$(thing)Size$(): 45$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Dacite, Phonolite", "title": "Redstone, Cinnabar, & Ruby", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1143,7 +1327,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 210$(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" @@ -1342,7 +1526,7 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 200$(br)$(thing)Density$(): 0.45$(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" @@ -1501,7 +1685,181 @@ }, { "Type": "patchouli:text", - "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", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 66$(br)$(thing)Size$(): 36$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Diorite, Gabbro, Norite", + "title": "Soapstone, Talc, & Trona", + "type": "patchouli:text", + "anchor": "moon_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Soapstone", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Glauconite Sand", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Magnesium, Aluminium$(br)$(thing)Formula$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Talc", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pentlandite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Nickel$(br)$(thing)Formula$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Trona", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Sodium$(br)$(thing)Formula$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 205$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 2 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Gabbro, Phonolite", + "title": "Sphalerite & Pyrite", + "type": "patchouli:text", + "anchor": "moon_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Sphalerite", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 50%$(br)$(thing)Melts into$(): Zinc$(br)$(thing)Formula$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Pyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Formula$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 64$(br)$(thing)Height$(): 25$(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" @@ -1593,7 +1951,7 @@ }, { "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", + "text": "$(thing)Rarity$(): 245$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 50$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Basalt, Dacite, Gabbro, Norite", "title": "Wulfenite & Molybdenite", "type": "patchouli:text", "anchor": "moon_molybdenum" 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 2bfe5fa50..1b9964a83 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 @@ -19,27 +19,27 @@ }, { "Type": "patchouli:text", - "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)$()", + "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)Cooperite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)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)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" }, { 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 8224581d1..f1e41563e 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 @@ -560,7 +560,7 @@ }, { "Type": "patchouli:multiblock", - "name": "Sheldonite", + "name": "Cooperite", "multiblock": { "mapping": { "0": "#forge:ores/cooperite" 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 172af2ce3..6927a5d5a 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 @@ -14,27 +14,27 @@ }, { "Type": "patchouli:text", - "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)$()", + "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), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Алмаз: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/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)5%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "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_lubricant)25%$(/l)$()$(li)Графит: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/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)45%$(/l)$()$(li)Каменная соль: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Кварцит: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/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)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)$()$(li)Мыльный камень: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Незер-кварц: $(l:tfg_ores/moon_vein_index#moon_quartz)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_graphite)10%$(/l), $(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), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)Пирит: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Пиролюзит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Пироп: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Пирохлор: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)$()$(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_manganese)25%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Тальк: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Танталит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/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_lubricant)10%$(/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)$()$(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 df58f34e7..b60475386 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 @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "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)Топаз и Халькозин$()$()", + "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_graphite)Графит и Алмаз$()$()$(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_manganese)Марганец и Тантал$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Мыльный камень, Тальк и Трона$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Редстоун, Киноварь и Рубин$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Сапфир и Альмандин$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)Шелдонит и Борнит$()$()", + "text": "$(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_sphalerite)Сфалерит & Пирит$()$()$(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_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)Редкость$(): 230$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 10 — 80$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Дацит", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 10 — 80$(br)$(thing)Размер$(): 45$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Дацит", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -213,7 +213,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 100$(br)$(thing)Размер$(): 25$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Диорит, Норит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 100$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Диорит, Норит", "title": "Апатит и Пирохлор", "type": "patchouli:text", "anchor": "moon_apatite" @@ -305,7 +305,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 50$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Риолит, Фонолит", + "text": "$(thing)Редкость$(): 310$(br)$(thing)Плотность$(): 0.2$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Риолит, Фонолит", "title": "Бастнезит и Монацит", "type": "patchouli:text", "anchor": "moon_monazite" @@ -397,7 +397,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 80$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Диорит, Норит, Риолит, Фонолит", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 80$(br)$(thing)Размер$(): 50$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Диорит, Норит, Риолит, Фонолит", "title": "Боксит и Ильменит", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -464,7 +464,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 245$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 50$(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)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Базальт, Габбро, Дацит, Норит", "title": "Вульфенит & Молибденит", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -556,7 +556,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 5 — 85$(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)Размер$(): 55$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Диорит, Риолит", "title": "Гарниерит и Кобальтит", "type": "patchouli:text", "anchor": "moon_garnierite" @@ -663,7 +663,74 @@ }, { "Type": "patchouli:text", - "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)Виды камней$(): Анортозит, Базальт, Фонолит", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.55$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 0 — 120$(br)$(thing)Высота$(): 60$(br)$(thing)Радиус$(): 12$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Базальт, Габбро, Фонолит", + "title": "Графит и Алмаз", + "type": "patchouli:text", + "anchor": "moon_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графит", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 52%$(br)$(thing)Используется для$(): $(l:mechanics/fire_clay)Огнеупорная глина$(), Графен$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Алмаз", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 36%$(br)$(thing)Используется для$(): Измельчители, предметы из AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливин", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Магний, Железо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 260$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): трубчатая жила$(br)$(thing)Y-уровень$(): 0 — 120$(br)$(thing)Высота$(): 70$(br)$(thing)Радиус$(): 10$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Фонолит", "title": "Изумруд и Бериллий", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -770,7 +837,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 10 — 100$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 80$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", + "text": "$(thing)Редкость$(): 230$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 10 — 100$(br)$(thing)Размер$(): 60$(br)$(thing)Индикатор Max Depth$(): 80$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", "title": "Истинный кварц", "type": "patchouli:text", "anchor": "moon_quartz" @@ -792,15 +859,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 66%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Процент руды$(): 45%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Барит", + "name": "Незер-кварц", "multiblock": { "mapping": { - "0": "#forge:ores/barite" + "0": "#forge:ores/nether_quartz" }, "pattern": [ [ @@ -812,7 +879,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Используется для$(): рецепты Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -832,12 +899,236 @@ ] }, "enable_visualize": false, - "text": "$(thing)Процент руды$(): 13%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Используется для$(): компоненты уровня LV$(br)$(thing)Формула$(): SiO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 5%$(br)$(thing)Хромит$(): Барий$(br)$(thing)Формула$(): BaSO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 215$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 5 — 80$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Базальт, Базальт, Габбро, Дацит, Норит", + "title": "Марганец и Тантал", + "type": "patchouli:text", + "anchor": "moon_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 37%$(br)$(thing)Хромит$(): Кальций, Алюминий$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спасерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец, Алюминий$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пиролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Марганец$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталит", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 12%$(br)$(thing)Хромит$(): Марганец, Тантал$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 190$(br)$(thing)Плотность$(): 0.25$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 66$(br)$(thing)Размер$(): 36$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Анортозит, Базальт, Габбро, Диорит, Норит", + "title": "Мыльный камень, Тальк и Трона", + "type": "patchouli:text", + "anchor": "moon_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Мыльный камень", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 30%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Глауконитовый песок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 25%$(br)$(thing)Хромит$(): Магний, Алюминий$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 20%$(br)$(thing)Хромит$(): Магний$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Плавится в$(): Никель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 10%$(br)$(thing)Хромит$(): Натрий$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", "type": "patchouli:multiblock" }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 100$(br)$(thing)Размер$(): 30$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Фонолит", + "text": "$(thing)Редкость$(): 250$(br)$(thing)Плотность$(): 0.2$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 20 — 100$(br)$(thing)Размер$(): 45$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Фонолит", "title": "Редстоун, Киноварь и Рубин", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1036,7 +1327,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 180$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 90$(br)$(thing)Размер$(): 35$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Андезит, Дацит, Норит, Риолит", + "text": "$(thing)Редкость$(): 210$(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" @@ -1220,7 +1511,74 @@ }, { "Type": "patchouli:text", - "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)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", + "text": "$(thing)Редкость$(): 205$(br)$(thing)Плотность$(): 0.4$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 2 — 75$(br)$(thing)Размер$(): 40$(br)$(thing)Индикатор Max Depth$(): 60$(br2)$(thing)Виды камней$(): Андезит, Базальт, Габбро, Дацит, Фонолит", + "title": "Сфалерит & Пирит", + "type": "patchouli:text", + "anchor": "moon_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 50%$(br)$(thing)Плавится в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пирит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 35%$(br)$(thing)Плавится в$(): Железо$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Процент руды$(): 15%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Редкость$(): 210$(br)$(thing)Плотность$(): 0.5$(br)$(thing)Вид$(): дискообразная жила$(br)$(thing)Y-уровень$(): 0 — 120$(br)$(thing)Размер$(): 64$(br)$(thing)Высота$(): 25$(br)$(thing)Индикатор Max Depth$(): 20$(br2)$(thing)Виды камней$(): Андезит, Анортозит, Базальт, Габбро, Дацит, Диорит, Норит, Риолит, Фонолит", "title": "Топаз и Халькозин", "type": "patchouli:text", "anchor": "moon_topaz" @@ -1312,7 +1670,7 @@ }, { "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)Виды камней$(): Анортозит, Габбро, Диорит, Норит", + "text": "$(thing)Редкость$(): 280$(br)$(thing)Плотность$(): 0.3$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 90$(br)$(thing)Размер$(): 70$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Анортозит, Габбро, Диорит, Норит", "title": "Хромит и Магнетит", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -1526,7 +1884,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.35$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Риолит, Фонолит", + "text": "$(thing)Редкость$(): 200$(br)$(thing)Плотность$(): 0.45$(br)$(thing)Вид$(): кластерная жила$(br)$(thing)Y-уровень$(): 0 — 70$(br)$(thing)Размер$(): 20$(br)$(thing)Индикатор Max Depth$(): 50$(br2)$(thing)Виды камней$(): Габбро, Риолит, Фонолит", "title": "Шеелит и Вольфрамат", "type": "patchouli:text", "anchor": "moon_scheelite" 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 98c6e94b3..b26fbaae7 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 @@ -14,27 +14,27 @@ }, { "Type": "patchouli:text", - "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)$()", + "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), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/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)5%$(/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_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)$()", + "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_lubricant)25%$(/l)$()$(li)Графіт: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Гроссуляр: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Діамант: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/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)30%$(/l)$()$(li)Кварцит: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Кіаніт: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Кіновар: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)$()$(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_graphite)10%$(/l), $(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), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)Пірит: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Піролюзит: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Піроп: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(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)45%$(/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)$()$(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_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)$()", + "text": "$(li)Спесартін: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Сфалерит: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Тальк: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Танталіт: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/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_lubricant)10%$(/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_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 3e1476f57..c45128cf7 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 @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "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)Срібло, Гален і Свинець$()$()", + "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_graphite)Графіт і Діамант$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Кіаніт, Слюда та Боксити$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)Марганець і Тантал$()$()$(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)Селітра та Електротин$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "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)Шелдоніт і Борніт$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Смарагд і Берилій$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Соапостон, Тальк і Трона$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Срібло, Гален і Свинець$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Сфалерит і Пірит$()$()$(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)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Дацит", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Розмір$(): 45$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Дацит", "title": "Desh & Ilmenite", "type": "patchouli:text", "anchor": "moon_desh" @@ -213,7 +213,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Розмір$(): 25$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Діорит, Норит", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Діорит, Норит", "title": "Апатит і Пірохлор", "type": "patchouli:text", "anchor": "moon_apatite" @@ -305,7 +305,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 50$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Ріоліт, Фоноліт", + "text": "$(thing)Рідкість$(): 310$(br)$(thing)Щільність$(): 0.2$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Ріоліт, Фоноліт", "title": "Бастнезит і Монацит", "type": "patchouli:text", "anchor": "moon_monazite" @@ -397,7 +397,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 80$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Діорит, Норит, Ріоліт, Фоноліт", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 80$(br)$(thing)Розмір$(): 50$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Діорит, Норит, Ріоліт, Фоноліт", "title": "Боксит і Ільменіт", "type": "patchouli:text", "anchor": "moon_bauxite" @@ -464,7 +464,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 245$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 50$(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)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Базальт, Габро, Дацит, Норит", "title": "Вульфеніт і Молібденіт", "type": "patchouli:text", "anchor": "moon_molybdenum" @@ -556,7 +556,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 5 — 85$(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)Розмір$(): 55$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Діорит, Ріоліт", "title": "Гарнієрит і Кобальтит", "type": "patchouli:text", "anchor": "moon_garnierite" @@ -661,6 +661,73 @@ "text": "$(thing)Відсоток$(): 14%$(br)$(thing)Розплавляється в$(): Кобальту$(br)$(thing)Формула$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.55$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Висота$(): 60$(br)$(thing)Радіус$(): 12$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Базальт, Габро, Фоноліт", + "title": "Графіт і Діамант", + "type": "patchouli:text", + "anchor": "moon_graphite" + }, + { + "Type": "patchouli:multiblock", + "name": "Графіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/graphite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 52%$(br)$(thing)Використовується для$(): $(l:mechanics/fire_clay)Вогнетривкової глини$(), Графену$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Діамант", + "multiblock": { + "mapping": { + "0": "#forge:ores/diamond" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 36%$(br)$(thing)Використовується для$(): Подрібнювачів, AE2$(br)$(thing)Формула$(): C", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Оливін", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Магнію, Залізо$(br)$(thing)Формула$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:text", "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", @@ -770,7 +837,99 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 80$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", + "text": "$(thing)Рідкість$(): 215$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 5 — 80$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Базальт, Габро, Дацит, Норит", + "title": "Марганець і Тантал", + "type": "patchouli:text", + "anchor": "moon_manganese" + }, + { + "Type": "patchouli:multiblock", + "name": "Гроссуляр", + "multiblock": { + "mapping": { + "0": "#forge:ores/grossular" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 37%$(br)$(thing)Джерело$(): Кальцію, Алюмінію$(br)$(thing)Формула$(): Ca₃Al₂Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Спесартін", + "multiblock": { + "mapping": { + "0": "#forge:ores/spessartine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії, Алюмінію$(br)$(thing)Формула$(): Al₂Mn₃Si₃O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Піролюзит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrolusite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнезії$(br)$(thing)Формула$(): MnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Танталіт", + "multiblock": { + "mapping": { + "0": "#forge:ores/tantalite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 12%$(br)$(thing)Джерело$(): Магнезії, Танталу$(br)$(thing)Формула$(): MnTa₂O₆", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 230$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Розмір$(): 60$(br)$(thing)Індикатор Max Depth$(): 80$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", "title": "Поклади Істинного Кварцу", "type": "patchouli:text", "anchor": "moon_quartz" @@ -792,15 +951,15 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 66%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Відсоток$(): 45%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { "Type": "patchouli:multiblock", - "name": "Барит", + "name": "Кварц Нижнього Світу", "multiblock": { "mapping": { - "0": "#forge:ores/barite" + "0": "#forge:ores/nether_quartz" }, "pattern": [ [ @@ -812,7 +971,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Використовується для$(): Applied Energistics 2$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, { @@ -832,12 +991,37 @@ ] }, "enable_visualize": false, - "text": "$(thing)Відсоток$(): 13%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Використовується для$(): LV компонентів$(br)$(thing)Формула$(): SiO₂", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:multiblock", + "name": "Барит", + "multiblock": { + "mapping": { + "0": "#forge:ores/barite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 5%$(br)$(thing)Джерело$(): Барію$(br)$(thing)Формула$(): BaSO₂", + "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$(): 20 — 100$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Фоноліт", + "text": "$(thing)Рідкість$(): 250$(br)$(thing)Щільність$(): 0.2$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 100$(br)$(thing)Розмір$(): 45$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Фоноліт", "title": "Редстоун, Кіновар і Рубін", "type": "patchouli:text", "anchor": "moon_redstone" @@ -1036,7 +1220,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 180$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Розмір$(): 35$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Андезит, Дацит, Норит, Ріоліт", + "text": "$(thing)Рідкість$(): 210$(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" @@ -1128,7 +1312,7 @@ }, { "Type": "patchouli:text", - "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)Типи каменю$(): Анортозит, Базальт, Фоноліт", + "text": "$(thing)Рідкість$(): 260$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Трубна вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Висота$(): 70$(br)$(thing)Радіус$(): 10$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Фоноліт", "title": "Смарагд і Берилій", "type": "patchouli:text", "anchor": "moon_beryllium" @@ -1233,6 +1417,113 @@ "text": "$(thing)Відсоток$(): 0%$(br)$(thing)Джерело$(): Торій$(br)$(thing)Формула$(): Th", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 190$(br)$(thing)Щільність$(): 0.25$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 66$(br)$(thing)Розмір$(): 36$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Анортозит, Базальт, Габро, Діорит, Норит", + "title": "Соапостон, Тальк і Трона", + "type": "patchouli:text", + "anchor": "moon_lubricant" + }, + { + "Type": "patchouli:multiblock", + "name": "Соапостон", + "multiblock": { + "mapping": { + "0": "#forge:ores/soapstone" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 30%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Главконітний пісок", + "multiblock": { + "mapping": { + "0": "#forge:ores/glauconite_sand" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 25%$(br)$(thing)Джерело$(): Магнію, Алюмінію$(br)$(thing)Формула$(): KMg₂Al₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Тальк", + "multiblock": { + "mapping": { + "0": "#forge:ores/talc" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 20%$(br)$(thing)Джерело$(): Магнію$(br)$(thing)Формула$(): Mg₃Si₄H₂O₁₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пентландит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pentlandite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Розплавляється в$(): Нікель$(br)$(thing)Формула$(): Ni₉S₈", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Трона", + "multiblock": { + "mapping": { + "0": "#forge:ores/trona" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 10%$(br)$(thing)Джерело$(): Натрію$(br)$(thing)Формула$(): Na₃C₂H(H₂O)₂O₆", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:text", "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 20 — 75$(br)$(thing)Розмір$(): 30$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Дацит, Діорит, Норит, Ріоліт", @@ -1327,7 +1618,74 @@ }, { "Type": "patchouli:text", - "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)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", + "text": "$(thing)Рідкість$(): 205$(br)$(thing)Щільність$(): 0.4$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 2 — 75$(br)$(thing)Розмір$(): 40$(br)$(thing)Індикатор Max Depth$(): 60$(br2)$(thing)Типи каменю$(): Андезит, Базальт, Габро, Дацит, Фоноліт", + "title": "Сфалерит і Пірит", + "type": "patchouli:text", + "anchor": "moon_sphalerite" + }, + { + "Type": "patchouli:multiblock", + "name": "Сфалерит", + "multiblock": { + "mapping": { + "0": "#forge:ores/sphalerite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 50%$(br)$(thing)Розплавляється в$(): Цинк$(br)$(thing)Формула$(): ZnS", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Пірит", + "multiblock": { + "mapping": { + "0": "#forge:ores/pyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 35%$(br)$(thing)Розплавляється в$(): Чавун$(br)$(thing)Формула$(): FeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Desh", + "multiblock": { + "mapping": { + "0": "#forge:ores/desh" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Відсоток$(): 15%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Формула$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Рідкість$(): 210$(br)$(thing)Щільність$(): 0.5$(br)$(thing)Тип$(): Дискова вена$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Розмір$(): 64$(br)$(thing)Висота$(): 25$(br)$(thing)Індикатор Max Depth$(): 20$(br2)$(thing)Типи каменю$(): Андезит, Анортозит, Базальт, Габро, Дацит, Діорит, Норит, Ріоліт, Фоноліт", "title": "Топаз і Халькоцит", "type": "patchouli:text", "anchor": "moon_topaz" @@ -1419,7 +1777,7 @@ }, { "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)Типи каменю$(): Анортозит, Габро, Діорит, Норит", + "text": "$(thing)Рідкість$(): 280$(br)$(thing)Щільність$(): 0.3$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 90$(br)$(thing)Розмір$(): 70$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Анортозит, Габро, Діорит, Норит", "title": "Хроміт і Магнетит", "type": "patchouli:text", "anchor": "moon_magnetite" @@ -1526,7 +1884,7 @@ }, { "Type": "patchouli:text", - "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.35$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Ріоліт, Фоноліт", + "text": "$(thing)Рідкість$(): 200$(br)$(thing)Щільність$(): 0.45$(br)$(thing)Тип$(): Кластерна вена$(br)$(thing)Y$(): 0 — 70$(br)$(thing)Розмір$(): 20$(br)$(thing)Індикатор Max Depth$(): 50$(br2)$(thing)Типи каменю$(): Габро, Ріоліт, Фоноліт", "title": "Шеєліт та Вольфрам", "type": "patchouli:text", "anchor": "moon_scheelite" 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 85b8b012a..4ca89b3c8 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 @@ -2,9 +2,9 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 25, + "size": 35, "rarity": 250, - "density": 0.25, + "density": 0.3, "min_y": 0, "max_y": 100, "random_name": "moon_apatite", 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 70f845aa6..df5055889 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,9 +2,9 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, + "size": 50, "rarity": 200, - "density": 0.3, + "density": 0.4, "min_y": 0, "max_y": 80, "random_name": "moon_bauxite", 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 cceeacfc2..fa207b3ba 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 @@ -2,7 +2,7 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:pipe_vein", "config": { - "height": 60, + "height": 70, "radius": 10, "min_skew": 6, "max_skew": 18, @@ -10,7 +10,7 @@ "max_slant": 4, "sign": 0, "rarity": 260, - "density": 0.35, + "density": 0.45, "min_y": 0, "max_y": 120, "random_name": "moon_beryllium", 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 8e1d0c8bd..65ce7f852 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 @@ -2,9 +2,9 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 30, + "size": 45, "rarity": 230, - "density": 0.3, + "density": 0.35, "min_y": 10, "max_y": 80, "random_name": "moon_desh", 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 c84384548..4d175b513 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 @@ -2,7 +2,7 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, + "size": 55, "rarity": 250, "density": 0.4, "min_y": 5, diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json new file mode 100644 index 000000000..fa3ab8267 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json @@ -0,0 +1,157 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:pipe_vein", + "config": { + "height": 60, + "radius": 12, + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "rarity": 260, + "density": 0.55, + "min_y": 0, + "max_y": 120, + "random_name": "moon_graphite", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_graphite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_diamond_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "ad_astra:moon_stone" + ], + "with": [ + { + "block": "gtceu:moon_stone_graphite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:moon_stone_diamond_ore", + "weight": 35 + }, + { + "block": "gtceu:moon_stone_olivine_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_graphite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_diamond_ore", + "weight": 35 + }, + { + "block": "gtceu:glacio_stone_olivine_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_graphite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_diamond_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_olivine_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_graphite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_graphite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_diamond_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_olivine_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:graphite_indicator", + "weight": 50 + }, + { + "block": "gtceu:diamond_bud_indicator", + "weight": 35 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 10 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json new file mode 100644 index 000000000..22be29ee3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json @@ -0,0 +1,178 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 36, + "rarity": 190, + "density": 0.25, + "min_y": 0, + "max_y": 66, + "random_name": "moon_lubricant", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "ad_astra:moon_stone" + ], + "with": [ + { + "block": "gtceu:moon_stone_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:moon_stone_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:moon_stone_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:moon_stone_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:moon_stone_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "ad_astra:moon_deepslate" + ], + "with": [ + { + "block": "gtceu:moon_deepslate_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:moon_deepslate_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:moon_deepslate_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:moon_deepslate_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:moon_deepslate_trona_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_soapstone_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_talc_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_glauconite_sand_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_trona_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:soapstone_indicator", + "weight": 30 + }, + { + "block": "gtceu:talc_indicator", + "weight": 20 + }, + { + "block": "gtceu:glauconite_sand_indicator", + "weight": 25 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 15 + }, + { + "block": "gtceu:trona_indicator", + "weight": 10 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_magnetite.json index ff095ba99..dd0440efe 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,7 +2,7 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 50, + "size": 70, "rarity": 280, "density": 0.3, "min_y": 0, diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json new file mode 100644 index 000000000..33d12a989 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json @@ -0,0 +1,178 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 215, + "density": 0.5, + "min_y": 5, + "max_y": 80, + "random_name": "moon_manganese", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:andesite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:dacite_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_tantalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "ad_astra:moon_deepslate" + ], + "with": [ + { + "block": "gtceu:moon_deepslate_grossular_ore", + "weight": 30 + }, + { + "block": "gtceu:moon_deepslate_spessartine_ore", + "weight": 20 + }, + { + "block": "gtceu:moon_deepslate_pyrolusite_ore", + "weight": 20 + }, + { + "block": "gtceu:moon_deepslate_tantalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:grossular_bud_indicator", + "weight": 30 + }, + { + "block": "gtceu:spessartine_bud_indicator", + "weight": 20 + }, + { + "block": "gtceu:pyrolusite_indicator", + "weight": 20 + }, + { + "block": "gtceu:tantalite_indicator", + "weight": 10 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json index 1e037b3bc..cd9cd5282 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 @@ -2,7 +2,7 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 26, + "size": 40, "rarity": 245, "density": 0.45, "min_y": 0, 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 032fdd407..85a0d25e6 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 @@ -2,11 +2,11 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, - "rarity": 250, - "density": 0.25, + "size": 50, + "rarity": 310, + "density": 0.2, "min_y": 0, - "max_y": 50, + "max_y": 70, "random_name": "moon_monazite", "blocks": [ { 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 8c9eeaf2a..76db3fd24 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 @@ -2,8 +2,8 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 40, - "rarity": 180, + "size": 60, + "rarity": 230, "density": 0.3, "min_y": 10, "max_y": 100, @@ -17,19 +17,27 @@ "with": [ { "block": "gtceu:basalt_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:basalt_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:basalt_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:basalt_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -40,19 +48,27 @@ "with": [ { "block": "gtceu:moon_deepslate_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:moon_deepslate_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:moon_deepslate_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:moon_deepslate_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -63,19 +79,27 @@ "with": [ { "block": "gtceu:gabbro_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:gabbro_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:gabbro_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:gabbro_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -86,19 +110,27 @@ "with": [ { "block": "gtceu:moon_stone_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:moon_stone_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:moon_stone_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:moon_stone_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -109,19 +141,27 @@ "with": [ { "block": "gtceu:diorite_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:diorite_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:diorite_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:diorite_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -132,19 +172,27 @@ "with": [ { "block": "gtceu:glacio_stone_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:glacio_stone_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:glacio_stone_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:glacio_stone_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -155,19 +203,27 @@ "with": [ { "block": "gtceu:dacite_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:dacite_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:dacite_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:dacite_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -178,19 +234,27 @@ "with": [ { "block": "gtceu:rhyolite_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:rhyolite_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:rhyolite_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:rhyolite_barite_ore", - "weight": 15 + "weight": 5 } ] }, @@ -201,19 +265,27 @@ "with": [ { "block": "gtceu:andesite_quartzite_ore", - "weight": 10 + "weight": 20 }, { "block": "gtceu:andesite_certus_quartz_ore", - "weight": 50 + "weight": 45 }, { "block": "ae2:quartz_block", "weight": 2 }, + { + "block": "gtceu:andesite_nether_quartz_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_nether_quartz_block", + "weight": 1 + }, { "block": "gtceu:andesite_barite_ore", - "weight": 15 + "weight": 5 } ] } @@ -226,15 +298,19 @@ "blocks": [ { "block": "gtceu:quartzite_bud_indicator", - "weight": 10 + "weight": 20 }, { "block": "gtceu:certus_quartz_bud_indicator", - "weight": 50 + "weight": 45 + }, + { + "block": "gtceu:nether_quartz_bud_indicator", + "weight": 30 }, { "block": "gtceu:barite_indicator", - "weight": 15 + "weight": 5 } ] } 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 a0c1fcc55..2fb13c9dc 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 @@ -2,9 +2,9 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:cluster_vein", "config": { - "size": 30, + "size": 45, "rarity": 250, - "density": 0.4, + "density": 0.2, "min_y": 20, "max_y": 100, "random_name": "moon_redstone", 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 8268ef5d1..16388ebf4 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 @@ -3,7 +3,7 @@ "type": "tfc:cluster_vein", "config": { "size": 35, - "rarity": 180, + "rarity": 210, "density": 0.3, "min_y": 0, "max_y": 90, 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 ce788bc01..9bbe43753 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 @@ -4,7 +4,7 @@ "config": { "size": 20, "rarity": 200, - "density": 0.35, + "density": 0.45, "min_y": 0, "max_y": 70, "random_name": "moon_scheelite", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json new file mode 100644 index 000000000..6919f3e71 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json @@ -0,0 +1,150 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 205, + "density": 0.4, + "min_y": 2, + "max_y": 75, + "random_name": "moon_sphalerite", + "blocks": [ + { + "replace": [ + "minecraft:basalt", + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_desh_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_sphalerite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_desh_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_sphalerite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_pyrite_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_desh_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_sphalerite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_pyrite_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_desh_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_sphalerite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_pyrite_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_desh_ore", + "weight": 15 + }, + { + "block": "gtceu:glacio_stone_sphalerite_ore", + "weight": 50 + }, + { + "block": "gtceu:raw_sphalerite_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_pyrite_ore", + "weight": 35 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:desh_indicator", + "weight": 15 + }, + { + "block": "tfc:ore/small_sphalerite", + "weight": 50 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 35 + } + ] + } + } +} \ No newline at end of file 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 index 0566930a9..d399fb653 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json @@ -2,10 +2,10 @@ "__credits__": "This vein was automatically generated by OresToFieldGuide.", "type": "tfc:disc_vein", "config": { - "height": 7, + "height": 25, "size": 64, "rarity": 210, - "density": 0.3, + "density": 0.5, "min_y": 0, "max_y": 120, "random_name": "moon_topaz", diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_graphite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_graphite.json new file mode 100644 index 000000000..b2a864926 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_graphite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_graphite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_lubricant.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_lubricant.json new file mode 100644 index 000000000..f356c49e3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_lubricant.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_lubricant", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_manganese.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_manganese.json new file mode 100644 index 000000000..ef06a359e --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_manganese.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_manganese", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sphalerite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sphalerite.json new file mode 100644 index 000000000..7f102bbb1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_sphalerite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_sphalerite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.veins.js b/kubejs/server_scripts/tfg/tags.veins.js index 4c37bfd66..edac64ca6 100644 --- a/kubejs/server_scripts/tfg/tags.veins.js +++ b/kubejs/server_scripts/tfg/tags.veins.js @@ -64,7 +64,10 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:moon_veins', 'tfg:moon/vein/moon_beryllium') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_desh') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_garnierite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_graphite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_lubricant') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_magnetite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_manganese') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_mica') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_molybdenum') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_monazite') @@ -76,6 +79,7 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:moon_veins', 'tfg:moon/vein/moon_scheelite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sheldonite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_silver') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sphalerite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_topaz') // #endregion From f46962f689e480d0c1197555764acae94b0a4748 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 13:42:04 +0100 Subject: [PATCH 171/246] removed dioside, fayalite, enstatite --- .../data/tfg/loot_tables/chests/moonbase.json | 12 +++---- kubejs/startup_scripts/ad_astra/materials.js | 31 ------------------- 2 files changed, 6 insertions(+), 37 deletions(-) diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json index 1b3e7d45f..e6f3d9c0b 100644 --- a/kubejs/data/tfg/loot_tables/chests/moonbase.json +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -381,14 +381,14 @@ }, { "type": "minecraft:item", - "name": "gtceu:fayalite_gem", + "name": "gtceu:ruby_gem", "weight": 50, "functions": [ { "add": false, "count": { "type": "minecraft:uniform", - "max": 5, + "max": 10, "min": 1 }, "function": "minecraft:set_count" @@ -397,14 +397,14 @@ }, { "type": "minecraft:item", - "name": "gtceu:diopside_gem", + "name": "minecraft:quartz", "weight": 50, "functions": [ { "add": false, "count": { "type": "minecraft:uniform", - "max": 5, + "max": 10, "min": 1 }, "function": "minecraft:set_count" @@ -413,14 +413,14 @@ }, { "type": "minecraft:item", - "name": "gtceu:enstatite_gem", + "name": "gtceu:quartzite_gem", "weight": 50, "functions": [ { "add": false, "count": { "type": "minecraft:uniform", - "max": 5, + "max": 10, "min": 1 }, "function": "minecraft:set_count" diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index 392aa55dd..ecdb8f9a7 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -2,35 +2,6 @@ const registerAdAstraMaterials = (event) => { - // #region moon ores - - event.create('diopside') - .gem(2) - .components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen') - .color(0xb7cca1) - .secondaryColor(0x26631b) - .iconSet(GTMaterialIconSet.getByName('tfc_amethyst')) - .ore() - .addOreByproducts('magnesium', 'magnetite', 'olivine') - - event.create('enstatite') - .gem(2) - .components('2x magnesium', '2x silicon', '6x oxygen') - .color(0x595813) - .secondaryColor(0x47380a) - .iconSet(GTMaterialIconSet.getByName('tfc_opal')) - .ore() - .addOreByproducts('olivine', 'olivine', 'magnetite') - - event.create('fayalite') - .gem(2) - .components('2x iron', '1x silicon', '4x oxygen') - .color(0x421209) - .secondaryColor(0x3b4710) - .iconSet(GTMaterialIconSet.getByName('tfc_topaz')) - .ore() - .addOreByproducts('olivine', 'magnetite', 'magnetite') - event.create('armalcolite') .gem(2) .components('1x magnesium', '1x rutile', '1x ilmenite') @@ -40,8 +11,6 @@ const registerAdAstraMaterials = (event) => { .ore() .addOreByproducts('rutile', 'rutile', 'ilmenite') - // #endregion - // #region ad astra ores // moon From e38425d597b259208afeefc86814d11403f4ab3d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 14:47:42 +0100 Subject: [PATCH 172/246] removed old refrigerator, added conversion to new one --- .../quests/chapters/queststfc_tips.snbt | 2 +- defaultconfigs/tfcea-server.toml | 6 ---- kubejs/client_scripts/tooltips.js | 3 ++ kubejs/server_scripts/main_server_script.js | 1 - kubejs/server_scripts/tfcea/recipes.js | 20 ----------- .../server_scripts/tfg/recipes.converting.js | 13 ++----- kubejs/server_scripts/tfg/recipes.food.js | 4 +++ kubejs/server_scripts/tfg/tags.js | 1 + kubejs/startup_scripts/tfg/blocks.js | 6 +++- pakku-lock.json | 36 ------------------- 10 files changed, 16 insertions(+), 76 deletions(-) delete mode 100644 defaultconfigs/tfcea-server.toml delete mode 100644 kubejs/server_scripts/tfcea/recipes.js diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index cdabe7546..1e3f0bf0f 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -1233,7 +1233,7 @@ subtitle: "{quests.tfg_tips.refrigerator.subtitle}" tasks: [{ id: "2D43E8E907B39B46" - item: "tfcea:refrigerator" + item: "tfg:mv_food_refrigerator" type: "item" }] title: "{quests.tfg_tips.refrigerator.title}" diff --git a/defaultconfigs/tfcea-server.toml b/defaultconfigs/tfcea-server.toml deleted file mode 100644 index 087adc875..000000000 --- a/defaultconfigs/tfcea-server.toml +++ /dev/null @@ -1,6 +0,0 @@ - -[general] - #The modifier for the 'Refrigerating' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitRefrigeratingModifier = 0.125 - diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index af09eb1cc..35c6ecb20 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -24,6 +24,9 @@ const registerTooltips = (event) => event.addAdvanced(["treetap:tap"], (item, advanced, text) => { text.add(1, [text.of("§4Obsolete§f: Replaced by the AFC TreeTap, you can craft it from this one by placing this in a crafting table!")]) }) + event.addAdvanced(["tfcea:refrigerator"], (item, advanced, text) => { + text.add(1, [text.of("§4Obsolete§f: Replaced by the GregTech Refrigerator, you can craft it from this one by placing this in a crafting table!")]) + }) event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { text.add(1, text.of('§cSuperheat§r §7with Coke, Anthracite, or Flawless and Exquisite coal gems.')) }) diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 168fdf928..f623955f5 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -226,7 +226,6 @@ ServerEvents.recipes(event => { registerRnrRecipes(event) registerSophisticatedBackpacksRecipes(event) registerSimplylightRecipes(event) - registerTfceaRecipes(event) registerTFCRecipes(event) registerTFCBetterBFRecipes(event) registerTFCLunchBoxRecipes(event) diff --git a/kubejs/server_scripts/tfcea/recipes.js b/kubejs/server_scripts/tfcea/recipes.js deleted file mode 100644 index c6a96e870..000000000 --- a/kubejs/server_scripts/tfcea/recipes.js +++ /dev/null @@ -1,20 +0,0 @@ - - -const registerTfceaRecipes = (event) => { - //удаление рецептов мода - event.remove({ mod: 'tfcea' }) - - event.shaped('tfcea:refrigerator', [ - 'ABA', - 'BCB', - 'DEF' - ], { - A: '#forge:single_cables/tin', - B: '#forge:normal_fluid_pipes/potin', - C: 'gtceu:steel_crate', - D: 'gtceu:lv_fluid_regulator', - E: 'gtceu:lv_machine_hull', - F: 'gtceu:lv_electric_pump', - }).id('tfcea:refrigerator') - -} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.converting.js b/kubejs/server_scripts/tfg/recipes.converting.js index b36839cf5..15b9447ad 100644 --- a/kubejs/server_scripts/tfg/recipes.converting.js +++ b/kubejs/server_scripts/tfg/recipes.converting.js @@ -3,28 +3,19 @@ function registerTFGConvertingRecipes(event) { event.shapeless("afc:tree_tap", "treetap:tap") + event.shapeless("tfcea:refrigerator", "tfg:mv_food_refrigerator") event.shapeless('greate:steel_cogwheel', 'create:cogwheel') - event.shapeless('greate:large_steel_cogwheel', 'create:large_cogwheel') - event.shapeless('greate:steel_shaft', 'create:shaft') - event.shapeless('greate:steel_crushing_wheel', 'create:crushing_wheel') - event.shapeless('greate:steel_encased_fan', 'create:encased_fan') - event.shapeless('greate:steel_gearbox', 'create:gearbox') - event.shapeless('greate:steel_mechanical_mixer', 'create:mechanical_mixer') - event.shapeless('greate:steel_mechanical_saw', 'create:mechanical_saw') - event.shapeless('greate:steel_mechanical_pump', 'create:mechanical_pump') - - event.shapeless('greate:rubber_belt_connector', 'create:belt_connector') - event.shapeless('greate:steel_vertical_gearbox', 'create:vertical_gearbox') + event.shapeless('greate:rubber_belt_connector', 'create:belt_connector') event.shapeless('create:zinc_ingot', 'gtceu:zinc_ingot') event.shapeless('create:brass_ingot', 'gtceu:brass_ingot') diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index bd1f86ab8..b06687e60 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -647,4 +647,8 @@ function registerTFGFoodRecipes(event) { event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') + + event.replaceInput({id: 'gtceu:shaped/mv_food_refrigerator'}, 'gtceu:mv_machine_hull', 'gtceu:mv_hermetic_casing') + event.replaceInput({id: 'gtceu:shaped/hv_food_refrigerator'}, 'gtceu:hv_machine_hull', 'gtceu:hv_hermetic_casing') + event.replaceInput({id: 'gtceu:shaped/ev_food_refrigerator'}, 'gtceu:ev_machine_hull', 'gtceu:ev_hermetic_casing') } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 112abc34e..0331d0a24 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -153,6 +153,7 @@ const registerTFGItemTags = (event) => { // #region 0.7.19 -> 0.9 conversion event.add('c:hidden_from_recipe_viewers', 'treetap:tap') + event.add('c:hidden_from_recipe_viewers', 'tfcea:refrigerator') event.add('c:hidden_from_recipe_viewers', 'gtceu:zinc_ingot') event.add('c:hidden_from_recipe_viewers', 'gtceu:brass_ingot') diff --git a/kubejs/startup_scripts/tfg/blocks.js b/kubejs/startup_scripts/tfg/blocks.js index fb7167977..f3c2df8fe 100644 --- a/kubejs/startup_scripts/tfg/blocks.js +++ b/kubejs/startup_scripts/tfg/blocks.js @@ -90,11 +90,15 @@ const registerTFGBlocks = (event) => { // #endregion - // #region Deprecated tree tap + // #region Deprecated event.create('treetap:tap') .requiresTool(false) .textureAll('tfg:item/deprecated') + event.create('tfcea:refrigerator') + .requiresTool(false) + .textureAll('tfg:item/deprecated') + // #endregion } diff --git a/pakku-lock.json b/pakku-lock.json index ea7ddfe14..3e2566214 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -7938,42 +7938,6 @@ } ] }, - { - "pakku_id": "wwI6IXC4zcB3Dra6", - "type": "MOD", - "slug": { - "curseforge": "tfc-electrical-appliances" - }, - "name": { - "curseforge": "TFC Electrical Appliances" - }, - "id": { - "curseforge": "1017637" - }, - "files": [ - { - "type": "curseforge", - "file_name": "tfcea-0.0.2.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "beta", - "url": "https://edge.forgecdn.net/files/5338/560/tfcea-0.0.2.jar", - "id": "5338560", - "parent_id": "1017637", - "hashes": { - "sha1": "13638888685ddf65e138bdeb6e4c684b0a956cbb", - "md5": "62644682b902533ee9b54dac7e7e2ca9" - }, - "required_dependencies": [], - "size": 60960, - "date_published": "2024-05-12T17:09:43.310Z" - } - ] - }, { "pakku_id": "zerUE7n4nmHdsmgn", "pakku_links": [ From 9d7c38b6ee5b34baa8f646da55bdac998056cbaa Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 14:51:25 +0100 Subject: [PATCH 173/246] whoops, conversion recipe was the wrong way around --- kubejs/server_scripts/tfg/recipes.converting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.converting.js b/kubejs/server_scripts/tfg/recipes.converting.js index 15b9447ad..0da250148 100644 --- a/kubejs/server_scripts/tfg/recipes.converting.js +++ b/kubejs/server_scripts/tfg/recipes.converting.js @@ -3,7 +3,7 @@ function registerTFGConvertingRecipes(event) { event.shapeless("afc:tree_tap", "treetap:tap") - event.shapeless("tfcea:refrigerator", "tfg:mv_food_refrigerator") + event.shapeless("tfg:mv_food_refrigerator", "tfcea:refrigerator") event.shapeless('greate:steel_cogwheel', 'create:cogwheel') event.shapeless('greate:large_steel_cogwheel', 'create:large_cogwheel') From 425ef439eb967bcb4ecefddd632f338f92a97660 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 15:52:31 +0100 Subject: [PATCH 174/246] added some text to the food recipes! --- kubejs/assets/tfg/lang/en_us.json | 3 +++ kubejs/server_scripts/tfg/recipes.food.js | 24 ++++++++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index b359168f7..d70281b7c 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -492,6 +492,9 @@ "tfc.recipe.barrel.tfg.barrel.cooling_water_4": "Cooling Water", "tfc.recipe.barrel.tfg.sealed_barrel.prepared_leather_gloves": "Soaking Leather Gloves", "gtceu.aqueous_accumulator": "Aqueous Accumulator", + "tfg.food_recipe.brining": "Brining", + "tfg.food_recipe.smoking": "Smoking", + "tfg.food_recipe.drying": "Drying", "tfg.grapplemod.repair": "Repair recipe, keeps your upgrades. §lNEVER combine two grapples or you'll lose ALL your upgrades!§r", "tfg.grapplemod.upgrades.maxlen": "Increases §lMax Length§r by 20, up to 200.", "tfg.grapplemod.downgrades.maxlen": "Decreases §lMax Length§r by 20, down to 20. (Jute Rope is Returned).", diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index b06687e60..13557840a 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -29,7 +29,7 @@ function registerTFGFoodRecipes(event) { * @param {string} EUt * @param {FoodRecipeData} data */ - function registerFoodRecipe(type, id, duration, EUt, data) { + function registerFoodRecipe(type, id, duration, EUt, text, data) { if (data.itemInputs === undefined) data.itemInputs = [] if (data.itemOutputs === undefined) data.itemOutputs = [] if (data.fluidInputs === undefined) data.fluidInputs = [] @@ -64,15 +64,25 @@ function registerTFGFoodRecipes(event) { if (data.itemInputs.length > 0) r.itemInputs(data.itemInputs) if (data.fluidInputs.length > 0) r.inputFluids(data.fluidInputs); if (data.fluidOutputs.length > 0) r.outputFluids(data.fluidOutputs); + if (text != "") r.addDataString("action", text); } + /** + * @param {string} id + * @param {number} duration + * @param {EUt} EUt + * @param {FoodRecipeData} data + */ + const processorRecipe = (id, duration, EUt, data) => registerFoodRecipe("food_processor", id, duration, EUt, "", data) + /** * @param {string} id * @param {number} duration * @param {EUt} EUt * @param {FoodRecipeData} data + * @param {string} text */ - const processorRecipe = (id, duration, EUt, data) => registerFoodRecipe("food_processor", id, duration, EUt, data) + const processorRecipeText = (id, duration, EUt, text, data) => registerFoodRecipe("food_processor", id, duration, EUt, text, data) /** * @param {string} id @@ -82,7 +92,7 @@ function registerTFGFoodRecipes(event) { * @param {boolean?} isFirmaDynamic */ function cookingRecipe(id, input, out, fluid, isFirmaDynamic) { - registerFoodRecipe("food_oven", id, 300, 32, { + registerFoodRecipe("food_oven", id, 300, 32, "", { itemInputs: [input], itemOutputs: [out], fluidInputs: (fluid === undefined) ? [] : [fluid], @@ -294,7 +304,7 @@ function registerTFGFoodRecipes(event) { const brining_ingredients = smoking_meats.concat(brining_veg); brining_ingredients.forEach(item => { - processorRecipe(`${item.replace(/:/g, "/")}/brining`, 200, 16, { + processorRecipeText(`${item.replace(/:/g, "/")}/brining`, 200, 16, "tfg.food_recipe.brining", { circuit: 5, itemInputs: [item], itemOutputs: [item], @@ -304,7 +314,7 @@ function registerTFGFoodRecipes(event) { }) smoking_meats.forEach(item => { - processorRecipe(`${item.replace(/:/g, "/")}/smoking`, 200, 16, { + processorRecipeText(`${item.replace(/:/g, "/")}/smoking`, 200, 16, "tfg.food_recipe.smoking", { circuit: 6, itemInputs: [item], itemOutputs: [item], @@ -314,7 +324,7 @@ function registerTFGFoodRecipes(event) { }) drying_fruits.forEach(item => { - processorRecipe(`${item.replace(/:/g, "/")}/drying`, 200, 16, { + processorRecipeText(`${item.replace(/:/g, "/")}/drying`, 200, 16, "tfg.food_recipe.drying", { circuit: 6, itemInputs: [item], itemOutputs: [item], @@ -324,7 +334,7 @@ function registerTFGFoodRecipes(event) { }) drying_recipes.forEach(item => { - processorRecipe(`${item.input.replace(/:/g, "/")}/drying`, 200, 16, { + processorRecipeText(`${item.input.replace(/:/g, "/")}/drying`, 200, 16, "tfg.food_recipe.drying", { circuit: 6, itemInputs: [item.input], itemOutputs: [item.output], From 9e3768eb5b6e6ee50f4c4926de318c33f8bb0e1d Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 16:24:44 +0100 Subject: [PATCH 175/246] fixed vat having the wrong fluid for dyes, added other dye fluids --- kubejs/server_scripts/tfc/recipes.dyes.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/kubejs/server_scripts/tfc/recipes.dyes.js b/kubejs/server_scripts/tfc/recipes.dyes.js index c7221ee88..18c4e802b 100644 --- a/kubejs/server_scripts/tfc/recipes.dyes.js +++ b/kubejs/server_scripts/tfc/recipes.dyes.js @@ -138,6 +138,27 @@ function registerTFCDyeRecipes(event) { .fluidOutput(Fluid.of(`tfc:${dyeName}_dye`, 144 * i)) .id(`tfc:pot/${i}x_${dyeName}_dye`) } + + event.recipes.firmalife.vat() + .inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250)) + .outputFluid(Fluid.of(`tfc:${dyeName}_dye`, 144)) + .length(100) + .temperature(200) + .id(`firmalife:vat/${dyeName}_dye`) + + event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_acetic`) + .itemInputs(`#forge:dyes/${dyeName}`) + .inputFluids(Fluid.of('gtceu:acetic_acid', 250)) + .outputFluids(Fluid.of(`tfc:${dyeName}_dye`, 144 * 3)) + .duration(15 * 20) + .EUt(24) + + event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_vinegar`) + .itemInputs(`#forge:dyes/${dyeName}`) + .inputFluids(Fluid.of('tfc:vinegar', 250)) + .outputFluids(Fluid.of(`tfc:${dyeName}_dye`, 144)) + .duration(30 * 20) + .EUt(24) }) //#endregion From 8010958030a72c50e68108a86827ac8e2a2c8c06 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 16:24:59 +0100 Subject: [PATCH 176/246] whoops that removed the magnet icon from magnetic neodymium --- kubejs/startup_scripts/tfc/materials.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubejs/startup_scripts/tfc/materials.js b/kubejs/startup_scripts/tfc/materials.js index f78dc886b..d441e37fd 100644 --- a/kubejs/startup_scripts/tfc/materials.js +++ b/kubejs/startup_scripts/tfc/materials.js @@ -98,8 +98,7 @@ const registerTFCMaterials = (event) => { GTMaterials.Lithium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_hematite')) GTMaterials.Galena.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_copper')) GTMaterials.Grossular.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_sapphire')) - GTMaterials.Neodymium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_magnetite')) - GTMaterials.NeodymiumMagnetic.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_magnetite')) + GTMaterials.Neodymium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_limonite')) GTMaterials.Palladium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_pyrite')) GTMaterials.Platinum.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_gold')) GTMaterials.Thorium.setMaterialIconSet(GTMaterialIconSet.getByName('tfc_hematite')) From d688ee0d11ee9c532d64080a7f5e485e9af7aca0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 16:57:37 +0100 Subject: [PATCH 177/246] fix duplicate dyes --- kubejs/server_scripts/tfc/recipes.dyes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/server_scripts/tfc/recipes.dyes.js b/kubejs/server_scripts/tfc/recipes.dyes.js index 18c4e802b..6d8b7b129 100644 --- a/kubejs/server_scripts/tfc/recipes.dyes.js +++ b/kubejs/server_scripts/tfc/recipes.dyes.js @@ -139,6 +139,7 @@ function registerTFCDyeRecipes(event) { .id(`tfc:pot/${i}x_${dyeName}_dye`) } + event.remove({ id: `firmalife:vat/${dyeName}_dye` }) event.recipes.firmalife.vat() .inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250)) .outputFluid(Fluid.of(`tfc:${dyeName}_dye`, 144)) From a9c4bbf4733fb5c003f8790ae1d7928d6efa78e0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 17:44:31 +0100 Subject: [PATCH 178/246] firmalife moment --- kubejs/server_scripts/tfc/recipes.dyes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfc/recipes.dyes.js b/kubejs/server_scripts/tfc/recipes.dyes.js index 6d8b7b129..5f3162e6d 100644 --- a/kubejs/server_scripts/tfc/recipes.dyes.js +++ b/kubejs/server_scripts/tfc/recipes.dyes.js @@ -145,7 +145,7 @@ function registerTFCDyeRecipes(event) { .outputFluid(Fluid.of(`tfc:${dyeName}_dye`, 144)) .length(100) .temperature(200) - .id(`firmalife:vat/${dyeName}_dye`) + .id(`firmalife:vat/${dyeName}_dye_vinegar`) event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_acetic`) .itemInputs(`#forge:dyes/${dyeName}`) From 96d74358678e816fa072084afb2d5a37064df4de Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 18:42:11 +0100 Subject: [PATCH 179/246] did I forget to save this last night or something...? --- .../assets/tfg/models/block/marker/moon.json | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/kubejs/assets/tfg/models/block/marker/moon.json b/kubejs/assets/tfg/models/block/marker/moon.json index cb52279ae..299853726 100644 --- a/kubejs/assets/tfg/models/block/marker/moon.json +++ b/kubejs/assets/tfg/models/block/marker/moon.json @@ -1,20 +1,40 @@ { "credit": "Made with Blockbench", + "parent": "minecraft:block/cube", + "gui_light": "front", "textures": { - "0": "moon_globe", - "particle": "moon_globe" + "0": "ad_astra:block/globe/moon_globe", + "particle": "#0" }, "elements": [ { - "from": [0, 0, 0], - "to": [16, 16, 16], + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], "faces": { - "north": {"uv": [3.75, 3.75, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [0, 3.75, 3.75, 7.5], "texture": "#0"}, - "south": {"uv": [11.25, 3.75, 15, 7.5], "texture": "#0"}, - "west": {"uv": [7.5, 3.75, 11.25, 7.5], "texture": "#0"}, - "up": {"uv": [7.5, 3.75, 3.75, 0], "texture": "#0"}, - "down": {"uv": [3.75, 7.5, 0, 11.25], "texture": "#0"} + "north": { + "uv": [ 3.75, 3.75, 7.5, 7.5 ], + "texture": "#0" + }, + "east": { + "uv": [ 0, 3.75, 3.75, 7.5 ], + "texture": "#0" + }, + "south": { + "uv": [ 11.25, 3.75, 15, 7.5 ], + "texture": "#0" + }, + "west": { + "uv": [ 7.5, 3.75, 11.25, 7.5 ], + "texture": "#0" + }, + "up": { + "uv": [ 7.5, 3.75, 3.75, 0 ], + "texture": "#0" + }, + "down": { + "uv": [ 3.75, 7.5, 0, 11.25 ], + "texture": "#0" + } } } ], From 3676080d136ba3bfee5cb06544c684bce233f9d3 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 19:23:54 +0100 Subject: [PATCH 180/246] added a second recipe for leather water flask sides --- kubejs/server_scripts/water_flasks/recipes.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kubejs/server_scripts/water_flasks/recipes.js b/kubejs/server_scripts/water_flasks/recipes.js index 8d76359c4..443665600 100644 --- a/kubejs/server_scripts/water_flasks/recipes.js +++ b/kubejs/server_scripts/water_flasks/recipes.js @@ -2,6 +2,16 @@ const registerWaterFlasksRecipes = (event) => { + // alternative for leather side + + event.recipes.tfc.knapping('waterflasks:leather_side', 'tfc:leather', [ + ' ', + ' X ', + ' XXXX', + 'XXXXX', + ' XXX ' + ]).id('waterflasks/leather_knapping/leather_side_2') + // Декрафт Unfinished Water Flask event.recipes.tfc.heating('waterflasks:unfinished_iron_flask', 1535) .resultFluid(Fluid.of('gtceu:iron', 144)) From 01fd420f49cce68334c82c4f439b4ff94f64b331 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 19:24:27 +0100 Subject: [PATCH 181/246] people are gonna hate me for this --- kubejs/server_scripts/create/recipes.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 2da0cb988..b090fd486 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -1418,12 +1418,13 @@ const registerCreateRecipes = (event) => { // #region Water Wheels event.shaped('create:water_wheel', [ - 'AAA', - 'ABA', - 'AAA' + 'ACA', + 'CBC', + 'ACA' ], { A: 'gtceu:treated_wood_planks', - B: '#tfg:shafts' + B: '#tfg:shafts', + C: '#forge:plates/wrought_iron' }).id('create:shaped/water_wheel') event.shaped('create:large_water_wheel', [ From daa8ab0493e31bf8c9dc81170e30ddbd8c4c01dc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 19:24:34 +0100 Subject: [PATCH 182/246] lang --- kubejs/assets/tfg/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index d70281b7c..2929e2267 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -495,6 +495,7 @@ "tfg.food_recipe.brining": "Brining", "tfg.food_recipe.smoking": "Smoking", "tfg.food_recipe.drying": "Drying", + "tfg.recipe.macerator_warning": "Only outputs first slot until HV", "tfg.grapplemod.repair": "Repair recipe, keeps your upgrades. §lNEVER combine two grapples or you'll lose ALL your upgrades!§r", "tfg.grapplemod.upgrades.maxlen": "Increases §lMax Length§r by 20, up to 200.", "tfg.grapplemod.downgrades.maxlen": "Decreases §lMax Length§r by 20, down to 20. (Jute Rope is Returned).", From 914a82a68a5def1f43636436a8c5cac051fe45cf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 19:24:40 +0100 Subject: [PATCH 183/246] balance tweak? --- kubejs/server_scripts/tfg/recipes.space.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 047f7fa95..145a94c6d 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -158,7 +158,7 @@ function registerTFGSpaceRecipes(event) { .inputFluids(Fluid.of('gtceu:biomass', 20)) .chancedOutput('ae2:ender_dust', 100, 100) .outputFluids(Fluid.of('gtceu:nitrogen', 100)) - .duration(10 * 20) + .duration(5 * 20) .EUt(GTValues.VA[GTValues.MV]) .dimension('ad_astra:moon') From 54da8a20e5124887775cd8760cffdb9b87a346fb Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 19:29:19 +0100 Subject: [PATCH 184/246] oh so that's why --- kubejs/server_scripts/firmalife/recipes.js | 10 +++++----- kubejs/server_scripts/tfc/recipes.dyes.js | 8 -------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 3e3633591..afb6cc064 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -473,11 +473,11 @@ const registerFirmaLifeRecipes = (event) => { global.MINECRAFT_DYE_NAMES.forEach(dye => { event.recipes.firmalife.vat() - .inputs(`#forge:dyes/${dye}`, Fluid.of('tfc:salt_water', 250)) - .outputFluid(Fluid.of(`tfc:${dye}_dye`, 144)) - .length(2000) - .temperature(600) - .id(`firmalife:vat/${dye}_dye`) + .inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250)) + .outputFluid(Fluid.of(`tfc:${dyeName}_dye`, 144)) + .length(100) + .temperature(200) + .id(`firmalife:vat/${dyeName}_dye`) }) //#endregion diff --git a/kubejs/server_scripts/tfc/recipes.dyes.js b/kubejs/server_scripts/tfc/recipes.dyes.js index 5f3162e6d..2bcf4f97f 100644 --- a/kubejs/server_scripts/tfc/recipes.dyes.js +++ b/kubejs/server_scripts/tfc/recipes.dyes.js @@ -139,14 +139,6 @@ function registerTFCDyeRecipes(event) { .id(`tfc:pot/${i}x_${dyeName}_dye`) } - event.remove({ id: `firmalife:vat/${dyeName}_dye` }) - event.recipes.firmalife.vat() - .inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250)) - .outputFluid(Fluid.of(`tfc:${dyeName}_dye`, 144)) - .length(100) - .temperature(200) - .id(`firmalife:vat/${dyeName}_dye_vinegar`) - event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_acetic`) .itemInputs(`#forge:dyes/${dyeName}`) .inputFluids(Fluid.of('gtceu:acetic_acid', 250)) From ddf9851a42b0aaf2ce2279cc68db5b39c27d39e2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 20:07:59 +0100 Subject: [PATCH 185/246] chicken --- config/immersive_aircraft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/immersive_aircraft.json b/config/immersive_aircraft.json index 0a23f7a51..3d5376b5b 100644 --- a/config/immersive_aircraft.json +++ b/config/immersive_aircraft.json @@ -31,7 +31,7 @@ "regenerateHealthEveryNTicks": 0, "requireShiftForRepair": false, "bombBayEntity": { - "minecraft:egg": "minecraft:chicken" + "minecraft:egg": "tfc:chicken" }, "rotaryCannonDamage": 5.0, "heavyCrossBowVelocity": 3.0, From 1cc0aafa4541d84b05a7557d7197a5bf2928c9ab Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 20:11:29 +0100 Subject: [PATCH 186/246] dyes --- kubejs/server_scripts/firmalife/recipes.js | 2 +- kubejs/server_scripts/tfc/recipes.dyes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index afb6cc064..fc72f6753 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -470,7 +470,7 @@ const registerFirmaLifeRecipes = (event) => { //#region Replace existing dyes - global.MINECRAFT_DYE_NAMES.forEach(dye => { + global.MINECRAFT_DYE_NAMES.forEach(dyeName => { event.recipes.firmalife.vat() .inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250)) diff --git a/kubejs/server_scripts/tfc/recipes.dyes.js b/kubejs/server_scripts/tfc/recipes.dyes.js index 2bcf4f97f..94917d9dc 100644 --- a/kubejs/server_scripts/tfc/recipes.dyes.js +++ b/kubejs/server_scripts/tfc/recipes.dyes.js @@ -141,7 +141,7 @@ function registerTFCDyeRecipes(event) { event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_acetic`) .itemInputs(`#forge:dyes/${dyeName}`) - .inputFluids(Fluid.of('gtceu:acetic_acid', 250)) + .inputFluids(Fluid.of('gtceu:acetic_acid', 250), Fluid.of('minecraft:water', 1000)) .outputFluids(Fluid.of(`tfc:${dyeName}_dye`, 144 * 3)) .duration(15 * 20) .EUt(24) From 40e887488727d6ecb44e5527140a1fa4f15bfcaf Mon Sep 17 00:00:00 2001 From: Indi Date: Tue, 17 Jun 2025 12:31:15 -0700 Subject: [PATCH 187/246] Whitelisted molds and pumps for Beneath Hellforge (#1183) Signed-off-by: Indi --- kubejs/server_scripts/create/tags.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/create/tags.js b/kubejs/server_scripts/create/tags.js index 22487693c..9253c1cbb 100644 --- a/kubejs/server_scripts/create/tags.js +++ b/kubejs/server_scripts/create/tags.js @@ -46,10 +46,18 @@ const registerCreateItemTags = (event) => { event.add('create:blaze_burner_fuel/special', "gtceu:flawless_coal_gem") event.add('create:blaze_burner_fuel/special', "gtceu:exquisite_coal_gem") event.add('create:blaze_burner_fuel/special', "gtceu:coke_gem") - event.add('create:blaze_burner_fuel/special', "beneath:cursecoal") + // Lets the basin be put on top of a charcoal forge event.add('tfc:forge_invisible_whitelist', 'create:basin') + // Allows automation with the 3x3 Hellforge + event.add('tfc:forge_invisible_whitelist', 'tfcchannelcasting:channel') + event.add('tfc:forge_invisible_whitelist', 'tfcchannelcasting:mold_table') + event.add('tfc:forge_invisible_whitelist', 'greate:steel_mechanical_pump') + event.add('tfc:forge_invisible_whitelist', 'greate:aluminum_mechanical_pump') + event.add('tfc:forge_invisible_whitelist', 'greate:stainless_steel_mechanical_pump') + event.add('tfc:forge_invisible_whitelist', 'greate:titanium_mechanical_pump') + event.add('create:non_movable', 'gtceu:wood_crate') event.add('create:non_movable', 'gtceu:bronze_crate') event.add('create:non_movable', 'gtceu:steel_crate') @@ -88,6 +96,14 @@ const registerCreateBlockTags = (event) => { // Lets the basin be put on top of a charcoal forge event.add('tfc:forge_invisible_whitelist', 'create:basin') + + // Allows automation with the 3x3 Hellforge + event.add('tfc:forge_invisible_whitelist', 'tfcchannelcasting:channel') + event.add('tfc:forge_invisible_whitelist', 'tfcchannelcasting:mold_table') + event.add('tfc:forge_invisible_whitelist', 'greate:steel_mechanical_pump') + event.add('tfc:forge_invisible_whitelist', 'greate:aluminum_mechanical_pump') + event.add('tfc:forge_invisible_whitelist', 'greate:stainless_steel_mechanical_pump') + event.add('tfc:forge_invisible_whitelist', 'greate:titanium_mechanical_pump') } From f646c46377f2a7dc5b53bc995f72760f37813b45 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 20:43:47 +0100 Subject: [PATCH 188/246] fix refrigerator in structure --- .../moon/moonbase/hub/moonbase_pantry.nbt | Bin 2118 -> 2129 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_pantry.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_pantry.nbt index f0f761f5c4986ab82ad38f144b1d2dff02efbaad..759dac56822d3ee518981daba8941afb0e494a1e 100644 GIT binary patch delta 2065 zcmX>ma8aOMzMF%g^m1SZ!~eUpqw^mh6FuHOeW705`=j5Ka<{Q^sp!`hnZKNT|CWg> z6H9J`O0BBf6^~h_u3Rdq;gzql_lNyr?W*gt`zEYntNiN4q0=*y)4TPQ9JYDA-Lv~kaWeO zy2?XqC$_j5J@Rmq$^T!L9a9%msG{7r_nq;dA3XN!EG7vazl{(+D{Azo1t#3TI{NXa z$6d;jg*odw9;zq(C_Fl`$HMG-!^89gAE4rjhtE%VcwE%o=uyRO<2-xiHu?H+nUfvK z#l4bs$Djs1vr7J9nGDk{+%{hwE|LDjG94xn+%|tXOrq-8htEAAbIXo?^fUeTb&uq7 z_s7O2jLyPFCR5V$mkaXn9&MHC;x-i#&(hF)&ln@P@T26L6$@_!I@fPp+?M3dd$dog zOV(7R`alAlZJni2b|nC$%9#zp4s?cU(1RKPl&1Jm#KVM#C;pyei_RswJa>w+Fi*u5B%j%a;=4P@L z`MyODYBkil-q&@LW0(}{=N>aXt~aaLXWLEvS;-d{Pi#rsaQO$1?|};ef0K9WNybd) zTX)d!@u!-XA99Lg4U1w;i(T(NmJ^baDc9o5Vrpxf>@6fUf8y!%C!gdeXe*gGUaxs~ zF`!n$U_TR2XEw`1*+EX9!c-H52 zF>=b&zc<9Jv%J45*;eY*=JOxk7~A~j|L`Vi`C6%aiwoDLid$#JWZ#5^>4^mQ-t4`* zZ@~PrI&a4f)n;#_9V!sw^gfH~?^6%+XT_Klvo6?%R1I@bRi-y|ODiUd`y1HC<=*EQw$8&5FXSh9GN8&m8TO3YX2^ z$bYN!@KIICm`Mj!C1W;qXW#f+BiQ3Q!FScd4z18LrK)kEn}41)I=?ylck&`HS@p_k zFPEI^UN|AYXmV&$#FNZbYAfZs3Z_0^`GfW1Dw(d$Gf##{U9XSRo5rRmk`;DW<(1#@ zQw|Rdg1vR)wjI{FHhH7OUqkld`71&-+YXrrfBYlxxOe9CSN~G(_3nDV`>6lK(mQ9R z{)$AN-!7w7$g}&9y3g327FVWOHPbhZ9 zQqOhjKWkrc{`A~;PV4--`SpPlowFvV@Be%J!IK}#8)M&#FZ-k8zg%s0ePZ>^XO>}m zx2>`|Z#+AF>M9riWadrESC21>G_STee7xY@r+Ne9qd`m4mgRpb3eA0FV_JUU`p3P0 z4NtDtx@!Bv$%gIk_y1KQzb3zPcj|ZQ@4MKn{N*vHnV9qI+;=m&TDOut!>E-#g*aayRE)_-`4(o zrPgV^z2`3-mf_Hzd}q=1T^GBZl?yCRCd?GR%<+5D{+K`4Op=mW?W=CpexHBbXZL$K z^S9@A?|=H`cI?%=xr}Aew&lkRqO^ANx_sHawBEHjx~-ls(P&w=@!!e19pdeEng`~; z<+VQMztDPheps-sH-$#?S}8O5*f z_$s((s^g)s>#M&Om1b|Uh+Jd*`#o2`{F2YglOOKRDym5d+P7NG`FCN?srA=gmo2Y9 zS7xpyF5snoqcyE{=HXfc5!vhKDm3psJ16nycS`yn%O8!a%tJFL>3{litgi3&{n12ziTu*$CEMprl&D|RuzJ;&uODRQ?b;SwxpdjaP21O+FFUchBK5(|brRhl zr@QXEbj-{=L-kY<A2YfR7 z$aCvh>(0xfJ&Ci_e+GrWT448M_N$_UU%zkOX219E_7!^|qkz`L_K--1H9-vWFJ7F?SShxK>q_d&J^2_wM4H z>8mAfIDD-7dg9q(9sN~D`!o2hofg-A?%R2j`CH5%L!AdnYd?PY`tqUs^7j2J`S~^L zN=+JbD{tFwi}6=@z1H@!Ox=$eZW?6Q#QlU9y%n4@-{op;{hRd3E#3w_Io%HOZFvpYAmzkjvi-5QlPgC)n} gKEFyTOMCD7Z&CN9zD*YYcmL4eD8n5TWWm4y073>B0{{R3 delta 2054 zcmca8a7>_HzMF#q4F2DpeLC;SG10c}=}GY>v$~f!Ciye56qrS7CZ{ireWTLBsBD&C z9ldDR?p?dxayB_`TDm3t-mk55#5q2RL_XtuG$-rRm)7aQ?w?pBXE z?QTL+Cp(lS3-|mzzP9jZ;n9gb7T@-r|M1xO&yGhPZZi4**GE78^tek|vM^`egoo-W zKfp@v)y3SEnl2wMbFw43*pbncJY^ypnZoJof7>CJ7$D9b5QY z((q3`*v#44XFeFGK@2jxE_wL8Buw`_gFiNjFbT`U=Plt9Mt^KlVG_n|^V31*Zqn{6 zU$yc0=d?L;z2`5m@c5p%5HN3Vl(K|W7q_X1c$S9Vm4KLg%sZ5v9vj~Xbl$kQtv<<} z_h_F~m#nFXb(Y4rhJ$c+*_D7dD;9!Oweuj@i`$?YVvRsja4uAT$3aoU9ZGEBM;>%Z z#4xwbXFPms*(L=Sd_jTpu7$(K~sK>LC#m`!*-F_o}cH@hS9!|z9OzoV74NOA* zN38Q^yS}tJJ0Lq|p1$n7+;!S+>sF_&TTy+-*{S)l-%&^30~ZR4Je?jJ7yays`Nv%3 z+M@Pi)_Gg0Rs76s;RhaYNyIFC5wYA>s!Kbipq2lF^ViKOPn>wK+E03TTyAaYt;GwE zao3x!vwVN*sbNti|B0uwKCiX9ws@hoqRBf2Smii9Det`J3*(ZB#6&7WL3>V?~kkI=;wt+PK&!OFC6-! zV%E}?^QJ}GiG1=+yA;IpS;zB=%0*|vb(?hr_bWt+Iv1Lmuk?C!s{ZuRQwMru&YqsV za@XaJMgkT-SG~HYzco00Hbuv+{?vgx>RGWJ3qPFov9Ui=ku27_%YJ70;&;#UJ_e`A zmTz{mcfGdxUHRlHK4*)`_g;#u$z>L-%iOmy_t3-%^QTpXzWKMjW$(O{rMV&MI?pf9 zUU}~7DWCP~H)|hp{`B1D>3x3P{QAIoj#-nJ?*IM!!IMAE8>8QgFZ)qE?TpW^A7{R8 zI$OM^DmOHAUb@+NtH5B}Zr&4pA@ZGRci%kZkv|;y{C`5;r>S0NV(!1Vy6eud$fS1* z)<3TPojhr3>Z0lktra}Kj{mO_`8D}nxKqDVf8WJs(R%}bmNJ^ZSGPL9{iB-h7OyXFE+n=uiM#sd)rI@J z<>FLUY3%x9=gnWNpmX-ix7)(``h2|y9;&pa`uQlo@%~rzG5T^xujro_ncx5Jmp6X9 zul~*!>-Yb3m*0Q4>Rlf9hTE%7BunT{y~n2X>+h*W2kVs&+qW4=PVSxg_o&#BZs+|^ z9-RNyCi{5#g}G0!zm}Zwi_5KA{B-?Zo}(7mgE!m7+~GfQBgijg-fNbSt6OZs<_6fk zUG~JkQtgP|G#g<|J=5>k=#dv)IU%DS9k61{S?`H z(T>md%dFya_P0o9)d&7R_uGJN;_d@;!#2$;YL~FLPPnn{y7$!cUZ#83Zs=dcw!E;e zVR59<#{QK59s8`+I)7eFE>bzS;KP9?Q-dtmy_ed<*mq75DPlWs6TNZu)`wg%A@NU{ zoR(bu{=iTF)#}eR$pMA@ai6ocwwcB0>U~p8t6H@!*7mD&=^ys$SAX5={Y960=5H^Y zn0xKWFOGYs6cSgz{+hORpJ}E|Y+lgs=Un~rOFk=4ez-fUs3s+7-)c4I-=#TS>&+@x zrO#jfwfPil%O$R|g_U_?A7pr3k8d@O>)O84nC-vSP09Pr_5okhv}UHA*4er7{^Q*_ zWvl<$OFvm!@r3(W^j(FQy6Gxx*$?WqymM`B+PANZ4UbzHx#mss>)w-_P2!|0wx2$p z^v8AH+R`{F-u!}vzh-N;Y~L!mDokH`t_@sef<&`xk=^JuQ2F zLpR)TL*t{fzb2k-&zv^>wERW6vKF`B&xDINv%lH;LpkEWPq)V}Uthk=@9$q9Jy$O1 z&#Mfk+n>VrZ;SC)c)fP-C7HS(v)(0Nb5DL?r`?UDlKOgIOF0lOMXUFE}8?>rF&ug)Dd9~tj$>E6-hZ3Z!*Xt#xf75)j Y-b(+?kFL+}kJK}^eZK7EW5K`x03{$E_y7O^ From 62edf3929f64d53e5677cc0e38d9ea131ce5a8bc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 20:44:24 +0100 Subject: [PATCH 189/246] species stuff and loot tables --- .../entities/corrupted_lunarian.json | 45 +++++++++++++++++++ .../loot_tables/entities/zombie.json | 4 +- .../species/loot_tables/entities/birt.json | 42 +++++++++++++++++ kubejs/server_scripts/ad_astra/tags.js | 1 + kubejs/server_scripts/main_server_script.js | 1 + kubejs/server_scripts/species/recipes.js | 5 +++ kubejs/server_scripts/species/tags.js | 2 +- kubejs/startup_scripts/tfc/constants.js | 2 +- 8 files changed, 98 insertions(+), 4 deletions(-) create mode 100644 kubejs/data/ad_astra/loot_tables/entities/corrupted_lunarian.json create mode 100644 kubejs/data/species/loot_tables/entities/birt.json create mode 100644 kubejs/server_scripts/species/recipes.js diff --git a/kubejs/data/ad_astra/loot_tables/entities/corrupted_lunarian.json b/kubejs/data/ad_astra/loot_tables/entities/corrupted_lunarian.json new file mode 100644 index 000000000..8f59e3ad4 --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/entities/corrupted_lunarian.json @@ -0,0 +1,45 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:rotten_flesh", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "max": 2, + "min": 1, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "max": 6, + "min": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/minecraft/loot_tables/entities/zombie.json b/kubejs/data/minecraft/loot_tables/entities/zombie.json index 12839c18d..4c4758d92 100644 --- a/kubejs/data/minecraft/loot_tables/entities/zombie.json +++ b/kubejs/data/minecraft/loot_tables/entities/zombie.json @@ -52,8 +52,8 @@ { "function": "minecraft:set_count", "count": { - "max": 1, - "min": 0, + "max": 6, + "min": 4, "type": "minecraft:uniform" } } diff --git a/kubejs/data/species/loot_tables/entities/birt.json b/kubejs/data/species/loot_tables/entities/birt.json new file mode 100644 index 000000000..7ceabfac1 --- /dev/null +++ b/kubejs/data/species/loot_tables/entities/birt.json @@ -0,0 +1,42 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:bone" + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "species:birt_egg", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + } + ] + } + ] +} \ 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 3ed0f617a..d2ae3193b 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -132,6 +132,7 @@ const registerAdAstraBlockTags = (event) => { event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/dacite') event.add('minecraft:rabbits_spawnable_on', '#ad_astra:moon_stone_replaceables') + event.add('species:limpet_spawnable_on', '#ad_astra:moon_stone_replaceables') event.add('tfc:can_landslide', 'ad_astra:moon_sand') event.add('tfc:can_landslide', 'ad_astra:mars_sand') diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index f623955f5..40d934bf5 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -226,6 +226,7 @@ ServerEvents.recipes(event => { registerRnrRecipes(event) registerSophisticatedBackpacksRecipes(event) registerSimplylightRecipes(event) + registerSpeciesRecipes(event) registerTFCRecipes(event) registerTFCBetterBFRecipes(event) registerTFCLunchBoxRecipes(event) diff --git a/kubejs/server_scripts/species/recipes.js b/kubejs/server_scripts/species/recipes.js new file mode 100644 index 000000000..d32cb8b86 --- /dev/null +++ b/kubejs/server_scripts/species/recipes.js @@ -0,0 +1,5 @@ +// priority: 0 + +function registerSpeciesRecipes(event) { + event.remove({ mod: 'species' }) +} \ No newline at end of file diff --git a/kubejs/server_scripts/species/tags.js b/kubejs/server_scripts/species/tags.js index 44ef1ddbd..57b0d9613 100644 --- a/kubejs/server_scripts/species/tags.js +++ b/kubejs/server_scripts/species/tags.js @@ -26,7 +26,6 @@ const registerSpeciesItemTags = (event) => { const DISABLED_ITEMS = [ 'species:deepfish_bucket', - 'species:birt_egg', 'species:bone_spike', 'species:ancient_pinecone', 'species:petrified_egg', @@ -44,4 +43,5 @@ const registerSpeciesItemTags = (event) => { event.add('c:hidden_from_recipe_viewers', item) }) + event.add('forge:eggs', 'species:birt_egg') } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index d7f2c995e..fae312de4 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -885,7 +885,7 @@ global.TFC_MEAT_RECIPE_COMPONENTS = [ { input: 'tfc:food/hyena', output: 'tfc:food/cooked_hyena', name: 'cooked_hyena' }, { input: 'tfc:food/duck', output: 'tfc:food/cooked_duck', name: 'cooked_duck' }, { input: 'tfc:food/chevon', output: 'tfc:food/cooked_chevon', name: 'cooked_chevon' }, - { input: 'minecraft:egg', output: 'tfc:food/cooked_egg', name: 'cooked_egg' }, + { input: '#forge:eggs', output: 'tfc:food/cooked_egg', name: 'cooked_egg' }, ]; global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ From 4f0ada952951fc47aa408042cb00a1944e5a24d6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 21:09:10 +0100 Subject: [PATCH 190/246] emi categories --- kubejs/assets/emi/category/properties/ae2_attunement.json | 2 +- kubejs/assets/emi/category/properties/ae2_condenser.json | 2 +- kubejs/assets/emi/category/properties/ae2_entropy.json | 2 +- .../emi/category/properties/ae2_item_transformation.json | 2 +- kubejs/assets/emi/category/properties/afc_tree_tap.json | 1 + kubejs/assets/emi/category/properties/create_deploying.json | 2 +- kubejs/assets/emi/category/properties/create_draining.json | 2 +- .../emi/category/properties/create_item_application.json | 2 +- .../emi/category/properties/create_mechanical_crafting.json | 2 +- .../emi/category/properties/create_sequenced_assembly.json | 2 +- .../emi/category/properties/create_spout_filling.json | 2 +- .../emi/category/properties/createaddition_rolling.json | 2 +- .../properties/domum_ornamentum_architects_cutter.json | 2 +- kubejs/assets/emi/category/properties/emi_info.json | 2 +- kubejs/assets/emi/category/properties/emi_tag.json | 2 +- .../category/properties/exposure_photograph_printing.json | 2 +- .../category/properties/exposure_photograph_stacking.json | 2 +- .../assets/emi/category/properties/firmalife_bowl_pot.json | 2 +- kubejs/assets/emi/category/properties/firmalife_drying.json | 2 +- .../emi/category/properties/firmalife_mixing_bowl.json | 2 +- kubejs/assets/emi/category/properties/firmalife_oven.json | 2 +- .../assets/emi/category/properties/firmalife_smoking.json | 2 +- .../assets/emi/category/properties/firmalife_stomping.json | 2 +- kubejs/assets/emi/category/properties/firmalife_vat.json | 2 +- .../emi/category/properties/framedblocks_framing_saw.json | 2 +- kubejs/assets/emi/category/properties/ftbquests_quest.json | 2 +- .../emi/category/properties/greate_block_cutting.json | 2 +- kubejs/assets/emi/category/properties/greate_crushing.json | 2 +- .../assets/emi/category/properties/greate_fan_washing.json | 2 +- kubejs/assets/emi/category/properties/greate_milling.json | 2 +- kubejs/assets/emi/category/properties/greate_mixing.json | 2 +- kubejs/assets/emi/category/properties/greate_packing.json | 2 +- kubejs/assets/emi/category/properties/greate_sawing.json | 2 +- .../assets/emi/category/properties/gtceu_air_scrubber.json | 2 +- .../emi/category/properties/gtceu_alloy_blast_smelter.json | 2 +- .../assets/emi/category/properties/gtceu_alloy_smelter.json | 2 +- .../emi/category/properties/gtceu_aqueous_accumulator.json | 1 + .../assets/emi/category/properties/gtceu_arc_furnace.json | 2 +- .../category/properties/gtceu_arc_furnace_recycling.json | 2 +- kubejs/assets/emi/category/properties/gtceu_assembler.json | 2 +- .../assets/emi/category/properties/gtceu_assembly_line.json | 2 +- kubejs/assets/emi/category/properties/gtceu_autoclave.json | 2 +- .../emi/category/properties/gtceu_bedrock_ore_diagram.json | 1 + kubejs/assets/emi/category/properties/gtceu_bender.json | 2 +- kubejs/assets/emi/category/properties/gtceu_brewery.json | 2 +- kubejs/assets/emi/category/properties/gtceu_canner.json | 2 +- kubejs/assets/emi/category/properties/gtceu_centrifuge.json | 2 +- kubejs/assets/emi/category/properties/gtceu_chem_dyes.json | 2 +- .../assets/emi/category/properties/gtceu_chemical_bath.json | 2 +- .../emi/category/properties/gtceu_chemical_reactor.json | 2 +- .../emi/category/properties/gtceu_circuit_assembler.json | 2 +- kubejs/assets/emi/category/properties/gtceu_coke_oven.json | 2 +- .../emi/category/properties/gtceu_combustion_generator.json | 2 +- kubejs/assets/emi/category/properties/gtceu_compressor.json | 2 +- kubejs/assets/emi/category/properties/gtceu_cracker.json | 2 +- kubejs/assets/emi/category/properties/gtceu_cutter.json | 2 +- .../emi/category/properties/gtceu_distillation_tower.json | 2 +- kubejs/assets/emi/category/properties/gtceu_distillery.json | 2 +- .../category/properties/gtceu_electric_blast_furnace.json | 2 +- .../assets/emi/category/properties/gtceu_electrolyzer.json | 2 +- .../properties/gtceu_electromagnetic_separator.json | 2 +- kubejs/assets/emi/category/properties/gtceu_end_dome.json | 2 +- .../assets/emi/category/properties/gtceu_evaporation.json | 2 +- kubejs/assets/emi/category/properties/gtceu_extractor.json | 2 +- .../emi/category/properties/gtceu_extractor_recycling.json | 2 +- kubejs/assets/emi/category/properties/gtceu_extruder.json | 2 +- kubejs/assets/emi/category/properties/gtceu_fermenter.json | 2 +- .../assets/emi/category/properties/gtceu_fluid_heater.json | 2 +- .../emi/category/properties/gtceu_fluid_solidifier.json | 2 +- kubejs/assets/emi/category/properties/gtceu_food_oven.json | 1 + .../emi/category/properties/gtceu_food_processor.json | 1 + .../assets/emi/category/properties/gtceu_forge_hammer.json | 2 +- .../assets/emi/category/properties/gtceu_forming_press.json | 2 +- .../emi/category/properties/gtceu_fusion_reactor.json | 2 +- .../assets/emi/category/properties/gtceu_gas_collector.json | 2 +- .../assets/emi/category/properties/gtceu_gas_turbine.json | 2 +- kubejs/assets/emi/category/properties/gtceu_greenhouse.json | 2 +- .../emi/category/properties/gtceu_implosion_compressor.json | 2 +- .../assets/emi/category/properties/gtceu_ingot_molding.json | 2 +- .../assets/emi/category/properties/gtceu_large_boiler.json | 2 +- .../category/properties/gtceu_large_chemical_reactor.json | 2 +- .../emi/category/properties/gtceu_laser_engraver.json | 2 +- kubejs/assets/emi/category/properties/gtceu_lathe.json | 2 +- kubejs/assets/emi/category/properties/gtceu_macerator.json | 2 +- .../emi/category/properties/gtceu_macerator_recycling.json | 2 +- kubejs/assets/emi/category/properties/gtceu_mixer.json | 2 +- .../assets/emi/category/properties/gtceu_nether_dome.json | 2 +- .../assets/emi/category/properties/gtceu_ore_bathing.json | 2 +- .../assets/emi/category/properties/gtceu_ore_crushing.json | 2 +- .../assets/emi/category/properties/gtceu_ore_forging.json | 2 +- kubejs/assets/emi/category/properties/gtceu_ore_washer.json | 2 +- kubejs/assets/emi/category/properties/gtceu_packer.json | 2 +- .../emi/category/properties/gtceu_plasma_generator.json | 2 +- kubejs/assets/emi/category/properties/gtceu_polarizer.json | 2 +- .../emi/category/properties/gtceu_programmed_circuit.json | 2 +- .../assets/emi/category/properties/gtceu_pyrolyse_oven.json | 2 +- .../emi/category/properties/gtceu_research_station.json | 2 +- .../assets/emi/category/properties/gtceu_rock_breaker.json | 2 +- kubejs/assets/emi/category/properties/gtceu_scanner.json | 2 +- kubejs/assets/emi/category/properties/gtceu_sifter.json | 2 +- .../emi/category/properties/gtceu_steam_bloomery.json | 2 +- .../assets/emi/category/properties/gtceu_steam_boiler.json | 2 +- .../assets/emi/category/properties/gtceu_steam_turbine.json | 2 +- .../emi/category/properties/gtceu_thermal_centrifuge.json | 2 +- .../emi/category/properties/gtceu_vacuum_freezer.json | 2 +- .../assets/emi/category/properties/gtceu_wire_coating.json | 2 +- kubejs/assets/emi/category/properties/gtceu_wiremill.json | 2 +- .../assets/emi/category/properties/minecraft_crafting.json | 2 +- .../assets/emi/category/properties/minecraft_smelting.json | 2 +- .../assets/emi/category/properties/minecraft_smithing.json | 2 +- .../emi/category/properties/minecraft_stonecutting.json | 2 +- kubejs/assets/emi/category/properties/rnr_block_mod.json | 2 +- kubejs/assets/emi/category/properties/rnr_mattock.json | 2 +- kubejs/assets/emi/category/properties/tfc_alloying.json | 2 +- kubejs/assets/emi/category/properties/tfc_anvil.json | 2 +- .../assets/emi/category/properties/tfc_blast_furnace.json | 2 +- kubejs/assets/emi/category/properties/tfc_bloomery.json | 2 +- kubejs/assets/emi/category/properties/tfc_casting.json | 2 +- kubejs/assets/emi/category/properties/tfc_chisel.json | 2 +- .../assets/emi/category/properties/tfc_clay_knapping.json | 2 +- .../emi/category/properties/tfc_fire_clay_knapping.json | 2 +- .../assets/emi/category/properties/tfc_flint_knapping.json | 1 + kubejs/assets/emi/category/properties/tfc_glassworking.json | 2 +- .../emi/category/properties/tfc_goat_horn_knapping.json | 2 +- kubejs/assets/emi/category/properties/tfc_heating.json | 2 +- .../assets/emi/category/properties/tfc_instant_barrel.json | 2 +- .../emi/category/properties/tfc_instant_fluid_barrel.json | 2 +- kubejs/assets/emi/category/properties/tfc_jam_pot.json | 2 +- .../emi/category/properties/tfc_leather_knapping.json | 2 +- kubejs/assets/emi/category/properties/tfc_loom.json | 2 +- .../emi/category/properties/tfc_pumpkin_knapping.json | 2 +- kubejs/assets/emi/category/properties/tfc_quern.json | 2 +- .../emi/category/properties/tfc_raw_hide_knapping.json | 2 +- .../assets/emi/category/properties/tfc_rock_knapping.json | 2 +- kubejs/assets/emi/category/properties/tfc_scraping.json | 2 +- .../assets/emi/category/properties/tfc_sealed_barrel.json | 2 +- kubejs/assets/emi/category/properties/tfc_sewing.json | 2 +- kubejs/assets/emi/category/properties/tfc_simple_pot.json | 2 +- kubejs/assets/emi/category/properties/tfc_soup_pot.json | 2 +- kubejs/assets/emi/category/properties/tfc_welding.json | 2 +- .../properties/vintageimprovements_centrifugation.json | 2 +- .../category/properties/vintageimprovements_coiling.json | 2 +- .../category/properties/vintageimprovements_curving.json | 2 +- .../category/properties/vintageimprovements_hammering.json | 2 +- .../properties/vintageimprovements_laser_cutting.json | 2 +- .../properties/vintageimprovements_pressurizing.json | 2 +- .../category/properties/vintageimprovements_turning.json | 2 +- .../properties/vintageimprovements_vacuumizing.json | 2 +- .../category/properties/vintageimprovements_vibrating.json | 2 +- kubejs/assets/emi/recipe/filters/categories.json | 6 ++++++ 150 files changed, 155 insertions(+), 143 deletions(-) create mode 100644 kubejs/assets/emi/category/properties/afc_tree_tap.json create mode 100644 kubejs/assets/emi/category/properties/gtceu_aqueous_accumulator.json create mode 100644 kubejs/assets/emi/category/properties/gtceu_bedrock_ore_diagram.json create mode 100644 kubejs/assets/emi/category/properties/gtceu_food_oven.json create mode 100644 kubejs/assets/emi/category/properties/gtceu_food_processor.json create mode 100644 kubejs/assets/emi/category/properties/tfc_flint_knapping.json diff --git a/kubejs/assets/emi/category/properties/ae2_attunement.json b/kubejs/assets/emi/category/properties/ae2_attunement.json index 5eaac13fc..79e94084b 100644 --- a/kubejs/assets/emi/category/properties/ae2_attunement.json +++ b/kubejs/assets/emi/category/properties/ae2_attunement.json @@ -1 +1 @@ -{"ae2:attunement":{"order":138}} \ No newline at end of file +{"ae2:attunement":{"order":144}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ae2_condenser.json b/kubejs/assets/emi/category/properties/ae2_condenser.json index c00630e3e..96a574de9 100644 --- a/kubejs/assets/emi/category/properties/ae2_condenser.json +++ b/kubejs/assets/emi/category/properties/ae2_condenser.json @@ -1 +1 @@ -{"ae2:condenser":{"order":127}} \ No newline at end of file +{"ae2:condenser":{"order":133}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ae2_entropy.json b/kubejs/assets/emi/category/properties/ae2_entropy.json index ad4f28cee..a09beae5e 100644 --- a/kubejs/assets/emi/category/properties/ae2_entropy.json +++ b/kubejs/assets/emi/category/properties/ae2_entropy.json @@ -1 +1 @@ -{"ae2:entropy":{"order":139}} \ No newline at end of file +{"ae2:entropy":{"order":145}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ae2_item_transformation.json b/kubejs/assets/emi/category/properties/ae2_item_transformation.json index 99e1fbbc3..708db58bd 100644 --- a/kubejs/assets/emi/category/properties/ae2_item_transformation.json +++ b/kubejs/assets/emi/category/properties/ae2_item_transformation.json @@ -1 +1 @@ -{"ae2:item_transformation":{"order":116}} \ No newline at end of file +{"ae2:item_transformation":{"order":122}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/afc_tree_tap.json b/kubejs/assets/emi/category/properties/afc_tree_tap.json new file mode 100644 index 000000000..99cc1f2c7 --- /dev/null +++ b/kubejs/assets/emi/category/properties/afc_tree_tap.json @@ -0,0 +1 @@ +{"afc:tree_tap":{"order":26}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_deploying.json b/kubejs/assets/emi/category/properties/create_deploying.json index f7de0861a..ef3e6115d 100644 --- a/kubejs/assets/emi/category/properties/create_deploying.json +++ b/kubejs/assets/emi/category/properties/create_deploying.json @@ -1 +1 @@ -{"create:deploying":{"order":39}} \ No newline at end of file +{"create:deploying":{"order":44}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_draining.json b/kubejs/assets/emi/category/properties/create_draining.json index d1fcdd94a..a711c7a2d 100644 --- a/kubejs/assets/emi/category/properties/create_draining.json +++ b/kubejs/assets/emi/category/properties/create_draining.json @@ -1 +1 @@ -{"create:draining":{"order":140}} \ No newline at end of file +{"create:draining":{"order":146}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_item_application.json b/kubejs/assets/emi/category/properties/create_item_application.json index 758199fac..811d11d50 100644 --- a/kubejs/assets/emi/category/properties/create_item_application.json +++ b/kubejs/assets/emi/category/properties/create_item_application.json @@ -1 +1 @@ -{"create:item_application":{"order":40}} \ No newline at end of file +{"create:item_application":{"order":45}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_mechanical_crafting.json b/kubejs/assets/emi/category/properties/create_mechanical_crafting.json index 77ae2811e..b1679d64e 100644 --- a/kubejs/assets/emi/category/properties/create_mechanical_crafting.json +++ b/kubejs/assets/emi/category/properties/create_mechanical_crafting.json @@ -1 +1 @@ -{"create:mechanical_crafting":{"order":4}} \ No newline at end of file +{"create:mechanical_crafting":{"order":5}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_sequenced_assembly.json b/kubejs/assets/emi/category/properties/create_sequenced_assembly.json index f650f1b39..599d993e0 100644 --- a/kubejs/assets/emi/category/properties/create_sequenced_assembly.json +++ b/kubejs/assets/emi/category/properties/create_sequenced_assembly.json @@ -1 +1 @@ -{"create:sequenced_assembly":{"order":41}} \ No newline at end of file +{"create:sequenced_assembly":{"order":46}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_spout_filling.json b/kubejs/assets/emi/category/properties/create_spout_filling.json index c60505e9e..9335f4312 100644 --- a/kubejs/assets/emi/category/properties/create_spout_filling.json +++ b/kubejs/assets/emi/category/properties/create_spout_filling.json @@ -1 +1 @@ -{"create:spout_filling":{"order":141}} \ No newline at end of file +{"create:spout_filling":{"order":147}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/createaddition_rolling.json b/kubejs/assets/emi/category/properties/createaddition_rolling.json index 3f4ba3919..ccd78d8a1 100644 --- a/kubejs/assets/emi/category/properties/createaddition_rolling.json +++ b/kubejs/assets/emi/category/properties/createaddition_rolling.json @@ -1 +1 @@ -{"createaddition:rolling":{"order":55}} \ No newline at end of file +{"createaddition:rolling":{"order":61}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json b/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json index 20e1cce71..a552f256e 100644 --- a/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json +++ b/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json @@ -1 +1 @@ -{"domum_ornamentum:architects_cutter":{"order":136}} \ No newline at end of file +{"domum_ornamentum:architects_cutter":{"order":142}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/emi_info.json b/kubejs/assets/emi/category/properties/emi_info.json index ba0f8f819..4fc8be2fb 100644 --- a/kubejs/assets/emi/category/properties/emi_info.json +++ b/kubejs/assets/emi/category/properties/emi_info.json @@ -1 +1 @@ -{"emi:info":{"order":144}} \ No newline at end of file +{"emi:info":{"order":150}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/emi_tag.json b/kubejs/assets/emi/category/properties/emi_tag.json index c02f47c21..5730e1502 100644 --- a/kubejs/assets/emi/category/properties/emi_tag.json +++ b/kubejs/assets/emi/category/properties/emi_tag.json @@ -1 +1 @@ -{"emi:tag":{"order":145}} \ No newline at end of file +{"emi:tag":{"order":151}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/exposure_photograph_printing.json b/kubejs/assets/emi/category/properties/exposure_photograph_printing.json index 0e4b7acc9..30fe865b6 100644 --- a/kubejs/assets/emi/category/properties/exposure_photograph_printing.json +++ b/kubejs/assets/emi/category/properties/exposure_photograph_printing.json @@ -1 +1 @@ -{"exposure:photograph_printing":{"order":130}} \ No newline at end of file +{"exposure:photograph_printing":{"order":136}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json b/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json index 5919b18ac..8247b9b13 100644 --- a/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json +++ b/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json @@ -1 +1 @@ -{"exposure:photograph_stacking":{"order":142}} \ No newline at end of file +{"exposure:photograph_stacking":{"order":148}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_bowl_pot.json b/kubejs/assets/emi/category/properties/firmalife_bowl_pot.json index a1378ab18..21732e96a 100644 --- a/kubejs/assets/emi/category/properties/firmalife_bowl_pot.json +++ b/kubejs/assets/emi/category/properties/firmalife_bowl_pot.json @@ -1 +1 @@ -{"firmalife:bowl_pot":{"order":36}} \ No newline at end of file +{"firmalife:bowl_pot":{"order":40}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_drying.json b/kubejs/assets/emi/category/properties/firmalife_drying.json index ca265c608..24e2a8869 100644 --- a/kubejs/assets/emi/category/properties/firmalife_drying.json +++ b/kubejs/assets/emi/category/properties/firmalife_drying.json @@ -1 +1 @@ -{"firmalife:drying":{"order":29}} \ No newline at end of file +{"firmalife:drying":{"order":32}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_mixing_bowl.json b/kubejs/assets/emi/category/properties/firmalife_mixing_bowl.json index e2cda9689..3bacad063 100644 --- a/kubejs/assets/emi/category/properties/firmalife_mixing_bowl.json +++ b/kubejs/assets/emi/category/properties/firmalife_mixing_bowl.json @@ -1 +1 @@ -{"firmalife:mixing_bowl":{"order":30}} \ No newline at end of file +{"firmalife:mixing_bowl":{"order":33}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_oven.json b/kubejs/assets/emi/category/properties/firmalife_oven.json index 16fb93986..198efc2fd 100644 --- a/kubejs/assets/emi/category/properties/firmalife_oven.json +++ b/kubejs/assets/emi/category/properties/firmalife_oven.json @@ -1 +1 @@ -{"firmalife:oven":{"order":31}} \ No newline at end of file +{"firmalife:oven":{"order":34}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_smoking.json b/kubejs/assets/emi/category/properties/firmalife_smoking.json index 5d12b9e8f..3f3b33f22 100644 --- a/kubejs/assets/emi/category/properties/firmalife_smoking.json +++ b/kubejs/assets/emi/category/properties/firmalife_smoking.json @@ -1 +1 @@ -{"firmalife:smoking":{"order":32}} \ No newline at end of file +{"firmalife:smoking":{"order":36}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_stomping.json b/kubejs/assets/emi/category/properties/firmalife_stomping.json index ed2a1c059..2fb178a6d 100644 --- a/kubejs/assets/emi/category/properties/firmalife_stomping.json +++ b/kubejs/assets/emi/category/properties/firmalife_stomping.json @@ -1 +1 @@ -{"firmalife:stomping":{"order":38}} \ No newline at end of file +{"firmalife:stomping":{"order":42}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/firmalife_vat.json b/kubejs/assets/emi/category/properties/firmalife_vat.json index a9e8f8045..5a9fba614 100644 --- a/kubejs/assets/emi/category/properties/firmalife_vat.json +++ b/kubejs/assets/emi/category/properties/firmalife_vat.json @@ -1 +1 @@ -{"firmalife:vat":{"order":37}} \ No newline at end of file +{"firmalife:vat":{"order":41}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json b/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json index 54596234a..e0b11d9eb 100644 --- a/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json +++ b/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json @@ -1 +1 @@ -{"framedblocks:framing_saw":{"order":135}} \ No newline at end of file +{"framedblocks:framing_saw":{"order":141}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ftbquests_quest.json b/kubejs/assets/emi/category/properties/ftbquests_quest.json index 466ed2a22..5dd694ad9 100644 --- a/kubejs/assets/emi/category/properties/ftbquests_quest.json +++ b/kubejs/assets/emi/category/properties/ftbquests_quest.json @@ -1 +1 @@ -{"ftbquests:quest":{"order":143}} \ No newline at end of file +{"ftbquests:quest":{"order":149}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_block_cutting.json b/kubejs/assets/emi/category/properties/greate_block_cutting.json index 464c5b4a7..faa33b1a2 100644 --- a/kubejs/assets/emi/category/properties/greate_block_cutting.json +++ b/kubejs/assets/emi/category/properties/greate_block_cutting.json @@ -1 +1 @@ -{"greate:block_cutting":{"order":134}} \ No newline at end of file +{"greate:block_cutting":{"order":140}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_crushing.json b/kubejs/assets/emi/category/properties/greate_crushing.json index cb85263a8..9410da6b1 100644 --- a/kubejs/assets/emi/category/properties/greate_crushing.json +++ b/kubejs/assets/emi/category/properties/greate_crushing.json @@ -1 +1 @@ -{"greate:crushing":{"order":88}} \ No newline at end of file +{"greate:crushing":{"order":94}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_fan_washing.json b/kubejs/assets/emi/category/properties/greate_fan_washing.json index 9162993ce..0af2ce4ea 100644 --- a/kubejs/assets/emi/category/properties/greate_fan_washing.json +++ b/kubejs/assets/emi/category/properties/greate_fan_washing.json @@ -1 +1 @@ -{"greate:fan_washing":{"order":118}} \ No newline at end of file +{"greate:fan_washing":{"order":124}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_milling.json b/kubejs/assets/emi/category/properties/greate_milling.json index a48ed6f04..0614bb860 100644 --- a/kubejs/assets/emi/category/properties/greate_milling.json +++ b/kubejs/assets/emi/category/properties/greate_milling.json @@ -1 +1 @@ -{"greate:milling":{"order":87}} \ No newline at end of file +{"greate:milling":{"order":93}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_mixing.json b/kubejs/assets/emi/category/properties/greate_mixing.json index c042e7a67..be436a2b8 100644 --- a/kubejs/assets/emi/category/properties/greate_mixing.json +++ b/kubejs/assets/emi/category/properties/greate_mixing.json @@ -1 +1 @@ -{"greate:mixing":{"order":90}} \ No newline at end of file +{"greate:mixing":{"order":96}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_packing.json b/kubejs/assets/emi/category/properties/greate_packing.json index e8b910106..d2db31d54 100644 --- a/kubejs/assets/emi/category/properties/greate_packing.json +++ b/kubejs/assets/emi/category/properties/greate_packing.json @@ -1 +1 @@ -{"greate:packing":{"order":128}} \ No newline at end of file +{"greate:packing":{"order":134}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_sawing.json b/kubejs/assets/emi/category/properties/greate_sawing.json index 4b9b4376e..d545d8e06 100644 --- a/kubejs/assets/emi/category/properties/greate_sawing.json +++ b/kubejs/assets/emi/category/properties/greate_sawing.json @@ -1 +1 @@ -{"greate:sawing":{"order":67}} \ No newline at end of file +{"greate:sawing":{"order":73}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_air_scrubber.json b/kubejs/assets/emi/category/properties/gtceu_air_scrubber.json index a3f8ab96b..1e182fb52 100644 --- a/kubejs/assets/emi/category/properties/gtceu_air_scrubber.json +++ b/kubejs/assets/emi/category/properties/gtceu_air_scrubber.json @@ -1 +1 @@ -{"gtceu:air_scrubber":{"order":50}} \ No newline at end of file +{"gtceu:air_scrubber":{"order":55}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_alloy_blast_smelter.json b/kubejs/assets/emi/category/properties/gtceu_alloy_blast_smelter.json index 05b6fac73..adcb00d49 100644 --- a/kubejs/assets/emi/category/properties/gtceu_alloy_blast_smelter.json +++ b/kubejs/assets/emi/category/properties/gtceu_alloy_blast_smelter.json @@ -1 +1 @@ -{"gtceu:alloy_blast_smelter":{"order":101}} \ No newline at end of file +{"gtceu:alloy_blast_smelter":{"order":107}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_alloy_smelter.json b/kubejs/assets/emi/category/properties/gtceu_alloy_smelter.json index 85db15835..b466d3ff4 100644 --- a/kubejs/assets/emi/category/properties/gtceu_alloy_smelter.json +++ b/kubejs/assets/emi/category/properties/gtceu_alloy_smelter.json @@ -1 +1 @@ -{"gtceu:alloy_smelter":{"order":51}} \ No newline at end of file +{"gtceu:alloy_smelter":{"order":56}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_aqueous_accumulator.json b/kubejs/assets/emi/category/properties/gtceu_aqueous_accumulator.json new file mode 100644 index 000000000..eace21a2d --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_aqueous_accumulator.json @@ -0,0 +1 @@ +{"gtceu:aqueous_accumulator":{"order":57}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_arc_furnace.json b/kubejs/assets/emi/category/properties/gtceu_arc_furnace.json index 8ebf9b83d..19ca33fd0 100644 --- a/kubejs/assets/emi/category/properties/gtceu_arc_furnace.json +++ b/kubejs/assets/emi/category/properties/gtceu_arc_furnace.json @@ -1 +1 @@ -{"gtceu:arc_furnace":{"order":52}} \ No newline at end of file +{"gtceu:arc_furnace":{"order":58}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json b/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json index 63f45f285..c2d61cac8 100644 --- a/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json +++ b/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json @@ -1 +1 @@ -{"gtceu:arc_furnace_recycling":{"order":124}} \ No newline at end of file +{"gtceu:arc_furnace_recycling":{"order":130}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_assembler.json b/kubejs/assets/emi/category/properties/gtceu_assembler.json index a8df6c8b5..87fa857aa 100644 --- a/kubejs/assets/emi/category/properties/gtceu_assembler.json +++ b/kubejs/assets/emi/category/properties/gtceu_assembler.json @@ -1 +1 @@ -{"gtceu:assembler":{"order":53}} \ No newline at end of file +{"gtceu:assembler":{"order":59}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_assembly_line.json b/kubejs/assets/emi/category/properties/gtceu_assembly_line.json index 7ae4802af..d00cf8ed9 100644 --- a/kubejs/assets/emi/category/properties/gtceu_assembly_line.json +++ b/kubejs/assets/emi/category/properties/gtceu_assembly_line.json @@ -1 +1 @@ -{"gtceu:assembly_line":{"order":102}} \ No newline at end of file +{"gtceu:assembly_line":{"order":108}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_autoclave.json b/kubejs/assets/emi/category/properties/gtceu_autoclave.json index cb332d93e..54202b6d1 100644 --- a/kubejs/assets/emi/category/properties/gtceu_autoclave.json +++ b/kubejs/assets/emi/category/properties/gtceu_autoclave.json @@ -1 +1 @@ -{"gtceu:autoclave":{"order":54}} \ No newline at end of file +{"gtceu:autoclave":{"order":60}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_bedrock_ore_diagram.json b/kubejs/assets/emi/category/properties/gtceu_bedrock_ore_diagram.json new file mode 100644 index 000000000..713c4db4d --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_bedrock_ore_diagram.json @@ -0,0 +1 @@ +{"gtceu:bedrock_ore_diagram":{"order":3}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_bender.json b/kubejs/assets/emi/category/properties/gtceu_bender.json index 7024a7d7b..138d2f753 100644 --- a/kubejs/assets/emi/category/properties/gtceu_bender.json +++ b/kubejs/assets/emi/category/properties/gtceu_bender.json @@ -1 +1 @@ -{"gtceu:bender":{"order":57}} \ No newline at end of file +{"gtceu:bender":{"order":63}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_brewery.json b/kubejs/assets/emi/category/properties/gtceu_brewery.json index 4e8bbd8a2..1fa31f26e 100644 --- a/kubejs/assets/emi/category/properties/gtceu_brewery.json +++ b/kubejs/assets/emi/category/properties/gtceu_brewery.json @@ -1 +1 @@ -{"gtceu:brewery":{"order":58}} \ No newline at end of file +{"gtceu:brewery":{"order":64}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_canner.json b/kubejs/assets/emi/category/properties/gtceu_canner.json index e8c40a5c4..48887c097 100644 --- a/kubejs/assets/emi/category/properties/gtceu_canner.json +++ b/kubejs/assets/emi/category/properties/gtceu_canner.json @@ -1 +1 @@ -{"gtceu:canner":{"order":59}} \ No newline at end of file +{"gtceu:canner":{"order":65}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_centrifuge.json b/kubejs/assets/emi/category/properties/gtceu_centrifuge.json index 275263a7b..1f1fb46da 100644 --- a/kubejs/assets/emi/category/properties/gtceu_centrifuge.json +++ b/kubejs/assets/emi/category/properties/gtceu_centrifuge.json @@ -1 +1 @@ -{"gtceu:centrifuge":{"order":61}} \ No newline at end of file +{"gtceu:centrifuge":{"order":67}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json b/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json index e008e5df8..828368db4 100644 --- a/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json +++ b/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json @@ -1 +1 @@ -{"gtceu:chem_dyes":{"order":122}} \ No newline at end of file +{"gtceu:chem_dyes":{"order":128}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_chemical_bath.json b/kubejs/assets/emi/category/properties/gtceu_chemical_bath.json index 7b089aec8..d6c6bfd78 100644 --- a/kubejs/assets/emi/category/properties/gtceu_chemical_bath.json +++ b/kubejs/assets/emi/category/properties/gtceu_chemical_bath.json @@ -1 +1 @@ -{"gtceu:chemical_bath":{"order":62}} \ No newline at end of file +{"gtceu:chemical_bath":{"order":68}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_chemical_reactor.json b/kubejs/assets/emi/category/properties/gtceu_chemical_reactor.json index 1d7f7d7dd..31fcef4eb 100644 --- a/kubejs/assets/emi/category/properties/gtceu_chemical_reactor.json +++ b/kubejs/assets/emi/category/properties/gtceu_chemical_reactor.json @@ -1 +1 @@ -{"gtceu:chemical_reactor":{"order":63}} \ No newline at end of file +{"gtceu:chemical_reactor":{"order":69}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_circuit_assembler.json b/kubejs/assets/emi/category/properties/gtceu_circuit_assembler.json index 8a002a681..680dd5499 100644 --- a/kubejs/assets/emi/category/properties/gtceu_circuit_assembler.json +++ b/kubejs/assets/emi/category/properties/gtceu_circuit_assembler.json @@ -1 +1 @@ -{"gtceu:circuit_assembler":{"order":65}} \ No newline at end of file +{"gtceu:circuit_assembler":{"order":71}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_coke_oven.json b/kubejs/assets/emi/category/properties/gtceu_coke_oven.json index 86fcc83fe..80439e54b 100644 --- a/kubejs/assets/emi/category/properties/gtceu_coke_oven.json +++ b/kubejs/assets/emi/category/properties/gtceu_coke_oven.json @@ -1 +1 @@ -{"gtceu:coke_oven":{"order":44}} \ No newline at end of file +{"gtceu:coke_oven":{"order":49}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_combustion_generator.json b/kubejs/assets/emi/category/properties/gtceu_combustion_generator.json index 44ac18c92..8ed47b18a 100644 --- a/kubejs/assets/emi/category/properties/gtceu_combustion_generator.json +++ b/kubejs/assets/emi/category/properties/gtceu_combustion_generator.json @@ -1 +1 @@ -{"gtceu:combustion_generator":{"order":45}} \ No newline at end of file +{"gtceu:combustion_generator":{"order":50}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_compressor.json b/kubejs/assets/emi/category/properties/gtceu_compressor.json index 21c40778c..dab1b8b15 100644 --- a/kubejs/assets/emi/category/properties/gtceu_compressor.json +++ b/kubejs/assets/emi/category/properties/gtceu_compressor.json @@ -1 +1 @@ -{"gtceu:compressor":{"order":66}} \ No newline at end of file +{"gtceu:compressor":{"order":72}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_cracker.json b/kubejs/assets/emi/category/properties/gtceu_cracker.json index 59a1346b6..9f9ab01f4 100644 --- a/kubejs/assets/emi/category/properties/gtceu_cracker.json +++ b/kubejs/assets/emi/category/properties/gtceu_cracker.json @@ -1 +1 @@ -{"gtceu:cracker":{"order":103}} \ No newline at end of file +{"gtceu:cracker":{"order":109}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_cutter.json b/kubejs/assets/emi/category/properties/gtceu_cutter.json index 8772df02b..ba71455f4 100644 --- a/kubejs/assets/emi/category/properties/gtceu_cutter.json +++ b/kubejs/assets/emi/category/properties/gtceu_cutter.json @@ -1 +1 @@ -{"gtceu:cutter":{"order":68}} \ No newline at end of file +{"gtceu:cutter":{"order":74}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_distillation_tower.json b/kubejs/assets/emi/category/properties/gtceu_distillation_tower.json index 2590ab0e2..5d528459f 100644 --- a/kubejs/assets/emi/category/properties/gtceu_distillation_tower.json +++ b/kubejs/assets/emi/category/properties/gtceu_distillation_tower.json @@ -1 +1 @@ -{"gtceu:distillation_tower":{"order":70}} \ No newline at end of file +{"gtceu:distillation_tower":{"order":76}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_distillery.json b/kubejs/assets/emi/category/properties/gtceu_distillery.json index c72bb67af..30ffb6500 100644 --- a/kubejs/assets/emi/category/properties/gtceu_distillery.json +++ b/kubejs/assets/emi/category/properties/gtceu_distillery.json @@ -1 +1 @@ -{"gtceu:distillery":{"order":69}} \ No newline at end of file +{"gtceu:distillery":{"order":75}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_electric_blast_furnace.json b/kubejs/assets/emi/category/properties/gtceu_electric_blast_furnace.json index f463238a2..0ba8e7aee 100644 --- a/kubejs/assets/emi/category/properties/gtceu_electric_blast_furnace.json +++ b/kubejs/assets/emi/category/properties/gtceu_electric_blast_furnace.json @@ -1 +1 @@ -{"gtceu:electric_blast_furnace":{"order":104}} \ No newline at end of file +{"gtceu:electric_blast_furnace":{"order":110}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_electrolyzer.json b/kubejs/assets/emi/category/properties/gtceu_electrolyzer.json index 0e3ae0fc5..25fabe63d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_electrolyzer.json +++ b/kubejs/assets/emi/category/properties/gtceu_electrolyzer.json @@ -1 +1 @@ -{"gtceu:electrolyzer":{"order":71}} \ No newline at end of file +{"gtceu:electrolyzer":{"order":77}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_electromagnetic_separator.json b/kubejs/assets/emi/category/properties/gtceu_electromagnetic_separator.json index 25e79ebfa..d15b0b1ea 100644 --- a/kubejs/assets/emi/category/properties/gtceu_electromagnetic_separator.json +++ b/kubejs/assets/emi/category/properties/gtceu_electromagnetic_separator.json @@ -1 +1 @@ -{"gtceu:electromagnetic_separator":{"order":72}} \ No newline at end of file +{"gtceu:electromagnetic_separator":{"order":78}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_end_dome.json b/kubejs/assets/emi/category/properties/gtceu_end_dome.json index fa138bf21..4e7b9ba9d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_end_dome.json +++ b/kubejs/assets/emi/category/properties/gtceu_end_dome.json @@ -1 +1 @@ -{"gtceu:end_dome":{"order":105}} \ No newline at end of file +{"gtceu:end_dome":{"order":111}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_evaporation.json b/kubejs/assets/emi/category/properties/gtceu_evaporation.json index 4bf48aec7..4f67c4a8b 100644 --- a/kubejs/assets/emi/category/properties/gtceu_evaporation.json +++ b/kubejs/assets/emi/category/properties/gtceu_evaporation.json @@ -1 +1 @@ -{"gtceu:evaporation":{"order":106}} \ No newline at end of file +{"gtceu:evaporation":{"order":112}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_extractor.json b/kubejs/assets/emi/category/properties/gtceu_extractor.json index cb0e66ef0..734977fb7 100644 --- a/kubejs/assets/emi/category/properties/gtceu_extractor.json +++ b/kubejs/assets/emi/category/properties/gtceu_extractor.json @@ -1 +1 @@ -{"gtceu:extractor":{"order":74}} \ No newline at end of file +{"gtceu:extractor":{"order":80}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json b/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json index 69b5195b7..86437217f 100644 --- a/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json +++ b/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json @@ -1 +1 @@ -{"gtceu:extractor_recycling":{"order":126}} \ No newline at end of file +{"gtceu:extractor_recycling":{"order":132}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_extruder.json b/kubejs/assets/emi/category/properties/gtceu_extruder.json index df4c0c322..b2cf65a52 100644 --- a/kubejs/assets/emi/category/properties/gtceu_extruder.json +++ b/kubejs/assets/emi/category/properties/gtceu_extruder.json @@ -1 +1 @@ -{"gtceu:extruder":{"order":76}} \ No newline at end of file +{"gtceu:extruder":{"order":82}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_fermenter.json b/kubejs/assets/emi/category/properties/gtceu_fermenter.json index 05ff8f121..11b777166 100644 --- a/kubejs/assets/emi/category/properties/gtceu_fermenter.json +++ b/kubejs/assets/emi/category/properties/gtceu_fermenter.json @@ -1 +1 @@ -{"gtceu:fermenter":{"order":77}} \ No newline at end of file +{"gtceu:fermenter":{"order":83}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_fluid_heater.json b/kubejs/assets/emi/category/properties/gtceu_fluid_heater.json index c6b7694ba..78c5d9797 100644 --- a/kubejs/assets/emi/category/properties/gtceu_fluid_heater.json +++ b/kubejs/assets/emi/category/properties/gtceu_fluid_heater.json @@ -1 +1 @@ -{"gtceu:fluid_heater":{"order":78}} \ No newline at end of file +{"gtceu:fluid_heater":{"order":84}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_fluid_solidifier.json b/kubejs/assets/emi/category/properties/gtceu_fluid_solidifier.json index d8ccdae53..51c2c85ce 100644 --- a/kubejs/assets/emi/category/properties/gtceu_fluid_solidifier.json +++ b/kubejs/assets/emi/category/properties/gtceu_fluid_solidifier.json @@ -1 +1 @@ -{"gtceu:fluid_solidifier":{"order":79}} \ No newline at end of file +{"gtceu:fluid_solidifier":{"order":85}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_food_oven.json b/kubejs/assets/emi/category/properties/gtceu_food_oven.json new file mode 100644 index 000000000..8a4cf191e --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_food_oven.json @@ -0,0 +1 @@ +{"gtceu:food_oven":{"order":35}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_food_processor.json b/kubejs/assets/emi/category/properties/gtceu_food_processor.json new file mode 100644 index 000000000..6c643ec39 --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_food_processor.json @@ -0,0 +1 @@ +{"gtceu:food_processor":{"order":43}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_forge_hammer.json b/kubejs/assets/emi/category/properties/gtceu_forge_hammer.json index 5f8de7e86..c5a246faa 100644 --- a/kubejs/assets/emi/category/properties/gtceu_forge_hammer.json +++ b/kubejs/assets/emi/category/properties/gtceu_forge_hammer.json @@ -1 +1 @@ -{"gtceu:forge_hammer":{"order":80}} \ No newline at end of file +{"gtceu:forge_hammer":{"order":86}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_forming_press.json b/kubejs/assets/emi/category/properties/gtceu_forming_press.json index bb66e456c..d33d65456 100644 --- a/kubejs/assets/emi/category/properties/gtceu_forming_press.json +++ b/kubejs/assets/emi/category/properties/gtceu_forming_press.json @@ -1 +1 @@ -{"gtceu:forming_press":{"order":81}} \ No newline at end of file +{"gtceu:forming_press":{"order":87}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json b/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json index c659152f0..210ecc63d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json +++ b/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json @@ -1 +1 @@ -{"gtceu:fusion_reactor":{"order":107}} \ No newline at end of file +{"gtceu:fusion_reactor":{"order":113}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_gas_collector.json b/kubejs/assets/emi/category/properties/gtceu_gas_collector.json index 60863bad2..7289224c2 100644 --- a/kubejs/assets/emi/category/properties/gtceu_gas_collector.json +++ b/kubejs/assets/emi/category/properties/gtceu_gas_collector.json @@ -1 +1 @@ -{"gtceu:gas_collector":{"order":82}} \ No newline at end of file +{"gtceu:gas_collector":{"order":88}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_gas_turbine.json b/kubejs/assets/emi/category/properties/gtceu_gas_turbine.json index de066578a..246928d74 100644 --- a/kubejs/assets/emi/category/properties/gtceu_gas_turbine.json +++ b/kubejs/assets/emi/category/properties/gtceu_gas_turbine.json @@ -1 +1 @@ -{"gtceu:gas_turbine":{"order":46}} \ No newline at end of file +{"gtceu:gas_turbine":{"order":51}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_greenhouse.json b/kubejs/assets/emi/category/properties/gtceu_greenhouse.json index 2d738eabc..e72c79203 100644 --- a/kubejs/assets/emi/category/properties/gtceu_greenhouse.json +++ b/kubejs/assets/emi/category/properties/gtceu_greenhouse.json @@ -1 +1 @@ -{"gtceu:greenhouse":{"order":108}} \ No newline at end of file +{"gtceu:greenhouse":{"order":114}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json b/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json index 5475a327e..f5cd90016 100644 --- a/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json +++ b/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json @@ -1 +1 @@ -{"gtceu:implosion_compressor":{"order":109}} \ No newline at end of file +{"gtceu:implosion_compressor":{"order":115}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json b/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json index af1cfcf85..ef3f67d0e 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json +++ b/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json @@ -1 +1 @@ -{"gtceu:ingot_molding":{"order":123}} \ No newline at end of file +{"gtceu:ingot_molding":{"order":129}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_large_boiler.json b/kubejs/assets/emi/category/properties/gtceu_large_boiler.json index 8f4750686..98f6ffec7 100644 --- a/kubejs/assets/emi/category/properties/gtceu_large_boiler.json +++ b/kubejs/assets/emi/category/properties/gtceu_large_boiler.json @@ -1 +1 @@ -{"gtceu:large_boiler":{"order":42}} \ No newline at end of file +{"gtceu:large_boiler":{"order":47}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_large_chemical_reactor.json b/kubejs/assets/emi/category/properties/gtceu_large_chemical_reactor.json index 360256a9f..5239cf0e8 100644 --- a/kubejs/assets/emi/category/properties/gtceu_large_chemical_reactor.json +++ b/kubejs/assets/emi/category/properties/gtceu_large_chemical_reactor.json @@ -1 +1 @@ -{"gtceu:large_chemical_reactor":{"order":64}} \ No newline at end of file +{"gtceu:large_chemical_reactor":{"order":70}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_laser_engraver.json b/kubejs/assets/emi/category/properties/gtceu_laser_engraver.json index a054cf146..427149e63 100644 --- a/kubejs/assets/emi/category/properties/gtceu_laser_engraver.json +++ b/kubejs/assets/emi/category/properties/gtceu_laser_engraver.json @@ -1 +1 @@ -{"gtceu:laser_engraver":{"order":84}} \ No newline at end of file +{"gtceu:laser_engraver":{"order":90}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_lathe.json b/kubejs/assets/emi/category/properties/gtceu_lathe.json index d491bff1f..b9dd325ae 100644 --- a/kubejs/assets/emi/category/properties/gtceu_lathe.json +++ b/kubejs/assets/emi/category/properties/gtceu_lathe.json @@ -1 +1 @@ -{"gtceu:lathe":{"order":86}} \ No newline at end of file +{"gtceu:lathe":{"order":92}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_macerator.json b/kubejs/assets/emi/category/properties/gtceu_macerator.json index f0d47e3dc..f305742a8 100644 --- a/kubejs/assets/emi/category/properties/gtceu_macerator.json +++ b/kubejs/assets/emi/category/properties/gtceu_macerator.json @@ -1 +1 @@ -{"gtceu:macerator":{"order":89}} \ No newline at end of file +{"gtceu:macerator":{"order":95}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json b/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json index 89c8c8d71..dc4f592e2 100644 --- a/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json +++ b/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json @@ -1 +1 @@ -{"gtceu:macerator_recycling":{"order":125}} \ No newline at end of file +{"gtceu:macerator_recycling":{"order":131}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_mixer.json b/kubejs/assets/emi/category/properties/gtceu_mixer.json index 9e11ce785..bf6cc6f51 100644 --- a/kubejs/assets/emi/category/properties/gtceu_mixer.json +++ b/kubejs/assets/emi/category/properties/gtceu_mixer.json @@ -1 +1 @@ -{"gtceu:mixer":{"order":91}} \ No newline at end of file +{"gtceu:mixer":{"order":97}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_nether_dome.json b/kubejs/assets/emi/category/properties/gtceu_nether_dome.json index 6913309e3..ed9631a26 100644 --- a/kubejs/assets/emi/category/properties/gtceu_nether_dome.json +++ b/kubejs/assets/emi/category/properties/gtceu_nether_dome.json @@ -1 +1 @@ -{"gtceu:nether_dome":{"order":110}} \ No newline at end of file +{"gtceu:nether_dome":{"order":116}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json b/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json index f0cb8ad1c..a87439e36 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json @@ -1 +1 @@ -{"gtceu:ore_bathing":{"order":121}} \ No newline at end of file +{"gtceu:ore_bathing":{"order":127}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json b/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json index 8c102ee65..f5db8897d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json @@ -1 +1 @@ -{"gtceu:ore_crushing":{"order":119}} \ No newline at end of file +{"gtceu:ore_crushing":{"order":125}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_forging.json b/kubejs/assets/emi/category/properties/gtceu_ore_forging.json index 6644bdeeb..5d89edd25 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_forging.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_forging.json @@ -1 +1 @@ -{"gtceu:ore_forging":{"order":120}} \ No newline at end of file +{"gtceu:ore_forging":{"order":126}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_washer.json b/kubejs/assets/emi/category/properties/gtceu_ore_washer.json index 385a7da24..a8f895338 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_washer.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_washer.json @@ -1 +1 @@ -{"gtceu:ore_washer":{"order":117}} \ No newline at end of file +{"gtceu:ore_washer":{"order":123}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_packer.json b/kubejs/assets/emi/category/properties/gtceu_packer.json index 628fe1bdd..af4f9d556 100644 --- a/kubejs/assets/emi/category/properties/gtceu_packer.json +++ b/kubejs/assets/emi/category/properties/gtceu_packer.json @@ -1 +1 @@ -{"gtceu:packer":{"order":92}} \ No newline at end of file +{"gtceu:packer":{"order":98}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_plasma_generator.json b/kubejs/assets/emi/category/properties/gtceu_plasma_generator.json index 1fb2bbcbf..16484c037 100644 --- a/kubejs/assets/emi/category/properties/gtceu_plasma_generator.json +++ b/kubejs/assets/emi/category/properties/gtceu_plasma_generator.json @@ -1 +1 @@ -{"gtceu:plasma_generator":{"order":47}} \ No newline at end of file +{"gtceu:plasma_generator":{"order":52}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_polarizer.json b/kubejs/assets/emi/category/properties/gtceu_polarizer.json index a2261a060..76a3b56c8 100644 --- a/kubejs/assets/emi/category/properties/gtceu_polarizer.json +++ b/kubejs/assets/emi/category/properties/gtceu_polarizer.json @@ -1 +1 @@ -{"gtceu:polarizer":{"order":93}} \ No newline at end of file +{"gtceu:polarizer":{"order":99}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json b/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json index e7ecce1ed..9efcc399d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json +++ b/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json @@ -1 +1 @@ -{"gtceu:programmed_circuit":{"order":137}} \ No newline at end of file +{"gtceu:programmed_circuit":{"order":143}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json b/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json index ecf6ef859..580df2b24 100644 --- a/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json +++ b/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json @@ -1 +1 @@ -{"gtceu:pyrolyse_oven":{"order":111}} \ No newline at end of file +{"gtceu:pyrolyse_oven":{"order":117}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_research_station.json b/kubejs/assets/emi/category/properties/gtceu_research_station.json index 8bfef83da..2efef33af 100644 --- a/kubejs/assets/emi/category/properties/gtceu_research_station.json +++ b/kubejs/assets/emi/category/properties/gtceu_research_station.json @@ -1 +1 @@ -{"gtceu:research_station":{"order":112}} \ No newline at end of file +{"gtceu:research_station":{"order":118}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_rock_breaker.json b/kubejs/assets/emi/category/properties/gtceu_rock_breaker.json index c74f1b82e..1e8e212bd 100644 --- a/kubejs/assets/emi/category/properties/gtceu_rock_breaker.json +++ b/kubejs/assets/emi/category/properties/gtceu_rock_breaker.json @@ -1 +1 @@ -{"gtceu:rock_breaker":{"order":94}} \ No newline at end of file +{"gtceu:rock_breaker":{"order":100}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_scanner.json b/kubejs/assets/emi/category/properties/gtceu_scanner.json index 8aff8e118..df67a268b 100644 --- a/kubejs/assets/emi/category/properties/gtceu_scanner.json +++ b/kubejs/assets/emi/category/properties/gtceu_scanner.json @@ -1 +1 @@ -{"gtceu:scanner":{"order":95}} \ No newline at end of file +{"gtceu:scanner":{"order":101}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_sifter.json b/kubejs/assets/emi/category/properties/gtceu_sifter.json index 645a45e22..0ed4e0089 100644 --- a/kubejs/assets/emi/category/properties/gtceu_sifter.json +++ b/kubejs/assets/emi/category/properties/gtceu_sifter.json @@ -1 +1 @@ -{"gtceu:sifter":{"order":97}} \ No newline at end of file +{"gtceu:sifter":{"order":103}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json b/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json index ebb04c75b..377711297 100644 --- a/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json +++ b/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json @@ -1 +1 @@ -{"gtceu:steam_bloomery":{"order":113}} \ No newline at end of file +{"gtceu:steam_bloomery":{"order":119}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_steam_boiler.json b/kubejs/assets/emi/category/properties/gtceu_steam_boiler.json index 92b9d5433..4d7b25d9d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_steam_boiler.json +++ b/kubejs/assets/emi/category/properties/gtceu_steam_boiler.json @@ -1 +1 @@ -{"gtceu:steam_boiler":{"order":43}} \ No newline at end of file +{"gtceu:steam_boiler":{"order":48}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_steam_turbine.json b/kubejs/assets/emi/category/properties/gtceu_steam_turbine.json index 4ca793414..879501b79 100644 --- a/kubejs/assets/emi/category/properties/gtceu_steam_turbine.json +++ b/kubejs/assets/emi/category/properties/gtceu_steam_turbine.json @@ -1 +1 @@ -{"gtceu:steam_turbine":{"order":48}} \ No newline at end of file +{"gtceu:steam_turbine":{"order":53}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_thermal_centrifuge.json b/kubejs/assets/emi/category/properties/gtceu_thermal_centrifuge.json index c7e288b5b..4988d8042 100644 --- a/kubejs/assets/emi/category/properties/gtceu_thermal_centrifuge.json +++ b/kubejs/assets/emi/category/properties/gtceu_thermal_centrifuge.json @@ -1 +1 @@ -{"gtceu:thermal_centrifuge":{"order":98}} \ No newline at end of file +{"gtceu:thermal_centrifuge":{"order":104}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json b/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json index 57cef1151..c8528bb7d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json +++ b/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json @@ -1 +1 @@ -{"gtceu:vacuum_freezer":{"order":114}} \ No newline at end of file +{"gtceu:vacuum_freezer":{"order":120}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_wire_coating.json b/kubejs/assets/emi/category/properties/gtceu_wire_coating.json index cc9d5a5ac..c73710a72 100644 --- a/kubejs/assets/emi/category/properties/gtceu_wire_coating.json +++ b/kubejs/assets/emi/category/properties/gtceu_wire_coating.json @@ -1 +1 @@ -{"gtceu:wire_coating":{"order":115}} \ No newline at end of file +{"gtceu:wire_coating":{"order":121}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_wiremill.json b/kubejs/assets/emi/category/properties/gtceu_wiremill.json index f67023b37..86a1f9120 100644 --- a/kubejs/assets/emi/category/properties/gtceu_wiremill.json +++ b/kubejs/assets/emi/category/properties/gtceu_wiremill.json @@ -1 +1 @@ -{"gtceu:wiremill":{"order":100}} \ No newline at end of file +{"gtceu:wiremill":{"order":106}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/minecraft_crafting.json b/kubejs/assets/emi/category/properties/minecraft_crafting.json index 46e3b5a5c..9a16da981 100644 --- a/kubejs/assets/emi/category/properties/minecraft_crafting.json +++ b/kubejs/assets/emi/category/properties/minecraft_crafting.json @@ -1 +1 @@ -{"minecraft:crafting":{"order":3}} \ No newline at end of file +{"minecraft:crafting":{"order":4}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/minecraft_smelting.json b/kubejs/assets/emi/category/properties/minecraft_smelting.json index 0e1b5742e..e10e082bf 100644 --- a/kubejs/assets/emi/category/properties/minecraft_smelting.json +++ b/kubejs/assets/emi/category/properties/minecraft_smelting.json @@ -1 +1 @@ -{"minecraft:smelting":{"order":49}} \ No newline at end of file +{"minecraft:smelting":{"order":54}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/minecraft_smithing.json b/kubejs/assets/emi/category/properties/minecraft_smithing.json index 40f54d885..999410dae 100644 --- a/kubejs/assets/emi/category/properties/minecraft_smithing.json +++ b/kubejs/assets/emi/category/properties/minecraft_smithing.json @@ -1 +1 @@ -{"minecraft:smithing":{"order":129}} \ No newline at end of file +{"minecraft:smithing":{"order":135}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/minecraft_stonecutting.json b/kubejs/assets/emi/category/properties/minecraft_stonecutting.json index 602760d46..a37c13baa 100644 --- a/kubejs/assets/emi/category/properties/minecraft_stonecutting.json +++ b/kubejs/assets/emi/category/properties/minecraft_stonecutting.json @@ -1 +1 @@ -{"minecraft:stonecutting":{"order":133}} \ No newline at end of file +{"minecraft:stonecutting":{"order":139}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/rnr_block_mod.json b/kubejs/assets/emi/category/properties/rnr_block_mod.json index 3ceb42898..18be1e3de 100644 --- a/kubejs/assets/emi/category/properties/rnr_block_mod.json +++ b/kubejs/assets/emi/category/properties/rnr_block_mod.json @@ -1 +1 @@ -{"rnr:block_mod":{"order":131}} \ No newline at end of file +{"rnr:block_mod":{"order":137}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/rnr_mattock.json b/kubejs/assets/emi/category/properties/rnr_mattock.json index 604acd992..9d9aa1e27 100644 --- a/kubejs/assets/emi/category/properties/rnr_mattock.json +++ b/kubejs/assets/emi/category/properties/rnr_mattock.json @@ -1 +1 @@ -{"rnr:mattock":{"order":132}} \ No newline at end of file +{"rnr:mattock":{"order":138}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_alloying.json b/kubejs/assets/emi/category/properties/tfc_alloying.json index 1e9ac5675..cd9689626 100644 --- a/kubejs/assets/emi/category/properties/tfc_alloying.json +++ b/kubejs/assets/emi/category/properties/tfc_alloying.json @@ -1 +1 @@ -{"tfc:alloying":{"order":23}} \ No newline at end of file +{"tfc:alloying":{"order":25}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_anvil.json b/kubejs/assets/emi/category/properties/tfc_anvil.json index 77b78d7a2..8186e1950 100644 --- a/kubejs/assets/emi/category/properties/tfc_anvil.json +++ b/kubejs/assets/emi/category/properties/tfc_anvil.json @@ -1 +1 @@ -{"tfc:anvil":{"order":15}} \ No newline at end of file +{"tfc:anvil":{"order":17}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_blast_furnace.json b/kubejs/assets/emi/category/properties/tfc_blast_furnace.json index 23350c055..264488128 100644 --- a/kubejs/assets/emi/category/properties/tfc_blast_furnace.json +++ b/kubejs/assets/emi/category/properties/tfc_blast_furnace.json @@ -1 +1 @@ -{"tfc:blast_furnace":{"order":22}} \ No newline at end of file +{"tfc:blast_furnace":{"order":24}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_bloomery.json b/kubejs/assets/emi/category/properties/tfc_bloomery.json index 2018b1a9d..ffa4ddd5e 100644 --- a/kubejs/assets/emi/category/properties/tfc_bloomery.json +++ b/kubejs/assets/emi/category/properties/tfc_bloomery.json @@ -1 +1 @@ -{"tfc:bloomery":{"order":21}} \ No newline at end of file +{"tfc:bloomery":{"order":23}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_casting.json b/kubejs/assets/emi/category/properties/tfc_casting.json index dbffba346..64a9eb76e 100644 --- a/kubejs/assets/emi/category/properties/tfc_casting.json +++ b/kubejs/assets/emi/category/properties/tfc_casting.json @@ -1 +1 @@ -{"tfc:casting":{"order":14}} \ No newline at end of file +{"tfc:casting":{"order":16}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_chisel.json b/kubejs/assets/emi/category/properties/tfc_chisel.json index bfc2ff619..34bc10383 100644 --- a/kubejs/assets/emi/category/properties/tfc_chisel.json +++ b/kubejs/assets/emi/category/properties/tfc_chisel.json @@ -1 +1 @@ -{"tfc:chisel":{"order":27}} \ No newline at end of file +{"tfc:chisel":{"order":30}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_clay_knapping.json b/kubejs/assets/emi/category/properties/tfc_clay_knapping.json index 020fb754f..b5a3e17e2 100644 --- a/kubejs/assets/emi/category/properties/tfc_clay_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_clay_knapping.json @@ -1 +1 @@ -{"tfc:clay_knapping":{"order":6}} \ No newline at end of file +{"tfc:clay_knapping":{"order":7}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_fire_clay_knapping.json b/kubejs/assets/emi/category/properties/tfc_fire_clay_knapping.json index 757d8e15b..e40e8088f 100644 --- a/kubejs/assets/emi/category/properties/tfc_fire_clay_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_fire_clay_knapping.json @@ -1 +1 @@ -{"tfc:fire_clay_knapping":{"order":7}} \ No newline at end of file +{"tfc:fire_clay_knapping":{"order":8}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_flint_knapping.json b/kubejs/assets/emi/category/properties/tfc_flint_knapping.json new file mode 100644 index 000000000..29312e4be --- /dev/null +++ b/kubejs/assets/emi/category/properties/tfc_flint_knapping.json @@ -0,0 +1 @@ +{"tfc:flint_knapping":{"order":13}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_glassworking.json b/kubejs/assets/emi/category/properties/tfc_glassworking.json index 6ad426a66..7166ef506 100644 --- a/kubejs/assets/emi/category/properties/tfc_glassworking.json +++ b/kubejs/assets/emi/category/properties/tfc_glassworking.json @@ -1 +1 @@ -{"tfc:glassworking":{"order":26}} \ No newline at end of file +{"tfc:glassworking":{"order":29}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_goat_horn_knapping.json b/kubejs/assets/emi/category/properties/tfc_goat_horn_knapping.json index fa4f5e4e5..e4510dde5 100644 --- a/kubejs/assets/emi/category/properties/tfc_goat_horn_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_goat_horn_knapping.json @@ -1 +1 @@ -{"tfc:goat_horn_knapping":{"order":9}} \ No newline at end of file +{"tfc:goat_horn_knapping":{"order":10}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_heating.json b/kubejs/assets/emi/category/properties/tfc_heating.json index 783bc261e..91988d0b2 100644 --- a/kubejs/assets/emi/category/properties/tfc_heating.json +++ b/kubejs/assets/emi/category/properties/tfc_heating.json @@ -1 +1 @@ -{"tfc:heating":{"order":12}} \ No newline at end of file +{"tfc:heating":{"order":14}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_instant_barrel.json b/kubejs/assets/emi/category/properties/tfc_instant_barrel.json index 8e6cc69a1..4010357d6 100644 --- a/kubejs/assets/emi/category/properties/tfc_instant_barrel.json +++ b/kubejs/assets/emi/category/properties/tfc_instant_barrel.json @@ -1 +1 @@ -{"tfc:instant_barrel":{"order":18}} \ No newline at end of file +{"tfc:instant_barrel":{"order":20}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_instant_fluid_barrel.json b/kubejs/assets/emi/category/properties/tfc_instant_fluid_barrel.json index b46b96c77..f73ad8407 100644 --- a/kubejs/assets/emi/category/properties/tfc_instant_fluid_barrel.json +++ b/kubejs/assets/emi/category/properties/tfc_instant_fluid_barrel.json @@ -1 +1 @@ -{"tfc:instant_fluid_barrel":{"order":19}} \ No newline at end of file +{"tfc:instant_fluid_barrel":{"order":21}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_jam_pot.json b/kubejs/assets/emi/category/properties/tfc_jam_pot.json index fe912d77f..8eb8b7eb9 100644 --- a/kubejs/assets/emi/category/properties/tfc_jam_pot.json +++ b/kubejs/assets/emi/category/properties/tfc_jam_pot.json @@ -1 +1 @@ -{"tfc:jam_pot":{"order":35}} \ No newline at end of file +{"tfc:jam_pot":{"order":39}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_leather_knapping.json b/kubejs/assets/emi/category/properties/tfc_leather_knapping.json index 6649c4c36..4d99cfcff 100644 --- a/kubejs/assets/emi/category/properties/tfc_leather_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_leather_knapping.json @@ -1 +1 @@ -{"tfc:leather_knapping":{"order":8}} \ No newline at end of file +{"tfc:leather_knapping":{"order":9}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_loom.json b/kubejs/assets/emi/category/properties/tfc_loom.json index 230874f68..31628cf98 100644 --- a/kubejs/assets/emi/category/properties/tfc_loom.json +++ b/kubejs/assets/emi/category/properties/tfc_loom.json @@ -1 +1 @@ -{"tfc:loom":{"order":25}} \ No newline at end of file +{"tfc:loom":{"order":28}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_pumpkin_knapping.json b/kubejs/assets/emi/category/properties/tfc_pumpkin_knapping.json index af409a188..54db76796 100644 --- a/kubejs/assets/emi/category/properties/tfc_pumpkin_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_pumpkin_knapping.json @@ -1 +1 @@ -{"tfc:pumpkin_knapping":{"order":10}} \ No newline at end of file +{"tfc:pumpkin_knapping":{"order":11}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_quern.json b/kubejs/assets/emi/category/properties/tfc_quern.json index cbad02381..fe09b955e 100644 --- a/kubejs/assets/emi/category/properties/tfc_quern.json +++ b/kubejs/assets/emi/category/properties/tfc_quern.json @@ -1 +1 @@ -{"tfc:quern":{"order":13}} \ No newline at end of file +{"tfc:quern":{"order":15}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_raw_hide_knapping.json b/kubejs/assets/emi/category/properties/tfc_raw_hide_knapping.json index 203b2a773..df1f87e0f 100644 --- a/kubejs/assets/emi/category/properties/tfc_raw_hide_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_raw_hide_knapping.json @@ -1 +1 @@ -{"tfc:raw_hide_knapping":{"order":11}} \ No newline at end of file +{"tfc:raw_hide_knapping":{"order":12}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_rock_knapping.json b/kubejs/assets/emi/category/properties/tfc_rock_knapping.json index f88f47aa5..e7f5da284 100644 --- a/kubejs/assets/emi/category/properties/tfc_rock_knapping.json +++ b/kubejs/assets/emi/category/properties/tfc_rock_knapping.json @@ -1 +1 @@ -{"tfc:rock_knapping":{"order":5}} \ No newline at end of file +{"tfc:rock_knapping":{"order":6}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_scraping.json b/kubejs/assets/emi/category/properties/tfc_scraping.json index 82cce97ba..fff8f91d6 100644 --- a/kubejs/assets/emi/category/properties/tfc_scraping.json +++ b/kubejs/assets/emi/category/properties/tfc_scraping.json @@ -1 +1 @@ -{"tfc:scraping":{"order":24}} \ No newline at end of file +{"tfc:scraping":{"order":27}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_sealed_barrel.json b/kubejs/assets/emi/category/properties/tfc_sealed_barrel.json index 54cff0d71..a726eb5cd 100644 --- a/kubejs/assets/emi/category/properties/tfc_sealed_barrel.json +++ b/kubejs/assets/emi/category/properties/tfc_sealed_barrel.json @@ -1 +1 @@ -{"tfc:sealed_barrel":{"order":20}} \ No newline at end of file +{"tfc:sealed_barrel":{"order":22}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_sewing.json b/kubejs/assets/emi/category/properties/tfc_sewing.json index fc38b9817..176594a26 100644 --- a/kubejs/assets/emi/category/properties/tfc_sewing.json +++ b/kubejs/assets/emi/category/properties/tfc_sewing.json @@ -1 +1 @@ -{"tfc:sewing":{"order":28}} \ No newline at end of file +{"tfc:sewing":{"order":31}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_simple_pot.json b/kubejs/assets/emi/category/properties/tfc_simple_pot.json index 3768d1146..3af920d9c 100644 --- a/kubejs/assets/emi/category/properties/tfc_simple_pot.json +++ b/kubejs/assets/emi/category/properties/tfc_simple_pot.json @@ -1 +1 @@ -{"tfc:simple_pot":{"order":33}} \ No newline at end of file +{"tfc:simple_pot":{"order":37}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_soup_pot.json b/kubejs/assets/emi/category/properties/tfc_soup_pot.json index db160e656..6340dd82a 100644 --- a/kubejs/assets/emi/category/properties/tfc_soup_pot.json +++ b/kubejs/assets/emi/category/properties/tfc_soup_pot.json @@ -1 +1 @@ -{"tfc:soup_pot":{"order":34}} \ No newline at end of file +{"tfc:soup_pot":{"order":38}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tfc_welding.json b/kubejs/assets/emi/category/properties/tfc_welding.json index b74292c54..d8b458fc0 100644 --- a/kubejs/assets/emi/category/properties/tfc_welding.json +++ b/kubejs/assets/emi/category/properties/tfc_welding.json @@ -1 +1 @@ -{"tfc:welding":{"order":16}} \ No newline at end of file +{"tfc:welding":{"order":18}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_centrifugation.json b/kubejs/assets/emi/category/properties/vintageimprovements_centrifugation.json index ebde2eb47..6a632e3ce 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_centrifugation.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_centrifugation.json @@ -1 +1 @@ -{"vintageimprovements:centrifugation":{"order":60}} \ No newline at end of file +{"vintageimprovements:centrifugation":{"order":66}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_coiling.json b/kubejs/assets/emi/category/properties/vintageimprovements_coiling.json index 6ca9b80a2..1335a0eef 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_coiling.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_coiling.json @@ -1 +1 @@ -{"vintageimprovements:coiling":{"order":99}} \ No newline at end of file +{"vintageimprovements:coiling":{"order":105}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_curving.json b/kubejs/assets/emi/category/properties/vintageimprovements_curving.json index 816920460..28e003811 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_curving.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_curving.json @@ -1 +1 @@ -{"vintageimprovements:curving":{"order":75}} \ No newline at end of file +{"vintageimprovements:curving":{"order":81}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_hammering.json b/kubejs/assets/emi/category/properties/vintageimprovements_hammering.json index ba82ab583..e54ba3953 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_hammering.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_hammering.json @@ -1 +1 @@ -{"vintageimprovements:hammering":{"order":17}} \ No newline at end of file +{"vintageimprovements:hammering":{"order":19}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_laser_cutting.json b/kubejs/assets/emi/category/properties/vintageimprovements_laser_cutting.json index eb05a6a1e..c16d5b6de 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_laser_cutting.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_laser_cutting.json @@ -1 +1 @@ -{"vintageimprovements:laser_cutting":{"order":83}} \ No newline at end of file +{"vintageimprovements:laser_cutting":{"order":89}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_pressurizing.json b/kubejs/assets/emi/category/properties/vintageimprovements_pressurizing.json index 87b9e0a25..75d8692ea 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_pressurizing.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_pressurizing.json @@ -1 +1 @@ -{"vintageimprovements:pressurizing":{"order":56}} \ No newline at end of file +{"vintageimprovements:pressurizing":{"order":62}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_turning.json b/kubejs/assets/emi/category/properties/vintageimprovements_turning.json index ab9a67e61..92ed921fc 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_turning.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_turning.json @@ -1 +1 @@ -{"vintageimprovements:turning":{"order":85}} \ No newline at end of file +{"vintageimprovements:turning":{"order":91}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_vacuumizing.json b/kubejs/assets/emi/category/properties/vintageimprovements_vacuumizing.json index 3f3013841..61e0be106 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_vacuumizing.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_vacuumizing.json @@ -1 +1 @@ -{"vintageimprovements:vacuumizing":{"order":73}} \ No newline at end of file +{"vintageimprovements:vacuumizing":{"order":79}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/vintageimprovements_vibrating.json b/kubejs/assets/emi/category/properties/vintageimprovements_vibrating.json index e3d7dd753..9d9b33c93 100644 --- a/kubejs/assets/emi/category/properties/vintageimprovements_vibrating.json +++ b/kubejs/assets/emi/category/properties/vintageimprovements_vibrating.json @@ -1 +1 @@ -{"vintageimprovements:vibrating":{"order":96}} \ No newline at end of file +{"vintageimprovements:vibrating":{"order":102}} \ No newline at end of file diff --git a/kubejs/assets/emi/recipe/filters/categories.json b/kubejs/assets/emi/recipe/filters/categories.json index ec400b936..063d7be34 100644 --- a/kubejs/assets/emi/recipe/filters/categories.json +++ b/kubejs/assets/emi/recipe/filters/categories.json @@ -92,6 +92,12 @@ }, { "category": "vintageimprovements:laser_cutting" + }, + { + "category": "ad_astra:oxygen_loading" + }, + { + "category": "ftbquests:quest" } ] } \ No newline at end of file From 7f2127784336bfa4a1597c7116d31606ef813f1c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 21:12:45 +0100 Subject: [PATCH 191/246] langs for bedrock ores --- kubejs/assets/gtceu/lang/en_us.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index 91e81a2fd..85373262f 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -11,6 +11,8 @@ "block.gtceu.black_bronze_drum": "Black Bronze Drum", "block.gtceu.bismuth_bronze_crate": "Bismuth Bronze Crate", "block.gtceu.bismuth_bronze_drum": "Bismuth Bronze Drum", + "block.gtceu.overworld_marker": "Earth", + "block.gtceu.the_nether_marker": "The Beneath", "gtceu.nether_dome": "Netherarium", "gtceu.end_dome": "Enderarium", "gtceu.greenhouse": "Electric Greenhouse", @@ -78,8 +80,12 @@ "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk harvests Packed Ice", "item.gtceu.tool.butchery_knife.tooltip": "Butchers animals for more meat", - "block.gtceu.overworld_marker": "Earth", - "block.gtceu.the_nether_marker": "The Beneath", + "gtceu.jei.bedrock_ore.moon_asbestos": "Lunar Asbestos", + "gtceu.jei.bedrock_ore.moon_mica": "Lunar Mica", + "gtceu.jei.bedrock_ore.moon_tin": "Lunar Tin", + "gtceu.jei.bedrock_ore.moon_certus": "Lunar Certus Quartz", + "gtceu.jei.bedrock_ore.moon_magnetite": "Lunar Magnetite", + "gtceu.jei.bedrock_ore.moon_copper": "Lunar Chalcopyrite", "tagprefix.sword_head": "%s Sword Head", "tagprefix.pickaxe_head": "%s Pickaxe Head", "tagprefix.shovel_head": "%s Shovel Head", From b29361a79bc594686afb79812d702747ff3e1796 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 21:13:06 +0100 Subject: [PATCH 192/246] trying to get the moon rabbit houses to not put squares on the ground --- kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index 744415880..3ef06375d 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -7,7 +7,7 @@ "size": 1, "biomes": "#tfg:has_structure/moon_rabbit_houses", "max_distance_from_center": 32, - "project_start_to_heightmap": "WORLD_SURFACE_WG", + "project_start_to_heightmap": "WORLD_SURFACE", "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false, From 4bc92aeda36aa47126af36a0398f9837c132a1f8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 22:19:18 +0100 Subject: [PATCH 193/246] birt stuff --- .../species/models/block/birt_dwelling.json | 74 +++++++++++++++++ .../species/models/block/birt_dwelling_1.json | 52 ++++++++++++ .../species/models/block/birt_dwelling_2.json | 64 +++++++++++++++ .../species/models/block/birt_dwelling_3.json | 76 ++++++++++++++++++ .../block/birt_nest_bottom_inside.png | Bin 0 -> 529 bytes .../textures/block/birt_nest_front.png | Bin 0 -> 341 bytes .../textures/block/birt_nest_side_inside.png | Bin 0 -> 446 bytes .../biome/moon/lunar_asurine_dense.json | 2 +- .../biome/moon/lunar_asurine_sparse.json | 9 ++- .../biome/moon/lunar_chorus_dense.json | 2 +- .../biome/moon/lunar_chorus_sparse.json | 9 ++- .../biome/moon/lunar_corals_dense.json | 2 +- .../biome/moon/lunar_corals_sparse.json | 9 ++- .../biome/moon/lunar_lights_dense.json | 2 +- .../biome/moon/lunar_lights_sparse.json | 9 ++- .../tfg/worldgen/biome/moon/lunar_plains.json | 17 ++-- .../tfg/worldgen/biome/moon/lunar_sands.json | 10 +-- .../moon/surface/birt_dwelling.json | 11 +++ .../moon/surface/birt_dwelling.json | 19 +++++ kubejs/server_scripts/species/tags.js | 1 - 20 files changed, 349 insertions(+), 19 deletions(-) create mode 100644 kubejs/assets/species/models/block/birt_dwelling.json create mode 100644 kubejs/assets/species/models/block/birt_dwelling_1.json create mode 100644 kubejs/assets/species/models/block/birt_dwelling_2.json create mode 100644 kubejs/assets/species/models/block/birt_dwelling_3.json create mode 100644 kubejs/assets/species/textures/block/birt_nest_bottom_inside.png create mode 100644 kubejs/assets/species/textures/block/birt_nest_front.png create mode 100644 kubejs/assets/species/textures/block/birt_nest_side_inside.png create mode 100644 kubejs/data/tfg/worldgen/configured_feature/moon/surface/birt_dwelling.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/moon/surface/birt_dwelling.json diff --git a/kubejs/assets/species/models/block/birt_dwelling.json b/kubejs/assets/species/models/block/birt_dwelling.json new file mode 100644 index 000000000..6fa9722e0 --- /dev/null +++ b/kubejs/assets/species/models/block/birt_dwelling.json @@ -0,0 +1,74 @@ +{ + "parent": "minecraft:block/cube", + "ambientocclusion": true, + "textures": { + "front_inside": "species:block/birt_nest_front_inside", + "side_inside": "species:block/birt_nest_side_inside", + "top_inside": "species:block/birt_nest_top_inside", + "bottom_inside": "species:block/birt_nest_bottom_inside", + "front": "species:block/birt_nest_front", + "top": "create:block/palettes/stone_types/natural/asurine_1", + "particle": "create:block/palettes/stone_types/natural/asurine_1", + "side": "create:block/palettes/stone_types/natural/asurine_1" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#front" + }, + "east": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "south": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "west": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "up": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#top" + }, + "down": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#top" + } + } + }, + { + "from": [ 2, 14, 0 ], + "to": [ 14, 2, 15 ], + "faces": { + "east": { + "uv": [ 1, 14, 16, 2 ], + "texture": "#side_inside" + }, + "south": { + "uv": [ 2, 4.5, 14, 4.5 ], + "texture": "#front_inside" + }, + "west": { + "uv": [ 16, 14, 1, 2 ], + "texture": "#side_inside" + }, + "up": { + "uv": [ 16, 2, 1, 14 ], + "rotation": 90, + "texture": "#bottom_inside" + }, + "down": { + "uv": [ 1, 2, 16, 14 ], + "rotation": 90, + "texture": "#top_inside" + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/species/models/block/birt_dwelling_1.json b/kubejs/assets/species/models/block/birt_dwelling_1.json new file mode 100644 index 000000000..26d88bb24 --- /dev/null +++ b/kubejs/assets/species/models/block/birt_dwelling_1.json @@ -0,0 +1,52 @@ +{ + "parent": "minecraft:block/cube", + "ambientocclusion": true, + "textures": { + "front_inside": "species:block/birt_nest_front_inside", + "side_inside": "species:block/birt_nest_side_inside", + "top_inside": "species:block/birt_nest_top_inside", + "bottom_inside": "species:block/birt_nest_bottom_inside", + "birt": "species:block/birt_nest_birt", + "front": "species:block/birt_nest_front", + "top": "create:block/palettes/stone_types/natural/asurine_1", + "particle": "create:block/palettes/stone_types/natural/asurine_1", + "side": "create:block/palettes/stone_types/natural/asurine_1" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#front"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top"} + } + }, + { + "from": [9, 2, 13], + "to": [14, 7, 13], + "faces": { + "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, + "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + } + }, + { + "from": [2, 14, 0], + "to": [14, 2, 15], + "faces": { + "east": {"uv": [1, 14, 16, 2], "texture": "#side_inside"}, + "south": {"uv": [2, 2, 14, 14], "texture": "#front_inside"}, + "west": {"uv": [16, 14, 1, 2], "texture": "#side_inside"}, + "up": {"uv": [16, 2, 1, 14], "rotation": 90, "texture": "#bottom_inside"}, + "down": {"uv": [1, 2, 16, 14], "rotation": 90, "texture": "#top_inside"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/species/models/block/birt_dwelling_2.json b/kubejs/assets/species/models/block/birt_dwelling_2.json new file mode 100644 index 000000000..ff6659629 --- /dev/null +++ b/kubejs/assets/species/models/block/birt_dwelling_2.json @@ -0,0 +1,64 @@ +{ + "parent": "minecraft:block/cube", + "ambientocclusion": true, + "textures": { + "front_inside": "species:block/birt_nest_front_inside", + "side_inside": "species:block/birt_nest_side_inside", + "top_inside": "species:block/birt_nest_top_inside", + "bottom_inside": "species:block/birt_nest_bottom_inside", + "birt": "species:block/birt_nest_birt", + "front": "species:block/birt_nest_front", + "top": "create:block/palettes/stone_types/natural/asurine_1", + "particle": "create:block/palettes/stone_types/natural/asurine_1", + "side": "create:block/palettes/stone_types/natural/asurine_1" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#front"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#side"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#side"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#side"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#top"} + } + }, + { + "from": [9, 2, 13], + "to": [14, 7, 13], + "faces": { + "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, + "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + } + }, + { + "from": [5, 6, 12], + "to": [10, 11, 12], + "faces": { + "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, + "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + } + }, + { + "from": [2, 14, 0], + "to": [14, 2, 15], + "faces": { + "east": {"uv": [1, 14, 16, 2], "texture": "#side_inside"}, + "south": {"uv": [2, 14, 14, 2], "texture": "#front_inside"}, + "west": {"uv": [16, 14, 1, 2], "texture": "#side_inside"}, + "up": {"uv": [16, 2, 1, 14], "rotation": 90, "texture": "#bottom_inside"}, + "down": {"uv": [1, 2, 16, 14], "rotation": 90, "texture": "#top_inside"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/species/models/block/birt_dwelling_3.json b/kubejs/assets/species/models/block/birt_dwelling_3.json new file mode 100644 index 000000000..9c164f407 --- /dev/null +++ b/kubejs/assets/species/models/block/birt_dwelling_3.json @@ -0,0 +1,76 @@ +{ + "parent": "minecraft:block/cube", + "ambientocclusion": true, + "textures": { + "6": "create:block/palettes/stone_types/natural/asurine_1", + "7": "create:block/palettes/stone_types/natural/asurine_1", + "particle": "create:block/palettes/stone_types/natural/asurine_1", + "front_inside": "species:block/birt_nest_front_inside", + "side_inside": "species:block/birt_nest_side_inside", + "top_inside": "species:block/birt_nest_top_inside", + "bottom_inside": "species:block/birt_nest_bottom_inside", + "birt": "species:block/birt_nest_birt", + "front": "species:block/birt_nest_front" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#front"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#6"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#6"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#6"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#7"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#7"} + } + }, + { + "from": [9, 2, 13], + "to": [14, 7, 13], + "faces": { + "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, + "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + } + }, + { + "from": [5, 6, 12], + "to": [10, 11, 12], + "faces": { + "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, + "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + } + }, + { + "from": [2, 3, 14], + "to": [7, 8, 14], + "faces": { + "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, + "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, + "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, + "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + } + }, + { + "from": [2, 14, 0], + "to": [14, 2, 15], + "faces": { + "east": {"uv": [1, 14, 16, 2], "texture": "#side_inside"}, + "south": {"uv": [2, 14, 14, 2], "texture": "#front_inside"}, + "west": {"uv": [16, 14, 1, 2], "texture": "#side_inside"}, + "up": {"uv": [16, 2, 1, 14], "rotation": 90, "texture": "#bottom_inside"}, + "down": {"uv": [1, 2, 16, 14], "rotation": 90, "texture": "#top_inside"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/species/textures/block/birt_nest_bottom_inside.png b/kubejs/assets/species/textures/block/birt_nest_bottom_inside.png new file mode 100644 index 0000000000000000000000000000000000000000..2a62634d31c00aa519f5a669e0f3397098ea9830 GIT binary patch literal 529 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s8%o-U3d7QII&-ORgfAmG}+qeDnFs3$koQJzWU#sB}o7ZxzyO52#?bw%j=!Iix= zj?W4kstvy1Yg|8%=fJgxGiD3DW)2k=xMi?s4?{xF;TuxVqjMfdTq+WqzRr#D$iJyK z_D}M3l;V%LK0(po*u(AC7G6fYdDlOE`oZ0hR?b_%#4zQWva4U5h{!gzuOC&|d{Q;n zCf_N4vFAvY`^_EP2d*(L{dC#sna<@N!#~;=sdw9XHmpS?R=D+`%7p>CQT~eW7E_QEo|37>Co--zEB#Y-v zc(P>w`8V?Q^W-=!=B*B~3@!f3xH0B#jq;s4N=CgGMZKdo{tHRGx#KizVs-l^)}V|f z0U=-6VxMTtG(JA_v5oL`X4llp-^KyEW(l?bkWW%$4bsl}ps_ZxPua{w=e0|hZ0qJL j(*I9}Nh!zM|7S2Zo@f#;z4|Nz0|SGntDnm{r-UW|j;rQ@ literal 0 HcmV?d00001 diff --git a/kubejs/assets/species/textures/block/birt_nest_front.png b/kubejs/assets/species/textures/block/birt_nest_front.png new file mode 100644 index 0000000000000000000000000000000000000000..2eaa9466bce8d5028f79d51b2a556dea6967fca2 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nlUPZ!4!i{81D{j&}^h#afu+`Qsit8mUthYOd!G3nm@#?d-&!M(*_r1rL#3mkFH z&`S_-Il-Kn9s!&ZdwILUqtGh;2CdIce-E;DW+eA z8SAYX3gy~PZ}eB|{z*Ni_#}<%s&rq|NzZAE!ZuecThzn5R8A|v#E`p)$if3;0te_!GM(TMG~uV2evyZ)W|#|@!Z+A%p9 z^0^Uta{px&OuTbe7@7&~>RWez)7`xdA%Eo(YMZZ3^Xll1)MyUsGf`>#E886}+1veN zN7BX#Pv%^_l~_Atq1uMswWT-zu5`?pHf7GqofAGwYMSbqXuP%P7k1MAHT$`QxJT}x zt!H^U?uvRvGZdX-m@98RCVm=E1E#Vw{w#P>VR5eE->){4z9of9&wX;jGhU}J2;*4GQFyfKb5CM@dw%x5 zclOFXE({?d`K!GgG^Yev_^W$qPMI^qPyIwfNQ#VF&u5?I6N6Hx7#26nXCAx$W7$(1 zzv)j*{4DNY`jXxAm8ad-OL9qXebxN`OY+mqv$7Ljn@(Y1U|{fc^>bP0l+XkK{X4<_ literal 0 HcmV?d00001 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 ad84aced9..51d792c8e 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -31,12 +31,12 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", [], "#tfg:moon_small_rock_features", 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 c2a836bba..3d7dd4b56 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -31,16 +31,17 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", "#tfg:moon_large_rock_features", "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/birt_dwelling", "tfg:moon/surface/dead_coral_fans", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", @@ -62,6 +63,12 @@ "maxCount": 4, "minCount": 2, "weight": 80 + }, + { + "type": "species:birt", + "maxCount": 3, + "minCount": 2, + "weight": 100 } ], "misc": [], 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 c63c24559..018479c24 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -30,12 +30,12 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", [], "#tfg:moon_small_rock_features", 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 ab16f2228..7501cecbd 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -30,16 +30,17 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", "#tfg:moon_large_rock_features", "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/birt_dwelling", "tfg:moon/surface/dead_coral_fans", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", @@ -61,6 +62,12 @@ "maxCount": 4, "minCount": 2, "weight": 10 + }, + { + "type": "species:birt", + "maxCount": 3, + "minCount": 2, + "weight": 100 } ], "misc": [], 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 8bcd4ad62..a5457d19e 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -30,12 +30,12 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", [], "#tfg:moon_small_rock_features", 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 9113d13d7..45ebd12a9 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -31,16 +31,17 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", "#tfg:moon_large_rock_features", "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/birt_dwelling", "tfg:moon/surface/dead_coral", "tfg:moon/surface/dead_coral_fans", "tfg:moon/surface/warped_sprouts_patch" @@ -61,6 +62,12 @@ "maxCount": 4, "minCount": 2, "weight": 20 + }, + { + "type": "species:birt", + "maxCount": 3, + "minCount": 2, + "weight": 100 } ], "misc": [], 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 01b0021eb..04be85634 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -30,12 +30,12 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", [], "#tfg:moon_small_rock_features", 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 37b738e64..2a3c8e562 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -31,16 +31,17 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", "#tfg:moon_large_rock_features", "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/birt_dwelling", "tfg:moon/surface/warped_sprouts_patch", "tfg:moon/surface/warped_roots_patch", "tfg:moon/surface/warped_vine_rare" @@ -61,6 +62,12 @@ "maxCount": 4, "minCount": 2, "weight": 80 + }, + { + "type": "species:birt", + "maxCount": 3, + "minCount": 2, + "weight": 100 } ], "misc": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index 2bc5d64bb..b9d4baeb9 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -31,16 +31,17 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", [], "#tfg:moon_small_rock_features", [ + "tfg:moon/surface/birt_dwelling", "tfg:moon/surface/dead_coral_fans", "tfg:moon/surface/warped_sprouts_patch" ], @@ -60,6 +61,12 @@ "maxCount": 4, "minCount": 2, "weight": 80 + }, + { + "type": "species:birt", + "maxCount": 3, + "minCount": 2, + "weight": 100 } ], "misc": [], @@ -68,25 +75,25 @@ "type": "ad_astra:star_crawler", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "ad_astra:corrupted_lunarian", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "minecraft:skeleton", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 10 }, { "type": "species:limpet", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index 689114e5b..7a1347be4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -31,12 +31,12 @@ "tfg:earth/geode/pyrite", "tfg:earth/geode/quartzite" ], - [], [ "tfc:vein/gabbro_dike", "tfc:vein/diorite_dike" ], [], + [], "#tfg:moon_veins", [], [ @@ -81,25 +81,25 @@ "type": "ad_astra:star_crawler", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "ad_astra:corrupted_lunarian", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "minecraft:skeleton", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 10 }, { "type": "species:limpet", diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/birt_dwelling.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/birt_dwelling.json new file mode 100644 index 000000000..72973d082 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/birt_dwelling.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "species:birt_dwelling" + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/birt_dwelling.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/birt_dwelling.json new file mode 100644 index 000000000..bc3c050a6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/birt_dwelling.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/birt_dwelling", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + } + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/species/tags.js b/kubejs/server_scripts/species/tags.js index 57b0d9613..1fad45734 100644 --- a/kubejs/server_scripts/species/tags.js +++ b/kubejs/server_scripts/species/tags.js @@ -1,7 +1,6 @@ const registerSpeciesBlockTags = (event) => { const DISABLED_BLOCKS = [ - 'species:birt_dwelling', 'species:red_suspicious_sand', 'species:bone_bark', 'species:bone_vertebra', From 00c7104cb789527a6afe437b77ff7e6bfe9f54bb Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 22:19:34 +0100 Subject: [PATCH 194/246] is this ever going to work? --- kubejs/data/tfg/loot_tables/chests/moonbase.json | 2 +- .../structure/moon/moon_rabbit_houses.json | 2 +- .../data/tfg/worldgen/structure/moon/moonbase.json | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json index e6f3d9c0b..1437c2ab0 100644 --- a/kubejs/data/tfg/loot_tables/chests/moonbase.json +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -22,7 +22,7 @@ "functions": [ { "function": "minecraft:set_nbt", - "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"gtceu:oxygen\"}]}}" + "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"tfg:heliox-3\"}]}}" } ] }, diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index 3ef06375d..744415880 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -7,7 +7,7 @@ "size": 1, "biomes": "#tfg:has_structure/moon_rabbit_houses", "max_distance_from_center": 32, - "project_start_to_heightmap": "WORLD_SURFACE", + "project_start_to_heightmap": "WORLD_SURFACE_WG", "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false, diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json index 7d66bb0cb..5eb1448e3 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -1,15 +1,15 @@ { "type": "minecraft:jigsaw", - "start_pool": "tfg:moon/moonbase_entrances", - "start_height": { - "absolute": 0 - }, - "size": 5, "biomes": "#tfg:has_structure/moonbase", "max_distance_from_center": 80, "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 5, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "tfg:moon/moonbase_entrances", "step": "surface_structures", "terrain_adaptation": "beard_thin", - "use_expansion_hack": false, - "spawn_overrides": {} + "use_expansion_hack": true } \ No newline at end of file From 0ad57dfe3bb351109f7128565afe87c585e15ca9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 23:55:24 +0100 Subject: [PATCH 195/246] mob changes in moon biomes since we have birts and surface limpets now --- .../worldgen/biome/moon/lunar_asurine_dense.json | 12 ++++++++++-- .../biome/moon/lunar_asurine_sparse.json | 6 +++--- .../worldgen/biome/moon/lunar_chorus_dense.json | 16 +++++++++------- .../worldgen/biome/moon/lunar_chorus_sparse.json | 4 ++-- .../worldgen/biome/moon/lunar_corals_dense.json | 14 +++++++++++--- .../worldgen/biome/moon/lunar_corals_sparse.json | 4 ++-- .../worldgen/biome/moon/lunar_lights_dense.json | 14 +++++++++++--- .../worldgen/biome/moon/lunar_lights_sparse.json | 6 +++--- .../tfg/worldgen/biome/moon/lunar_plains.json | 6 +++--- .../tfg/worldgen/biome/moon/lunar_sands.json | 14 +++++++------- 10 files changed, 61 insertions(+), 35 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 51d792c8e..5e30bc64b 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -50,11 +50,19 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00003, "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:birt", + "maxCount": 1, + "minCount": 1, + "weight": 100 + } + ], "misc": [], "monster": [ { @@ -77,7 +85,7 @@ }, { "type": "species:limpet", - "maxCount": 2, + "maxCount": 1, "minCount": 1, "weight": 100 }, 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 3d7dd4b56..b25c0500e 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -62,7 +62,7 @@ "type": "minecraft:rabbit", "maxCount": 4, "minCount": 2, - "weight": 80 + "weight": 50 }, { "type": "species:birt", @@ -99,9 +99,9 @@ }, { "type": "species:limpet", - "maxCount": 2, + "maxCount": 1, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "endermanoverhaul:windswept_hills_enderman", 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 018479c24..43206dc86 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -48,11 +48,19 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00003, "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:birt", + "maxCount": 1, + "minCount": 1, + "weight": 100 + } + ], "misc": [], "monster": [ { @@ -61,12 +69,6 @@ "minCount": 1, "weight": 100 }, - { - "type": "species:limpet", - "maxCount": 2, - "minCount": 1, - "weight": 100 - }, { "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, 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 7501cecbd..2b81b31b4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -92,9 +92,9 @@ }, { "type": "species:limpet", - "maxCount": 2, + "maxCount": 1, "minCount": 1, - "weight": 100 + "weight": 20 }, { "type": "endermanoverhaul:windswept_hills_enderman", 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 a5457d19e..c3f670942 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -49,11 +49,19 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00003, "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:birt", + "maxCount": 1, + "minCount": 1, + "weight": 100 + } + ], "misc": [], "monster": [ { @@ -64,8 +72,8 @@ }, { "type": "species:limpet", - "maxCount": 4, - "minCount": 2, + "maxCount": 2, + "minCount": 1, "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 45ebd12a9..c9644c1c7 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -61,7 +61,7 @@ "type": "minecraft:rabbit", "maxCount": 4, "minCount": 2, - "weight": 20 + "weight": 100 }, { "type": "species:birt", @@ -100,7 +100,7 @@ "type": "species:limpet", "maxCount": 2, "minCount": 1, - "weight": 100 + "weight": 50 }, { "type": "endermanoverhaul:windswept_hills_enderman", 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 04be85634..e840b40fe 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -49,11 +49,19 @@ ] ], "has_precipitation": false, + "creature_spawn_probability": 0.00003, "spawn_costs": {}, "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "species:birt", + "maxCount": 1, + "minCount": 1, + "weight": 100 + } + ], "misc": [], "monster": [ { @@ -76,9 +84,9 @@ }, { "type": "species:limpet", - "maxCount": 2, + "maxCount": 1, "minCount": 1, - "weight": 100 + "weight": 20 }, { "type": "minecraft:enderman", 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 2a3c8e562..7b7968bcc 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -61,7 +61,7 @@ "type": "minecraft:rabbit", "maxCount": 4, "minCount": 2, - "weight": 80 + "weight": 100 }, { "type": "species:birt", @@ -92,9 +92,9 @@ }, { "type": "species:limpet", - "maxCount": 2, + "maxCount": 1, "minCount": 1, - "weight": 100 + "weight": 20 }, { "type": "minecraft:enderman", diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index b9d4baeb9..ed5674f89 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -50,7 +50,7 @@ ] ], "has_precipitation": false, - "creature_spawn_probability": 0.00005, + "creature_spawn_probability": 0.00008, "spawn_costs": {}, "spawners": { "ambient": [], @@ -60,13 +60,13 @@ "type": "minecraft:rabbit", "maxCount": 4, "minCount": 2, - "weight": 80 + "weight": 100 }, { "type": "species:birt", "maxCount": 3, "minCount": 2, - "weight": 100 + "weight": 20 } ], "misc": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index 7a1347be4..cadb1e2f5 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -62,7 +62,7 @@ ] ], "has_precipitation": false, - "creature_spawn_probability": 0.00005, + "creature_spawn_probability": 0.00008, "spawn_costs": {}, "spawners": { "ambient": [], @@ -72,7 +72,7 @@ "type": "minecraft:rabbit", "maxCount": 4, "minCount": 2, - "weight": 80 + "weight": 100 } ], "misc": [], @@ -81,25 +81,25 @@ "type": "ad_astra:star_crawler", "maxCount": 3, "minCount": 1, - "weight": 50 + "weight": 100 }, { "type": "ad_astra:corrupted_lunarian", "maxCount": 3, "minCount": 1, - "weight": 50 + "weight": 100 }, { "type": "minecraft:skeleton", "maxCount": 3, "minCount": 1, - "weight": 50 + "weight": 100 }, { "type": "minecraft:enderman", "maxCount": 1, "minCount": 1, - "weight": 10 + "weight": 20 }, { "type": "species:limpet", @@ -111,7 +111,7 @@ "type": "endermanoverhaul:windswept_hills_enderman", "maxCount": 1, "minCount": 1, - "weight": 20 + "weight": 40 } ], "underground_water_creature": [], From 49d33fe0d3f0523b9709c46ba839396056bc4676 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:01:31 +0100 Subject: [PATCH 196/246] reduce the spawning of limpets --- .../data/tfg/worldgen/biome/moon/lunar_asurine_dense.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_chorus_dense.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_corals_dense.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_corals_sparse.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_lights_dense.json | 7 ++++++- .../data/tfg/worldgen/biome/moon/lunar_lights_sparse.json | 7 ++++++- kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json | 7 ++++++- kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json | 7 ++++++- 10 files changed, 60 insertions(+), 10 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 5e30bc64b..bef11d9c4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_dense.json @@ -51,7 +51,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00003, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 b25c0500e..7e2a46420 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_asurine_sparse.json @@ -53,7 +53,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00005, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 43206dc86..2b6e6f6a0 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_dense.json @@ -49,7 +49,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00003, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 2b81b31b4..8f9da9b99 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_chorus_sparse.json @@ -52,7 +52,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00005, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 c3f670942..b8abcec69 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_dense.json @@ -50,7 +50,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00003, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 c9644c1c7..f7b3dce5f 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_corals_sparse.json @@ -52,7 +52,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00005, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 e840b40fe..59b359961 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_dense.json @@ -50,7 +50,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00003, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], 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 7b7968bcc..e39b53841 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_lights_sparse.json @@ -52,7 +52,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00005, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json index ed5674f89..a4b77a7b4 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -51,7 +51,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00008, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json index cadb1e2f5..566524fa6 100644 --- a/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_sands.json @@ -63,7 +63,12 @@ ], "has_precipitation": false, "creature_spawn_probability": 0.00008, - "spawn_costs": {}, + "spawn_costs": { + "species:limpet": { + "energy_budget": 0.15, + "charge": 0.7 + } + }, "spawners": { "ambient": [], "axolotls": [], From 8da1538f7aba0129d5ea342ed69b556fd84530ca Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:01:45 +0100 Subject: [PATCH 197/246] loot table for birt dwelling --- .../loot_tables/blocks/birt_dwelling.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kubejs/data/species/loot_tables/blocks/birt_dwelling.json diff --git a/kubejs/data/species/loot_tables/blocks/birt_dwelling.json b/kubejs/data/species/loot_tables/blocks/birt_dwelling.json new file mode 100644 index 000000000..d0045080e --- /dev/null +++ b/kubejs/data/species/loot_tables/blocks/birt_dwelling.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:asurine" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file From f6b7075d8ee7d46f24ea7d2638633a3f6548f44b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:01:58 +0100 Subject: [PATCH 198/246] the other egg tag for the birt egg --- kubejs/server_scripts/species/tags.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/server_scripts/species/tags.js b/kubejs/server_scripts/species/tags.js index 1fad45734..6960f0e1a 100644 --- a/kubejs/server_scripts/species/tags.js +++ b/kubejs/server_scripts/species/tags.js @@ -43,4 +43,5 @@ const registerSpeciesItemTags = (event) => { }) event.add('forge:eggs', 'species:birt_egg') + event.add('firmalife:foods/raw_eggs', 'species:birt_egg') } \ No newline at end of file From 75d27674022a563387ac7a4752469e7eb1f76723 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:02:15 +0100 Subject: [PATCH 199/246] I think that's how you do emissive textures? --- .../tfg/models/block/lunar_sprouts.json | 49 ++++++++++++++++++- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/kubejs/assets/tfg/models/block/lunar_sprouts.json b/kubejs/assets/tfg/models/block/lunar_sprouts.json index f0efe5537..be0d20b2d 100644 --- a/kubejs/assets/tfg/models/block/lunar_sprouts.json +++ b/kubejs/assets/tfg/models/block/lunar_sprouts.json @@ -1,8 +1,53 @@ { - "parent": "minecraft:block/nether_sprouts", "render_type": "cutout_mipped", "ambientocclusion": "false", "textures": { "cross": "tfg:block/lunar_sprouts" - } + }, + "elements": [ + { + "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "light_emission": 5, + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "faces": { + "north": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#cross" + }, + "south": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#cross" + } + } + }, + { + "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "light_emission": 5, + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "faces": { + "west": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#cross" + }, + "east": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#cross" + } + } + } + ] } \ No newline at end of file From 4ae60492d417cfab1a5c76dc0525f6542cfa9ef4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:27:34 +0100 Subject: [PATCH 200/246] aircraft configs --- config/immersive_aircraft.json | 129 ++++++++++++++++++--------------- 1 file changed, 72 insertions(+), 57 deletions(-) diff --git a/config/immersive_aircraft.json b/config/immersive_aircraft.json index 3d5376b5b..dfb05bf77 100644 --- a/config/immersive_aircraft.json +++ b/config/immersive_aircraft.json @@ -1,59 +1,74 @@ { - "enableDropsForNonPlayer": true, - "enableCrashExplosion": true, - "enableCrashBlockDestruction": false, - "enableCrashFire": false, - "crashExplosionRadius": 2.0, - "crashDamage": 2.0, - "preventKillThroughCrash": true, - "healthBarRow": 0, - "damagePerHealthPoint": 30, - "separateCamera": true, - "useThirdPersonByDefault": true, - "enableTrails": true, - "renderDistance": 192.0, - "fuelConsumption": 1.0, - "windClearWeather": 1.0, - "windRainWeather": 3.0, - "windThunderWeather": 3.0, - "repairSpeed": 0.025, - "repairExhaustion": 0.5, - "collisionDamage": true, - "collisionDamageMultiplier": 40.0, - "burnFuelInCreative": false, - "acceptVanillaFuel": true, - "useCustomKeybindSystem": true, - "showHotbarEngineGauge": true, - "weaponsAreDestructive": false, - "dropAircraft": true, - "dropInventory": true, - "dropUpgrades": false, - "regenerateHealthEveryNTicks": 0, - "requireShiftForRepair": false, - "bombBayEntity": { - "minecraft:egg": "tfc:chicken" - }, - "rotaryCannonDamage": 5.0, - "heavyCrossBowVelocity": 3.0, - "fuelList": { - "minecraft:blaze_powder": 1200 - }, - "validDimensions": { - "minecraft:the_end": true, - "minecraft:the_nether": true, - "minecraft:overworld": true - }, - "gunpowderAmmunition": { - "minecraft:gunpowder": 100 - }, - "arrowAmmunition": { - "minecraft:arrow": 100, - "minecraft:spectral_arrow": 100, - "minecraft:tipped_arrow": 100 - }, - "bombBayAmmunition": { - "minecraft:tnt": 100 - }, - "version": 1, - "name": "immersive_aircraft" + "enableDropsForNonPlayer": true, + "enableCrashExplosion": true, + "enableCrashBlockDestruction": false, + "enableCrashFire": false, + "crashExplosionRadius": 2.0, + "crashDamage": 2.0, + "preventKillThroughCrash": true, + "healthBarRow": 0, + "damagePerHealthPoint": 30, + "separateCamera": true, + "useThirdPersonByDefault": true, + "enableTrails": true, + "renderDistance": 192.0, + "fuelConsumption": 1.0, + "windClearWeather": 1.0, + "windRainWeather": 3.0, + "windThunderWeather": 3.0, + "repairSpeed": 0.025, + "repairExhaustion": 0.5, + "collisionDamage": true, + "collisionDamageMultiplier": 40.0, + "burnFuelInCreative": false, + "acceptVanillaFuel": true, + "useCustomKeybindSystem": true, + "showHotbarEngineGauge": true, + "weaponsAreDestructive": false, + "dropAircraft": true, + "dropInventory": true, + "dropUpgrades": false, + "regenerateHealthEveryNTicks": 0, + "requireShiftForRepair": false, + "bombBayEntity": { + "minecraft:egg": "tfc:chicken" + }, + "rotaryCannonDamage": 5.0, + "heavyCrossBowVelocity": 3.0, + "fuelList": { + "minecraft:blaze_powder": 1200, + "gtceu:coke_gem": 1200, + "beneath:cursecoal": 1200 + }, + "validDimensions": { + "minecraft:the_end": true, + "minecraft:the_nether": true, + "minecraft:overworld": true, + "ad_astra:earth_orbit": false, + "ad_astra:moon": false, + "ad_astra:moon_orbit": false, + "ad_astra:mars": false, + "ad_astra:mars_orbit": false, + "ad_astra:venus_orbit": false, + "ad_astra:mercury": false, + "ad_astra:mercury_orbit": false, + "ad_astra:glacio": false, + "ad_astra:glacio_orbit": false + }, + "gunpowderAmmunition": { + "minecraft:gunpowder": 100 + }, + "arrowAmmunition": { + "minecraft:arrow": 100, + "minecraft:spectral_arrow": 100, + "minecraft:tipped_arrow": 100 + }, + "bombBayAmmunition": { + "minecraft:tnt": 100, + "gtceu:powderbarrel": 80, + "gtceu:industrial_tnt": 50, + "gtceu:dynamite": 200 + }, + "version": 1, + "name": "immersive_aircraft" } \ No newline at end of file From 50f07fbe0cc6f30458c61d4d1d2da7d0fed1fb52 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:27:41 +0100 Subject: [PATCH 201/246] fix birt dwelling model --- .../species/models/block/birt_dwelling.json | 1 + .../species/models/block/birt_dwelling_1.json | 100 ++++++++--- .../species/models/block/birt_dwelling_2.json | 134 ++++++++++---- .../species/models/block/birt_dwelling_3.json | 168 ++++++++++++++---- 4 files changed, 310 insertions(+), 93 deletions(-) diff --git a/kubejs/assets/species/models/block/birt_dwelling.json b/kubejs/assets/species/models/block/birt_dwelling.json index 6fa9722e0..3f31c2feb 100644 --- a/kubejs/assets/species/models/block/birt_dwelling.json +++ b/kubejs/assets/species/models/block/birt_dwelling.json @@ -1,5 +1,6 @@ { "parent": "minecraft:block/cube", + "render_type": "cutout", "ambientocclusion": true, "textures": { "front_inside": "species:block/birt_nest_front_inside", diff --git a/kubejs/assets/species/models/block/birt_dwelling_1.json b/kubejs/assets/species/models/block/birt_dwelling_1.json index 26d88bb24..3494d48e3 100644 --- a/kubejs/assets/species/models/block/birt_dwelling_1.json +++ b/kubejs/assets/species/models/block/birt_dwelling_1.json @@ -1,5 +1,6 @@ { "parent": "minecraft:block/cube", + "render_type": "cutout", "ambientocclusion": true, "textures": { "front_inside": "species:block/birt_nest_front_inside", @@ -14,38 +15,91 @@ }, "elements": [ { - "from": [0, 0, 0], - "to": [16, 16, 16], + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#front"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#side"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#side"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#top"} + "north": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#front" + }, + "east": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "south": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "west": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "up": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#top" + }, + "down": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#top" + } } }, { - "from": [9, 2, 13], - "to": [14, 7, 13], + "from": [ 9, 2, 13 ], + "to": [ 14, 7, 13 ], "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + "north": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "east": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "south": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "west": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "up": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + }, + "down": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + } } }, { - "from": [2, 14, 0], - "to": [14, 2, 15], + "from": [ 2, 14, 0 ], + "to": [ 14, 2, 15 ], "faces": { - "east": {"uv": [1, 14, 16, 2], "texture": "#side_inside"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#front_inside"}, - "west": {"uv": [16, 14, 1, 2], "texture": "#side_inside"}, - "up": {"uv": [16, 2, 1, 14], "rotation": 90, "texture": "#bottom_inside"}, - "down": {"uv": [1, 2, 16, 14], "rotation": 90, "texture": "#top_inside"} + "east": { + "uv": [ 1, 14, 16, 2 ], + "texture": "#side_inside" + }, + "south": { + "uv": [ 2, 2, 14, 14 ], + "texture": "#front_inside" + }, + "west": { + "uv": [ 16, 14, 1, 2 ], + "texture": "#side_inside" + }, + "up": { + "uv": [ 16, 2, 1, 14 ], + "rotation": 90, + "texture": "#bottom_inside" + }, + "down": { + "uv": [ 1, 2, 16, 14 ], + "rotation": 90, + "texture": "#top_inside" + } } } ] diff --git a/kubejs/assets/species/models/block/birt_dwelling_2.json b/kubejs/assets/species/models/block/birt_dwelling_2.json index ff6659629..8d56bdf8b 100644 --- a/kubejs/assets/species/models/block/birt_dwelling_2.json +++ b/kubejs/assets/species/models/block/birt_dwelling_2.json @@ -1,5 +1,6 @@ { "parent": "minecraft:block/cube", + "render_type": "cutout", "ambientocclusion": true, "textures": { "front_inside": "species:block/birt_nest_front_inside", @@ -14,50 +15,121 @@ }, "elements": [ { - "from": [0, 0, 0], - "to": [16, 16, 16], + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#front"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#side"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#side"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#top"} + "north": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#front" + }, + "east": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "south": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "west": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#side" + }, + "up": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#top" + }, + "down": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#top" + } } }, { - "from": [9, 2, 13], - "to": [14, 7, 13], + "from": [ 9, 2, 13 ], + "to": [ 14, 7, 13 ], "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + "north": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "east": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "south": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "west": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "up": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + }, + "down": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + } } }, { - "from": [5, 6, 12], - "to": [10, 11, 12], + "from": [ 5, 6, 12 ], + "to": [ 10, 11, 12 ], "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + "north": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "east": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "south": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "west": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "up": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + }, + "down": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + } } }, { - "from": [2, 14, 0], - "to": [14, 2, 15], + "from": [ 2, 14, 0 ], + "to": [ 14, 2, 15 ], "faces": { - "east": {"uv": [1, 14, 16, 2], "texture": "#side_inside"}, - "south": {"uv": [2, 14, 14, 2], "texture": "#front_inside"}, - "west": {"uv": [16, 14, 1, 2], "texture": "#side_inside"}, - "up": {"uv": [16, 2, 1, 14], "rotation": 90, "texture": "#bottom_inside"}, - "down": {"uv": [1, 2, 16, 14], "rotation": 90, "texture": "#top_inside"} + "east": { + "uv": [ 1, 14, 16, 2 ], + "texture": "#side_inside" + }, + "south": { + "uv": [ 2, 14, 14, 2 ], + "texture": "#front_inside" + }, + "west": { + "uv": [ 16, 14, 1, 2 ], + "texture": "#side_inside" + }, + "up": { + "uv": [ 16, 2, 1, 14 ], + "rotation": 90, + "texture": "#bottom_inside" + }, + "down": { + "uv": [ 1, 2, 16, 14 ], + "rotation": 90, + "texture": "#top_inside" + } } } ] diff --git a/kubejs/assets/species/models/block/birt_dwelling_3.json b/kubejs/assets/species/models/block/birt_dwelling_3.json index 9c164f407..e672d3b94 100644 --- a/kubejs/assets/species/models/block/birt_dwelling_3.json +++ b/kubejs/assets/species/models/block/birt_dwelling_3.json @@ -1,5 +1,6 @@ { "parent": "minecraft:block/cube", + "render_type": "cutout", "ambientocclusion": true, "textures": { "6": "create:block/palettes/stone_types/natural/asurine_1", @@ -14,62 +15,151 @@ }, "elements": [ { - "from": [0, 0, 0], - "to": [16, 16, 16], + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#front"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#7"} + "north": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#front" + }, + "east": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#6" + }, + "south": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#6" + }, + "west": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#6" + }, + "up": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#7" + }, + "down": { + "uv": [ 0, 0, 16, 16 ], + "texture": "#7" + } } }, { - "from": [9, 2, 13], - "to": [14, 7, 13], + "from": [ 9, 2, 13 ], + "to": [ 14, 7, 13 ], "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + "north": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "east": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "south": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "west": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "up": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + }, + "down": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + } } }, { - "from": [5, 6, 12], - "to": [10, 11, 12], + "from": [ 5, 6, 12 ], + "to": [ 10, 11, 12 ], "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + "north": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "east": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "south": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "west": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "up": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + }, + "down": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + } } }, { - "from": [2, 3, 14], - "to": [7, 8, 14], + "from": [ 2, 3, 14 ], + "to": [ 7, 8, 14 ], "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "east": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#birt"}, - "west": {"uv": [0, 0, 0, 5], "texture": "#birt"}, - "up": {"uv": [0, 0, 5, 0], "texture": "#birt"}, - "down": {"uv": [0, 0, 5, 0], "texture": "#birt"} + "north": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "east": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "south": { + "uv": [ 0, 0, 5, 5 ], + "texture": "#birt" + }, + "west": { + "uv": [ 0, 0, 0, 5 ], + "texture": "#birt" + }, + "up": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + }, + "down": { + "uv": [ 0, 0, 5, 0 ], + "texture": "#birt" + } } }, { - "from": [2, 14, 0], - "to": [14, 2, 15], + "from": [ 2, 14, 0 ], + "to": [ 14, 2, 15 ], "faces": { - "east": {"uv": [1, 14, 16, 2], "texture": "#side_inside"}, - "south": {"uv": [2, 14, 14, 2], "texture": "#front_inside"}, - "west": {"uv": [16, 14, 1, 2], "texture": "#side_inside"}, - "up": {"uv": [16, 2, 1, 14], "rotation": 90, "texture": "#bottom_inside"}, - "down": {"uv": [1, 2, 16, 14], "rotation": 90, "texture": "#top_inside"} + "east": { + "uv": [ 1, 14, 16, 2 ], + "texture": "#side_inside" + }, + "south": { + "uv": [ 2, 14, 14, 2 ], + "texture": "#front_inside" + }, + "west": { + "uv": [ 16, 14, 1, 2 ], + "texture": "#side_inside" + }, + "up": { + "uv": [ 16, 2, 1, 14 ], + "rotation": 90, + "texture": "#bottom_inside" + }, + "down": { + "uv": [ 1, 2, 16, 14 ], + "rotation": 90, + "texture": "#top_inside" + } } } ] From 6889dc525e65e3a61cc3f9e254e503435d489e74 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Wed, 18 Jun 2025 06:40:49 -0500 Subject: [PATCH 202/246] - Merge current Venus progress (#1185) --- .../assets/tfg/blockstates/geyser_source.json | 7 + .../tfg/blockstates/geyser_source_small.json | 7 + .../stromatolite_cluster_medium.json | 7 + .../stromatolite_cluster_small.json | 7 + .../tfg/models/block/geyser_source.json | 65 ++ .../tfg/models/block/geyser_source_small.json | 65 ++ .../models/block/rock/stromatolite_block.json | 105 +++ .../block/stromatolite_cluster_medium.json | 60 ++ .../block/stromatolite_cluster_small.json | 68 ++ .../assets/tfg/models/item/geyser_source.json | 6 + .../tfg/models/item/geyser_source_small.json | 6 + .../item/stromatolite_cluster_medium.json | 6 + .../item/stromatolite_cluster_small.json | 6 + .../block/planets/venus/geyser_source.png | Bin 0 -> 607 bytes .../planets/venus/geyser_source_small.png | Bin 0 -> 524 bytes .../block/planets/venus/geyserite.png | Bin 0 -> 887 bytes .../planets/venus/sand_fluorapatite_blue.png | Bin 0 -> 710 bytes .../planets/venus/sand_fluorapatite_brown.png | Bin 0 -> 790 bytes .../planets/venus/sand_fluorapatite_green.png | Bin 0 -> 680 bytes .../venus/sand_fluorapatite_orange.png | Bin 0 -> 779 bytes .../planets/venus/sand_fluorapatite_white.png | Bin 0 -> 748 bytes .../venus/sand_fluorapatite_yellow.png | Bin 0 -> 777 bytes .../sandstone_bottom_fluorapatite_blue.png | Bin 0 -> 810 bytes .../sandstone_bottom_fluorapatite_brown.png | Bin 0 -> 907 bytes .../sandstone_bottom_fluorapatite_green.png | Bin 0 -> 789 bytes .../sandstone_bottom_fluorapatite_orange.png | Bin 0 -> 886 bytes .../sandstone_bottom_fluorapatite_white.png | Bin 0 -> 836 bytes .../sandstone_bottom_fluorapatite_yellow.png | Bin 0 -> 894 bytes .../sandstone_chiseled_fluorapatite_blue.png | Bin 0 -> 788 bytes .../sandstone_chiseled_fluorapatite_brown.png | Bin 0 -> 853 bytes .../sandstone_chiseled_fluorapatite_green.png | Bin 0 -> 770 bytes ...sandstone_chiseled_fluorapatite_orange.png | Bin 0 -> 861 bytes .../sandstone_chiseled_fluorapatite_white.png | Bin 0 -> 820 bytes ...sandstone_chiseled_fluorapatite_yellow.png | Bin 0 -> 874 bytes .../venus/sandstone_fluorapatite_blue.png | Bin 0 -> 767 bytes .../venus/sandstone_fluorapatite_brown.png | Bin 0 -> 842 bytes .../venus/sandstone_fluorapatite_green.png | Bin 0 -> 750 bytes .../venus/sandstone_fluorapatite_orange.png | Bin 0 -> 833 bytes .../venus/sandstone_fluorapatite_white.png | Bin 0 -> 787 bytes .../venus/sandstone_fluorapatite_yellow.png | Bin 0 -> 841 bytes .../venus/sandstone_top_fluorapatite_blue.png | Bin 0 -> 577 bytes .../sandstone_top_fluorapatite_brown.png | Bin 0 -> 632 bytes .../sandstone_top_fluorapatite_green.png | Bin 0 -> 578 bytes .../sandstone_top_fluorapatite_orange.png | Bin 0 -> 596 bytes .../sandstone_top_fluorapatite_white.png | Bin 0 -> 562 bytes .../sandstone_top_fluorapatite_yellow.png | Bin 0 -> 603 bytes .../planets/venus/stromatolite_block.png | Bin 0 -> 2137 bytes .../venus/stromatolite_cluster_medium.png | Bin 0 -> 541 bytes .../venus/stromatolite_cluster_small.png | Bin 0 -> 403 bytes .../planets/venus/stromatolite_hanging.png | Bin 0 -> 753 bytes .../planets/venus/stromatolite_spike.png | Bin 0 -> 764 bytes .../block/planets/venus/sulfur_fumes_flow.png | Bin 0 -> 10431 bytes .../venus/sulfur_fumes_flow.png.mcmeta | 5 + .../planets/venus/sulfur_fumes_still.png | Bin 0 -> 10868 bytes .../venus/sulfur_fumes_still.png.mcmeta | 45 ++ .../venus/super_heated_slurry_flow.png | Bin 0 -> 18073 bytes .../venus/super_heated_slurry_flow.png.mcmeta | 5 + .../venus/super_heated_slurry_still.png | Bin 0 -> 18030 bytes .../super_heated_slurry_still.png.mcmeta | 5 + kubejs/data/ad_astra/dimension/venus.json | 36 + kubejs/data/ad_astra/planets/venus.json | 10 + kubejs/data/ad_astra/planets/venus_orbit.json | 9 + .../tfg/worldgen/biome/venus/venus_delta.json | 46 ++ .../biome/venus/venus_fractured_lands.json | 28 + .../venus/surface/geyser_source_patch.json | 50 ++ .../surface/stromatolite_cluster_patch.json | 50 ++ .../venus/surface/stromatolite_tower.json | 75 ++ .../venus/terrain/hot_spring_delta.json | 25 + .../venus/terrain/stromatolite_disk.json | 26 + .../worldgen/noise_settings/venus_noise.json | 728 ++++++++++++++++++ .../venus/surface/geyser_source_patch.json | 39 + .../surface/stromatolite_cluster_patch.json | 19 + .../venus/surface/stromatolite_tower.json | 41 + .../venus/terrain/hot_spring_delta.json | 31 + .../venus/terrain/stromatolite_disk.json | 31 + kubejs/startup_scripts/tfg/blocks.space.js | 185 +++++ kubejs/startup_scripts/tfg/fluids.js | 19 + 77 files changed, 1923 insertions(+) create mode 100644 kubejs/assets/tfg/blockstates/geyser_source.json create mode 100644 kubejs/assets/tfg/blockstates/geyser_source_small.json create mode 100644 kubejs/assets/tfg/blockstates/stromatolite_cluster_medium.json create mode 100644 kubejs/assets/tfg/blockstates/stromatolite_cluster_small.json create mode 100644 kubejs/assets/tfg/models/block/geyser_source.json create mode 100644 kubejs/assets/tfg/models/block/geyser_source_small.json create mode 100644 kubejs/assets/tfg/models/block/rock/stromatolite_block.json create mode 100644 kubejs/assets/tfg/models/block/stromatolite_cluster_medium.json create mode 100644 kubejs/assets/tfg/models/block/stromatolite_cluster_small.json create mode 100644 kubejs/assets/tfg/models/item/geyser_source.json create mode 100644 kubejs/assets/tfg/models/item/geyser_source_small.json create mode 100644 kubejs/assets/tfg/models/item/stromatolite_cluster_medium.json create mode 100644 kubejs/assets/tfg/models/item/stromatolite_cluster_small.json create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/geyser_source.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/geyser_source_small.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/geyserite.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_blue.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_brown.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_green.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_orange.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_white.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_yellow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_blue.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_brown.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_green.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_orange.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_white.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_yellow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_blue.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_brown.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_green.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_orange.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_white.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_yellow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_blue.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_brown.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_green.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_orange.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_white.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_yellow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_blue.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_brown.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_green.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_orange.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_white.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_yellow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/stromatolite_block.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/stromatolite_cluster_medium.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/stromatolite_cluster_small.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/stromatolite_hanging.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/stromatolite_spike.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png create mode 100644 kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png.mcmeta create mode 100644 kubejs/data/ad_astra/dimension/venus.json create mode 100644 kubejs/data/ad_astra/planets/venus.json create mode 100644 kubejs/data/ad_astra/planets/venus_orbit.json create mode 100644 kubejs/data/tfg/worldgen/biome/venus/venus_delta.json create mode 100644 kubejs/data/tfg/worldgen/biome/venus/venus_fractured_lands.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/venus/surface/geyser_source_patch.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_cluster_patch.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_tower.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/venus/terrain/hot_spring_delta.json create mode 100644 kubejs/data/tfg/worldgen/configured_feature/venus/terrain/stromatolite_disk.json create mode 100644 kubejs/data/tfg/worldgen/noise_settings/venus_noise.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/venus/surface/geyser_source_patch.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_cluster_patch.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_tower.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/venus/terrain/hot_spring_delta.json create mode 100644 kubejs/data/tfg/worldgen/placed_feature/venus/terrain/stromatolite_disk.json diff --git a/kubejs/assets/tfg/blockstates/geyser_source.json b/kubejs/assets/tfg/blockstates/geyser_source.json new file mode 100644 index 000000000..c4d85328b --- /dev/null +++ b/kubejs/assets/tfg/blockstates/geyser_source.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/geyser_source" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/geyser_source_small.json b/kubejs/assets/tfg/blockstates/geyser_source_small.json new file mode 100644 index 000000000..996f1410f --- /dev/null +++ b/kubejs/assets/tfg/blockstates/geyser_source_small.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/geyser_source_small" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/stromatolite_cluster_medium.json b/kubejs/assets/tfg/blockstates/stromatolite_cluster_medium.json new file mode 100644 index 000000000..2e68315a9 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/stromatolite_cluster_medium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/stromatolite_cluster_medium" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/stromatolite_cluster_small.json b/kubejs/assets/tfg/blockstates/stromatolite_cluster_small.json new file mode 100644 index 000000000..7c7d0518c --- /dev/null +++ b/kubejs/assets/tfg/blockstates/stromatolite_cluster_small.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/stromatolite_cluster_small" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/geyser_source.json b/kubejs/assets/tfg/models/block/geyser_source.json new file mode 100644 index 000000000..f41546e85 --- /dev/null +++ b/kubejs/assets/tfg/models/block/geyser_source.json @@ -0,0 +1,65 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "render_type": "cutout_mipped", + "textures": { + "0": "tfg:block/planets/venus/geyser_source", + "particle": "tfg:block/planets/venus/geyser_source" + }, + "elements": [ + { + "from": [0.8, 0, 8], + "to": [15.2, 16, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#0"} + } + }, + { + "from": [8, 0, 0.8], + "to": [8, 16, 15.2], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 2.5], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 2.5], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "translation": [0, 2, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "translation": [0, 2, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/geyser_source_small.json b/kubejs/assets/tfg/models/block/geyser_source_small.json new file mode 100644 index 000000000..5f7710047 --- /dev/null +++ b/kubejs/assets/tfg/models/block/geyser_source_small.json @@ -0,0 +1,65 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "render_type": "cutout_mipped", + "textures": { + "0": "tfg:block/planets/venus/geyser_source_small", + "particle": "tfg:block/planets/venus/geyser_source_small" + }, + "elements": [ + { + "from": [0.8, 0, 8], + "to": [15.2, 16, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#0"} + } + }, + { + "from": [8, 0, 0.8], + "to": [8, 16, 15.2], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 2.5], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 2.5], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "translation": [0, 2.75, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "translation": [0, 2.75, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/stromatolite_block.json b/kubejs/assets/tfg/models/block/rock/stromatolite_block.json new file mode 100644 index 000000000..bd6c02acc --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/stromatolite_block.json @@ -0,0 +1,105 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "1": "tfg:block/planets/venus/stromatolite_block", + "particle": "tfg:block/planets/venus/stromatolite_block" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "west": {"uv": [0, 0, 8, 8], "texture": "#1"}, + "up": {"uv": [16, 8, 8, 0], "texture": "#1"}, + "down": {"uv": [8, 8, 0, 16], "texture": "#1"} + } + }, + { + "from": [0, 4, 0], + "to": [16, 16, 0], + "rotation": {"angle": 22.5, "axis": "x", "origin": [0, 16, 0]}, + "faces": { + "north": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "east": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "south": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "west": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 8, 0], "texture": "#1"} + } + }, + { + "from": [0, 4, 16], + "to": [16, 16, 16], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 16, 16]}, + "faces": { + "north": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "east": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "south": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "west": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 8, 0], "texture": "#1"} + } + }, + { + "from": [16, 4, 0], + "to": [16, 16, 16], + "rotation": {"angle": 22.5, "axis": "z", "origin": [16, 16, 16]}, + "faces": { + "north": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "east": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "west": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 0], "rotation": 270, "texture": "#1"}, + "down": {"uv": [0, 0, 8, 0], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [0, 4, 0], + "to": [0, 16, 16], + "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 16, 16]}, + "faces": { + "north": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "east": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 6], "texture": "#1"}, + "west": {"uv": [8, 8, 16, 14], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 0], "rotation": 270, "texture": "#1"}, + "down": {"uv": [0, 0, 8, 0], "rotation": 90, "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/stromatolite_cluster_medium.json b/kubejs/assets/tfg/models/block/stromatolite_cluster_medium.json new file mode 100644 index 000000000..398028488 --- /dev/null +++ b/kubejs/assets/tfg/models/block/stromatolite_cluster_medium.json @@ -0,0 +1,60 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "render_type": "cutout_mipped", + "textures": { + "particle": "tfg:block/planets/venus/stromatolite_cluster_medium", + "cross": "tfg:block/planets/venus/stromatolite_cluster_medium" + }, + "elements": [ + { + "from": [0.8, 0, 8], + "to": [15.2, 16, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#cross"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#cross"} + } + }, + { + "from": [8, 0, 0.8], + "to": [8, 16, 15.2], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "east": {"uv": [0, 0, 16, 16], "texture": "#cross"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#cross"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "translation": [0, 2.5, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/stromatolite_cluster_small.json b/kubejs/assets/tfg/models/block/stromatolite_cluster_small.json new file mode 100644 index 000000000..788e511af --- /dev/null +++ b/kubejs/assets/tfg/models/block/stromatolite_cluster_small.json @@ -0,0 +1,68 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout_mipped", + "ambientocclusion": false, + "textures": { + "0": "tfg:block/planets/venus/stromatolite_cluster_small", + "particle": "tfg:block/planets/venus/stromatolite_cluster_small" + }, + "elements": [ + { + "from": [0.8, 0, 8], + "to": [15.2, 16, 8], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#0"} + } + }, + { + "from": [8, 0, 0.8], + "to": [8, 16, 15.2], + "shade": false, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 2.5], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 2.5], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "translation": [0, 3, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "translation": [0, 3, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/geyser_source.json b/kubejs/assets/tfg/models/item/geyser_source.json new file mode 100644 index 000000000..3251ffd0f --- /dev/null +++ b/kubejs/assets/tfg/models/item/geyser_source.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:block/planets/venus/geyser_source" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/geyser_source_small.json b/kubejs/assets/tfg/models/item/geyser_source_small.json new file mode 100644 index 000000000..6121195dd --- /dev/null +++ b/kubejs/assets/tfg/models/item/geyser_source_small.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:block/planets/venus/geyser_source_small" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/stromatolite_cluster_medium.json b/kubejs/assets/tfg/models/item/stromatolite_cluster_medium.json new file mode 100644 index 000000000..67cc789c8 --- /dev/null +++ b/kubejs/assets/tfg/models/item/stromatolite_cluster_medium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:block/planets/venus/stromatolite_cluster_medium" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/stromatolite_cluster_small.json b/kubejs/assets/tfg/models/item/stromatolite_cluster_small.json new file mode 100644 index 000000000..f135225a9 --- /dev/null +++ b/kubejs/assets/tfg/models/item/stromatolite_cluster_small.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:block/planets/venus/stromatolite_cluster_small" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/planets/venus/geyser_source.png b/kubejs/assets/tfg/textures/block/planets/venus/geyser_source.png new file mode 100644 index 0000000000000000000000000000000000000000..69b40239abcf590e800293e8832ad4383d33dc30 GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_mZUPZ!4!i{7P^_WKJb%CyhlZRW(yBbqaz30C3?3eQ^V>xq9w_}44Yr^;2 z;bPC{|B+8n`x?Q}6SLdV^ZJY3CLT*;T&AVOJpA1DGCf68xMFrDJjbLXC(*B34K zw9b#W3yWULXGl&>Uw?1App6{s=% z-DSZI`?q`ldM-9e@W`>RSARakj2T^%1Gg8(PJg+Z-=Zw%OU<-Lj_0y3JWD9cbChVU zRa^GRB`Nt$&br{ut5hawhD{e|^iT<&(bl(aX`zgCL)v1#hA)Lb*G@>0Z*=H)FO`|? zu%LbRQhJeG4jMZ?@$jpzopr0Cp-0*#H0l literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/geyser_source_small.png b/kubejs/assets/tfg/textures/block/planets/venus/geyser_source_small.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc3455dd68bc422030f5ce74228fb9ff11e6d71 GIT binary patch literal 524 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7`o-U3d7QJ^TozE676gX;se``kYZ8cubWw|~Zl{zLgAL-6L;2n6r>3_VU`@~tZ z)%JE=YlvbBYjRXHduKK~r!J>1$Lvwsac7S|p)N1ZHYPqW{G3+tc}hpYvlqK z*(`Z7-T42KcXu)mPg}`+VOy3^-?~-%jXF-~|9p5iJJZx}$yJMq&41O6j>g+m>zto& zH|hTG|2qzt*clhe&MIwwxWGLxKRj>g`@pqR{P%kK_D(sU=A!AEkSKWm_pw(`efRC+ zTUN;9kd@8e5VXYRX&Lu+_9ffOE|~PD-CYo( zBf#VSBQil%X-faS6AxF{GE7>TyX&o*dEUKwxm&Eo7EaYTSkRKUyYscxoc#vp=lNjcz6ony z`cz=?Lx#&1$Bas!iHp@socwHaMBdoc-$X3kL?+;}HVc!u>O`G$J?{AKb;!B)q d^{Aim2cN7Z>#wUlFF?`D;OXk;vd$@?2>_fX>_z|p literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/geyserite.png b/kubejs/assets/tfg/textures/block/planets/venus/geyserite.png new file mode 100644 index 0000000000000000000000000000000000000000..7c607f8b80a06b07252d1f1dc5a3df1630c53262 GIT binary patch literal 887 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_owLPZ!4!i(cLHCyQ>EFdTR|Kjr4MCu<9Ztm7UX^F8jX(J02@JyXuA;6aeZXRbY> z{s$&LJkZH(JkzJ`JRrP*!=sVl|FURxuyPcO}pK+`waQ)HAHH}wK zJ^%J;%CXbu3u9-0+;IBdLB)9mfsYDXUSG()`=FZ1b&^WkUa`r6{pau1_-oBQx^X(k zb+!e?)r~sGXZX9Rg!C4@wOqAK`LyA>^L`U@PbXZ-U%Y&?#kN)fy?yEzf+L?@7JT_e zsF1|(jC9POI+VLF-6jIQb5s9-<;D4yZ{Ee6F49A8Z?QC0znrrkyf)v-RfxC*E5^r0xr|9PDcUo!xU( z#MgV_tISo_ye782C52TYU#)#>?yGY#pW6CdMB6{p{QSi)JZqmxuAb^|v~rTiDvs+9 zUzflC*m}Ce#vyEqMb{*U9cJ=->kfA}JBR4HF8nja@jKsrVVQk@8}IH7zv0dO(8|Jl z^3v1|GkPa3f6TZpTewxR|1aOpiC8+Dr%I6ky==So)0Q%RA6YTR9Y0aqOQk}QpuFdnu`u8@)ty%C=vumoXh_Cm>ox4-^ z1{|Bw>!}iIw9{1X-TDh(OdcnSpN=tjvu%a#?Zwx39W;6#@vJFmYu}`kPbGP+OwRvT z{P;h%PxFd2yGrQXmlY01E0sGSatE_ojl9Oi^8|}2wzR#SndtZBj?3AN9XTJG0_pa4iS;F_wYRl|&0aup9 y1D9eF^nJ~?uWE5@NRHM?ORk!$cJ9&>`vnJg>|C<(_;LmY1_n=8KbLh*2~7ZvU!+L@ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_blue.png b/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..23807766d95fa6ab80a4ccbd1a9af4948a2d50b8 GIT binary patch literal 710 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q`IPZ!4!i{8-5zJ0gd1X}m6d$+7@iOt0eLI*vQBslgItecSi#Lmu#Z!$NFo52B{ zNv<+cpERWUPCSb*uXgly$hzuq_3-L--{<}Mx}E>yLeD@iLACw}-#2cjoHmy`&1C!L z$MN>WcWd9fnXArxe)(YKHnyLi<9Qu=1TC$TdRhcl?mwdvRrqH&qxr|rdzZg6*?&j& z=cnu3lhohz91e*-yfFO5`Tv4jkL~WvO|;-U^uQ)Q2iku>u+9Lub2Iv@TF`biLB+8hJQ{r#)_QTov2%l}7#L^RWLGlYw^Y%(R*$ z!N730r?!FFUoLYO&a3?HR;bDOw&MwBXV{H81(j*PeOVH&T3%V{8dv-I0xjk<4uG0p`c)QunEKAu#pRM#1+crbTL3HJO zCdD&7m2FSF?Yo?wm9Um)J6Y>JSniOepf>A5-Ea-@Mi8Av4`w1clG8D)o8IQ=C~-)@Jl|&u+_)KgyU}{xAJ# zlzd)&Qr6*&cwM7unGfctE4X~~t9WD15Pm`RRO$AdU%%eY(sY=~#;}j+p=846lDV^v RF)%PNc)I$ztaD0e0sw&wK;QrX literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_brown.png b/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..771557197974337044610e36486be62fae72aada GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q`Ro-U3d7QMccv-@s`h&1evxqaR9*yAN1AEypAFXD83D2%i7%z|%M9jopqbAL;L}XLDGo>$$~YrLLD| z+`q3v!BT&|eG&g;^6=o{>Wbj`?(uh?znnaO!yB=@?akk=PM=>J{KR{Y`SXSa+wK-s z{O#y%(m8)qYeRJIvwuxCz8{t`<|KwrYe{VTkj@x6NpWds=C#bI-#&3ZH*(BUJX`K& zU6$YB@~}yIdme*A%YjYN)|Oo2Ph6cYZ<_eks&ZDs3#&qrqE8RmCECtCt#Mpk%bWjd z@^a2;xy%7#tcP+;1f1MC8U>g(Up!)<(zfpNx&10JIvtZ*{vA;5Ri1Utt};+yPqp`~ zqaCG@pI&_SpU{>v^SMi+!%i*j4ZD_Y)H}@;BhxAp*;ahv=#Gkc2H?2UC@_j-}| zX&FsltG?*9E7^}Eb_7M=nb*85)5lL;W9f!(Z)DFH-0@u(m|yfEZn{a|3;r0j<-$^> z!Z$M}923mje)z{X#ls&rM9nklyI|66;w^aiqrlQ_R~PaecaGaz)o7x!__5&r|5e9c z%CG;J&iJ>nTOdi?rhDTzoiEx)qx1W27w;%dkLZ2z|9VC03UUN-D?8!p7-gw zM5XVHW}mk9=%2qISR8^9C8jKCTJ>RV_mi0)-rt=kApAZq_G0Ua-_P3W|4FZ$QxIu! zX46)Qz-#wgrzjjbQW_m(dGNSPoZ1}IHEr_*gyYTPH-;W!f0}nA;g^Mwo8oCnRJv<@X8|1)^uVUb0rQ9p<~I<88!zxNgb520a%i zpO`-^@8^pqr+1wcHB?~B(R^b0L^9{N$9`sc;kBE8EU?J#sJ@YN;5|#R#ew6qrzr^^ z6Z|Fj?fjh9vpq!?1!8%xr&>5&KCmXl=V^;R|J^P92Oesi>B>AW{8*7QNho%?%>0Lk z&x$Tju9?Ad(m1gv;LH@)w+tMP6;(lc+O94YmhJZ9)2?19J~Z?7wv_*C{`{Z8up*u# zwqpg?InD5Jr|o7Yyg9aC3Rx0v`q?MTnNQ5kzmQV#yDI6MV`ZSPFT>~QUb*V|YxZ;7 zY1}q6THjjJ)28DueA$1tQ_Ab9OD0b>77Ux~9=c)byrUwPNnW!vW_NBaofi6Bv&h+S zcGmRP$Nig9FYee}Srf3y=fk}Ov0mksbDB40$bA3qHIei5wIcJJ9sSwAEG}7fclaGH z_X<`0bopp7&y{PNHWcrOW&ShmSaARMwxe4Ews3JQ+osBY`+%Wu!|xy5cdV-Wio}&X kTg$gknzopr0M#QcfB*mh literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_orange.png b/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..c61b750e5b846e190000f4d6545c9191e35c333b GIT binary patch literal 779 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|Ro-U3d7QLa9ee)lOh_uPaTl?i)@7(`LWp04g+zcaQgAUQnQb*zwPVRsB{ey6X z;zq`ej?Eb>twJR)W(ptAoBYFAep_UV%cC{xO3v?mzUO>xf64d9dV{cEmM3QGU+?^>0xTXxNIy`#y; z)O1fwvz*(=>tJ|3Gg7K@3e$p}Y)ah8pDLSjUv0U~rt6(t^>1QU^e2mM!`-<(aqTJ* zkNSQycx-Yg?!EhS`}_T?Hs`e7HD%N=x8{8Pb=JYx!d)7USsqhfzcOgedmU1G*6L*7 ztTwO6X&jzR4t7}^bg!*gArj~$qZ9a*?OJ62hd+F0O(Rq-`!`E4Y}EDg+b5^|+PACZ zY|W;G$@%;VPumV{)8Kz_Dbi=#nUDUvXDsWx5Yv28-+cG=7KL+RE2@}1#hwIuoxY@T zS|~Pj$NqU6qH--Nf6uAyu<^PW!yGAk=DFdtn}@7kGYYtP%jL;mkY$dXR%s+<@aI#o z*!%Q1uUl+iZSv&K(|^bCf+y$F%cfmxKHN1scj4i)S91TicuT3JJoMXb{cbXg_mrQ$ zM~?sIXwcvHv!`U2LVpm?`;KYVE@H=Qsx4iqiRG(aA6{gkJb!=P|AsZ@g~w~f!WnOtdWap9*vmIbC&09| z-C)`CXpP_9HW7=e)qWZGU*E&>*bu2X&biS^&-GZvgn?6y2-Ij4A!jqRc-N|k@6zI`_Jm;fmA8A{0%3@5<`g zeAIYrtdL7^$m;$ac4xW$e~x{$IJ$6~#`dOr6skQoWX2FS`Fexo4sE zpN}3Y0ZZx^{GAcQu`B=F#jU0u`Um*+rF@JRXo*=o=Qu2&se1n8;X-ZuWwJagyI7q# zmgKdwCd!cXo()Z)E*+k9SrtvXV8Cc`H8!N%0CDYNdXx%M3ko>P2wanG^f zu+Qf;);rtmOfj2nIRCuivlC4MOm9nX<_6i+ci4%Btrks`Fp}$U^k?}0`&jV#yvdJ_ z8=kUGT6@?)rMB{r=3R>#slG)k3{8LQ*Oz_WC}@1_gZ?+plwbW@&#Yx&U|{fc^>bP0 Hl+XkKn~PZC literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_yellow.png b/kubejs/assets/tfg/textures/block/planets/venus/sand_fluorapatite_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..c05cf6345825f6b778b6cf61c431bb4457e4ec90 GIT binary patch literal 777 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|xo-U3d7QMccz55@#h_u>=&#|a05!(K?Wy>tT^GR)C4jy~NJai&>xW)bm|6{c8 zX0=Zc^Vnm;lgQ?>cqU_Mwa{*B{^OzN4(o~C-MHh@)O8`HC9BR^UY~KVX7TfG@0P?3 z_q}~CJD!@NutQ-w=Q`nur&&~m7rm&xR@w8M&vR0G%R`C6+P}68Q?ISL#yRy`M(o68 z=QB-i{rU9Anyd8i$&<_1e4g>|fpFcwztK7Bhc+?w)IVOoHAquG?qA3IuP=7k9slQ? zQg}LVwqm#H-E*1@t-BWHvTMv_NU#=En$GEUR`N&fn{R@-)(Z1%7q2Q?^HkUU9>aOr zO{dmz9RAK=z|;8FrTjC$zy0OZoyUv&7&T7oMuq2mm-f5&i(zRHPh#LS*S}oHIah8; z+a0Nxv$|P;x94|Wq^uNg_q5D~A*YP0ofit(ly^+x%(YI~9BCN8M=iYgNL~Dggf9}8 zO9EVvX?5Rx6QY~5IdRi{@vQ|ntGaZi{n#t`c3Sg>xgD!lt24}S+Hfj-OEh1bV%D+P zokzb{ow?+Fs_5{~o6luVg%}+yQ7_o5 zpK9EenywR0lu*mGa(vyj`5(va&J&*{+Y|-1JuSQ=z3|E0&`hg^skcm`^}N&~!WtgW z6=D%Dt(f8?u;^rtoO08HCa>33flUvZ?(5A@n8lZ9@vQ70d*!#TKl2V4u$-NCx@hjD z@9i_%nKkb}uo8TC(Nex||DNB+{%`wOkZ#sr`Qh8~FV4@;xn1v!(E0Dyk*0ft@y*V| lQCFOM_4_Ycc=; literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_blue.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..d9eb8abf979c071d8c0b1df9acfcc5958ba1ff2e GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q`(o-U3d7QL#Myo(;YFf=@jzq@w2YGj>SpYchbR-GUbO|cD0hZ%QpN$VXI+`+iI z(d%qmlNZ||AGvK$zdKKh$};8NXIyj6-~N9_@6AaQ~TON6t$=-OycJcqo%;`TGNj-5V$EJM(k%8(|C6NWB?nf>TaAr)4jj zYj)~l+oQLdhcA2zoe{XOV*g7)4UfBBYxrL7Qtd4b5NcyS`uf^|4TpWJT>cgqE_Dkq zllz|9zb0UcHE-u}v*`?bqWWKGI=@uiY3SnF5;*C%bIUI6V>(=(fl`Z33UMy^EhF2y zWVNmu&jru!!?P6=7kJn>PvhQ~BQLRn_m!$~%WKhz>sDT#VZ<4j#nG_OVxf4{mNJfp z_m|bTl)l`>*%#=1trLKbcA zb2rU-q9MH9V4?qh<(0ZBPM4=!%70>XpM2?a_9{1n`_VS~i{vH#)#@yW6O!@1^5T%Y z`J`IimnXXXD-V1=ZmJfs@Ke*)tvf<{XCJHht*rlC{l{WHhRlS3&4(60mP|^0aca`d z6#u$Q&K&JY6O{U9C7*6*yK~x3dHcgdw}rZ!DrFb0VvE}@wtY>cMEkMgPPO7ow}aRH z;eBszdur~pvM>KTU9#+6&(O(#ti>++$Jp^jmmAlm+rdFgf9^I5z+^8|QKaOJ11N%lDGKZT(+yt{S^ndi&q+iaF{&?{vp8 zs~f*L`y1Q0h%K!W%su~T8v{@HKep+!?)T;22yIfkt@vGAZYcv_hg0yk;GWlyWQ(qp zzwDW}`Po7_<7wJ`W(OV_eBkjP-7#KWV{an^LB{Ts5F;{Rz literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_brown.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..b16343db7b4db383d1fc5cd46549eb2805957151 GIT binary patch literal 907 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_owZPZ!4!i(b`>XY+2eFdX<;FLd1VPvG$~A$8x)TesW|Qi}@NdO%H-)6mcQ1IwMV zXN(q#6Lx$MuwfBzX}Q9AZR^sIy9@41>t;_j$$X{aD`Q-AR64hed4_G7ePpT9tgr{dHpGj;_hS;#EP;)?Wsynb!+zniuPPrUlkthjY` z_L7uIJ*l5+{_-DtJmKI1|0m1e&u?32z2NrSd5dV!a@p(j--CUo7!9?pYUNV|5ZR7S-$@lC(S>(47PTQ8N! z`G#kN}?XQx!n=D)qTDc3GCdST%9K-1Q|M)ry~5 z%e<2p{Q2wj)By8MKa}NtLm540OReS?e_<(?->0`C?#j&g8Ou`3Ihz{n&CLZ|I}LaQ zbyhb_3+q&OVR&{*_0ggO$9{S5+Rk_Nm8#$V<2Qe5GW;v(SSH!=k;V48SmN7m(NB}v zepml5Dp&LWeoc{wsfcy5`1$LeUcx6P9lDj?f8)08k-TdsQ*@1XmJ9!9Uc0a2kuvMr RvkVLj44$rjF6*2UngAiXqhJ64 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_green.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_green.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e5c9fbd683102e3f9306939c35b9d02683832d GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|%o-U3d7QL$Hy_)7T;c{Ccx&WLLWE)>%{P+E~(@j&r# zNl?(FD{hJYue%R~_y7HuU2yQ?u4(=H(f6Lry7q02SwZni%Nz3qn4CEF z&DLYsQ1?Km^6;f~0Sx?iyRLm(GhgKGmh}CTW9r}EkhM->d0y$ckZa!AzE-=V4}UEG zIXy;oh5hyU5xS~ZZ8q#End1|5Dqr1$CHcb>qx4L(6DKyj=Q%x{-H2CzcgG@=6$cL; zZC!jKXx*mmKOXE@y?=tnQ58Q69$D8pLQW2z2N!wW+}4)$Zl_NAiuiST9}Zsp-B`Lm zHQ$OaH(^%)mNb?GX`a{WM=iAWd`@Xqnbf%L_F_AE`IXhpl1#g|vMBi|ulVe+d-@Wq z3D5dAcTd#moN3KifyIU(}f!vlc4$iJbpCZ~1e%rN;iN zn3t<-F8-b&Ir;RQ_PnFXyHjT^x$(eKMt5VA(bYS3d6IJz41~TOe%f--vPatUaZB#? z57%?u*Vt|ou3+2Kx~6Bt@s6LB$8XMLU`kyTSbf>BQ+P{AiqX@@w+f1^lw2Invd$G0 zk?hf%5bv<=*T6i_b*Za*XJc3G}YAWVWSlRM?Ra*HQjmJ%|iw@Sk z@=$)cM6c1m6N`U;XYDVK`k_2qMNHrl=d&{5h7+78w!EsS|0>v8!u9*S+`ki#zs9wn zJvhbut={f6;_odN+0UPYQoowl2fu6vyxL_I^|LcrBZy{Qn?Vp+M5! z*NSN_OKPSa;h)H*#liILr0%Mj2jB4urU-5hb)WHNpYJ1ul!w16?nb9EOP3p{MxPa| zvST>H9rwO;!(ImajtsroFJ_&|+S_7r^R< ze$5YtoeLH|*<^7&`HZ{w3h!3y*2kCag4Gi?M=lOIt9U}`|Kyd=X86CG7Gjs}DDddJ zd&jIM`wfD(=N5-)v%Xtm4i4}bjD7gC+h z>R@F0E&k2s7*oMZnktq@&v0J&BvmLeQTL^X8{5vb1yf4?tTs#%QoFHNai6t%my(b2 z;rH$8Z|thOw#6N(x_(&JXJ!2sM~hh#uc0SPI>sO^r*Q7t+S}x2iEUh_w z^Q-Qs+a?Uxj-laOzH-DdU-D`#F+)HV5|1)g6STu3Q$LuTy1_lOCS3j3^P6?=RQjI`-Ib*Sg2M^t?1>jxW^lmRi(!TY6)p zzJcF-!yPgUS`#ClR-XGdGszT~8I4 zUDhm=nJinD(;Utq^4qliNl(n#6_U$2KFe(XY{`51V4+NtLBb7rrKK)sR-*rk;$=ioU^%R2C|-oPIj#>ErAc11k>aqFa&yBCKEke@NRb89D7@j@il2 zb1b5iOSm;v>-YX_++-7!VtDKC-`c6ElE44T9WU%y)N!_b`jt}8x;qY`0Z*%2Y8?wB zlDFC)EwXJ;Z#Lj5lwrSYvQek|`}?{>Ha{hNFK_V6JHaO{6*gPx{DwKtZ*243efOA& z?;{JhDXAyZ_A1yP(>bMVdRLA2enIJXrt_aA`j0QkI{D(Jy2jFs8ETFK0xgVfc?yf_ z>lU8b9&mZ*uIk3r$TQEw*EET)4eP#`apdMraUC)4U3c}oG!NbF`{!P(mS6AsqKtoY zrRU6ajimuzic3>0Wd7M-Pcd3}`>jx$Vrt~3f4|+G;)6n24`s$C-Zpcx+4|k4ziRKf z!-ttOXH8mj{7Jj$#Q6GII`@-yIAmdKI;Vst0OhNR(*OVf literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_yellow.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_bottom_fluorapatite_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..ff57cf5acb968b44305210a7ba7a8c9727982497 GIT binary patch literal 894 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_ovWPZ!4!i(b=yxRWU{|C>m z&R1-4RV!vpoHB8Vh^L9OsO6lC#Vvu$Zr@CM#V@ey?8(=)tBzU)B|k4yDv{QXRh=EJ z*2lbSF59f61)Q@rK3&{msp6SvP}8^YxkO*zgw&}{b*!0h>SrEtITCo{h~=TVTMFlj zEeloUIrjXSO5)>>YHJVn?2|5j-Q}w|`&sWFn^OfF&L4SgFuS*6({+Y~&o>)hd#mwF zJBMXky^quTe6Y8)<;3D{p5*188#lBqdw!m?`Z&8uHJ^F-J(c9C6H=%C-+U?b&rOB~ zuhO|HeKV?ZMRdELZ=0~MD!_A{PK-lFQ`A?sNmHBxeNtQ(WJRU~wG?_hC=cAi6TIG8 zYw6?a*jdY?HCBIh2h0i+{GaR>d3p8HRD`Z{GFIg$~ z->ll>>^F5!k)JJ%?P{BLOg6LsyYFC;?)h_p()JT9WZCxAul0Gn;JEwyy}g;Cj2_ae zOVZor)pwm>P;hB{yT5)xO85j7NmtVu6}4+h<{9v8IK#CnEpf(Yjjoet-Y-=7IOXAr z_UHYbj~mv^eEQse`;PMOcA43YdCMDLZ&`6Q&v5R%g&Jz}Zl}C43B1a4N&LR(q%`|O zS03KG`+LQzlLaLn5>->QuTM8uV5H>6Rmb$3o*b&QPh0$kH^@UjUJcT~})xW83Q&VRdUTh+K!nqf}{|Bl*R)`e0fY|AyCp0Zxi)oNYYx^OzjVolFU3MI4s z_y3&r)!S_KSJ!EJ_ZD8R^-?T$xVJ7@!nNz@>ObrkPL*`OW;oBtz`(%Z>FVdQ&MBb@ E06Ku7D*ylh literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_blue.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..913f009577f83b577895e1673e1f33d5d9e298ff GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q{Mo-U3d7QL~3ck`rO8Cv(xoO|=@y1n-*F3W{z$;x=6Q2b4cb zUEpq+ps_-v#p9NXrl*%zhivuUZRurYZQL0Sb7p@oFYNpAru#he|HDUAMNSzMa{76M zdfP6>G=%5%Fx{P8+>+~YOKf`i!L2s6ih<8=am8`9 z0VOoVK_T^x8~6bui0fAD&1>5()OcQsmMda%>w zMW1_?O&2UVa`&N-sC4%Sx%o#-JbBJdM#LNfc(v5g-OTE+WTulSMF zH0Romt4(Pamhb;Q=UsDd-8_wVYkh8>JRTEo`FwlX-0$`)SKR86f6X{e_3TlerqD8s4vFjNZ$-{B&uJK+E!UnbM?10s+4^DYY~RG@b3w zpX4qob$szr-BoUn&TB8aIb*R0lW9?=;cC{k*N%LZ*}8eQ@s#AgyAvEujwv$U@KO6y zuPaxo;`F^7kffy1d$D8x zgU0aqnlDFP{);`HEacoPAg$V_mY|@PCYmXjk###Zx-7jcy?ohbW9$3t`FXoP9{gN# zey8R4dw1p>>5s3|`pG|MSGQ@-qbsp30vcVH-v6C#{z~^s_376)_+?uJEVlJ7(%?}1 z#il*~zHHX*zrO^-MOu&ioN1`}G}-x@jAMsf-0`3BZw0Ry=kGnabiMv0$t@N}KW$nc zJ=S&NSf}^zNN0HZuUl7-W^cLMo^n<&&EIeG4uf)sU2CO+yyB`K+iqKR`)~1I1qKH% z&)njvaaUCPlrKqgo35OAG9|FRjcbC3kUQga{n|#;J@XHgZ=7BF$4@r)`~YFwDwoL6qNv_3}A=`5==d78u`CHJv-!fZY8Esa7cJo#i!*30-?-#PRG0w35 z%jGCwXk+A(W^i`ysaNlW4_{bpQq^J6$FM=#^xVAq`AH|8%uUMvG@RXP#Vx*Hv9Fpz z#@g=m-Ko1(;%y8*&787e6`PaCB+uRruNP-VuB+MY@pQVVPB#B^@qNx$gJz`3g&P0Z zyUAsvMdPgPU2j;dT>?82B}(>)PJVQb9$pf#iy!`6aw8b^+fQx6A&sm>E zWrrCwRc9?rexbQY;|}kHR730UW^ujv8%NvPSaR>fBEnW3GTE=D%|M5KG3mr{jmlkEWZhIZLHt)etSrJu62a&cXMU^FI7d+mnvaa^)&YGf}8TRjU z0%Xn#mz8h6aHDMJrVq?B8+EF*j$Zi^m=`X0A#0n)RPKnMI(>Ja$HUNTL7Wj+G~ O1B0ilpUXO@geCxVMVD{@ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_green.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_green.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9f7665ffe019a78456202b3b8a889d12f547d1 GIT binary patch literal 770 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q`ro-U3d7QL|(Z|6yeO0@2`tv>(5K)8Rdz)>z;&qiq`#}y4+D_f4J-uWQ4hwJ@; z>JMzJp)yOFg067ST9KD^yszK*o6NU+_TqtO6J!6rj{bji(zIXie&@IT&wOjPrL=qN zZG{SvgJ!?C$KPf$)=XcsN=PtqDz_J>64wmI4Z_+CVLNl)Uysu~_~+l1N3QwJ7F#s} zQ%*;l-Q3i0^27Z7*Nyo7gzIW1O)QZ)p6~Xi}@QGWea zGmh8mX%?TgGTu{do-pJ5_R?(byK*sS(tFnPT+`aaovF(AUgW$Rx6iHO7YwhWKE9Z^ z^g6$W(NQC@Pp!)?ib!ot{(s?87t^i8BT2!9%P%V%a;imVK2!EhKY!VNog}Z)yLzUZ z%Ubp+XPRngackW3?q6|aQj52gKkwwvoe#VFzrCE%;*j|& z?C7C&KOSCZJa=zh-6zL`S63WaabfY^fawff20~2CkBbgIP7hwx_W1AipgOzroU@%S zeW_UfTz<~_UDN|^J?*Dup}J!@54ne?JEUkR&Q8xLLWn&-(mr(KCV;vCO)edR45 z8Qz$dTjab`R1#VG;p$)O6yw96jv4IW`1vKJeR;RHkJvWp(;c29kc7~9~+4$Gmr*@?kDT~Z*nC{5d zpsnaBo5*t1>Ojrk2Mz1q8EgwKE9ntuKj5hRbo)iqw-UQz&)=I1UuggU literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_orange.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..eceb48b1dfc90c98572615b708b3dcdb2c866261 GIT binary patch literal 861 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_ow+PZ!4!i{9GFz8%u6BFF0|``D#TKIxZMKG}EE*=x&g>19Xn?y%)_|BOGMCLOOgx$=wU3WxJr{(0<81?fNf@4bxbIJT|r=B1A@jdgpw zAAEnfbMfB49!hKu`|sUdo&UY*e*1@Sk5@hKdFP<>?2^U0(_i04|9^dVTEO35YrcQ9 zUM+KL{*x2U+$@hS?JubR`^S8mpYGep*YSVOZB3ebG-lS~)9!+L^UhYxUMj`#^K-hv zt6y^O3KII(-x0L`yQkA`gMn`Q&yqPSL{jp~xE`Kr6}~5bluP#Rl1n*-`FhSfmreB3 zh}j>hzR+c+|7w{tOF6WJ7Dlwht@W)@bhTKjQ1j{0p7PSgXBxlov_G4?W}Rq6Ft6%g;;PrGM>1RvNm;$w_M1VYNJ3NOh(>13=ZD{yEKicDd%`hY zukLt=&8dAZGIuxpc<|TTX73+{M;}{t-frt#CVfUDFmH-f$Shqp-nmX2ofbwoPE)_J z%8Wtdy2-P&P=-nBMIF2B4wTu3L^@4V58&Zu$h11;^)IlkRycaQ$I8hmlL|v3o#sxH zlrVev*SMqY?S|02OVScNvi+04-?!z{7j~aB<-)o@t#>zDe!o_{=jWl_E{76%Zl^u{ zs-9U>&HJ$T>5SzsYd4+D6yra$X;+v+{Xd?nO!2Qb?2Z&n_;8SAuhYx`tG?A=Uy68n z%(S>|pQBJyl6THnm;H3v3X|w3@wH5CdY?Y(+&i#n`_&^iUMk#Q`sjt(JnKiR&tLOc z5h!!rS!deo9yjG0JNfl76>Nn;hvc~~?Avp6L;8lzh268a#x_m=%a9>EIr)3age3x3 ztGFGtpX_xgxqx>R5M)@zByrE^y(2~KeGxj)_YeqO>hHkWkKBM}_Svp<>( Y{>@4K6_VGFVdQ&MBb@0MVbDCjbBd literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_white.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_chiseled_fluorapatite_white.png new file mode 100644 index 0000000000000000000000000000000000000000..81c8d8836818daf3d23134e5ea436984bfe8e3b1 GIT binary patch literal 820 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q{Qo-U3d7QL~PeeF)8;Sb5gKk zVAvlP6|)cgyOKg#w9A$%31zjeSTU(#lG-{=zgYj++gqO>HZFg*X+^=p_pfZ9d-R`s z){(b;b>+jF`^O7qYVNyd_X;G<`y0;g*zm=s|71$jwOIwP6k8l#Klizv%OK#l_vioh zVonP0PWUUo-*LGi!}^@J59i7&^1fWK zxy582Q^K>HEkAqiy?>+pIn*rve}jGf?!JlIig&H7dUyPPeLW`PzH`)5-%B@Vg!md3 zr#@QHK5LH9kK{)WW0Mxl-5mIj*~9tLA)&N|ZHc#Ha`F@}S2SJITvlTES+zt;vE_i? zw8-5htr}e(j~Z57IItya#wFGC>l~X}vbJ_D+}xs4LT} z_BEQl>G#FuD_&}DUasyV_s`|^CAs$Y_Kx@KYZr$85ZJuMbKef9A1~O>ez!X;U14HA zYsNCqwPB0zzkj?-FHz#s%aRq>UvKHpS8fe;edhH-N9{x2$6LSWPhO^JecSp-VbAl* zEw^*U#Kk3h-BKctJvey2rz&-e-$bn!N+&KzDJ9+bF<3k21Mi#DT<&59W zWLR?Qcu~0Fl4dSjm-W{#PxWFw|5;9d)%wC}m|=RZ2n&syrW fF+zod=^x|OoMOhtt_92t3=9mOu6{1-oD!M((l^bgP^^d)IzvZukV>zy4Wal8P}r zw*4wU1rB9PE!wEV&^9ms9RCiLpA*>HCog*UFV|w%cH!$^epn!h@Al12`(|`qP0V7~_R06wC40!%PZqoH_mZK9XU+iw z?z21AEoOYcdGP!8yh-7?r`nERww}C1SWwRE>4ZFAd7n&Z&tnTYcNAeq-XKV(>WgB7q$d>#K+#&vHNX#e)HZ!zHd3t-z@cP z^WWE+_l&W_byLJPE(f)0hKHsru5+F6YMM1MUjO6wr&7z~DrC-QGkiGeA3Ue>vn`Vs zlYCvw`J)@dB&B4NLdzK?YQC0E3$JrLxAoV`Yc(&np89pui8Cr$vFDYNx!Sr-y0e#N z-xjp{|4z6pCD~?wq4KPiAJ4URVZ@adp?+2-u-V_i{;l<%IKdzAIqbKf|_>5{VA zOs@CpEl+%nH+4u3j(U2aPle%TpZY}I+eb1ZQYK|Od9}o>V$~4h+-_X+iT71sXY%x$ zmnGBAUlW;`GRwup)pNFjOqTPyn{3IOy`P*e^|^ii_W7@j0-g3fI_?{~CSQ4NwY-1+ z;~(tIIUXV!(tP5-{EPqplL-3%bHk444;8Dd&pg~Wcg|julP3;vYF%Z$W&HcYPmv}s zZPV=5hDi$^My*&XsdQ1MUgw^J)Xq7Ap_?6-UQ4LC_vF#;zZLVmy*JHnOHY2~{labD zv?FOU#~nDPUwj>Z`Rc?)?{=K9zZaHia^QWtzdx_iX~CL(3{Nldl)9&HH939ekZsaJ z1BUNhTIb)qQk38b4hf$SQtYAOC38ATS;75d#DCW7hBIdGc2b$*5~#E#b)G};bAz>} jk2cCQIxrny`AK|vY`%gt^Gi+!1_lOCS3j3^P6qsf3K&j zxx|@Cu69dWyHr!e$)aQ~s|`cb74`+1R~+lVIhCAv^xS{PxA($A7b@kmb?@!^QEvMF zadh{deYPo|jO}YJpM3h-RW@T%{mthdVgExcZwbcCF|RS5-2Ue6Qnz(-7b@r9G?xE) zB-*f6HDlMb;;SFai1W*;BqsRB0}}{Hfa5$?Y_+Ro{ioGbfKYTgc8_!P%-<&aEQr`=oGnFxTbe zL?x%=1xt;>J_}_|l2hZ7;EmbR8lvHrcT)f9j8iF38kfCg`EK3){&dC%%vwtb2d z+ZNs~Fuxxt_nhNlK){bd&lEMA|Sa{J(N_U`K$(~d3tZ2Rb^ z?aiCYX$PmtZ@2VaXfb<>PKnDaExQ#ht~ZZQ<}><}+!vrbSNp^{xrv@fQ|+FX@vF~! zlDg|z_ra#`X@@=+9KPftvh_jb{%3!h9j`UBSa%q%Wqi6RRB-Wy4@x^0sy%Sx{kc-Y z$XmAo4z|Y3)U_7xobL=ccVqmU#YLp`pjM~oGf>K-mX8}zHnY+9n#@*A;smnBM!D;=hCMNRB*PZVCsvGM(? z*LBP)EZ%l3+GQIOq&u~2qNL8?N}hv3UIaMsk1pKOL{wBTbukJ&&1N-CvUb z=CuEP@jvWq)5NvsFTDCj$W?HXif{G*XX$78J{>$K_%5?sqbp;l-Xs-4*NayYZhl+5 zaGmv9`C`vW9d{#U3Od;sO3Y*mG&%Ts`@isNo}a&}-+wxqK7a8`G4c4SiHkm`c#F8+ ziHm;TyFGl_t+!j(zby4PG-8e0{Y`7**{%IYD?|*w)O;&nbtStu^G@S?W`&jqJE~5o zNC>tuW}bEGQ@>!sT={sm?yRrIdmc{sb<&yPkE8hZyD1m)7imakUR_dC$LD<6;4RPb zt8Dr)Q41>0x!t>eZ~0wYBX&>G1wo&vgEgg{9S7Ifndo`+DB9KjDrvu|4}u zzx_nsZcnSF3txE7+y6u6V+D`$;)y=m7OC8-GZQR6to(O#N$Iu4f%%jDG;MDD?cRIW zHpTa<=kkzwvsN0&^&9%kZA$)h`Iz4Rd-o6PMX)S3Jg&Zc#Y&M%_2YBD=65O`%rH^- zcGBJaXo1C|>(UcWr>?v%B_s2vZPAJ!``DFIj5sfpNY~$38nMRbzvBBR6Z}^#pHaqk zIN)TIm3>}~|2aKHPobSnhcA2%D4nY@W5QOwgp^XP&8j}$%L9u$Yb%OFe=HXKm*61L z#vyp=<&K!xxWu}JhxV>F%iO8AUPu4piro^+{MKK7zT=jI@A8iGk&l|U-A;JHzoVqG zGhKYXqMAs|cIS;#78^xBy7fx*)>^x#pDU03n^Cp)+VHcLi_`Vl zyI<$O?2_Ah%XyFE{KNL&7&(q5`&@SORC!q)`{e2NX&Q4k-@Nr_?(*keUv|kU@n}vf zt|?ESJ7tz*aOt%8{imM&&ApR0x8|T?d`(H`e#VRH34E2II~W-l7#KWV{an^LB{Ts5 D-42Ux literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_green.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_green.png new file mode 100644 index 0000000000000000000000000000000000000000..2808d23c2e52fdfd56edf4f1e116bd2e3ea1b4bc GIT binary patch literal 750 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q`Do-U3d7QL~Pz4LFoiL~y2$a8X`N8q%C>urw@G2T+j5M2Lx`lfgLU+lWg^w;vH zSY|_2;F40Qo!h={aGm(5_*vOPx7s;ZZJ*!ao^y2PtKIT(-2V@syV_H7=-gEfIoE;@ z|IU^>H%D&k&)F>|m>A9J#i_(q!ICgXi(%VTnP>hnng{>>+~-8|d6`I|%O%VUepD5C zsxwDM2(T;ipA`zW$xM2EVdkTso=rhq(k>FICw$!&nABd{D7h_U-@-TEhYl3n&)cy# z-_Y#ikuVFpF3CN|Urh*EUb9AiM!5E|Kp*vaZ`UcCOgKL6HNR+c@R#0WH6L?a-plk# zcO32rjs0}F)HlO6cI}5RKlmouEV#{j#xL8?PekF##-lm2W(7(lZdJT!xL;4Iudlt< zGp%b^Ug?d$OHIr4W)!rs*<5BHq@({nTD(4y$Vtn`p| zi}I?^9k;yxnQ3xr-^nAFtrxzrKDAG|UswF3Nx`^MX6uH?`(G;!w^gV|;e{Bx~~AqU*K> zrovJ8m6d#)PR}mqo6TwVvF3B-xwDts-Uc7|!m;VbA(4Mfj>6&US1)iDFfcGMc)I$z JtaD0e0svRuT=D<_ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_orange.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf0e9ec81377d5911aacc4f016611c847130f51 GIT binary patch literal 833 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|jo-U3d7QMBTyz`}51&-IhuC08#HTnIqehYqUFYhQVsldh~i}xxVVGJ#B&U#Jvf|C@2ut@Zl57o(t-Jo@{Qg~cB32fDK0KR4{O$Qk792Bo*e%{$yl0;6QC|0dso^#cr>9%r zSj=GGvEq8yi&=-9uDa~1*w$YDOyHKX*|u+t78cu9Oy#z@|2|Of#g%Nf_j@Wumo8ZN zY_r92=C13{Jl{YzH< zu$9itUVhkV<$+U4t*34Yb!e*iIt8d)i4qK)+8Hzd!2zXhF-@NpH6st%zPWt&jl$K{ zYCoI&5^t(-CcBun2AwjzV|C=7rCRJ6!FIuS7a1%kyUo6Ovtm!De9IRd_Jx06Ojh~m zd}w07(d47AZ~pnR#PjBbm-B8NDeQUuGbVCXLB*x#=cHF(uD_60+VWQ4&f`jr7{ksL z8~gx z?c6K1m=a=ttl4YSzieemb?uT%yR}agv(8DIU9#B4M#iu+DMb0OdHmlKPFEMineP1c sZ*|0M_ATH1XU3X%&bE4%HFZB@NlUbh>4Cp;3=9kmp00i_>zopr0N|B{Y5)KL literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_white.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_white.png new file mode 100644 index 0000000000000000000000000000000000000000..94a83388fcd58200c4b63e970c9c818dcb13848e GIT binary patch literal 787 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|1o-U3d7QL~P?&e8{inQ+Ec)p_UT*WIZLqCPmww49<_0=`#qsU{DGi= z0?S)peIe7J70K6C4xT*n?N8OQdB(*%Itmv4&U(Lf$x{DYr+4hyb!m@z%50Tva{rfaiocnx@%*WORHisNsv;obIo|MooRWC_iQmA+_@uDw0+0o%P$RN_-@|(*>(GN^sm2mnX`n}g~`-Z9Qg4^^-#(84Y%b3 zS5GqW^}H-{|GOj)+wG#>KW+2L zqeodQ=S@E2zT&Iw#Wj`jMpF|jnWdZ-ePT#9o1J<8`_6s)mfe0EB*MzzIqAc%{`Z-; utU0o$tGnMXu#^oxBE09W@~yXK4F4IH#bku8n_~}3@(iA?elF{r5}E)K-EqtS literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_yellow.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_fluorapatite_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..50b1d6e72c7ffb97c19b199dd4b1c6382b30cf57 GIT binary patch literal 841 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|zo-U3d7QMBTPUlO9N*t{(FM9q|a(Ca{BPx75dT(u6xKQDi64R?DrHrertJit| z=P1+J^@>e#qm#nMq{H4ToE9;Oa&B~TZBm=UG9^IMmt(7_^+)A-A8#06FOCc`?PpE@ zI`{KS4|gkfljiNF{~Nn@duVre?ao*$;M7<5|4HE;$8SycoxgOqgta*GD)Macb7wn0 zpG|=$Yw>SE@k0)Ke%8hDU%B7ryZh}J=l;Jc=XhoI^)J!#dk?Snw?B92;`9w~ zAMJm1@9$ggd6t!xOV;Mzd9d30c8pc*!zX{TJM#Y9&NWhz)v7vZmbl)oYxN{OhLzXu z{Q79NwaiD`$Ff|>-*EcFjfZ$PUB0(K+_d8{b6r$C{_3S2xzZ<{`J>6wX10dxVha={+cY&X4&;7ec8+7xeQ*Hy@ ztG}eHEZ!`h#ButZ;I~&bKmY1JJIxxl{q+~&gL&!?rv?YF$uZmc=h5cHwkdZ!kL+E0 zeQR<$HHOY z$wcw_(;vUi8HMY`sXjix>3W1BPu7&v&n0-iO}wPcwYsEPYuQZKJ-;&p!=s&T*w@AE z>B_7s;oBCVm9(ma?eK;TYYP|s(`!qd$P?9aklE-SPjr1v`;Wv*&*#O)D-wN%|TmWWHT* z=)v^un|Z|Tef{ruFx*+c-LgK5@peh(mhy?gOP?Do^}kWw@Y-il8}pWHH~i+kmaji? zX`@Z|ROK_Wbu*9M(-+x1TjY~yOnFmhr}|IsOu?wV{O=h&7#J8BJYD@<);T3K0RT#& BhuHuC literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_blue.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..a3af0234c9b1aa0bedf5e5de89b9ad00f1c43434 GIT binary patch literal 577 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s8@o-U3d7QLa9P8VHv5ODQBe|V$FO}$eye(>M;Fg53=d&CCL!oURA44JcwBY9>C zgl1k0zH9t_-tA8>Pp8|;^Cp)tys3SZkzd36y@O*_SBHR5&e~0%SsR{baB%u;|12VU zEx)JF`_+w~haMQU`>Lr_ybw}6I7P=TPT#2A_gIIKduqYVz5Z)o&aHpAD`H#NPCYTf zL^<(eFDm-l_+t;syzMpI73Gl|GxbkbIfIOuq~OCXXXo^@HAGMQb>aM;)c3*;n}vkV zJigQxZssP^V5t@B+O|_~nxR#XhTD|GYLl0Xzp!EGFAgo)V&3JonlVIFS?Nrmrj~B! z=W6%&t;+*y6?}P0$<=pZj6zHwS@y8?AKI-nV}d~N^_-b= zD%Vc-iF~fC#RpEUzdMBukajm!rFx~x;uXT5_WNvaS*9}apK%LgKZ24 zcDp-WUwrCnmxS`=!gImz-y3c_FheFyOWWs1u=?UC>- zzpfm(GfE)Y=ljVvCy|E&9fr%)^zO$jdOqvdvV~Uqg}&Z<_p>{kH~ONpnE&ny1sSG( ze%*WWlX>6wOHAIpbH#^$9xtj~T7E5K43vnT@KW;cWnr)LrboM7KiM>{{yIrQ`JuqE zfZ1ZU*CVpsE;%Pi)Gc0P`eJ9A1Y3tQ*Oq(tm6cxX^h=D&?l4U9>6@4On2(|7q@mlZzqY$y&w9LAUiT)`^(`w` zK3{D+w@Q^yB3eO-bB;J$@+X!XvDf$f|1nEK`S;zoGaP#+o^^G7@k^z+I52SC>L>NL z_RUL;sr}#DvEkkxr}L(#ek-4=yjOc;*{V68B_=2P^p*GjpXhUGxq&}pUb%VZI20F|(WY;u-@31B0ilpUXO@geCwyb|w-4 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_green.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_green.png new file mode 100644 index 0000000000000000000000000000000000000000..5fcf09c9c9f7b5d83e51c40876c2af302371b8b7 GIT binary patch literal 578 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s72o-U3d7QLa9y^C%e2)Nv5VCI^VvU`j7Pd`h?b(1fvaUY+QabQm41XlahV)Iam z4ZlmB>;C?`8L#iIX3pR@%OdNU|4t>PFZTom@644@UaZE@CH;*5(C5g^y_;(%OPg!= z%sLThxty{5xoZCm`xR$9m43TEoWr(=W3y>dh~KPl&d*C8O#9ur-)Fx)?e!I5 zOxV`8N>A*anek3R*RY$+-}xnq86K<+Vd$Hcx%a)X!~3}ktN&m7J?}`rcbdnUVB$~>AyGO6G9 z=-Mxxc+GmVDZ@K6<0U(mn?ygp*jjMu$ONUm`b%#%+*>2yDiL%iah}P=Ds^|&mxnYM zyc7Ep{xLkz>~#^m=k>R&!h5CJ^EqsK$#Hrs&RWVFc`~mp&kL*2o*Fd$S?{cAPHR1D zb8~ML>E`uhU%URxb0z;VnG=EETek;UW~sS9-7A)s-Ez%(y5ajz+kZaQeEV=T<{|Nv9 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_orange.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..49c438708a43abd23ecc4f0e96fcb035e2e8521b GIT binary patch literal 596 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_mZJPZ!4!i{8-5cZ+5l2(;R(9O-8=licmO?E2d$iofb=_wIAHI@@D?QbJm1LyDt5 zi`S{S4!f(*l}~$e{k;6=cRx9AOEPSVnw(d3=Crj3V;z&`hr_%xIYZVm7R)^uYrCj! z&5XZCe%(0tppSXgHI3K_rlNH_0_}1N!uyStJO5;;Y+9x?ktsb!W5w6wOP3wkW@{vT zW1G7Q=iS$qJTG~w;*~G?_Qmpb@`x{8fd$vp0gZmaKGugPez1=uhablAT*QRBUK3xkoQDvBZn6sf|vhi=td54#9 z9(+{)E!ZdN`=6FeT%WHk{BFAKZQ*f7hN<2mdLIw#Y7`tZ+!J4r)?+qDGH};}cZJ=? z%I{uzE;+ELbc2e*X_0*OmP=hl<>I#MkG|R$GixWq*0+ICN2kmw^!eO#BCGe37Q>fd zmREhw9YL!(j8~g(o`0wzhRw`j!tV72;r?tZeowmn^VHJW+_+Dp zOjK*SGMHYtJoHvAI=iENN#4bN~*R!tq0p8cL3olO5h&|GD`r(mpznM4Bm-si2 zx%sAlq+iC33_gwOW|C#;o7PF$w?--;R7#J8lUHx3vIVCg! E00y)U@c;k- literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_white.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_white.png new file mode 100644 index 0000000000000000000000000000000000000000..dbccd1d0f6c81bcb6b7e3e1a99e4c5facc05b7ac GIT binary patch literal 562 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6_o-U3d7QMccee-V{@U+PrcP-QE6E2Cq_+{I_`Zrby^%<@c`TUL*%zC3?EfKW3 z+rd%gKL4iQKOg^o`|v~0Oh$oZm18Gfzt&cA(qt7(oTV1FTGY^u;Y?5Eyooz%7ff-o zO>0{vl&sR?aR0l{^rmw&Y&}`F`{~0EJO{p3#Y)YLYz|)ObGc<+TvX9jHy4Hz zmYd_&i*v2&nyIMN!BKmEvYz{&yS5CEEw(W&og#LCX4nUYbwlFb0I~`F?ik9OLb`a|;hvpMP7nc*-S~&`=ka_qD>CUkNxJu-qQN#Gz=A zyU*Z!@$a0pp2sH)c+SqPT0Ui#b&&kF+q&m0y);*7J+_$i|DW1Ym!6G^tHQ2D7GAy1 z74H(YY5#8ZmJ3413ZJ}u*%`#O{Bq{S1yc^y?a%*^edoQL^#4_Riu)da?C98V`|XE& z%9^TYdJaFlu*S&PiK9i}R!&Wff^oID@PqR|R{KU@FZF$EC0%O$+OJ0Bv%N{W&AZ73 TE2lFsFfe$!`njxgN@xNA=-K?- literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_yellow.png b/kubejs/assets/tfg/textures/block/planets/venus/sandstone_top_fluorapatite_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..50e57b8a4b1873052ce795057c4ff91ba90f6bcd GIT binary patch literal 603 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_mZxPZ!4!i{8{p-rctiL|W}{PLla~amf));|r7^L(-e)ni&C8T+}F^$n)J%~+a9y3f0ORcr8 zPP(M6dDl4L`8f{7l_9eeweC&~iuv?0Z7IWqQx{C;e<<7-7+T#j;l|4^?>?VWY?F+A zn=$)%ssoSlu`d~!VmIIQ%=NqT?6dR@vG;8?E9--!*Oc?#TU0VT@$NHY>CNt1lcnF3 zIK9>ll3aKF{^_qlU0cp7msu?=IUTkBUSs*q`ET^6yj$_Q-PMuD_+Wp{o!XPPo8>2- zQkbe(@%#RS2giAWnRuqpw_MjMF!S3i-uG-%^6o!~yLa#p_mYifnTMQ>FEB7LFnGH9 KxvX;1Kq7 zaSVxQT{`V_zf8F3vHI=r)`r_J+kMXh4JXgN2 z`kZ>*m%Z=9J{LBbw(W>Kp4F{xyUSWyq}7q*V2XjW*3o-c`6}}^95a;GXRz3@&(}zQ z!?D0n(Vv@+@QZA9Yk2Q{$@S#9xaKhHM>W0flA)oBEe?^7IkE+vIM!?|`F<$1|7u8|p&DjjzVU$pnza7}Tld$O`pmuPC@i@fWe;T}$Ck;Rg09U9!d zpH$CTZrZZogvm9lKMp}+Z6=yC`hpqQ)HxHM6#vR_TP(^Pu#+oW)-`U?ABRmo-Yo(@ z8vP}He(4u(5eNx&-7H#^y5H4E`^2TDZ)s<8n09TE$jyvjb@>iQq>Ad+UFWB+)_t~l z&P$c!p`yD=rYu!l_fw?xU`BVb=rxO1XF2>i3f;CU#HU$oUvx2}dvl*ch>X2Q!MVgO zYUg>jRyC-z?lO^h9HF8b|NGbTn>RQl=Pcu4_uk|q+}33*Bs`RHdFK?^`@nG_gV@|gt9u!TW|DniTlLNO4 z5)$eCiN)yh=eFib^0k6|MwW<`+c=OMw@&5gs13lOjA9i5aOXZ@zUZj z{twJ2D`q@evv}13ewE1&h3qGUh-&z+GkNfPb+bDE@|^d%6ZBY4Zc*Y;J!WC^GSRqO z;KR53atT|UIUJt{$u<~#niw?UIh!VH__yfS+Sl*qP157)DYJOapuz3DSMt%_-|6$C zY!$jhcWK;wab-vS^Ok>s|9dzm1kFj!-0`=rzcLPE&HLU}xh~V>?hRS}X^XYt z*Eau1t8aSdfleGzcgbPO@oKUbzS&%V;n|bGLn(6tMc71Jx>hymOzrt? z{7iVhk$%OqTV|<=oXSUQ_AI!#YT~)++Iv~J7VBOL?_uX|X>ik4>$tKj-29wU(e4k{IcFoy|CjPx7F?3V}Ch+pMQI4cePh&C`+KnHl2@4 z+~-N#DBif!6RBr<(2e6j(aMSQ9J1XfX3u&n)g9TUZrj2T8*xQR(<1-4{Jzf7k)9)pgTVG*`qNO))qg={~C>=4VX%MT5mBOb-e7_z5qv zIFR9;z1eNE=%+{C(|7*8__9hxe5PB?|LFT`7|Pb=U3_&U`|CM1$;?TUmr907&)HfL zBy>cO{rYyxJ;h$jZ!bAvD*jRUROIP<2ldwaoq7Acui)A`$BLj!8Rjd^7cW1+xWuzh z;E_|E(_HrXzMIsWYHMCgG#oWaH1w?~$+*5?UVY*GF!g6YG7h=^ZJEU*95r`_d%Jo% zqv~PdqnqP*{0Y%~ROK@*t)}L+#A@F2`*)l-($#;W9{@k>;`L5}M2))e(#A>yclpnakGY6+V7uns;Z9+v2;RKyj2w?5$kHaxN+j zzWUQUGGo!PQzuy#{&)F3*LPFtb8YUkDLbT&PEPz3xskErXZZfVE)%lMPVOlDEVbFw zZNE8#Lj005?jK%EFjfA0uS@XUx;KySepd4STFtC>xWjMz&racqn`bWg%;bNnwBI8A zjT3{#;yqV8LFsSSlPj|?S`|!7D=D{*x%YmJcVV5b_1$N!jDMv4!sKecSzW)xz`(%Z M>FVdQ&MBb@02_-69smFU literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/stromatolite_cluster_medium.png b/kubejs/assets/tfg/textures/block/planets/venus/stromatolite_cluster_medium.png new file mode 100644 index 0000000000000000000000000000000000000000..fdde0313bbb0da9eae418f497dcbfb90cc2f405d GIT binary patch literal 541 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s9So-U3d7QJgP`R5BcN*w?A-gxtl+)$21nl013M3OGB3ENhGSoL_STC6<&@7uQZO;DAbE^heq)Ww`oi&x*@-TA_H!Rno+QqMW% zHKsntysxZ(|LShvyYjeK@r;Ha*2Eo*=swN8?!3~ZRJXmi1K&^8iTpb;Bbohk*R;$jM!i9ko_2ibULNYu_xS?`@isz9ZD{p-hr){yo{ibuB3?mG5x=_*A)rv!n52hU4Z?MPJ!h zQ%y>L94amqEUvV34y}y2_i#gO^81HSM; zl$kz9dOTjxHRHZe2gl{YL%AZ!Jq!Q;n_yDf!Ev&vw<5IZfIu5#^JL>y{-?7ST+7Q| z9I3{mJNcyEHK}ERUB&Z4pK0t-QW80ryhcH3i}mj}@1}Mv&*hDIClPyoqnm*8its(_ wly}$sZ5AtR(&rL5DAD{%dCun_iyo+Vu73WFGxW7I0|Nttr>mdKI;Vst0EL|QTL1t6 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/stromatolite_cluster_small.png b/kubejs/assets/tfg/textures/block/planets/venus/stromatolite_cluster_small.png new file mode 100644 index 0000000000000000000000000000000000000000..8b04d113f285f39d3b17e75e6b98a157c1beb0f8 GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nk~PZ!4!i{7`B4*ER`kZ?Pno1b~mY$=}-^O9pncFazRJ2m&b!Ff||`9o8W9WlJf z>7uhGAmd@v-v2ts%nM%MtXH=@x!k4Y{DYdTzp6ikY8KSR#&0|`jbTnt6;s0O|LvZZmzewg=4>|m3sZi&9on&Y)h4zB z*_rqFdDks3+}E$x*8POF3QBY0`6AZyCbcSQ|74#mGIQ_tpGmVA7#J8lUHx3v IIVCg!00?ih2LJ#7 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/stromatolite_hanging.png b/kubejs/assets/tfg/textures/block/planets/venus/stromatolite_hanging.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba47a9413e63550841bfbbe5f772156703d1d3a GIT binary patch literal 753 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_q|Zo-U3d7QMEUJ@cg9C0h5d`?cD=YqEzY2aokVDZ41X3EEF`*!CDd2$fO&q;hi3 z?7ODvjt=Y<2c-9f|M~h{erEuy^Lx$gh3i_k89(8PP5<%yz3xHxB%ca#jV`98T|CstsXi++qniIzy%G$}ss9?X_2BLUzw*59PFa&@mE_Z* z!60_J?QPnDni76E{i9#i&p-F~w-C3OFO#aPvp#y;`RCock7haDmYn6b z!E8}TqlBy9%;NVF=jKfj(o7BVX%U!tE^7~W$Hf)q`Oo)M*SBvKw07gGKAmX4ufw@R z#MRMn=GVJZR+*hi6I~_}W-k2XWBU2S`>UNie9}#$#B=8P`H1T(y11CEzRmgfVv?6{ zDEIgHvL|ys+AUh;W!%^J_t}}lf2ToH+cqZIiV{HSMqy&1gD0U@2VPLFL)GunkW9Sg(IPIc<^)$=L zXXRGyT4lvu`Ek4a`-k-(f9KCvo1B@{!Qi2)ncaO&XsxPzUFGrD*W2!HTfT-TkK>4i zVaYrLx01M&8;2MSe1+>c=JeYJdFJF*R9XdGZ9BcXX_b*qe)hjVkGXHH*nY=er^Ap@ zz$s}~!uCwh!b7_cl-(6d_6*GW_q!%(^E(4K!}upU`C3ovu3w&KJ3XBBo-5yOxm=MT zPKG_wH`hr0tG%T>HAR9+QDske&F?C=_t(<51m^5Bol<)4?%$s2$C)G7X=- zWkP}Tf?T#Ofim0Dr%ZZrbCJSPPJJ z8L>r%=Ot^8@G9@l_3!E2Rv2^t+Lm5t%}!~ivlj)Ad4#5)n0>n|-u|BP?hQP(2@*`3 zT^mIfY*lJG@oVeDk{A1@v&-Gn7jR1Gak96Ui&!7k<-{B?Wmch&PbSlX_XrXI0)Si8WwdQ;5etw&O3NeJ(n zCqBoYIW+g=nq{wT_}`1$*vkcY1x=f^`?ux%_`W|C=FAD(UvF$xY-^c!$t5)U+ikJg zv(2}By}fnov@f*}eirgKoYnmu+b_bjlqJaH%kI?Hpr+NYC#{o~+%-`^$oYNbUbQKc zdhC+855Jzyrg$)__oRqx<^@HSUEj{edwIr5?di@~D^a^7BBjS}Qc_Y~NXnZT8?oxthcD;nWzKqGeg5SI#g+#fa%bv#Eou1A__nme V_=SOrDFXuogQu&X%Q~loCIHtnS3Up$ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png b/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..c821c220303a06cc6ed991f081009f48d93057fc GIT binary patch literal 10431 zcmeAS@N?(olHy`uVBq!ia0y~yU{GLSU}E54V_;x-?3wqPfq{Xuz$3Dlfq`2Xgc%uT z&5>YW&?xkDaSW-L^LDQ1dX@01dGk9g4AY;?DPI*WygEYV>XchSi&dQ`F#co6Pw`;l zkuXS*h?DrI8z=E$zX6Xv?`?sct>RL5g3jyk9n}iED*O4_97Fz>M>{P-r!V1Mk>tpH z?oL7Ach9u6BbLv5^DFG%eqLYqsWWwF#w@>iM;T^J^PZH$v6wY+N5als2{ya@*H^a) zi0!ZZ^<3rUw1*F-uz#=XH``M%S1)kSld4~$eZmGZb0(!5rbZgf-ml{6%y4Se5hK}_ z%+D9u=L@)T*W^1y$E8%BIepzeeWT5B1D{o^Qfzkh3y3-0n9$ba{#}yyed2AqtLqM3 zU_E?Lvn}t^H1XZ5R9^UWJQ8In+_bE6u1u{*q*z59zq5FQTVTo=vGp&%_kFlyms>gU zDW}s7p5M!N73KaHoMvva-UkY zK*Q*gj*{ngpJV(NO=KHl|EiVu)gM?;?-VJv<*Dm&`NYV)zrv1@Vr#BVmuNe%&4$N$ z#r!QNg3ESy)xGC%7SEXF7ab?j*17EE_PRwsAN3qQsVt+ea5_onwCd@keN`XLMN<9t zm;2~j9Qgce%hOf?G1rMJ{bz}D%GP(J?u^(GF>Uoe$K&!vg=V8n6%lbFlir>xs7oe+r{`Kb<2j4&b&3wruW&7%k)6(^SmfP1AJpZBG z$9I4IeFImH?oDSpAB&2I`*SW<-DmD_oz*EKW7e@R&sf)=tMi<*CiAd#{U3Gvx&#Te z+Xa2ESsL8TXBbG`V>J;wZM?~5;bqCh*?LY93@Mdoa{f)y>CQOZ{qcoeTjHlTKjVee zvq6qnd;8=M#oe*3%U)*8@{1ImF>BAe!v{43x3FX!eSO?rev*pxs#Pj$?iXxdedT=S zZM$u6CofZs6q}sB@m4@hy$2|4A0&K|bDe1@X?w&-cI*1*m0IQ6iHW!EW-Ti=uJ=4H zpE%3x^i|g8f1cWLw_i8zmAipV{D1$oLF06jjsI2k^<|=!dy`G==NjmIeeXJP(o?}@ znaVuf+y3Y}PP&$E?jWK2ByRqi$ozbXFMWcCjv26|i_f35EV`|E_ndiu8bHar!Qy6t zZEf50uP;mcHMoBAKI;yjlB)Op$EqdCog0CquXjrSFjwEa2DV4)OA){$sfVOO^gbj+Zi|#3u}I~Y|?q6 zE-JQb+2p63r@xBMyM6d`6-Zrc#wZV%bb6?<9pbdyeh$7IvR2Va(Rb=7^Jpu(GZx_g1~ zp>2Q7v()?}^Vf+^dCIAu21)f2^UQ7kK%yJmoITThHqGS?jdSed&bT`)t;?o?WN4vP^W}_2-XX6+cSx zHMdAGs`3!%iT-GHVD;wsPglG5t94C#;_4Ln?94O$r+R8SCU*}Q_*nhpIRDmA>dsOf zZlBA`bmO^&X4~{@dj0f$lyWwy(r-@Aj2=0LPe(TA&Ts!-uTuX?$L(^-txu00ebRJi zf3NH_TO&&FsP@kT8*dA`af_Y4{^Q<+%ai*rn#!8U`kHerE{>c3zpKwa=V#~~X_9w2ly2Ss!6J*ej`#0tB zVSWp{Ujm9cWxKl`KA5uUj3H0(+>ACwjZahZ(hpTs^xw_9-X(s#-G9fPe@&ZoZnOnm zH7hSw)@VtbxFovtEThilh1YEll{SU#xlqzv_r7J1ha~^g;J0bTi_d-Dq$AMQnq2-$ z_}!j51wox~@rt7{6^@~sHj=Xk|mg8%{`2F z{x)5|ZO^*v55pvb_IDfPUYnhL?Y3s5?DzX`wRA2kpLLqHnp-l?m}T`@)7(l`4~9!7 zA%_-OUcIEF)Fs9;cVidlx@+MoFQM)Xbq-}*>=O4~a{K$Q8{7Pk z%Lh&~dMR*JyCgPTaoaPi__+F&E@_*$-Jg2>>8vjj*A6WdAwTIGVkAK`{XP~t0Vb7uyAO13?MxIcaa(l53cg*tDEGKt=@|y6b zOw=i2N#=<(YtTFJMiinA=_Y6!c`6IaQa%gq6beu$+!uh17&o}8DGl`YC zoo=*i{SxzrOe>x1(^XEkDOe=j*x#JGb8W@KOsnaa)1OqHsi>I0$HU{2uKDMXJdtI- zktf$~e%ybftvKhjvZq<;oBgu-T}p>V%v>i<66dU(C*;~)#jCEhd*SP*1;)?b&FxRU zvU|e)Rl54i%+Fs{znk}bNoL3MZw9{Y7Lmr$dk$^1mXWhLW+clHqplE{TUq-r+h+Uq zF7eY>TVwintvizP`Tp#i-is<+1D|mm4!XWG@^|1KrPGVT_GARD){p-?XYpZmpJV)2 z|JlBnzhdic4atU0S|9c@{=K)+s_g#M>-_w3lb;(_PTa)%{LQMMcPW*tgaW3$oVY}~ zODS3S+>M;{DXEV777KK-q{ZEG0%v)XZtlBvbJq046ItrP7N36Z>tlab*|kpk)!ADg zetmo>+@+-I`Q+T!Z3{duZ_qn#^z>$&=$dQcI^oZ!r26fzc8QK--;g`s@qbI6f#YS~ zXWiG&h^@bRH!4)MEm6pgJM6VK&*3ARVzxc(+4iTLYtqqAb5?0x;S*Pvj!{pLKKG<- z_w9+Pf`6^}FSLoT6P~b4@$yaXrgJRU-#*%D8#X)JY&N%ydcgH7Cb3rkI_kbp*rXNG z873XKB=bbh$62`+$vbyFcsKX{!BVC!qvY_ZBB^b!Sym~8vMpg@imrWawr7TJTymsd zpKJqfq};`qJWr#x)s#*+p)rFeC*RCGD>8SR`Pzz!;+o4clOyG(J$+Qo99l7BiS#P3 zXAQF+BnK{u@tvO-Eypk`Z_A_7;2ROk+%HH@R*@F<=y@di`s|cEgPp26roPW#JgEJ( zH`&B@v95m8If?tzcPDNRH$VQ|Y>x5l{YMI!LYa5n4xO<~xA{_>{BgdhkBb6V?T&3V z$nCOG?GfAIH@(k3A2tV_W%3m zo19MByDx3$E(QIdl|`p|EN(7fe0-6aZEv!J+llM5H9a>SE8Ml^;nAW}#d5X7lcc+Z z4L+qP{;DcoyJhz4lF+vs*1deO%THvz$E6LT`YDWA2ajHTF4J>=a_IYf&Mr0MtXbQv z&QCTuvXR*)-yv|x+8=1u`(C*p|GqZlR?avS_j=m&t^IPcX72iwP}K>Q)-*0jEV2`)Tq#dW^)p`+>cdV%GHjupJTI3 zr+86?Yec$Dm(5b0;!7q+MEIsX4HA*Ox-My7#o3xdw>TA+xtzI`j8|OUoab0Qsx_`Z znHOIBSYvBs{<1aK!b|=r%GMvLGCo>dy|zNJGH{u^@vn>NqFo!t0bPXa8h3oqI8D z0fPkZ`-`vT7G<*K{=D6^L@z*Zb<>^+Qzy<+OFl69BQwL)85)b578oznt@oaAW1D}Z zn9Ic=E!p+!Umf1{vgK}xCxqUB3<}Y88+3}b~#MMng_r#};xbGgWhd`yNWa^ZQmuElcNIY5a=LO^R%jsFOb5BeE{}cb`G5g+oin8?{ z(~ciG$>uCx@<-9N_QZic$NzkL-zi#`RpjyC*vKpXq|!+`E@!)O>AdQ7Yec{AWt?|i zy=&Sgjf+t-?h`Y}X`O?=APmiXv~tjz6n z_U+%wCZz95-MQuI(W>IL*H%9N_M()3YPv`ARl|+epDw@GI<+aFUcPNp+7e#} z=|xjk_{P;<(^eNR+bsU1(rZ1atPS~Ul&N&9Dt5+})m~O}1rKdF@v1(4jb6mM^&j@y zHUHyG+!9drA+|CxQg80L35k_nGV3*0H|cb*SS6%uB+%v=_)KEg!J}8xCE7Y)mqe~z zU+{)6w{q`IujS_Fr+NonklcKGYCc!M>n`!jC6eF#XZFY&$;^3l)wCtI;-bV9iMEqJ zp9cH&*LTN#-|%jk&(%pE_cA)B2bEtq`O864GWU4*=hMq&dhR=OcsG4rXe2df(o>_y zOJB21d%581eHBl$CzW1vPHa18wr9e>z=gMhW^ayJubuojZgyTA63fCHc?4-N>7s zv&}r`u%+w7qM9Fyr@yL(U!R}+LT!0@-E7DIOU^N#PP?{kPsbwBefATIR-Fm4TKc#@ zrS;FcL#3$~tITHvOtU=R?*D4f1Ji9!w?Fz`m9U=u8xry0_jP7pIr#-K&%fT%HQ2Nt>u)I!7YYlou(SN@$TL`| z5%f;xf5WCTOW*p3ZhLgJsMghd#)9j&Q}tLV)wEV>!?ry)-fC^qnRayL*Rv(1e^o0dUV1N^$mPDS z@bbjc=G&6{u7}4?&aF(mZRcpPOo#hX#agD`-LbABx`w_xcZP%>eEm6o;cK>XzdCQT zP1mITrQ`DNJxTj!+V}Qxr7hcE>o*NYUopj+UwB=lb9jTq7yr=TX~A=DwTVZHEzY)b zOg~fdt?BV%{*b=)oo`LW?D^mS_n4RG%bXlKX=)#O z2h;j}CQssC%zC@P57aT&%3ov@tUmS4jA?3Vv)}SAKKN4CaU*X!sNFed&Br@++Hvno z`8VoJ-=tIV@l*a%#$9@`ThHmwKV|$|*Ky%Xw!QBJ|K2lfOT08qyw`hD?(Z9=iK~`L zr&J#K^33vf!MO$HXI{?jPhD7)`+iEAAULo-?6C{|d*<4XrKWca)?HThG}D=I@9^1D zHVeBNr+LeF-XPr z-pfhXnf827&0p@Y*V(1+%_X<9eKzDhi~s!S>iLX49nl{ZCSTuYo>299&eLCADv^t? zA4?6t9$!@VQ*&3|hX?oipHwt#KlgbX_Oda5nuqY`yKlA1b_f04nB#ZqO5DFPiDi{r zAC@vWi?bY@VG&no`WMvfd;KyzW7fH!PlMy;{%uM>|9{faPco;AmacW4xN1kebX=%} ztM0B*t3GD4e*KcLIcp4k zUn(j_Z<)5{dUykm+4L&r8#f$X{nU$0p6F zPGk4$s1KV~nBJU_Cg?gbDN^tGbbrmRDHlJ;P1C&nsb#~=dp7Dk;y><9Xg<04*OBbw z-1ntd`0db$`n2tShJ>ER+$Npr*T26GuWw%`ZBzNjeTSbzw?6b$*7&toSX4OgTB&s0??0>O*IbI({`zIOjI2$VUUXaDgDbupx4qqb zJ9JaV&9|EWGb@BQ)QQLaK41SY-@fwC2mUFUQ`boz@LQIY<#_RhxwE*|Ye84(oPGHD(bfACRkCBY-|xEqdvCJNY1JOF zntyNVi;RCq@g3<5n-lxT?b^S6sv11b4}OE%f+evRrit%;;K0dsy6EGbd0(dA_S?DZ z-=wRrCdIw?u+%->tg7zmyz5{KXe`F)#r%X9K^DL6F&uw)g6GGpNhZ9hr=a=JvqIzdyV*XQ`R|FMGG1S3l)kc*3&2Q!n$k1%pPP zbm!j9TVB;Mo9or06BQNz-M2i&S~zCeUTbX03SSt`uzUNuXyG{Rys3|CFULQL1vTN; z#c7?j+{^oXj!f+evz|>_H*?Zi<_cEME2{l`RoC%S7rVeR-{bOywzbESN*yQV81Njt zJGmcJ+&{gV{$kgIe|PVv+U)Y5=9)2U**;I{INqqzxeVuDZ;psf;EHBb_}r3bkSKlb z&U(wYN5yOnz(C zrkHWK`{yGbhU0u2a_3Ke+|Mv&7UyAC*_+eu7R^4(yZWn$V$La}^w93^@~2-HGe;(E zjf&qC6~C&-eVV$~o^SF0kMIAzB=dCku8i5MPUNTAl=y}xCq25=nJaxR<8b#f zgRM8u&;I(S{&Ypop_wwgqU%HU{{;2%RbEa@*ZF}J;%+xjZE(*T(D2PV12B@ zd%_;=dhO&(B3k=TR@59VvtE4P`q{ge`Kx=}!=9_TDOUKfB3( z#-8O?FG_u%KY4NZfAX;>?+@QUHRHy$*^(vmZa-eEKL0|*Uh`@zljl3u&WgGH0d26R z+V;c$Ho1!5S6j|MDc;kXn4&dfLaO1eybCw})?9!6{&fB7<4X!}eErMlFZcK1S~}SnKhD!vRofIp`aPxNOuoq)Z4}seGbVYa-oESV zp5~k4uE<|}+Y@>Y)c3rkqtbVM#n7M%+}CgCa?5P)WO2VdZAn|k)&(VR7>>WZ*5-DlmT{%k`S#}B zA)%hpb*K%rg!SzE>TMU;-Hd)6!E1Gab=k{R3{P(VS8IP1vgPSig`01+MDO3vdu~zY za9m#Kdefr&)=E8M4RhYy;^n&%d$%oIZ?31VM%iwzSo05i`?@c=E zW=AmH`m}4=%bZsg_s!;PyyvrX-%qb^+*iNZDIC_`_B5GmwvGReS$4tsx7x&a$F}DF z)OxXp_j%6YnO!C7C)-xP);DZ9I`?tE1h3!DJ^!3|4`-g1{{Jcd?@8uL@$V-;w`fG2 zc(yg+&^j&8%@eZ14W;IsS~>5{hdp)~0_xGLRxRPxpZ40j^m|oa{{rRZ|I3=0Z`wyZ z<9T&4uy;X*){|`yr>NZB_Q-XfxA0_(IKvnBcRt;9_a)ECZkF4huAU2<#`^lK$YFt^ zwA@{}N4pQ7Og@yM`2Fdv{2eRIyBB#FwkqE(ef{X@&rdxXQ3f)1mR`4A#J;xT;+>Oy z!Yj0vzkJi06ZED1Ynzh1TG(rCv)S1(+r!fjr+f{O{%0M#`?AiYLrOPKY?VG|$TNBM z%gwvw&V)5jy7j4Qa^2oNzntR4Z?6}9(|7ch)3)4e**CY@fZ|uJe@2g-zz^kHpOnro zIrug&ys+$}=5lrW1@X6cm?|$?^7&Fn-1isJ%13U0di3cR_piOeEgN34U25K=Y4K;- z%FxHVWL>patx`FyyeQ*lmw2V3x@q<-J!>`J=hI%7P0Ewx^Q*jFTD{L^b*QgS_KD~Z zr?%cUUFD_ zFL#As)!P1}P4n9BPnc!W-q(z=mzT_4t|_z6^7V(^alRXy-pEc)Zo2j1zLYZ43PXk4 zZ+l+94FBDWnqK6M^-Yz&+^36#y zWxuw5*lTUmQtvXauS*k3cDr1hWYTTmyWGsN&RC2`p=X-P%Wb0im&+oLB>kLq@q^ss zi?v&Qni72CR3erwuiLaqi(_%?p3{5nJa^?DeXU+vV(q!D<>8~~V>Oj!rxTAG z#WtOraq+>IYY`jG_MF%pk*hNMb9`adCqu`%k1w0_E;_SOw|{~0&ub9|6C(S~_UxFs z|HyYXm1W(@+J2cLw zMBXz$-sGEp{;FZlOh4^7b6@e(Ukc{x-G1An)2%wEO($IZzNOfkf=@f-xR+g=b{~0O z4LlC_KAwM1?%kDUUAsJd-S*u-qnD%g_>)bbd2n=`_@S_mzis?OgBO{Y&sx>E>#RRp zLCp`wzxO!X@-EEUud4BCMVQR`tFv{cJ+H{?&->nR%<?M!XNzxyTKI*Z)yma72&(O;gf=eZ-lTJEQ%ubE)ooAIdY^Vb zHJrU)#qS!+Tu$cCE!*~7Fqu31r}rn&G-cp4R?oNd3}479`$*gR-*~H)`S%Tr#I6MC zbCP_1nWwL-&Mi_4jT9?#zIks$#JtNspYP@@pHaH_*2#dq*&dAAQ2?%Je$ z?zLh39<{D;Bbog2dso;qt#++DeJ5a7=27m;Q-XdydS%?lcW?Ud(!UCZGIN4LgFc&P zN;>?Sc>7ZSo}Vx8PraUcI@D+0@tnhwyH_pI;qHo=mU3%ad+yIw3AuY`Zo28Wa@C}` z0*B~0_JTPMXBUYsJDXH_E~(UU+R-PVDYhHa{3UcjJ#iD+%Uh=2%RhWyNX57JMV0YV zjUW?Wb^V}8Db4RaA1lY2KQUi7{boi5Xcj;F{ED<++n;~ksM~MTAE|SG!`r@HWxe*b z$K^kk9WRrPJF(%H_qN;8*JfwGn^)5l?f>evh-Br&N7c1c-)77!ndS6t+n$IudK+}Y zb9pkw1X+@w&bz82CA~ny$TaMN0n6*NTSWDxX4{#nos(aA{KYf1*Eik0uA2(avE9x- zt1oc*lY3LKCNz%3z-g?NdXN9OeoQ;%^f`;`(yaex$5$=nj{4lY(0BQ|j!YKUz?82x zUa{LAXY4XEx7h!u=i`TYT}@jbK4oFQoNThEeDyCy&!xWZ+l_xtTVSzr`PMx7w%Lb20 zysOWe{(U!bPW0U~Dwj%9i-b##?eGgPy}0$^R0T%Km{Xf1j=y_wV;|RgQ}b!b>8_ppX)$r^7L!{6Q5d6zF@4JIAKY2-ZRa|5BFMaQ&<01@<(v?Tan{@ z9+v{HvTl2r?XNX^*#gh9v$~;r3#5IP9cQC_2d8Vc{giwNJHdmdACO?zVnW+t+;5ic%Rj8*5mE+1qPK%SX_-~u6!w; zlecBlnU_D5Ev;6WxmJhA+1pgaNXMmbXKB52_R=n&&Cb(K@9$i+^v~{CSJ14Heu?jL zahVCv4gW^D=}&vUs&>5&cS~U6Ou0<4O;PbHdsDXVe0HMpO4oi>k9&SL=BYC?#Wvo( zcj2{MP?+i=gGin89+xLv{2%Nd@Cvty+%QR%-$Gxu&>t3=|PMq}A@KWkl zhs(X@^Y`#s9hzOqy8G6TO_4#l6%&^!#@Ti{%Po%H>CEZP$(5O-!##16O=6(y_k{-8O5_e-584-u$!l%G*P${Pl0HdukPX z>~Qsz)P+91w?24HNQq?ecq^u!Eq2=YP{zrJF5kG#{jA^H{xF=iY<2E--TXf{?f))j zcW3XP=_7Z^B9r@YP<~16=N^^2mp;00`rt8rtK}YR4 z&PmTQuHLWe@Y&p<61n-_J%bmr$+I?1`Th0hde2F`iyzwh`PVr}$L;V7zqj^sx`kgj z*U3c-G@i;VdS;=!dXk^*&bKEQ+pDa4yXf{OrPImh^y(I`ndi7F^7f~VI{s!R*XLgL zU9|he<*KU5I3`*z%+B6+`)%ISueqngb){1GUf$`q;E>_j``eznPCLG*=5O(|)!Zeq z0imjoC+?YsSU$BfOxIbwbbp6ubljU&lNJ~Uo;!8+1p9)#B&`p7;?|a#bSWiotMJ`l z-tzp^%6+*NioaQM+x`Z}Y}n4^0Meh z6(=tq6y9~WIcyK#hd;09fBN!ye}HTNXf4#lvmR}FPj;=d)|OR&Q1FSv*Z9h;yu+(k z#zn?cEvJ zrSg1!Q@7+DhOT>hYIrwC;_UgG7COr_HMCVWN1QCUFMny8c$=cdj6LpwX+CcJPq#d) zia-B3Wa?wnmp5ns^tSrPad}JRIz5Rm{!t&dvv^KsG}WE1a?@k?`htT+r3WiY<}Xl| zjr23c9N1af9Dn2nS44hLB94wr&Y!+ fteu6%|GcS-Ym!-+1&SFM7#KWV{an^LB{Ts5_#(|5 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png.mcmeta b/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png.mcmeta new file mode 100644 index 000000000..8e55e43ba --- /dev/null +++ b/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png b/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f920c61e987708859a1194606dc9342bafb436 GIT binary patch literal 10868 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV07SMV_;y|%JoNyfq{Xuz$3Dlfq`2Xgc%uT z&5>YW&{FesaSW-Lle;H!@|$DR=KehRa7N>d_A@q>YJBY}v9X~mqhcpr^}g=C|GV>l zo4>-5_9fFj)wV{3E|t=I@9?R|@^}l!ncx=(Wi6iUl}$5IzC2@M!{OSuTdzk+AN&7z z{{O@Gdyb29IB)2GeQplO8PTzH8hsw%)j|WvNV|K!ZuUa!ld259YWK0_?;;G&Ujd$ z$36Spb1}`_Lj``Zq8`DwN}l&^Tbp@H>RkG__UKhshfQ+T9&7VBf7tP}Q{`^q&N}Do zr4nt9dVL(1w`9zkw8vuN5^KJXvcG>!TjcTKj$rps?@u;rr@vh(ZA{%cXZJK6>jxH$ zmqdgb4$M#BI_bP=p+=uX+k#a_3}L7B8D{vd=WLez`lV_|?8N7W=H>epJ5eU;jVr-JOm0cZ|BiBBpuYopM6u_Qh?cx9_t11aF$P|Jkos z;VG48QfeBX_X)N=m|^pA_WghH5^X2f|9?}@p0NFYi%q%gvJF@GR&&kTc5IvNvdP{{ zGJ~(OmR=W_FPC{+N|TjgS*D_|^yB!t@AChbX$aric2J;c`Pt}GMh|zJ*B?$Pah&yj z$Kx0zOJ$23^M-y7Jd$) zsdw(x_P^QH_V}Zmx7C!?Q&oRWA7`{qF>6!oIK)~Sn-Hz%xhr}5{}VaC<{XfIyi@r} z(Z|+Z;+LO=$o5N;JeN_<9xhQ?&)NksALY|Ov{{d zc?+4mm8)eMK4$pdzBXgo(X5}Wm4%Bm{8Ua(TXk;Y-JQxO%Vr!pRH}TapzpQIl~BL( zcQ@YIZ@OK-D9>wNY)$)X7L}82CU+BW>TSyO>iXpJ;CzA4$)~S)19vRY5Po!7d7W%R zq+FZgmA6+|bEAdj-(QV<@$o>hvd&9|mL+dRPNdwNr(|EWv#vS$_p48*rv!g$$z82K zb=y-z$@ohqs>?DN(>J|2kXP>$rEVOEs+ayk6RJkmr1_ME^Ao=L>VK zT>|IqsQ+QRyrkQJMSS)8nSS#G*@|uQc^Z;`+wA_sm&j4pE?tw);t-m8LdQPfs^#pr z)-4mxEWaMJ?*4?QhL=x@&a*ybz%!}j^!vIW(FY#fHvd1{O8mHc%Jpp=iIbjl_U=p3 z%$?R9Zn4e(@{~E}Wj%LYu6Xe3c&<`QXHD5p+1%?FN_83D+y7-wo%!k4)BT~(m2Y0y zW*TVl{O8yCkE@fJ>b+*Yoq2Yi@@1Q2rA#sEOI8(s`r{G%e9rD^%hsBhEy*dDkJO3d ztq2H}{P>aa=gVjFI}Wj4K54wl>Uq&$-a}KeinmT(CHl*RY0f0wZEr7@@%GQ2KjC?? zdreJ%>H3vB_WWqmh)H;LT$;7G_PyE6d+L`z8r$TzJnx;oaLa% z=^)mtllW%;n78UoNB{R5+m5HyEcCkVlh1SesugHIJ7YZthd}+;(Q!^)=VylRc+z z@)6kfcJ=4jWlxSyeEhQT$Lo3GhBIR(rd3bMalafgV_9pW#FW&g+}|E684rDS^SJz| zqDJL3-;8BTGP8F1>E`V3xU}WNUe0Biiad=cx|R9+?I)zNGl+c-_fZdTImmRK*N}(# z__v)A`yDwZzx^jXt;C{y?JDldx+NNZDLa2Po&3>s^%3_bn>4e%$4Z?JD4gcsQ~Uk@ z#ktn^YJOhtIw>nZG4{HWkLN_ykW#-MLDyBrNFH*WE%$dZSXyKk#+4H*P zu%7nmDZ765>Km=N zbgf_3Or{Cq#}_8O=bL{etgpZPitoXnYZh2@J)5yCrIM?~OdY)OnAy1=0tLrS;8^^bMWInD;UQ}SH z6LNRToA2f}x%Uz|gs*dM)S3S7j@GK{${RDiZf#4n+LvMz6&xnHJjMC)l!{+Ft$%rz z#-4syuv{*=pS>+n;Yhkohkw7ya^7ig3wPEv=l%`}b&FCva=h9mf60$V0kuGbiL!XxBnB@p67iLdU1hMICFz9 znoM2SIcbwu>HY=V*Sv0#Xj`D+Cz9HfC=pV6?B^Xr+1P;VmdiH0*d=zIGvsh;RL81Q zm3Q{2p8UoT6aTmCpXQob7 z;&F@>-{QNr%imzRb@`OkE}p}dpZBr9l6oiq&mmAvM{K>u>YlUjY%i6}=+WO%_bod{ z{lK=`N0%3`@^P(mkzl&K#h^7r``)!5?>tNw`ufI-J~=w^>Lb%c1NH}Zwk~WEwB7)^Lr9G zc$@`(2=6Lx*Hps@nR)2Qww0N)x;A-r_VYhE%6WhO1IvYn{uj6B zRv$Ue-u1{u=Dv17q4E+F*|f>oEe4(b{WAUhCC~eot!=YY^en$I?Q}`aNsXvaTPlyg z{hR+a%}6zK+wu!bPZb_osJ?2IjPsN^e*PSZplU8N>c_v9MHVa9#$07xetGgEkJ6JB zH3v&-R{lI_8+-e~PQgP{cI0{7Hk-41+T)Ln7c+Wo=0`UhUKN?7tXLm2cm5Kc#iF{P>cWa?Ue;-0RqM zZsqKzqc2n?*qj=h6nN5JdF={&=op*8buwd#)Z6ys@;7qqA6O~Az8c;UX^!u%Y1rDT)zq06 zOs)p_>?(E-oHOClF_B5j)_$EQVJI8>V%e9;d9{nLZeW))&tJK!CveN6HO1e||M%qn z2Gzc?b?v#oZ)`iSxGy-w{B&}Q=0qv}Ra%R!w>zJ&v9Y^gqUsyG=>qFkeY?mqhj~JK zduIz>=Zw^g<8N}g9M&SWZp3T%cx^UbI`zjt7eQ{t zlU>TY5A#m`s5-4gMD9$w{)*X6tIlNXZVUcoav{#${`I=-jk*0QcPBn~x0pZEXWa&! zaM|Z4e~2Cum~%XUnp*=kMmbKR+OJ=ey~r6Q`HPHk;&%trovA&Hr-Plu$Pr`v*4|CEAoE z8tso7@YLitCI1cy^^>_D9KyLyI8cN$bn0V^#;g;kgipWV4&^%coG+1M*<rn$bM;vCKo zZZK}WSMlh%O~5R%)R`;Xb_b_;=|1W(2;qHUc=N(G-es99@4u|SA$XB7pUX*h)s64{XTGj;+}g6r)$fvS zpD^E_NVBy;`KN3`XVkx2v1-mTy)WWkOEQb!S)D6sIXLI%n_1g(EslJDWf&J%(`=&q zYFEPM-wwgkE%F>bOn>8&#j^r3jWzW$cUSG$yGwJz zvfkG%CAr-tb0_?$@L#QUjE>^yoIA#vdC!Pk?+ez zj(X1B^T^_X<9S8i#H8DDm4zy&lg>TgoK?%?EO<6`%OQa#lTg`Jsg)wBMl$Pc`b(uZ zsC-GkbEo!v*>}eKvsXl)_%tJVQ=t1bz9}|Q&r>pao^K8+C~e&|XTr}ntf?~}SST*i z5SE))_e9|Srv7|}jzy}EGg<}I?(S6PNb_1zqRgYn_J`$47+;fSo1(~?>#KfhbqQbE zvN3o5%_m&9KfT=5w&>K>wnekbI3Mg(KKI;sUs%@eFwL8L>jJK;K3{iuika)o3CpaT z5>}OEUJj|KS{^yg`*z5Y<;Ndx)UqkKkz@a&=-r06{fSolLb%`lo}5@-8hcptZc)ek z6|-cnb4s>ytDYz^O`WUE)A-zNOYT~;*{ZTUiWAzdaL8!)y3F6PZ0&|z{`<3eY%XrI zX=OhYGNG*F{l~qA+uj;>g_)Fg3M^9#a(cb8_|u~!4-2|;t3yitMDzqoV?S)EJbjzL z{`ki)Ehf5di$xDj=~;ZWfxXr|*qn8redwEgYbU18O`auIS}4`B-O2m$?7P(tU%PE3 zrTg_F^!G2w)bcyY7CB8bT>O4gq@HVGlKg$XUf0;^f4;oiFZd%kmG{g%ev^dxcUEbi z+jLmLX{VpZ^-_-DO>s2~U6w!T4BmD0PUIQ2>xYGfolYihdM&le>iLI~(-~XRmi}yf z+~Osr8GJ5%>9@J2oaU`6T+eJ~nkjLl$@uqA3H4fKZSJh$`K0C@#~#Cl_LuE^&XoPn z)UeuT@7T9kbe*)Oqw6h`T;D>k4Z8e_XBZ=LZZBR{6l#3C&0t31yQn3KK53J+pIy%W z^v5Girf_b7!c5nhla^U8Dp>gDNW!t*{q^VH{{8ON!11SZ(vip3GS&x5OSEg=SZ}Ig<)yYc?SUfjf^<82sA#kbasU9b3HfU)wIdki&xV@*;8`?R$JYwwk=EJoWeA!{z^-MD!xo?@Ka@ z(*Ai`;K*|KM?d6dF0szxjcl}kSo5x6?u3)Cn(jWFrgFE)%WOxU$%+bwOItKf2?xzR z(6xN|{26}p3M)VMDoIa!6_gcwsEQ}VZEA{$?#;LE9UosbsoV{^%9>dhFl&|Ki(PH& zLTxO+q_1k%5`OgfaDw{peF9pN(|lZ)x{Mw^dsppuQutB`)0?D!PMK-TT9&1Vtew%P zUpRNdygAxuW@y-a`1?`8VS1|3nja-KoD24Z->hEG`uj(pgL(3%%xoEJ1)k^4oT*%% zlisr1ywKjBs3EuY=Dx#)bxZ#oTjW!q)4#eqzipk0zTcHnzu@UEr&%wB9C4Cha-P8~ z7ZTdX^H+17bRw7KoS%0e3NuW5t0}uR`^(eS%vbU=k8@5qwN=phspn?fV0o7AHMw}hJ)TOf~ zEYsT=QE!`(-S@O`{}m)eNYu_|phVSmM_%G9KsSXts2n`C+&HAKkz$Pi{V) z|8SS!KEq{~w`9oQSMYn;R$FuY@MZtQ8+#8~>c{_K-TZQE-U;(LCFc_&*IkoenpMdZ z@A&2I-TW14`aA2sX}1LAo-6v;wJmsyyF^j}E3dP`?6}D)(MOX0P13o2*+ew6PC}}C zU3P#hl$w(%B?pWCb>08_FkkbO@Z^u8Mm*1C z{QGTe{&qa?n{j^KRq?G`&pmlkHGN)Tj{NDOpTAD;m#fl=oT6@b_aFDik8+o{Sj@Mc z)*bG=rNb)S=-Q$w=8JNrmt?-Ycgnde*ID3<#uv9&)#?r1Q$How);HzulxSO!slDyD zf6pS-lhagg3;r_x%VE7h`7GZZ`+st`zZI;0VJxS! zE7sKhS2rbCy1rO^PyTiH)!B;6l@=E)e6`1H$*pyX^*cg;bv)&<;Jjca z`h4Bhq$Q_Tp7&T_C0?0@Oy{K%?&sAK7aSHoLR~D*z}seNB5_1 ztnj_QbHJa~uh^pfiL7USb zPIk|L(3fnAK2zBQ)%B&mVNl<9zRwErmN|e>mR0Hs}1@rZV36y@{!}<<`gl(+>$)H$MI&!lgggl-^>fQ2U)W3dTptbnbu8_Y?s&g6nXKxGZDy=^m zySgS_cCXF+-HKfqH=Is7Fw47iPHKN_yZNNC&3ohWS3e!EZ*_UtbYQ+llj2vgxAw8u zAM93EweptMoO|%b_q~SS`|B5I^od;TI{K#dQ$*hT`qSK0H7ox1V%>X>Uq|GW&vg9Uj+%S!FcW%&E;HCXdk z_Do;4^1~j(#oN@*C)fRdT%RPfHgf&GLxoH^x0w}Af0KDsedObp6}8X&ITTG=BR@a7 zxjyn-{6+Q5-*4~MFDVJxZ*b||vD@GO&prKB`r7LCFD5HaJ}IhivQ_jJ<3`>7cXtHa zil1#3@3{JjJJv^A_3vxm%Ueu+gZXB5FS59}&1=nz;;2S@SE;CooqIH9`p#4I&3-Za zmy@zp@Yk;W6M6!adV-cP#o7G+dSK753E8(zLqd<$)jNym8uBooF4|fDhdEMi^NhU# zRY`%X%B~kzv+fS$Z1_>9q4m7DJ$dzp+#Fr5|+@Ev{db zObyZa>kt?pz~^6Iml8Oq;4Vk__P?o94UMLGWNx0Z+Gk#>WyGa}1}vq)MK-p)ejRJJ z=t{5|$EeF#{am(Elb!~E_i2ByTUDG!COr4gXee!Y5yMoxOdv9%9{^yt+e~ZD&S95|l zC5o(NoAKVB-{1aHsqRAiqnAHDY+$#YW9qwfvY*-FjLs>1Ymads=c~B2Z>ff#vy4BJ zjmT(gbfw6d^7iPO`ctibZL1dRSjgm6 z-r3`N?0B_~uTpLPlDEaG{qG-J+ui$fIUr}(I$61uQ~HcFs+d0=K3@MI>2KT7KTi)_ zIlkER`8wB(j`!MOx35*)>v;KO=Aq_YVK=+&B(H7R>cwEPbeEFv=UK~wIyHH}CK?3$ zFTCziW#e(_Zoy99Xyum9+?~yrA6F(X3Hj;!xV`-U&-|**t5y~BIKPOQ=5%+L-ib}j zjs}Y}y_S?%s7kNWO19ehtB3vfVcmV^$G(TYTD!`K?|6Isidoa1KB`Vud(3^c!aMru z#Bc4>`ofAp>H&SyVmxoCWB?%{1oie$*TF6eKY~~|}X}`H`3|eKb zsd#R?vF-kC=2!b{!jE>^(sAPmcO>jO?&CSV$*A} z)TtAfSRYDQwl`vHuW#_CoBNi(o#ps+@};n&bRxQh!fA$@7 z=*n5Wfm@t75;xtgee&?-amNm=Q!N(zilPR%5l#+C59#7#}@m-uCwYp(Dm$qwd=O zYp|I&udVCxu2X!4cLi>LvXGJAvG@PHu;V=SeeBC7h#VDsX~lSV=i_hh%-2kdH<}&C zzv`SzaNJhD`JdnBMnB%A`1m4g(#{IsSn-gplm4B5?)TOuHzwlJ!Ao~NZ<{^&Inl(L z$FOAKr|H6CpTp0nou9%pEywfn-gil_8&{h9o_tur-yq=hlE?P{=e>rZbG3i^o5%YG zU)o}N{Ic>q>!5jEnT1|v%;^(qZ&dI8y@G3v^urr=rLhGa^Edo^!NLA-ioy&&=Rjt; zl$(tzH&>@?3>s_0Jbk!vMa7V-6OWbfW|>cgFk2Q9J7B{KOHe4|%aUr+Zi z^KH%azAL`MA~e3W+o^MMqJ{jt`pZ*t%H-L$Mtfu?N4{GSv(@TCOsJ*juD`-I3~dKi zCvq&g)afQ=GWX$h#_N9oe3!my{C97+A8+kdU(a=GmF`PVer}Y}b5^|DT25fuw&$KW?7izvTKn_lrTTHs-teuaqwQTw$8Jvh9J} z#UcTv)-h9+quEz;hf-2Pd~m?PYw98_2M>L8F$&>>zr*9ngo_5W&Sec z3gti1EqrNP%&cwCGCvD<|6HBu#F8MQJ5?|_YR0lvKC#zd?YkL%ymDuS@8u~|mVT1{ zFTtO4+SM!lME25~jlr8P7H)1$TD4BtXl9Hd*VR?>{{Axl{>&BME^b=nVeyKme7@F{ z1vA=aY50h$U15#A{=)9%8Ny@l*do>CyZ_*me+AY%ZofDvex37! z$x~^oke584ts~|5Bg=29FAx*>Z{roJc3{&NOzuDp17+w)$}tu}Y$ zUmpHgC!q4nf4ySwBGF|A6ZhH6epoPl=dX~GS?_LSf4h{w>ff{w&OiSTHg5|)dU#Vz zO}&-L;&s0x<6m7rWAZfJX2t6wk3R3r#}Hb;==L;lS|xZy?t4-yr|>7;Ic_)(k^G4x?VYN zBJ1z}<6q0wN2cqfd4)|I?XN0#yxQmfFlmO=i^)m5|MGsCVZ*yxe`)XgRho*&IZv28 z+>pb6e?Fhc26Nr^!y#8$+Yjq*erY=SapfUK5RA_ zUp?2niqW>*X7)zptnI7H^BOTLv^VJX8-yfhv@QI#&~I_U`Z!G$yCNSm=O-$j+q@bi zT)o{c26Y=e4NyP#+_)`qMfFs^-G7fee!L~0H&y)V^RMMm8@KE7pO-E4nb*<(ooic3 z;#Qr0jTnR3cGBnC*36z1!@ldieEox@uT#1HX7w_NtmXc*Qfk^S7Lvv#;uJ$?d(cvG{aRTifo}Qm3?nTiqWwZt}~Ul5jgD zOUBcS{dUpK^;6W{N^(L{>{I2c^q$>?FtTlo>(3rXfii^TgaRhK3^h!fb-Q`g&fk2maenRdJ)?}(2(^RJt04dw)g&D<3HRU_Nq;cCiJkEav;PNrGtXzf{A zvH7)Il#=eo=JT6AHn1OhGQ(!&+BH^NbvK{fyfFU7xw``LlcSElGCgWzuk~On^O2-) zll=T|tG|5b|KY%uCyTBsdw={m@$SR6ReE->*$-{`A{p*AP0BWh{dSD3hUEnA^Sv*E zU9{HQL>Wu2J=r~Z-Y(y|gYCcWe*f`Bd0D1m*R(l){#`v^g|4T4ckES)ns+L*T=(P0 zxaKY^?yNa~vkv%O@4ccF7P^kT>Hem;TGu6CkDL!{H2jdN`L?mfJh!*z%1i#KZz6aP z-PVZWyP0aL^Oh(4(&k^APEDC~HGT8%mp6m@wdR+8di=a1z+Cm?$B8DlgRfgIIxoYO z`02+N;mW#@_@HGu-{n8vxj6s9!IYYV6kEy?7rFk z@J4fx&EbN+k}Y>`p4a@!eqvj#Q@z`=!+DD{ET8OZopAWc%?9>Yo-Y<|Sa{wh}gz3ipIdoSYs`nh9*wKg4eqog*-R!{WSM?;2Dh=gZZ}d z9~@L0q|WmD@En#}varr8Ug!DxwjUmo^6Y>2`dY52UUsk5i*HZ*{{0K{yh4SlXKbq8 zEO+Cb9UlwRf^}0pi?6(AE4ajTbw<|0$>&6(l1PQvwcc{hw z9rO*JRGz7*G3+r~Jze|Fjn|#Zf-J^YuWdCoFW>)giEv`-%uP4<9>31G{NLx|AT?j< zmCHKRcKChhmT`&|&)N1~qf2;k#?h>gQV9kB*yg>kICvqa%4&L8wxiV#N&6W+`d5BC z@iYo#?LGJ0PjuR*Q!8F4C1@<*IJ#QA{$%8F-{1cKv)EJpDmw1juXxq8$irgpydCv_ z8ddJT{Fu{w#P!q874zhF*8g!V-Ljw}K|etLQT4ZW>3Q4UXUv*(_n)x5-CyPRc7J3m z3y*wPH_5dPDY==hlXH6UDx;;6(W}mUXH6H;?L5SqXs|dpJB)iOm&WOkr^3JcU$?b9 zl!+Ffw(R1~+}`^1wdSiEKTTWIb5;BcPsqwDef#=_!jrbK%RK+=nH&A}nw+ZQe8KLU z+_th?M#>l-(n{if_2 zU0nNByOed=go=9|cmD~0{Fo?laZk+thnb(J&EEaq(6>AM{QsttPrMfHNL1ii$m`9k zG0!@vuIcH+-O8_asqj4WIVR5XZ;HX3%O9%jdtYx%J28a>%M38ZPI)#_Y~oGS4hOb9Y(A#i0MU=3DGjzgl5nQ8(@B zrVq#VA83|SU%E1`a!K1t<9oF~tbKw%y*e8I$VzeT8c{ipL_VP%uUUN5&zCq>%7oM& z<-bx;y5HX6HG7|&^WAs$8)xiIFxn>(CN1H%Wnab5{f~A%+;I2xGMBnNKc6ddn$3?( zmS9^aY&73iUT*e!+iUxRzGh87m!P4({eSk~jzzCoO47V*Y7(q=N_|*xS+WJRLSxq3 z&^Iw&vu*l+etcX1v|z{4O(9y(9=<%T$Z)s5#cap%#aopUUrlvY&YisCYzmiW)Z3l) zKkgdbuC4u<-kcW{zA94ouc6!*-_ZDHzZ|3;wpQ5g`OFYfw>fjw`HBh8-E(dqzjQO_ zzVzp>)9Zb2n;ogz{e5pJ{~iks8-cb3*O=oycd2@oTOEGO8!<7BovGgG_BET_dwdlJ zADHh;PkwGV`)zgEZ~tbu4?8MB102orb-(mw{QV;?Nya&-@f_T+XIbXM%4A)$TUjz| zHD~(I=U-g8IKwmaxy|lBo6lPtUd^BXTK>F7)FZ2h6Z*KDCFA$~E6-9~J!f6EfYT+D zrB>JcZRLp*J^L76J zKQ`a2eNa)8u=khO&i`}e>ejrTbL^X>=j`KWqh~EkGOJv6#;Zt|y-w-$x0Z)V72)Up avwW}KKUv+*aw!7?1B0ilpUXO@geCyNc6W3D literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png.mcmeta b/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png.mcmeta new file mode 100644 index 000000000..7ceb36394 --- /dev/null +++ b/kubejs/assets/tfg/textures/block/planets/venus/sulfur_fumes_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png b/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png new file mode 100644 index 0000000000000000000000000000000000000000..3378326fe61c8265163f1499d5876505676656b3 GIT binary patch literal 18073 zcmeAS@N?(olHy`uVBq!ia0y~yU{GLSU}E54V_;x-?3wqPfq{Xuz$3Dlfq`2Xgc%uT z&5>YWaP#(baSW-LvvjX-zH;O)xgQgFT9sCCO!5pAnR#-OS8D3CO}k(3l6spLa=yLr z`608MWP`XHn`bs|XZ;~B@!{BP#x%o*#+y7nAIsPtU)9<3`Bl<|18-lha}&=iD^E** z6;`S>Q?+wt%17lR9Bm$1V(RmR-&^u%8Nc7-urNqye#e8(;&Y$t=3m(mUROyy6$)wTM{u;13U`3QfT za?c`;#~*q2{uTQ*Jv@W$_KJ5cFSce&9M#+tm`1Yv4ltdHv zfb0Z`vmal)V0@Rm_5v?+O?@!iBx#k*u6J?5clRzk_QrgbgsUJ!!mJhStE)o4+%mm$ zJL=)RY0L~3^Ytb!(VXLV_wejOmh~Zrj#@Om-(B%Dic#8;fkDD`VpWlOL;dUr_pWi> zSf!x1vm%23Lz;}DXP!ZC`Y%V7d*5T3`5Ep8Je<4#-#4bWY0M{cyE0}isIN?I_}M#e z?zf9SPjWt*)UM(?QN{d6-L(E|8eIZaS50jg=IobDvYEH=<4tvs0JlkZ4t(BLU?;PP zhhb@G*M;y0N*9$4cOJ_q>Q&i!@Vb87%Z2yySA36ext|~Mb^qiiY@S8T3_qSu&j0Y~ zD+8atQ5PFSLxxe*ZVvlm(@sW)zo%DkJ)e6>n42Mff5lSuG!se16{Zh*jvMzJ-)w4- zZkBGcKuuJ2h3S{)T_1vee6QNOYQ5kUsSY(|i`fq9$8C=kb}jZ3z8}Y9*roJ%Z{P9F zz2+-X6}4%d&Q!=sj9j<-n``o$--<{f~)plb+|dWlQ|CUSaxRj?DK9E7^DWg}+)q z{paPI36+9=i{8Zv^IQAI^a%GpPvLd)fBfdUsIQwvWd#pA!@j)|i|*#Uu>YpNzM$xi z^Y*((5-e_22zKq;d7%E|P4$RFjxtZyA2{}1e|>=Eug(8Ic~8mzSY~tZ?=`)3&kdh_ zmcFAS9-()2g-T}E&p&K0@9YV*@;BJ&_wnun-F?z~TvtaPK3mlI^AFqQpMUm#;M*U& zH_kP4s+4i*gYC+-ms7nm*lsg4q;2Tm{9f)w9ZWqs!F*tq4|2fluBuE^Wx z$hv*|jAOi#5Y&Vr^*i$1@RI`?xz%9P75A2x3*{G7hL_R8x}8@m?? zQ*h9fi5a zE#~WeynWfY`K88ejk(u7o^QOQns;i4gnPli8{sCuK7I9hpJ(Yh+gxF;-S4}?wv&HK z=7k8IzwiC?@XSks?H6SjL}Z!YyDx26loGUZ%I+C~j~Ej)5Ce~^+9t=o1t=fTfN`MZ179$6f%TikVe;!1mqqVUQ5n;$=WT{HPZo9m@KvkNP$ z8-6eqEq+`(_b_|zkA2NK0>g9952|TRy>IqqRmHbQA@%ES^L%)e zG`DN%mDiyb{ruJy*1n*mW#U`#?XK#t=9AVdO;(tGc(I`U?uEm*Gn+mi6kz}UopD9E zO;@lo2|d3ophzyzpz^ttqRl7lxg7 z-p_SjSD9n)A(d`?4#4J<`Vts60U-)<}KgZ_&z-7+kUtSWW;g&)%v!?u3)x;qh#OnT*(@{F1A_c zpR%ree!GTGqgH{#_Rh3e2IIAcH-E@(=ZQZfe7-dB=Og)lc|Ogsb4Q&(blx>RzAMvPVpj{V_FK$BQp+ucY&%_g9;He;nnCn5xBgFM_qm z?uNI)te!8orq<*=&I}ZNxHDA!B=4h1?XOE(A+?ou^`jF{L$~x_J~D0oUhea2w{yJr zSn$_T^V1^Ne~r68m}PtINp7}pIiIVw{bP`sq|Pk^O{2BtcZ_yb`|h28yXM^89N~W} zlB+J{th~PZlmTPcPaDt1j9EEPinIJC`To4Q`$N(Ef?H?VYVKd%Tz+}?*7|ApcT9Zv zv-)>i`OEHepEuh%>Cab?iOSph{!#HQ;mxmC{`>p;5#tQMRST~DNU&oM=wP2>`c-ew zVfATo7e7|Cxd~+0>2J!*eVFp(S6$t;caz?~hokAK!Z@@saDh(5abupDpt>re_M;c{W>r^gCSsagBre1J`v%&0o9E z+ciGl<#8$G^Uu;#w>gMk>~HhCw_aF6VA@DtGRG(_r25CnNyjMX-YLLOZrrK zxSaQoM%T4xA`CXRyB*5cbFL2wy7o1fsh)dT|V`|^=&EJo!)s3oQ?w@yyIr=Kj~JQ2Q0k3~OigZ~n}9 z?4}u~!|}4T>%ot|Z|ga395T(jWR{}ZOuq$7_jZ@aDbHH}dRk4u^P8FR)lN^h-~Ln+ zvcaKL{m9Mo=^I?*Ce*Kg*OI;Xao+D4yzJSNr&X{wsB!##Fzxj{u}Z_JU57LJ5>2ij zu8uA<>`njRwREe#!pB*CPlFBJ6#l2(59#U+pM1mhMYv(_^}ShaviXaG{=NI?$iBbk zQ*W5r3&w}(oy*yB_rDGldHA_q{^4u!SLrJ^^c**~xVu-)X@6EtcICvUNmHYbFBPhK z>+kSy!HMv+$0t|xc$?OU&%1p|PC|W_n)KCWA1m4}tXAT%EqRsYGAX3>6T^d~HG8rz zS1dcc+11E5?Zvj)HwsUC1Z`a|Q##Az5`*9BXUVh9Tq`s9cW3{eLklmrT`!w>CfN1( zcFukKH4ke~{qXZ}|AWftj^+af$KSr@ZBzdH;LDEwNlT5+FMS&9vRXf$-=IsW`Mjj# z|9{JR0=ETEa?O=Do_XziY{gQc4NLdDy}O}l)ALsvF zGQLqEsW|mVhLP5h=_j8r);M(fdY1G*0XzLews=ZwoR^K}*ylwV$ zKEr#;Usf%vJjX4%^Zt_a?eDj|V0_Q@@s{73j}_nYY7=bcy%gws+oBbe*7e~}t>C^d z>;Jv||7&WE)5+&^wnooe|MN~Tbrej>^%E??#x(!^G`dY z9$!#C7^-Ni>{`)vm{aBFpUZL9&p+qNr{A9|wO~>A+}iTa1!<48BU0*b_vqi=C#P^< z(0PB?lW%3c|CjEb`+wSe#X8RCb1RqgHo9F)@c&Ar$>z~)} zm9D-gHpwJ(b}RFp{I`pCZtgu=#JN1^;NAo7D}xSR&FIMz+hQiSr)Kp|``9}V>axY> z?rOhjWBTFTbAJ0vGY+%A?XA&sb-&=P+7c&f?itf@KR@K-@qZ5XH%yX!JN5q_|NmwF zel4zmo6AfWsPTVhxYwinR{O`lWqXz_%RMA-m+|;xBKyf0TOZ3Wv3m_ayzG84WpkN< z%*!>BpLRXp#a6dJF!u9=Q&T^DdD^puLEUWLapO-#;KGS^emWNA4HqMdFtd_62n7-9+!%6)MxAPzF zxPC~-lWS$kRh@g{;qzEhDpHC; zbym-one}!7Q#`lNPn2D4ad6{9)93pySMHhU_w@a|xvRq6&cCj(IehSM?O)Xj-d&%2 zADAu>VTEw$3)F=>^XbUWJT zS>=OSo#)B}4Mopa#onAU`OMb?2Ta#H?(uur(NeuskYz=#^$wY{pKcWT#(G+9U%E=J zD)h&`)#>J!8JC^p`Rn~Ob?KqYce5Ye%oH zNzI9{*C{f;E;{mC=SlXSpEC1(OkdiEzei_X($I}n+cnXF;pq;EqcMw`52>Dd>Y+Pp zqJ`IX$pevkVHrQxeZ2A~t>}K8weOa`^89SpdTx(NLV1%U7KUFfWL{ZT>{2OvKmJ9* z{&T9Yw`NBiy7*AEtA=%9_|f(AZQSc8EPup!YR|hi(J!}5TlUT3_j$i*@7vQyxz79j zzBOgJ#rJJtKmMgPezx}coPKlDOK07!sb*6=XQk==7HNLy(Ld|0Fk3_VO}T=9X&oOH zwC`B*;pz8>#nmf$+mvILYger6zEE!ZuV@OteYfhp)^fdLoqW4*)ZDwB|1y7n=XrVA zFFhN4*Y)sS`yeBE*l5zTDSP+tulqXp;PY*L>?>ScZ?&22+Z40zp?!q>1f{QxmCnET zmS)QZXvUh|3(Gmxa4Aid{ltW`Cky%Q?d&cbzQ@5-bIUl`u5J+)hK=2u1;PAZQl@NrJk9)(tliD|Y|bWYR8mepzie?e zjK4j4)2++X#b216m3iu0QCT}T@Z^R$J{gm1&VAU!a{7Pq=838@%$)!tnRJRd(8OhcIcc< znb$i@*4sO+m10}f`TUsj)v`yD`DO1O71voyws}6&{BxV7*T-^UuX=X7#!<3jYG0qnl3E3ZUeg$+F-Yv-v2Cflx`KV; zY{B~*eTveXe*gU9mVW-CeL`{5np>4+w~mX?uVr%3R82i!dhtVSu3)es=U%P2{lEO; zJ;XN7-tX8=j*hc&X-e`ZC$oVV^8y& zyFd5MzB*@JaPIPViBS{Q1y5Ns=}horTk|G{xx3nBxA$n5M@yyY)#?s+W#l(g;eY@^-tUS(f!`G2#&&vdP|Ym`1i^ZC2E^}T*e zZxkQ=XZ@FF&oTLPMcvWaN8hF~Up-SW#j57N(RT42SLL>re|-Bum!UY$;Qf=AH(QVK zA2-(7eEw3&;&lQ3E=9k8D$IXa7PoP&ZuPxs>olkGJK8s|ogtEWdu~<3h4qVkgx}ok z4nFKM{g~?0ZEqf}xO`;qTG6sQMtxRV-fiYpWw*?e7=_N~-ufPEWB1~~e%}p`r#-At z-Fi6pRN15Luiu##+DR-5{cOnepfW4dXy;wOuM<}3Y){l&mA7+CZ^V}8STDKHRtEVTr|08 z_tdu{Q`)Ph(k5)*fq1*0Y?mvR?eDF1mgJuFt-a;pGhr%*=n>Ikq`v1IPK0`bX^-@A%|Ruki~E^L^*I`De_pw%cdf@+L{d@2^Nr zx&2*#;ab&yaj%(c${BjRxHCQO9DNQNSSfIGkNlc;anj^$QCcEb z1b0>YiZ+zlde}U@kSU&b`p?YWkNTp+loLMheA_p*^7(1k(2qZTB^!QCD}VU3Sup+} zlc$-(E5=)<%Brg~EN|BM&231^KmVeQ?pyKmXwTZ@1dA&Ryxgq;+-wbU&Sy;xeVP zW~jct8e#wUjbNEGzkhsO2HVw{S8r*3irq4s_s>PIqaDjQo%XLo2zDB6|0hX@@^-UJXCo5sr*jT%mq5uSs(I+&i8iZ zsxrKo_*mmI!@BFCFAE}HF@wgkVtTG0{$ibXbA|fj*6-43_YOSu$h7NOck|e)aIH)s zrMlj}T=PGVoBQ$@RbQWcbH)B=9QXQ(ZzZ*!`y5rhb+&C$vX_aZ(Md?2t|+}v}{^GTk%$ILG8hzu=vYVLb!J%!Wf zV#*Tx*MJ%<)I z%gM=ujE>D#c=|Ike)GyBr}OWx)J{Ei?Dfli(p3_^SLIV?+y5+{`1EwX@UPIfm!>M8 zXs;+V)H#yf+9DrkU$~l#* z{wh!4U-&j*f|LB?_ThK~pS(e1i{HI4Q%B7x zQ~CWr&I;c>(blE)QDpaS;g4mzZsgu{jXcI-_VH)tf3MdpPd-;)&7FHh#ok)(yxF5@ z)A;{y<4UDPbpn3gwEv+VUv*C`FYw~t$Ghh0O*+c;Zd-fR-md=l?+=%HMd*a>*r}Ub zWPA8%0aNwe{S{=)0)6gh0)M(C^!n#29od)5ol<$wNj z??1Nt$>$5t`hks8+cfCDZG3)Q+jb4nUJFNHC>^=9~EW)dNeW%LK z#@_YUuWNsQ(lxPE)3Yd9%}hApOa4#eyYHG`zl_?NHu0sJ^FE<^)6Rz<=3dkd-Xfzp z-~JCr^t?~s=j@kMy2Ck@Y1ZEN{Ku+qy1CftFG`*%?RWNC*v>~5v4?N}V)$sCck{)S zCq9!UwGMA83n)DCWc!2~x#O=}{o46&?MiQz$%>YbV6qYoQQ!R0Y1J2}qb+*J*1fu- zzE8Ef_rxO)wbcw47T%Yam(TEi^(N-)0_%EXmTyz!PTX>{Yhiv8rT6oW_S6rdVk>yE zcw;APeYJ}Q&DrD{_xw8abN0iiNj=70A^k~yO1srL8@4{wt?H=0n%nb8;hDiug(p4E_?HI zf$rY;QwbSmQ4iRh)R)aYb)J2KDaWSpiF5SNT${LixwCTd<#os7l$Hc*n(SV$_VL#C zEv@snZdHx_pwTKT^7F0VZ|yBvc3HO>7PN)j`cu|gXA)SOvE0+o;q+0it+@woe{0M+ zC%d&ga9R0mY4`m7OMP|Iye=s%x<1>izNor;wP#PFiMi1`NzKW9YyUl+dd&Dkp=oC* zAE&a4{UturUrqVl8UN_nEroN^?in5DxPH>p zt!=YtM4#09gI>NbbEp6K>n56dzr0jVAk{!7(Lm;dbW&|JUtC6v^K7ZremecIN zKYnb?nqm@gdz16&a5Z^P{q28wLt+f}7X-%N@~t?^sn=kV-=n6lciQ~P<^O-$k5|k- z+P?ns)OlC`p4Pr1T$~<~>l)?Ot{-{$SK69i4}uM^Rvx{(cUj-#6^iHN-@FZ38a?Nm zdh1@UltsI{HashIRCw=s@x-hbr@ds3e-ku%d+M}AuEo5UJem$Ki**_{e*Y=EeGYG7 zL*UAmn_tb^9`E_?VB&irclHmXw`QL#FRyFZvu{OQ__oBOnvegSy%6DdWV6nj*dNc+ zYnj*Y{wlY%yfjSbXN=#xOI}yI_txy4r~l$Ncg504jmv+(i>*i(p3nSK=iZT$ZHt>K zZtpJ;zZb!JM{D^>p2t2jH)Q+0`4{{xTzKW4>m*CFncN|_k434=g@xMMzkZ$i zZmQQV`-=${haNZc%~{@v|zRV|_y7_RC8I^q(J`)!*^& zud0ks^5%0P(>_g1+v&KMf1k&xUfy%=pLXuqI9EKzpy<#@1~fkQ#2?fm!GO@4c}3CEjmY+dm)$O-u!be!KmS=ie!1jP zPx?DXdvDhxevIXI^*;nB-HzTen|DUr=9v#<(vCZAyx!7N^C8w)V`I#kEuXZ6=e%4q ziSweLRsX}>-&T4mQ`saJEmu7}yGQBj2c5avk6WH6xn6d;Ey;87^BQFZ{lCc{4(*ii zEBtnM<-0w{9;O7>SgGz<7i}8fUbViY|JI#kuinnHf#=wrWp!)IZnUw{- zf|SQr`^w91%sXbhSn2=M*Nn?N|M8_hPnC>knxbpin;x}(!PBEf@_YG3LeCs6%rZGL z&4lO4R*y1WrjI>>qNW#~rKsPVxO8XG58pSp7FXT%2}({}{B{f5r(e!9traX&ZRQ=E z$l0-N`JH`|?hd=&+z3t(j_caHruw(8@!Ifz`#Zd(9UJVeUp+W_G=Ts8?^(|r_O0o+ z@}2X|`1KFx6(L`j`;~6)=3kl=*DSarpFRKj%O6h`dRc6}pIN@XbGFJcjmE^Xn@+4( z&v~*hu>O8WVSk&l`q7hx`qn>~c6m?V!Yviq7E(~n9kY&I{ngj3W&gF4k7`fd;yE}*@v<2$*W`UBT&eMS_Vdkj&faYvHlgcOG&AQe5=@D;bxCZ=n{uj?S);V`{p*|E zbIx;4SbyZ7`Nu0$y15d%vjR$zO(M%r@wV0IePyh^d%I#+-O_d+HmjUH%ugPgJgv%= z5ES{j?(MWiLGm7X`I~EwENh$|UAfTi!)AHSx7(Xq{Z3DDRGsI2aCT`QbMyJm{2%YC zA0BRgwad=IE?r>qRIz#~p3-M5_a!4I)zlf@(L2I?Au?RZ|7iPBU4NK< zp7Z|spR)zJF3dA(;#7q6Wv6cPaC`LLXLfRkXvBHrdijmYFGUu!w#2M{|ET!oN2U#7 z`Ty*GF+6>meRcVfjdwFLs=X?`f(hR?-}OG!w@CEwZ2Nw->u#H`CYqQ#S#9%85U~q> zywSSgRQ~SHuHJ{|zqm^0+v~WdU(}g6H+_2P?MZ_EyTZG(dKs6VdAB3A;`XY|Zpx?U zZC$Ms$)zNnHO(^mrTilKb|qoKnVyUXI<`$Ro>aLi+U4Yi^)Y?T4^RBq`KkPW_x>M7 z`xyWIIx4wGmjCSB+#T=CVy+*&7RGuzI=Ud1ef|0SOi!bCtZTlss^#BP(My$0CG!?+ zy?vy>=idSr)gI#J8f(2~oLM(31$@8GVhS?Ge8hC&9Wmef*y?9x(anY4trH99q z`R{Kwe$S&GIk$iyPgzXeWkvh zf3xeQ!a%9|7f*LSD|!AwE_|}Y+FAYo5+-d{oF2o*tz~_)dIh7FQQPUS%UQlo2CRVv0As_3FD4qM+>@6 z+Pr^uxUY5_-%9z0_dSXgrdvL5E!ESFwfuOmHC=a7?{$8GmaHGm7cR4}$ba-%DRI~J z_D5e&zMosQ;HQn?%9uS2U#q%eZ1?`1cC0$D>qt58^?w>&CGS@D>bp~+ z?~@(vx4y~#YS8_}s5<|2cfOS8@ArHEhLv$SggrR0N+SBi)BU!l-PfZcjkp#hwS3C| z#4Ygu)7Hu*Q;t}F%JI^4tvPqz!|wUn_lIt;o3q-p=hn7g`#--q`tp9)`Tcbtxy~j; zt8e%`*Es&fvFolmRvfl}6s^yAzh*A~XnDC>b^i6&SGTS>b^rex33pR>c2$Yug!7EY zrmM#JJKZn;m?pE(zT-gP&%=@TX7<3p!RY{doEl_7aLuBYEVx3_UK3KzWI z_I}aBUAuN~H#xu5W%9&X%&Sc7L({LOEAjhn5uV@uB0K$p00F0%dUKThAbxm=$fq`l$Z z{Z$6D&xuJdvHG|sc;lRu^2oCeVa);ABHAiuQ<;|auh*Dybn7|k(@WT;&&RmP?vUv} z``EFlbGe3U+{!nqcX_nv90I{zkOMmRknsvIlqC4nM>Xak*OeI~{ zCrnHY=s04!FZ|cn_o3TAcHg%#)O#@XlU?xIS^YP^ZacSVT7`q9@uf=c{lD(6EaY{& zsBQm0|KG*wo7_YiijL>zAJ$~!F_|D?c*yWdHefviR?*Ytt6K+Oj3&=B4f1JB}JUzP}vJ)bNjK zv4yLK$n{0p7Da7wJ;k{z>ML1e)?M$uxqHEp%>rT#@6MF=J)HZax9#M~!u18_o9oNP z_jz=v`<-Wuo%gY^M(-oTmx)HRKfL+0_t~nayMG4QO|PhQY8UC;-aFT5e$QUD`kzl` z^FJ!?{Qvgl&0CI=o8EW4-<@6O`uD_>Vg~sm&x=?z&inoL2wFPtVvt%K+YwXgf4M*A zaC)2deLAgve~)l}&w=(+CkxLfBHGUz0>lU+qoxIFs%4{nnveCpQIMJbA)wzPXOwbH8KdS|3Y-gzm3+`(k!slHW6K=J+@2dz#Oi%bw#& zNxYf1;NugaN8PsqUiW5*xJKxOMe!z^PPJM7LT~qkurC^ZrHVeR+`aczjw#N*T+#OA zo0$An=8C*k{?*LaUiUSAeIa$fQkkcuI&$6{#u@2Ph4L>LuB_0ykz+IO;nUZRR&Lu8 zIF_E+lIJz)&I>&s8)bjHJ@3vv|E*W|^NIAF{gPt8*v_%9S}c@qp?_c&i<9_OWa(fV&XBBktL7zpJQfcp+JM-Cdd?rVxop|z8 z*{#~4GVzk;^>>dC^ZlD5s(m`7U}x*?-4Cxf&9Imlxz>Nr#ABO1ze$Jwjq_X_qLXrU z+miH`d!9U5I)CBqyjNjg`)qf2+dRmc5t^iwEx@?+r;Jr)R@}tNvnsasH1^luIC6Qq zc$9O|6ZS5qYeh3sLzZTk?%|)OyZA+GVZ?+@FJDI5Gt6jDX^j(ge;ZqIPt2`w*R}eP zM~tDpkzdbjx^!Xnp~Sr_-@aU6ka^W?z5JEcw?to0_1e`M6F5CC?r~CvoTB06eMyxw zxLyvSLWA0 z-@f?t9;u%7%we9qlW?rjOSL@BBeufftG3F#Ya5SDx7_mtw9N5wNV>v&>F3Q0-(7ImJY;YG`f<{n7hn7` z7kSqxa|BG2W|y6&AJ2d7#~wkJ)|$8$`To%RTxsVoHK#px4{Z5lblXB>)1g9lB9MSCe1wktNg82pNzIi;BmAw4? z$OhGX@pV7`l)pY$i&Iem#W0rTy@g~dPIP(0{`!niFwWkI4AG!T8=~Vn* zyZP#0RkGQ)XfEV6*lo}*IsfzKh2f@si>K8!R_$FC?`?eJTE)!pYj?9(9WLp+wR^{> z5E189=|MAJm>f2>J6^|a?z!e;P>$;KipV4>-)N2HpCjB4zjeFO!~Ic&ZT9({Z#uU3 zig(UG6WF2u|KS_2&!*Celh2pB?78c*cw2L(QFQUyy1$R69=oryaofDtUswHG|7c3# zo$R#_OZhxsgcs_aTcS9>{1v0#v5Dtqv0eLl=a~Ctm&Y@mMSg|)z7^t6iQ2fPXX8(q z1~uV?x#!;>T7BtZX>HPCyM)h{#b=)0w=CJjf3y9;Okc;Em-YYd|6jkp;g1hfnRmkW zwR@`?_Wujh6x(#Zr-%Pmh2N3m?6PmJGW%=}FtAtuc+Bm{&EG#ZEPMOg{PBqe!RsC` za#FAJGftVqWKi2t)@*Z^sp;I(K#_+pPjkogDBDi?<fLI!sA})7YZ`NxNl%~Z)0V~3`0?G#=xNt4sLn4B^_rZMa!cR(Geg?%6~0P;J-$rZ zmL;!wxP?El`%8~$lY{(}i}F4tozG3?t(D!8eq8Vgb3n!wDX*1R?svOA@qe^J?V0%L zv>QiGw{J+@xk8EQ!q=KB+rlgLX4;$#-WRW6zBbjot!nQq*`9}4$B(MnFvQkQJ(ukB z?7~t0zHqIVNmowu_OUx`t=;r;O5QYuFD1gfH}jcJ#J_!0)n&4~?aYBo(t?}QRHg=b zEDu_A(nEbk?ZtmC(>V+G-fj&FUB8NZ;nNc#bzkEDAJ#uCEAJ<%k=&|#{pi`Eg?HD^ zy=FV*wCbBTIghU%{l07MmOTfrS~R`3Dmc}!J=C$hp8xvii21W$?bK7-oXv8Tq5kuy zsmHFr4mIVx$uWKJW4XF(M@(KjE3VdP*dwg${4YrT4ZoVjyR8p$cU$?_&g9)R|Etae z(~6c{$rCR()mKh6J#@b7!Dd!SDXIPf`}#g7E_wUQ-ujh9sZ!ybSNW$b6Yg8| z1^4pTUS*Daw?e0C)%De<>DM<`bN@@F zD=!ykHo5I?QZ#rQ*@c*6kn9J#5~#?Y>lG+y{UA>XbR&tM<2sn-=l!yfSb8*R99y zWM99KYtH?Vfk$oa_03pQ?URbB9^Z=sdpzMWO8Cy8$se&`<9VxE8e!?ru7 zf11N~wB6rZ?r-b!Q*3Ix{mg&4c zdvYp*U5lNITjze8w{OpZ3h+WQnUdQc z&o}x7OnR%5yYceA9~+KXP4eruiD%f-Jd15v-rK33rN?=mi~gLOX*|!y=3I1(0(Z=* z?^{p)Wpns0_%TM@+v3>G(miaCd1k9E=~?xaUD)+_&SPI8&8m*(-@kvITz@%qUh}Nf zTc1TgDt0}2^04rlwC(3bYQ{?^9Ep@VU$pU3%4W^j>GuR*E}Cw2|K#DvrrVx4f7M@q zA^Z9k?sA)X3qRfe*Zu$D>ErFPM_w|;v0A@BbdP|7X+{yk>*bYPkiG zs}J4&Sg<+f#oTvqUEY3wX>;&uL5DwIm4;;iKl=l#ouD<0zt_fw#IlE;cMQ0FFll4V z;m;Dk=GT4WIQ`V?si3EB+uFNM>sS5#@A~P*g7WmP>ET)jzsEj)pnHrz4x;!(U}}?n}X?oq6St zxn1o#zD&5te?aV$!|99;W`}6^yL;2_33*wm?5_5W@lAUBy}oMN^R^dHN?tE2J0^4f zbP9Vx)x{TvOTTRid*M>t)t_ct%>OUpimACWO z2^Yl{yJU!O(ofwknNgpRIW=p&g}wH7)_;5_eqT4KVL0ULf4x6>`e%`|8P6tOyt>H! zkd?%84uA3Yw=lc~KC8xe;eYV`Nj$h<$-)YxU-udT}El$4GO*xYwJT<85t(496 ztNV_8Kl=H$w++LTnf3uorrd}W-1}F|=K9rKxqWpXxym2rT3Wu7{L#BMNp=2d?%OqS zDrNtZe!iVQ7ra|b@7T{(267E+lNyufp3!PInAOu06MTDh(E8PEZ+zOePF7@ipkM#_ z%mGP$fnT8&d6DuHB1Bjp_TErB!W!63+OyMF zLt4ybrk+3l>%}|M-pyT0(wpz6*vymcJ5?2{YBE20#mBP=(pTqRDDXR({o;UX!nV3Q zN1m6t>wdCKVB63s?^Y~Ra+@Kl%1$yp>Ze}9Yvw0e3uc_x%#meI=)SuSXRdd9_{bq8V8gW) zO{`H2+ic?J$1=@O-DjhSj^&+jg0j9Y@f$B zfBj@Fx#?*&t&p*)GUMFwx68f>e#}3!>f%viy6(Y+m{e(W62us(Fdn3Pxkcc->x~QESIzK=N!q)N0?7-n5lYl)}m9=<+C12-7DPwnc4V-`7~#D z&Me;AO~((`rf6-SR3f){`~6El6J4two;;jsdClf{IdC$pMIV!)L*SC`J#QN?(=nK zySKK#z42)46TvG-ti_W*&zRv`BPaKyPSHIW6eDfx4Uh5x_DLZXX#C49qU(hY>C?^ci?;V z3p3`om#TkCwf?a1`+VeCRqWHho2!@2xx49`#jG{ACu|A|mfNyo^K+M`65|`@8aF?B zsn-1apj=}=TUsh_;)TO&jh?$zwQbL`>#NqC>#3g|WERUDu+x(-cy05A%jVm+N8xj1IYySUhm5BIJW6gob{XFb-jGTAi5y;O_+PH{zc>0DC53+7$C@X72n4>FF^ajjwbZdpt92|IM{k|ee8Z|U&VN6hG}kz-x%3x9G7*SE{UA`S+X_3LwU z_q{)q7^!}=IZd~f4^!Jm7!%`M*brQ@{EjzzM4H%)ZfHuy7aIXW@@(u(Eh|3}P)}oSo`V2jhrb}cd{SuxPB>i#+8pnJ7?*ZO$4?S!)+jW+q!Q!C0_SYu` zpQWzOz3@TVs-NGAqc(i||Ba%@7hF5BD1F(MEW4BEXWdS!KK(~$;?l{s2Q>Ub-BgWJo?e_J;(0u4Nm|vsf=7mG77~41`~yC* zhO>NSoL9Z%W1yY9uO$M@gd)+EPhZQFk2P>M;~Rgsy`q^8F<^Pjib6c;8TDW~DP;)G;S zSlHW)+`YG+-#*Q;;>@N_HRTUd+cs31UEQg)hxy6X{7(&65>3plwu>(%=YHPt-b6>DIcJTo-hWoglh z`j4|G{`+?Dt!~!s%1n;K*5wcR-@RX)Gyg<#x9{;eOV&(FSj5!eB%2hxIHoFTPSxI3 z`U<9Ue3RE6z40{RPuh9E-`Tt8|9$o3>`s}vZUPeTD$%R_^?z$A`&lS%*b5qB8%_Y};E8On9&s{4p-KMu(@7OXYPkBGV z`Q8tCXTD1A-rKLTeftN7+TvqNPBDBa+`UpedkM4WxuRXE`o|{PX*9OKJ2}}}vuNrY z^G}bNCz%}0_dj1`W>ar`<$dnuZ>z7q_qn(w_42puXES$Ny^QU0wtL?CR?IG^V^8P# zlfU9wtwxSLQ_;R4e}3fI&z;XX8-kLfF0(U; ze5%afpDNR)C_V4a*8R6D_Q}2cH1)@&{XgUX{S9xpx$AtK*EUWy%Z6M03#QH9vZ>3f zVQJ5C*>Wzv< z<{Hly^(^w3&#-d!uf;pB&B-h-dBr$KUS9r%a?2CVdp>!p8%`KKsmX!*Hnx?q~RbJbEIy<>tYPAz-? zJ)YElq5R=}wF6Vc0b+f*WJxg*y-D=vFh!W zl$qB}{3hO+0y!NH=?~lPTCaZy+E6c0Wx*MGTR%_iqKV--4Ysc0mekKRa^~kI#VO=_>KlH#@3;C{ z^6B8+w@()4ujPKMrq!#a{NZ8c4l@SXL#$^eJHC+){%y7?qoPS%zAcVds4uqLYoqY= z3NDHB+xBw5XQ-UJ&?jmOv*@;r&3}y2_qns%?)7@I^5JZiSt(~fTbj7;eQAC-CTn|4 zQBT)i?iwyl>^gMb}~kvoHT7| v`IJHzYrX^ZmlbtiU#jfw3O)v!{<5DdnDV=53VQ+r0|SGntDnm{r-UW|lV*cN literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png.mcmeta b/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png.mcmeta new file mode 100644 index 000000000..0645f48c6 --- /dev/null +++ b/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png b/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png new file mode 100644 index 0000000000000000000000000000000000000000..99f283c5fb9c92a354d68231442991c1a516e5bf GIT binary patch literal 18030 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}4~3V_;x-k#+MW0|NtRfk$L90|U1(2s1Lw znj^u$;HKc|;uumfXYJnD;@ck6ba$~hsyHyJ_y&t)UM{(gTE(4bk5}r2)lZwZ-qvr z(g7Ex@2CE5{C2MQ|L^}l`~QDG+b$dvfA_(IyNYi7WsZ`(RSXT`@At7YY>DD!IFPfA zg~6uoM)U7yhdCEnT-$H+>!ApPfXVF_Yr`^ro7NUub9_0QzFBpVMceO(k6E^{oHdJD z%Qi{Hc~Z)+*^CL>?>dMa|D~2^)9+=zLa1-U^~~3TXVbhb95>g#Zr$rA-8{E%-$|v& zM?W(<$^;VX^Etx#cE6HdY~l98)ZotBq?)Q_|NkwyfAFMESpR|Ur#i)#YWBBPOnk-t z^Rp5oAK&q#9B(4?*csz&-aS74r>Xg{;iJkH!v@7G8ILMM?ksq9^Kv)O8 z=apqTI?F91Ov|&X0pl*>}HvT25Qg6-X|n_OO)Gw3}0lb7G( zxTCW=+MMI_$y@iOrNjfnzkP4xaN@srjLodD^}gN9)q*nm>#lN4;`yg_RajGf+OC7F zPZ%v`E`7!JGK+P|bP4}wKV{}D6uwgU<*=q3f0<#gKEsOe>Unn`{J1Q_{xhj~dS=&! z{Dg@s@|D$O{uXroO|O1oR@<|{;Njbg5&eCS=DB$@oEB1JIcp~NQs{7;aAws?{RgX` zrpKq+5jjJ>T`mj0?ohm7P6!d-2L^LFdE`6LsYT zzCYcsS+p9I}y02;?D8e z{OU(#YCeBjd8~PIWR12Q%ffbfam}i^W_Rwt?VXUu75gW&E9G$T?}vWuo{Q@IZ8Nt@ zaX9gRRC2w&K5@C|0o(I=1vBFgecm=9N2FUNZpksXL(lyt@f?m54xDswb!x#qx!#AB z(H@t*T|O7f^qn`Dcc$>eJAt_i`YPlkxmRA#RQ58Gk?H$*{jlvZYE8o#Nx9TQd*i5!m-Pur|I z$1fnhdgGMWtECwZh#!`7ihp~pDu0jf)SsV!eBtSr|F)qh>&6jLh6msOZ(=W(ikHYb zlgNDZ*`e(PwWZD5-ILcws9$zncrKo&`j?ZR*jfRGhv)-D(JXiVu8=PTbW z@x^L}kFrettZC1V-}}ZZ{QT&O^=jT{4(IJ|ynKR1#4b+c_$#)xVa)q)OEWTD(mAXY zndSTB(ZZHE=6&&pl>&b^d*5aVcs1ux$%PaDzGb+O&w5m)=)L#D7xSIhFHDcO z+y4IgmcKjUN?blQe&n zZfd7z{?TL23SR_FZl~JZxG$~rMOuo#;nSnaKO2_cb!6sevzFcRS8AQ*pBm$d6$fVT zt+;dCUOjlnopmec9bvA{V|Y<}>3jB%^nYe|@-APmSYW@yW9zn)#~*)guVcP#x_pL9 zCin7}s=IvU8LmA#Sa#O&#q|vyn~dcCJdcliU4ABi>qmvNMt{D3@aR2oj9GIr`)&!| zst&1J2xKnwvl++|Mk^fd$0Av3^6-jJ#qPXScw105~+%W+Z;0U z?&vT5GyNmOfhwB^7naUE{eOEigZA>aZR@}FdD%>G-uCgquUE^Y_^<8US$>fD`aiXQ zKGT=wvMMw%@qhUi*UFyXe@x;{iIt+wi<7WI~mHVS^ zZ4bNp<{d)(OIV$ME5t2HwaNHxn*4q5Su>Bnx2kM5Oq{{pBPWy0%O*GHtnlMl=B#T^ zk8JxZbxG&&@5!2rEZQckNM5??B`wCVrPiQoL%05XTO*xG=I-he{?C4VC|vZW`R=wZ zpEaBL<)uI6tFK;g zn<0E&xtG0$rEAX)FDpmcck=tHRwgeidSNEFC5kt>x=@#T&?f7#SpfukD}^sA=R9isBA&DGe1Xl(XDi-ZfAI9T?MDR;TbcS-yairuBzenpZ}Y03g!3t zdF?h?Y~xmyu;cdC`VB|J-d+ekwnCYi-)zD?wbP$joz^eBGBfN%?kXSeG_&YM!dEW7 zZ&`7*c1QHQ_3bgOPGu53MMkj+CLbR9Eel+##jGVDS;gCXt!D2=u76s&Yi`|os!}%F zZd292UL_YF%~s}4AD%OnzVe^Dl`dsho3E>JQwm;x`P!;Kmp?IeZ|QjA$@}+1AyayN z{tD;6filTYSHyOBUk^)PW#qgx@AmqK;kK=e-6<=TzfaB#k-Rwj?3CN}wO2KsDeOJ5 zA+~r!r_`k{LfuO`N^Y;8kiGQw7efy7hqqSoXw*OSd~X*Q8OQZp;fwT*Bcgrc(_5{~ zKQ~MZNw<8x*DqT6YS~%GSu1TX=Wdm@OMXZ_@tSHE#zT1(kmPikLw z=C5;U-m)K4JU9X#Ht4t67AxM2wif64_~7H=c@y0%dZ!hn*c9%#ZThC6R83CdgF{t{ znOwleRe8%kKA1h-|Kqb4F7*N$j~oB)u8@0peX(sT`}Kman}xXFTv@S4@cy+wOcL9+ z`PghISL|dLdUf^ou7KIv`)3}Wa-ppD>V*o2i4_9+pKK=oN&C6VX+7il+m~)zCsb{` z9&Y|hx1h9e+x-43TDMDNW&D$sb(uu8_IXS%`2M}kjmNg$v%*fQ>2vaV-j5GF-|y>W zuakS1#ol;~Sz7o<2G5x+n;S<&_w@4Gyu5q;;u|fC<+~r}=Bzo+eD7{w6a(uO$%+Fn z%JvJ_iSesl=J5X|yJRMp?5?$8%$Ls}xvnbbQrNR!?wA$-=kAXT0lSLTZGL?FYG1N! zdUsDCZ}>YW2A26Qh44e;rYl@nuKSl3G#ev-3^Zq|| zE->qaQB0Qsk0s&j*L0R{PWyf zi{0<9o5;Cn8tgxC{xEZzQ@x;^!Ep`Oq-*o*X1=G>hdAM?`MXwl))#Qc|K zbr0WOlgSG|6n$g>MZN4egx8Lhyrr7I{4+|D=Sl9Je;jp~J zIVQ`v80Jd9#gX9)8P@q#+o{|+-Ys&|bzYoH;e9{+^#EFFmbZ?Gv;KTzAq>G z>MTs17=q?~v6d)d`cu5_l$(vkftCm;N(^Ho>; zzyANn>YVE`d+cXUd-H7eZ0Vd`d^v@WU011hRy(Y}e60K@-&yG!+mxp7w0>h+*vn^@ zXSDYHzWCjtQ-5+)A6^&b@!nsgqd?UtOV@aR(YzTuKE5)wcz)A&sVkSrlXVqxnJ=D8 zTmLiB?a+B0A{p@Ncl-J)-|o*)U&=5w?74oMtu6bd^a;~`Da9sTF7+v0W*efqM^mea zM`r2o-FpSkZI*s}EiAQiHN&)(%Hb=E+D?}+CoW%m-Dzr}YHQij;;nPCgUcrB7`|Yc zn(dHRx##8rVUbsJVpTfyubBC}Wr$k0Oypj*ue!wMVu5YdhVC`%PDDFyj^*k!-1q7E z_56>o1I2H;GPO5WEC_hM%An!>^$Q5l(DGgf>&uy5j&n?7rAn9KV;knvw;rD8MF z&EkBXiEE1N#%}Y#Or=KlE$s99+a%tU6cnu36niOc!nEl9qBANEDCXZusY>7WR_W2f z&ldw89z3aYZI830G-KZJ=I!put?Uc$8+=-6R`{^E;=!HsUt>S%J}Ks_lHI%avPcrs zdRdl&|3AJf8LD>H{5f#Ux9!CvujQBD_N+Lq(kZ1H=s&vj-VP<}|y?uw6?X)MG z@ErLtGkUF?s@xrZ+g5g?$g?gijn6h$Z19+7b;HBvf%$z_{yE#?FRQW!%4mO@w_dJQ ze$v0iJx%w!*q_MUtT?cfiD7+Qv$xF#)h_j0N~-;{JI)6F`S`w_i$CSay?esV7cRS; zzn2xtHQV~Tvw!v5IfYv19=CV-X&OHcx_QenAY@{J(9>BAA1ZAU#O&oae4O=!J=f+! z$B`9w0mqmvqm@x&6xSmJ@b6INbA*^oNY(`ZQlF!8{>Y*M~$*l zS`QhY7FQfljc;T>x_#Z@=F=vI9~e$--nU-_)TF4p`dY(#>P6{i{&g=!Jl?i3jG+j(o6(L&HR)b%7O~VQ$WY2L&-Ro%$Y0y!*IZbAo>A z&XVq|LwZ(@vX_4_{jPSFsh=gKeN~n3))z}Ya}L{**>>}um*%heucW(QBy{4cKSu)! zi{8d|7k@pvVfiQS&?S05t>3X8juX!R%%Q))MtbeJCy)LdkLUaH*;8`Kb_S@$#*sNuj_A;25^J{SEhC11D>}?B5cgVe5 z|LgX`f7=wk^lX^!TlJ2mbm_U$18ckP$=1)x`a2;%dB^ReM&IRkcJEH9XFtm%!IqTj z^*C$CZPObH3?gzTPQ1%mW+AafUh_`M8-=CSe=@mdzLb1ZvY}JE`G)GzIQet?|E2jK zzxMM_;G#)8Ofr{D>Cj1OxKVN8+{^_fo1SD(y}h8?sM}OJOz)xw`_#P4#~VX$yO#X> zP`Kz>!iLL?erKQW-j|hOqhKb$zoa_g5c6&GWjl@E*j}wrV6NEyh>>%_%dF5@K6!uF zz2$ysDWLt~LBSd>m1>Y=;um8_@U`Z77n%q0uzT3DpY!s%> zvzzqSV^8Pa>Yed+)hQ1S{`hj{$AsKxrvrJ*tkib)S8T|Oe(uX-qp-l>_4yfvo8P@+ zb*{2oD#V`>_2b87k%t)^2YR$UZ7$sYom;^$CD_eK`9_xM1D1vDuDh-YY z^UpIZrzc0|JZQ}Q6s#RbN z@qX?dp`GuTlW2&#=GtlKXzqjJ6DGjw>>2PXBnjZK|=~Z;!mUb55L1kN3A)#-fhe50xj-A{iqotyu! zY{dtMBchV#)AuHi&AipTA3 zd%jrl-=AN(7f&@`T$vWzWY4Vak8>d-g7gw$Fj8MlnmGZ8rAJ z*2r019QwwAU4?xv!-1(`PkpanYzfm04fB3s+VzDY;7Q2IX`AoHS#qt~eELxW-`=jc zt$uxV7NND9q;4+^%RJS6yms$gPp8W-4z4@L#B#PwFg#Ah`|aLs%?vMFKh5WF(K?^z zojk?i-PXeF=UQJ%Cu~b=VOw%RqkPeh6`9JOtr{Xxcg0ka-##1$Kg|3uzS!jLs>gr#E?j3I{cV;+g`Jo? ztNT>W`sK1L67R|kt2V3_=lb|SYTdEs-wT&lrxwWn)sZ`4A@s39HnYcaK|$p?mv^3z z4*t6*@Hea>zV(%_j7;C@iVN>oh+1x)RN}aKtxeSa#?NaOh-KRB*thGV_-XFkiBH!5 z-Mes;@XhB>&1@E&cx1rPwfxq%P=0|`pK~h|Qa4;~)PDU>(@ZWzRo9)rOf-G=RTqYy zA17izJa}+-;jNhx*3+ECwm$jz>L0%le@24fvUKC8*EX(l%6mH{C}euT*`x){hYc_3 zT&_5vV6we@!HdO@1DN^wj!W^&*}rLg;{T}eY_7VT#hrWYyJH_;-D^KH>+-j_#c`Xa zFN!d|Q^0uiWKK@|Qrp1ivPWIbj$X*zDmCMn_$}?FA02EM8p?{J-EDuKl5{To;oZsp zW$F5dua5kUvSCr@!(SJV?KAS^A3=7k|}Uvp)6UGx`lj-?;zn z6?ysX^M84}XMbECIc|Tc9J^NQ!zV@Oe5h3~7JvK7DOD!~I76ws0?gPw9shM!Fl@x9VNkI@NH} zK|l6;$JlP2&1G;s6>`hhYGu~#t}pX{lsUymzUV3WQWUm!9`kPQUXxXpoy~Lk+V(E{ zRV(LqwbndNQ*d8aV<+NzoTsZQ5YH;&=?PJ0FMGvfA|9oD^(!RT=O&YgvWL*DJ z`K;03nyMXvrL%pWNyMzyJLl?-aOV~{-X5Oj_WHPU(JcE z3T}v+*_U(wu*SFce&HW=7Zd!iwVs~FZzaGg(yhi}%Pee@&;56r(~2^I7cnjej|!gO z;W5490`G(;^>;E^f0%TCeG>NY;Iqm1|H%K}H$y*Qb@h$R?H``~<)4-QInn57*jl#y zY~jeN#>?}k{rLA|a@LI*sTO}lR!VS9e=VW5|G@X`U5z{pJ+AR0UH4qw_{+Yscrs0o z`F{BBI=&m9-b?XEINr%JHF;~*l`ONk&lVW6C|s4)nD#A2>S4~jj5#GYOMA|999WUMa?zC)RROHk>r%=y z*85!9bV4w|TxI&rRLN%xt{?n+VKvVIMzyaql&yNFWmP}l<)y#r&H|nup7^Qj4@B$^ zOP?urZK-&+i_kn-zV<&#e7pf=m#3eXd$~3?@4d=@>zHZ1Zw1mnyUecOIaP5_Y+v2a z82j)4Ht#Jm=<63~na8*$=hmJ4l^*y1-P_O-QI-D4>vpdB7OU#5v-r4;{-0RN`y@uj zQt{JI#;r&1XN!b>?oNr^^rCmIZ(rM^-=-A|i+)z78um1@hnmja&%vLu@Mcga`zCXt zj|zJOBq|Cljuqx*7&OKoV*bf{q&cH*UGs-K=XMm_xL_5x<%Mo*O)_F5Y>Bq1iN6@b2_O=hZy>*i}sK^4o&?M#ro+Y%jSjTDG^B zcd1Jqv%Ox>*^|-j?4O<=^gDip*{vYQW`nM1pUM|0H93LIO3(z8{(M_4i|V8}6S)&N zr&kozmM+#2&*whx?ku}g>mg&lgG~ZQ%&jwjr?tl|kL_gd>t*lJ-PXKd!^F>D8dG=~ znfNu1)bYJPS8+h{pMqM)eSxEfaXr80A7{4QJ?X(;OB;hTwbwrGtGMG{H8Im>$&EPP z4Q%|2T-R{&>^i^W0P~Z^PJa384;VK;czoIT!Ilb>M~vnR;`?_Mypb|{O zNoIQE%By`|F{fFk_Ob^p@s(`RI=1LzgZI~U6$fN`jBmVrv4G2x^~{446Mk4dn{xW7 z;fd&39ySm5?bNe0yzz3yyuzAwyB{%T&np#3GmFl$iCE&z%%4&(V#yxUJGJ6~$;>0n zZl6*fe-e_@xunWwd-ZDkub$hLLiHOi8-94O`{NNFmy0Er6&(ZjJN-WJ&N%Zy;}_<# z+q^RV$vjq!mvoG)7M-}B{eZDvvvB^-ZR&e}?`jA+ba!oq!{++k&lG0OXEyk~lp$=j z{=M4mcO4EJTSkh!OZxJz*Yd%c`u5HyLq?g9{C#dlOYhwOe|nzUPOodT8#y(sexH1v zf9-SYm*4d_FHh5ORy@LDsh?AwWU_G0RZ(B3b2aKKq_0SIUEw#KbfnRuguC#&}V9`0=Mg(hk4=o5Q!jREu>E)N_uy;%U48gYai^E_c5#^o zCjLh@lUN;g+kWwC+q*38(l?om(rLnFwWZ8PDKl0i3C%BdGrUqcan+&1TO4L;JY`lt zo;?j-yzXGf0k7wmo~dtS%$}0Mc6LPz`y^EkjZ(QcB@@!LF4dd)^MtiTK4dUvbS&NH zBfR9Nrr_+;+>`rN^rubPss5L5TXx^FAf7|M3>q8NVi|T7efV)%;~o zIorL#@b|OaxOnYSyP30gmQ{Ce_l^G~`fIL$-`aP{CNCU!*@ZmMyR0v0!7zF8@)g@w zPyMIt4jSl|n!fsdqmseh8+;E9W}m*PzF|Xx-z2Nf8!^g{FB^;6E1Zp6SGZ~u4`bNf z3v=rXHs_P`Hm%eDcQf!zyZ(I1kvY?a#jAMlI!~0pb6@(=?CJhrSwF31(2y!* zay`tUB(iyr&#k~GStSjJj2Ayl3BSy^Dkr->zvKSf-ZMs_KW*mRUA0+V;|;IF#akA$ zbwA2ZnXDTBG@ie|r04GK8y7-NW}Q)1zc??^D>RjJz43h7!S<< zSGGcY#@)Bkj~c6a#n1lYoushBC+M`q?wa7hH5~`}GPi!}FWT{B<&BC3Z)8CkTackSs?wWpRsL#)7=i=WJ#jCz~$CI`DtG?HAW;{(lwmiL{Z~4ZF z8`76F*)yjZNBt~UIB&gK?4a3ajctXFGtW+Qtxw%_u<=poJu&wsFMdc^B( zzQJCh-)o|P`q|pUM<$vlT$-mJ)M#&^T8q zh2w=uQ0&ZY?ssLl=RLZ2jrWdQgSq>muy-t_KE-j%-sl`C4Op$M<8j%0kAIlOzyD`! zkL2cPm(GixtL?nLvFzNRiEHIGd8BvR7;cMZ=ey^6G@4<9dB{fRTzfD1$#ZvAls&I7 z(qFkbXOD{hqMTiQRwCtfg{dxDtF~1#Os&7(9(ltA9&OEL@Vs6EW<+XIU+01xh@RxJN!lZhn~Hq))y&@3Ca_M zzdU@*@;mY3y=KV|7uF|QKVK#H%&=|itDNI}A+4Eg>+_1rzH(e!Y2@zGz4YzsW6m+R zrYdi!ej!*QDK#;2|0Ju^RcyyXraQ_mc3kiB$ykn2Bgf^@!RhBilwa}hRQk1AByaJ` zMz#$f8Xod~GGr{RF*SVn_Yc>}mz_KLq;4y^HP5^Fztj1DWyOUrrg9rT9AAC6kKOUb zUmKeV;@NrkD$AOEMc(!B> zRVOGn<=KIMt-b6Hg$!D&PgeYEYGf}{_wHm5lv%vr+~{LMO}AN*O3@E9xhdy1Oxdif zY?0;S-OK(rtYPxZRc0EIuSI^>PX1x;BEIsf(sm*KB_1{lLaWtne&pF4oP4jAng3nx z-2-2<)#OgRnR|r!UC8{S%nZA9em;NXcp>MoV(pIGUwCW7D*}w?MebsD4BqJERdL{m z=m+i(2fp#H(%Yhb_W(14JvaY7xn6E1?)1CIns0m5ZGXhL_VaC?9xoe)5cgRMUk<2A z+wg4S;xCc(nz~`H|BID!yVmF>NpLs>wk6GH5p0=vjCoyi-D%?w3K`qDZ5Aji{?~oJ zgp25H3QN4o^-CRcp>jSp{by3T?hdpEz7kPd6nKFCNam7rdc&6|+d9y+f|r92cQ_%SCnC2i8}~&i(rP@_oLu#<{tn+pb!k zjFx4%V7=v<+dY?kMwK~*7jj-(Ew7mP>i)}hCM6bc_XMf0cziltf8x3@t3vg^tnPVg z@jO=ro{NW9{rKzG;kbkI>XC?#hHZP(1ic@#ry5OrcDf+^s8GN7^$#|sU2AUL<8GS% zuHDI|!=)qUk>jj5C9h4F7RssGO!)Yuv?9P$`?qC1Pf1Yhk?B8SaJpD1_V=sm;AA9B>ZGJne`LULb$GZ;p=Qq!;tq}ON zYQIJQ!su@HZ6CI-+`cqwzQnVCxfKR?-adN#-TuYBfKLqUcLR=!RW7q!5EVc7tZ-~< zHUpRbga6@vyxJn}>^3>31{~%OD^Hm*gf!p#n0aqO9EdOTCIz zKxjpQng4~e|HC@j9TKHO9x^WQx^n#y1Ai`=_;oa=5EdqY&O(T|k<_ev`sY>DdK+Q`1|p4KeE)$6_fHSxIA zn9pl?+8t_SXRG~~u{=$(et&024`NESJ=t&yIkWEsk*`6{=rO6^LIm5=6t!+l^&DMyjbl0UNv@YmsYTy zIm6v0xBLVHQi5lOzu%{Stua=_&u7B*U>XT?pQ ziLt5WW}QLn@74BKOng*Ov+Of}o7MIx-dGOJ-aIbpbs-b~mbiSj*?lpmfA^|SIoouU zW^LN=c-<-yYQwy}RZeiCfSFP^!?PNNYKSMvLKy#zeu>7HAo=Z& zJ|*3J=Oxy7!CL#5>eGpPPxfc9H@kGn_cJZYAeQ9 zeia*DTHPp-{p-ExbL1p-_<~ALZd`z!RJRN4fc0aQmLqNp=`;dnRQ>0!p z6&*OzTrpAX_U=4>2#}QkC0qbXOz$uP2kw zKX9Cqa%*1M&V-EbD=vq|`mUaJZd%5f$#?7mUIxAL6?wjw`K9`#eAbZ12T$s(JJx(N zr}O?(lZlUCdUmQFpM9fZ0skk7cV(Zi_=ovjx!1%lZ>Pu2)#}q6R{8!@(&6|UC9;R# zKHq%u!iJiw@^*e-Is>KnbGFNCc=4_J(6Co<-NR3NwjENQx=go!x`Nz|uR7f+oYN~5 zioHTKzH)dg|4H3qHnHNsjKH#q88#0x)~%QNW%{XiLv*9|M}|7yxVy(UY;AqK@}>E$ z?1o#BoA}Q?>%8|pXJX@TetC6PxqurD6YleftdZ!Nd*$jjqx_V|j0?`xK5Be_oyVr& z2lM{OX)6n_z0|Jx{3-Kdyh*r5FT2A*j>)O3rTB~9F)}PxZ%E7t;{LtX;d+JtW9~gw z-)$GE7+Xy*yeK*OMBC!$H+ut@AH20aZ1uvQ8Z8dfYmZ+2x#rae^IIH2DU!>34!s98RCOgiRz92C&Ub;Q#=N#oD53)vy>d=B4Tw{2#R=abecuDh;;zA(Dqad+LOC$82P9{UGx zZdT5Bk$!micxPgQ#`gH5BI_S2aT*EpGrXAWKjR_itlX>I30s}4k2jl~?n+Z?sQfo6 z@8cAaW8Wkkv~xQ)zv0r_W;IrX^q;qCG*dzkVnAVTDLgr%0qjAheRgX32f zi)br1pT709c(N?#j91Z1PZb@C-K3n#-c-6uM?WR&tm5rXaj$C@`{%yWNj|T$shsoT zw`+RQahDi2pHF3QDOcKgbn~l8JJtTJUBz`#_S>vqS7tx`$#lZs+iLcC-r#b{E8ekP zZM$Pb7yY~(#5=ci_Tf0;>a)4cvQbOVb(gHP+EtWvd+WGPP+zkR!!lYiBnUs^T~^z@$Y?_u}b z{_^qZ^nQjFx-tRzk1C9=?h-h!{MX!Juk5?U@1{L}om%3WT|_Qs87JFZ zhX3EL?wcon{hZ}yonW&9_9<7d<*&S!9=A8_+}6NJDu>rsr3NH!bGPH#z{am)J;ljp z!Hc|QLi}+y@06pC{4nEZ4PLTR{^&+OP2MuAf@#mW&!nBQ{`)*7YS)Er{GgdU=Gt}Z zOJ47*{o8N7^Z($k$`+k0+)Y+Bl({At(xu$< zwzul;__gAwmdyr!cD9f$*KKF3OH@UxwqKeyHTZI<>Yqv9C(C!=YkYmq?0K;b5;B#TGkZH%->*h zeA2qGANSptX+N%vW>Xf^kpFWf>!ZrW6E0D0d+*Jk;d}f=K{3l)1&ue%3s%H#JskIE zTb=d+(AtCldR@s^_4b~!Ti~eM_|;~&p-85g@Y{(?eU?qsyE^5naSpqB_puV2iRC>> zr99f^0h~*0razC|A8Zn^qHAv6osAFm4Bbt_Lthpvt`pG6turK?Odug zSzh2R_ls7~B>sSRq8^g-=PkTlv*eWU_Uyi}^y*Y5R)7CbKNeer*@zqx4qqG_>+$nL zpyO1oL5;q`8lZ7LZzzPq>C-R-V=!m_Kp+w&{;9a!%kJC}(i;MFg`T@2#0!_plx z6@H%zx}om2FDSBgRdDLsu)`LYEjess6aQa7y!eu#^_MqZTZ-#C)?ayNbb*h_=5_g& zzJQ*?+$D>cG-mE%;F-STiM6-oKa-;eA4aS;)?Z-7U%va-S<7u&%m%a8dnw+Ske2a8 zdg+CS9pafU9h!S*^UQmm`7iG2H@+29!=Kj7ck{M+xw>}C^-OJ>4}WJBCe-Zl`1tX+ zJVQu%{-;+=%#O#o|S5@x9iI{fwEw^OW zhaKL#Ryua~0fUCQ2R5rmmoKz9pEn_=VwRR_^Tki0m(m{HJjdW;v%#?c@YMflPSclK zvdMiAH~GnURA6d_!@WKc^Lg$OY^8syLUP`l{Cry+`}AUs)iNoQ+ZMkbhNK%x-(G0; zQ~EYTx!6yur+=pO&0+3ZbM5!Z{$pNG{6Zt!4((=JxV-=2)bp!91u*Wb`*~+hvzCp8 z;~L+(swTGBbT26Gb0S!mjnnbJ0G3*fKe_&C5 zm^pgKTiciA7uvcscliI3opXkZ|43Qssuq_vlhY4eJ{MO=OS6T?%Gs+)b4}R)YyZ8~ z2cGO*D?K%xNd&b1on>LVz%137?nWopug{xc_Lqs@Cf_^%?j+G;>DyCls@Tro*81?^ z?8VNq>Ls-a>IEutdn~PX%JM%sAGn5Z^N+}if|AG?ZTn6B^S1E6 znXKB#Wg}sGW9<=UFU>`n>nji6`M>^wSfP&hf0?@;n~_U}g@+x`3T z{qWXrjW&T7k2Tk6H_VPpsp>qntDNudIwQ7*)LDxjR(fpaS-0OyaOw3Adk*n)>}8wa zzDc##<8~c3vqfoaJ8N*~?JKtb$LBBWy5f5M-n!tGhdTBqhF68@P(qy1CnhBdTi#GUQF;wP4U{PY6;4|gx0+-9k{`)%8@Yabo9c-dsI zH(slr`7-oiSLa44UYiH6Cr#6wY%HWd!;ewxgM*&hw%=2V6_lgm_t)@!-|qjbqTI+- z$Uuhk{?~t-ZO;lk`03m1$FTm{fxS`ZE}k=vyua^X`?q$6t&MgyUmWyrYv{@4+RW6B zy6Hc?PtW(yv!}sl%O0K74_$SpQ})}uTd!iAXDA0xoyf}J=He}T|IHrznMz(pD$;U$ zs@95J-JIL}H@*57Z_b?*t-d3{TmS#~e)!Te&D_@G{MEOf&ORIB*>!qm8k=yyf{z=n zUN|bx-kx0BaPp&xo?qmg&UY@`teCY}4(x3_!nX3%M;jya@aVaXO#B%UA4Om9D*wsf z74m$sd{=E^O%-S`o;7pkfmwdB3-32fH$L(7{$h)^@YN5GKHldSm6Lo%l@HBXn7h|M?GJPe0!^smnac+r#{`~Nhg>(mld{N6FOxXA%Z>fr@5w8z(l#x7<1kJA)I;xwuWy&gy8a3?-p}%B z#nv;Lx6Kp$%+7H(&RXorr`CGS`lADzy5HiZfF}Vj=3Z$I`?;oGI>4~t<&`7MeqmD?{d{G=SQS+2$uivS?R8$aNa#kz1DC>{{P_RQ)58md z*Isg{+9os6Zd$pl+!_5VpVu93-ujL4>aNIe%_~~jOH<@eIL}StXs9@#!T+%#spQqH zvm&3{6&V&BU_NK}v7!IXha{m$2G_Dw*R_9|{_a&=_fY9e_m`;DliyOL6h&MOjZ6}z zo320F{Qv8{H#ad2ko_mZFWDbi-c{=~VzPuDz-vY9Y*-$B20T{(+}S1PluaZyhfq*JqxS&R9%-pR!Ctq-DF-sfPvIyD#L6 z94|Sawra27?Ynh9EDV(_%2<^ceCvvzCOs68{3!pfEHv`n(W!=9l>uuS*^jU|%=~wD zm(rHdxyw$UpMIuRQjBH6V~&`Gn+y#bik{nXedf988kFR@U*ap{n}-kXChjbr-}1)S zQS+g=jXZB*Z`ZRUpPJt)T(I2wF(t32F=r-ENC>~jm!+%oSMS_&Orh{Y^R|=vM~^YL zSLr@Z{giaOZIh;G-hR;qe?P74dnQ=>Hhr?)?fJ^W8!@TPe!gqd^EU;T1E7_i4 zbe?Mkv&^^eZ4s8HU#wikYRt4(ePrC$vUbMT3b})~D_VSGGAFrD4S((xI;~#9_Qus! zK9ktxb7y{cW4e~|n_=lWk;v;7vvo~vE2ZLB_)K4O^TDRCf2Fc2r%Tmw<{o)`Ql$57 zz+DE7`9BWz#ZF(THNmvYx#-dKYi?|_(~UnbiCB4RPvhF9QUPz?tn*c#bl(4>-DI29 zJ6;mefI5LWwh1g;H?KzOitgv;V>(1+D8YktI`ivr}mt+ z{kP=MLjO;jx+h0&Y-MC+3RIDksh@SPkG&yt?g_z{9@q2_GT$`!nZGDAx#>_d@7a!x z?uWj9inRIgYF}XQ*@(?~~RFw>1q?n86Uf5#W0ps@nbXz2~U!o52q zA2fcsly|f_BlAI{vUzZ)-{j1e@b~-7IUa`Y{#Gw9_u*>D&u$UPjy=Y51#vS(pB&x( z$T9S~pWa>Thm9(qZd7_m^B4VgIGVruT=HgDYq`qjR@Xs0T>~Pow1)ET%C$*Q-S_#~ zizA!(lMdUhs1iQ!?)6Y*0z-_V2Dgs^t7q?%I9`GzEZf8J#T6*gUGjo zN|9ObmuT@WpVREM*guE~jEAz{(f_- z!a*qKLXLRv_ljnvS>bbxvTw5oZJB!PHtd&n%spK^A6FZ-YEiSh=E%sI?WH~#*3c%IbK@6&g#!nJ;zwOs-D7b7tD+%AgzU3`Ew>|ldh-81 zdm4N<;IJI)WGgngBcDC2uR3nd-B7I9mGi(m=PGU;tx%^|% zEF1YlzBSvu(;x zHQ5Opc2B&qD8kX;LqpOJ?mx$^?ryJFzq;p1$z4|dlv_uhUKD7!)S4gvf3XmM*=^o4 z7(Y_XHK12 z+Txd1M_x3p_>ei)EF%nbvDRzaXvt7E7dOM)Y zxqFS*6VJyoqRwsepRQaL#8RqveVOT>V`VG6zw(sEiF-e|Kf{h8B*5%T>{qc>A(9Pg zT=UY+kKIo2xU%8WDi^1He=Dxs+q$4iJd}-P#VuZ?RTaM-Hh#=1{rBr>an5xam(Rr| zv-?4d?$+987&okX^p@}HOwXBr)2pY7GB?b+GRf+5dv&z=fop2F&aQiBtQ%_irRyC} ziQDZn=D%F4Ll*zt_}1CB?#AI`zROmx-P7C4W#eHa%g493ZR5fdXWcJ%<{f7Kc41Te z%571T-WXRr$o>2M!NFb9FSc*UGj%JR^E~|XvOU-4Fq9u*zGfxN-?lqem_O%psC{26 zd(o0NO?exb?c3Qu72ceGXX^WJdKCxUFBT{8_ijFSOLeB(vGs7M;rWuM^PFa7L*{!C1@A3k*%N(aoj?P{z zyyWFlyP&7n7w5ecF}=-rvEo4dzN+tg8`%$EoA&NW#MbJ++aDa9`-Yi;O-|xTee~%i z9yT3Gp%z}^4SOHIYhmx6v*R-7tB85}7jE!<-KZ2bclC#c(*1Am9GG+NL?5SV_~J=# zygC1}{nF)E-&~?Ax8sr?TbIPa1a<;VBZEE_USD~;!;CW2tp%1Y~48E(% zebEaJc_d7{%hb>$+# z6Z0#@&VQ;|crtHtW=McWQ`+tlm0at9_Ss9tXZHOmYWjN9WxMEsuU5Hxeij5}{jboL z3z%_t>b+G{CjCCoIjLZ)pRuZ3hSyd3eN~-lvQiFs~a|7Z365|eQCxFrR*6C2Fs{XXR8v9CDs)llm8!g>ASk3>S-Tp6dnEtq-q z`RoUVoR@zvIa*wK8Xn3ZeY8+8e4BX4>QEDr=eg|+Q2Qz8R~89WeK0dKu+!ZoRycQu z+3i-P#eW)ZWkfI-xfsqmRiTvn^orN>*{61_E@ZC0>N)#DSh{6=Uk&%Bs8_|S&O}w@ z$`{-$o8ABAl4|cUF*7apPg#o`)g5NVNwrU5xXPZwU%va;%D{J%>)bORTvKCk-M@UN zzIIQ;qMLHFKfc+*WRW?|(TL&CRHd)pWj4>3MwWjqGzy&b@b1ZwtG|}57VQ(iUSYrg zkpJ|)cg$w9XL?%O2}Rq;)XzGUx_#-7S8VL>`AXZk8#eAeeMGN5kKM76{g0|SAH$2z zWOe&)_HAnpGh5sI*!;2K^encvmgdg?b4)|8Pi=a| z0U_J)Ux#YKUdo?5Ce(1G`A+&H`Bfhpj^{C6So%hY-{fH7+$G{&vO3bn(?1-@>p3uA zRqjUU4>q|E>l_^CZ;?NFz+IaEhx^X8{r;z)t_<7=OD@`z^~#wW0#Z7gPqIw*Io+0y<1D{-l4r~rF+@g!&qkTI>`FO@#Bw}_0uNr zzU;kc-im#R>7OI4A1-F!J?s3v*IP<^pF8fm@vpw~)XKnV#SP&M3=9mOu6{1-oD!M< D5g+lj literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png.mcmeta b/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png.mcmeta new file mode 100644 index 000000000..24f9c2fae --- /dev/null +++ b/kubejs/assets/tfg/textures/block/planets/venus/super_heated_slurry_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/kubejs/data/ad_astra/dimension/venus.json b/kubejs/data/ad_astra/dimension/venus.json new file mode 100644 index 000000000..de25ba301 --- /dev/null +++ b/kubejs/data/ad_astra/dimension/venus.json @@ -0,0 +1,36 @@ +{ + "type": "ad_astra:venus", + "generator": { + "type": "minecraft:noise", + "settings": "tfg:venus_noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "tfg:venus/venus_delta", + "parameters": { + "temperature": 1, + "humidity": 0, + "continentalness": 0.3, + "erosion": -0.5, + "weirdness": 0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:venus/venus_fractured_lands", + "parameters": { + "temperature": 0.5, + "humidity": 0.5, + "continentalness": 0, + "erosion": 1.0, + "depth": -0.5, + "weirdness": -0.5, + "offset": 0.0 + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/venus.json b/kubejs/data/ad_astra/planets/venus.json new file mode 100644 index 000000000..ac2dac01e --- /dev/null +++ b/kubejs/data/ad_astra/planets/venus.json @@ -0,0 +1,10 @@ +{ + "dimension": "ad_astra:venus", + "gravity": 8.87, + "orbit": "ad_astra:venus_orbit", + "oxygen": false, + "solar_power": 40, + "solar_system": "ad_astra:solar_system", + "temperature": 465, + "tier": 3 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/venus_orbit.json b/kubejs/data/ad_astra/planets/venus_orbit.json new file mode 100644 index 000000000..cff42f134 --- /dev/null +++ b/kubejs/data/ad_astra/planets/venus_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:venus_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 88, + "solar_system": "ad_astra:solar_system", + "temperature": -108, + "tier": 3 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/venus/venus_delta.json b/kubejs/data/tfg/worldgen/biome/venus/venus_delta.json new file mode 100644 index 000000000..ea1800930 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/venus/venus_delta.json @@ -0,0 +1,46 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0, + "effects": { + "sky_color": 10465603, + "fog_color": 9938052, + "water_color": 8241044, + "water_fog_color": 10866612, + "grass_color": 13758586, + "foliage_color": 11653213, + "mood_sound": { + "block_search_extent": 8, + "offset": 2, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:ash" + }, + "probability": 0.1 + } + }, + "features": [ + "#tfg:venus_delta_terrain_features", + "#tfg:venus_delta_surface_features" + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/venus/venus_fractured_lands.json b/kubejs/data/tfg/worldgen/biome/venus/venus_fractured_lands.json new file mode 100644 index 000000000..d9157a93e --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/venus/venus_fractured_lands.json @@ -0,0 +1,28 @@ +{ + "has_precipitation": true, + "temperature": 0.7, + "downfall": 0.5, + "effects": { + "sky_color": 10465603, + "fog_color": 9938052, + "water_color": 8241044, + "water_fog_color": 10866612, + "grass_color": 13758586, + "foliage_color": 11653213, + "dry_foliage_color": 9279852, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + } + }, + "depth": -0.5, + "scale": 0.0, + "temperature_modifier": "none", + "spawn_costs": {}, + "spawners": {}, + "starts": [], + "carvers": {}, + "features": [] + } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/surface/geyser_source_patch.json b/kubejs/data/tfg/worldgen/configured_feature/venus/surface/geyser_source_patch.json new file mode 100644 index 000000000..fec45853b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/surface/geyser_source_patch.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 15, + "data": { + "Name": "tfg:geyser_source" + } + }, + { + "weight": 50, + "data": { + "Name": "tfg:geyser_source_small" + } + } + ] + } + } + }, + "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ + 0, + -1, + 0 + ], + "blocks": "tfg:rock/raw/geyserite" + } + } + ] + }, + "tries": 32, + "xz_spread": 16, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_cluster_patch.json b/kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_cluster_patch.json new file mode 100644 index 000000000..3069bfee2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_cluster_patch.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 30, + "data": { + "Name": "tfg:stromatolite_cluster_medium" + } + }, + { + "weight": 50, + "data": { + "Name": "tfg:stromatolite_cluster_small" + } + } + ] + } + } + }, + "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:has_sturdy_face", + "offset": [ + 0, + -1, + 0 + ], + "direction": "down" + } + } + ] + }, + "tries": 32, + "xz_spread": 16, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_tower.json b/kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_tower.json new file mode 100644 index 000000000..ec96686a3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/surface/stromatolite_tower.json @@ -0,0 +1,75 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:rock/spike/stromatolite" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "height": 0, + "offset": 0, + "radius": 0 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:rock/raw/stromatolite" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, + "trunk_placer": { + "type": "minecraft:straight_trunk_placer", + "base_height": 1, + "height_rand_a": 4, + "height_rand_b": 0 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:rock/raw/stromatolite", + "Properties": { + "axis": "y" + } + } + } + } + }, + "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:has_sturdy_face", + "offset": [ + 0, + -1, + 0 + ], + "direction": "down" + } + } + ] + }, + "tries": 32, + "xz_spread": 16, + "y_spread": 3 + } +} diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/hot_spring_delta.json b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/hot_spring_delta.json new file mode 100644 index 000000000..89720a68e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/hot_spring_delta.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfg:super_heated_slurry" + }, + "rim": { + "Name": "tfg:rock/raw/geyserite" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 2, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 16, + "min_inclusive": 4 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/stromatolite_disk.json b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/stromatolite_disk.json new file mode 100644 index 000000000..f15ce8ff3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/stromatolite_disk.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:disk", + "config": { + "state_provider": { + "fallback": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:rock/raw/stromatolite" + } + }, + "rules": [] + }, + "radius": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 3, + "max_inclusive": 6 + } + }, + "half_height": 1, + "target": { + "type": "minecraft:matching_block_tag", + "tag": "forge:sand" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise_settings/venus_noise.json b/kubejs/data/tfg/worldgen/noise_settings/venus_noise.json new file mode 100644 index 000000000..d5015191f --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise_settings/venus_noise.json @@ -0,0 +1,728 @@ +{ + "sea_level": 51, + "disable_mob_generation": false, + "aquifers_enabled": true, + "ore_veins_enabled": false, + "legacy_random_source": false, + "default_block": { + "Name": "tfc:rock/raw/basalt" + }, + "default_fluid": { + "Name": "tfg:sulfur_fumes" + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 2, + "density_factor": 1.0, + "density_offset": -0.2, + "simplex_surface_noise": true, + "random_density_offset": true, + "island_noise_override": false, + "amplified": false + }, + "noise_router": { + "barrier": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1.0, + "y_scale": 0.5 + }, + "continents": "minecraft:overworld/continents", + "depth": "minecraft:overworld/depth", + "erosion": "minecraft:overworld/erosion", + "final_density": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.64, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 0.0, + "from_y": -64, + "to_value": 1.0, + "to_y": -40 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 1.0, + "from_y": 240, + "to_value": 0.0, + "to_y": 256 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "max_exclusive": 1.5625, + "min_inclusive": -1000000.0, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5.0, + "argument2": "minecraft:overworld/caves/entrances" + } + }, + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": 4.0, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1.0, + "y_scale": 1.0 + } + } + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1.0, + "y_scale": 0.6666666666666666 + } + }, + "max": 1.0, + "min": -1.0 + }, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 1.5, + "argument2": { + "type": "minecraft:mul", + "argument1": -0.64, + "argument2": "minecraft:overworld/sloped_cheese" + } + }, + "max": 0.5, + "min": 0.0 + } + } + }, + "argument2": "minecraft:overworld/caves/entrances" + }, + "argument2": { + "type": "minecraft:add", + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function" + } + }, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/caves/pillars", + "max_exclusive": 0.03, + "min_inclusive": -1000000.0, + "when_in_range": -1000000.0, + "when_out_of_range": "minecraft:overworld/caves/pillars" + } + } + } + } + } + } + } + } + } + } + } + } + }, + "argument2": "minecraft:overworld/caves/noodle" + }, + "fluid_level_floodedness": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1.0, + "y_scale": 0.67 + }, + "fluid_level_spread": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1.0, + "y_scale": 0.7142857142857143 + }, + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 0.0, + "from_y": -64, + "to_value": 1.0, + "to_y": -40 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 1.0, + "from_y": 240, + "to_value": 0.0, + "to_y": 256 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": -0.703125, + "argument2": { + "type": "minecraft:mul", + "argument1": 4.0, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "minecraft:overworld/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/factor" + } + } + } + } + }, + "max": 64.0, + "min": -64.0 + } + } + } + } + } + } + }, + "lava": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_lava", + "xz_scale": 1.0, + "y_scale": 1.0 + }, + "ridges": "minecraft:overworld/ridges", + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0 + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0 + }, + "vein_gap": { + "type": "minecraft:noise", + "noise": "minecraft:ore_gap", + "xz_scale": 1.0, + "y_scale": 1.0 + }, + "vein_ridged": { + "type": "minecraft:add", + "argument1": -0.07999999821186066, + "argument2": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:abs", + "argument": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "max_exclusive": 51.0, + "min_inclusive": -60.0, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_a", + "xz_scale": 4.0, + "y_scale": 4.0 + }, + "when_out_of_range": 0.0 + } + } + }, + "argument2": { + "type": "minecraft:abs", + "argument": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "max_exclusive": 51.0, + "min_inclusive": -60.0, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_b", + "xz_scale": 4.0, + "y_scale": 4.0 + }, + "when_out_of_range": 0.0 + } + } + } + } + }, + "vein_toggle": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "max_exclusive": 51.0, + "min_inclusive": -60.0, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5 + }, + "when_out_of_range": 0.0 + } + } + }, + + + + + + + + + + + + + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + + + + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": ["tfg:venus/venus_delta"] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { "absolute": 52 }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.2, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.3, + "max_threshold": 0.5 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } } + ] + } + }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/brown" } } } + ] + } + } + ] + } + }, + + + + + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": ["tfg:venus/venus_fractured_lands"] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { "absolute": 52 }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.2, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.3, + "max_threshold": 0.5 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } } + ] + } + }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 1, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 3, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 4, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 5, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 6, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/blue" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 7, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 8, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/green" } } }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "ceiling", "add_surface_depth": true, "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/white" } } } + ] + } + } + ] + } + }, + + + + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { "absolute": 24 }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { "absolute": 49 }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + } + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.3, + "max_threshold": 0.5 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 2 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/orange" }}}, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 4 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/orange" }}} + ] + } + }, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 0, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 2 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sand/fluorapatite/yellow" }}}, + { "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", "offset": 2, "surface_type": "floor", "add_surface_depth": false, "secondary_depth_range": 4 }, "then_run": { "type": "minecraft:block", "result_state": { "Name": "tfg:sandstone/raw/fluorapatite/yellow" }}} + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { "above_bottom": 0 }, + "false_at_and_above": { "above_bottom": 5 } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { "Name": "minecraft:bedrock" } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { "absolute": 0 }, + "false_at_and_above": { "absolute": 8 } + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { "Name": "tfc:rock/hardened/chert" } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/chert", + "Properties": { "axis": "y" } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/basalt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 6, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 255 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/basalt" + } + } + } + ] + }, + + + + + + "spawn_target": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/venus/surface/geyser_source_patch.json b/kubejs/data/tfg/worldgen/placed_feature/venus/surface/geyser_source_patch.json new file mode 100644 index 000000000..814ceede1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/venus/surface/geyser_source_patch.json @@ -0,0 +1,39 @@ +{ + "feature": "tfg:venus/surface/geyser_source_patch", + "placement": [ + { + "type": "minecraft:count", + "count": 20 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 380 + }, + "min_inclusive": { + "above_bottom": 123 + } + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:has_sturdy_face", + "offset": [ + 0, + -1, + 0 + ], + "direction": "down" + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_cluster_patch.json b/kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_cluster_patch.json new file mode 100644 index 000000000..007475d68 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_cluster_patch.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:venus/surface/stromatolite_cluster_patch", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_tower.json b/kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_tower.json new file mode 100644 index 000000000..7465a4c19 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/venus/surface/stromatolite_tower.json @@ -0,0 +1,41 @@ +{ + "feature": "tfg:venus/surface/stromatolite_tower", + "placement": [ + { + "type": "minecraft:count", + "count": 80 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 380 + }, + "min_inclusive": { + "above_bottom": 123 + } + } + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "offset": [ + 0, + -1, + 0 + ], + "blocks": [ + "tfg:rock/raw/stromatolite" + ] + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/venus/terrain/hot_spring_delta.json b/kubejs/data/tfg/worldgen/placed_feature/venus/terrain/hot_spring_delta.json new file mode 100644 index 000000000..fc71a28e9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/venus/terrain/hot_spring_delta.json @@ -0,0 +1,31 @@ +{ + "feature": "tfg:venus/terrain/hot_spring_delta", + "placement": [ + { + "type": "minecraft:count", + "count": 6 + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 200 + }, + "min_inclusive": { + "above_bottom": 54 + } + } + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/venus/terrain/stromatolite_disk.json b/kubejs/data/tfg/worldgen/placed_feature/venus/terrain/stromatolite_disk.json new file mode 100644 index 000000000..7e16eed20 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/venus/terrain/stromatolite_disk.json @@ -0,0 +1,31 @@ +{ + "feature": "tfg:venus/terrain/stromatolite_disk", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 200 + }, + "min_inclusive": { + "above_bottom": 54 + } + } + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index bc92d6eca..8e29b5275 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -211,4 +211,189 @@ function registerTFGSpaceBlocks(event) { event.create('tfg:spike/permafrost_spike', 'tfc:rock_spike') .stoneSoundType() .noItem() + + //#region Venus Blocks + //Fluorapatite + const fluorapatite_colors = ['blue', 'green', 'brown', 'orange', 'white', 'yellow']; + fluorapatite_colors.forEach(color => { + //Sand + event.create(`tfg:sand/fluorapatite/${color}`, 'falling') + .textureAll(`tfg:block/planets/venus/sand_fluorapatite_${color}`) + .soundType('sand') + .requiresTool(false) + .tagBoth('forge:sand') + .tagItem('forge:sand/fluorapatite') + .tagBlock('minecraft:mineable/shovel') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Raw Sandstone + event.create(`tfg:sandstone/raw/fluorapatite/${color}`) + .textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`) + .texture('up', `tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBoth('forge:sandstone') + .tagItem('forge:sandstone/fluorapatite') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Raw Sandstone Wall + event.create(`tfg:sandstone/wall/raw/fluorapatite/${color}`, 'wall') + .textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Raw Sandstone Slab + event.create(`tfg:sandstone/slab/raw/fluorapatite/${color}`, 'slab') + .textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Raw Sandstone Stairs + event.create(`tfg:sandstone/stairs/raw/fluorapatite/${color}`, 'stairs') + .textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Smooth Sandstone + event.create(`tfg:sandstone/smooth/fluorapatite/${color}`) + .textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBoth('forge:sandstone') + .tagItem('forge:sandstone/fluorapatite') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Smooth Sandstone Wall + event.create(`tfg:sandstone/smooth/wall/fluorapatite/${color}`, 'wall') + .textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Smooth Sandstone Slab + event.create(`tfg:sandstone/smooth/slab/fluorapatite/${color}`, 'slab') + .textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Smooth Sandstone Stairs + event.create(`tfg:sandstone/smooth/stairs/fluorapatite/${color}`, 'stairs') + .textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Chiseled Sandstone + event.create(`tfg:sandstone/smooth/chiseled/fluorapatite/${color}`) + .textureAll(`tfg:block/planets/venus/sandstone_chiseled_fluorapatite_${color}`) + .texture('up', `tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .texture('down', `tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBoth('forge:sandstone') + .tagItem('forge:sandstone/fluorapatite') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + //Sandstone + event.create(`tfg:sandstone/fluorapatite/${color}`) + .textureAll(`tfg:block/planets/venus/sandstone_fluorapatite_${color}`) + .texture('down', `tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`) + .texture('up', `tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`) + .hardness(0.8) + .resistance(0.8) + .soundType('stone') + .requiresTool(true) + .tagBoth('forge:sandstone') + .tagItem('forge:sandstone/fluorapatite') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .fullBlock(true) + .opaque(true) + }) + + //#region Venus Stone + + //Stromatolite + event.create('tfg:rock/raw/stromatolite', 'tfc:raw_rock') + .textureAll('tfg:block/planets/venus/stromatolite_spike') + .model('tfg:block/rock/stromatolite_block') + .rockTypeTooltip(Text.translatable('tooltip.tfg.sedimentary')) + .naturallySupported(true) + .sedimentary() + .renderType('cutout') + .soundType('dripstone_block') + .requiresTool(true) + .hardness(0.8) + .resistance(0.8) + .tagBlock('minecraft:mineable/pickaxe') + + event.create('tfg:rock/spike/stromatolite', 'tfc:rock_spike') + .textureAll('tfg:block/planets/venus/stromatolite_spike') + .soundType('dripstone_block') + .hardness(0.8) + .resistance(0.8) + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + + //Geyserite + event.create('tfg:rock/raw/geyserite', 'tfc:raw_rock') + .textureAll('tfg:block/planets/venus/geyserite') + .rockTypeTooltip(Text.translatable('tooltip.tfg.sedimentary')) + .naturallySupported(true) + .sedimentary() + .soundType('dripstone_block') + .requiresTool(true) + .hardness(0.8) + .resistance(0.8) + .tagBlock('minecraft:mineable/pickaxe') + + event.create('tfg:rock/spike/geyserite', 'tfc:rock_spike') + .textureAll('tfg:block/planets/venus/geyserite') + .soundType('dripstone_block') + .hardness(0.8) + .resistance(0.8) + .requiresTool(true) + .tagBlock('minecraft:mineable/pickaxe') + } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/fluids.js b/kubejs/startup_scripts/tfg/fluids.js index ecc0de852..b9f52734c 100644 --- a/kubejs/startup_scripts/tfg/fluids.js +++ b/kubejs/startup_scripts/tfg/fluids.js @@ -29,4 +29,23 @@ const registerTFGFluids = (event) => { .bucketColor(0x3a9178) .luminosity(2) .noBlock() + + //#region Venus + event.create('tfg:sulfur_fumes') + .stillTexture('tfg:block/planets/venus/sulfur_fumes_still') + .flowingTexture('tfg:block/planets/venus/sulfur_fumes_flow') + .bucketColor(0xc4d984) + .gaseous() + .viscosity(0) + .density(0) + .renderType('translucent') + + event.create('tfg:super_heated_slurry', 'tfc:spring') + .stillTexture('tfg:block/planets/venus/super_heated_slurry_still') + .flowingTexture('tfg:block/planets/venus/super_heated_slurry_flow') + .bucketColor(0xc4d984) + .viscosity(0) + .density(0) + .renderType('translucent') + //#endregion } \ No newline at end of file From 67215fba928d69283cba23a007f63d8af995ca61 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 20:27:51 +0100 Subject: [PATCH 203/246] one of the mud hut structures had an old gregtech zinc ingot --- .../temperate/plains_temperate_house_0_2.nbt | Bin 3384 -> 3389 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kubejs/data/tfg/structures/temperate/plains_temperate_house_0_2.nbt b/kubejs/data/tfg/structures/temperate/plains_temperate_house_0_2.nbt index cb62eed4ca1ee29309a674fc0de22ddfe3a3b8e6..781372c648200a55e147ca6a790dd0075fc4b9bc 100644 GIT binary patch delta 3244 zcmdlXwO6WMzMF$VPcb-y;s4t?-o?t{qQ}?E{hg$9b8_OOnKlg*9?m^7^Gr*7BCAMf zj>amEoY35rx#g}w-C@--=O@W#?-Szg;y>_wq3Ub>pJns^-B0efy}4jj;;F~+^N-v9 zFMjuSwTNx9(&gA?>nHUYrhR?x_;dOGU)DzdKAK3^Z+#*2|s^$AR@!df#t4t^1-{3?28UJ@^RR}@dD*?~9l6Yt5^+q%ZpvL1fL*Y;I& z#=@qJujFp=Jag(k!o1A)6Vu@>jK?mysTk*|HGC8;yWzu-oVi%tc;cbyOM4yCW|$p# zqbcDn&HHuJmW$IRy`@F}mZ;`d7#-fi*p|ucGyMtcG3Bichri_+G#>I>(V-q>kdxPt zc#Gli7RIy%2{-OA9Ddf8{-HkeoGi~}{uyQ~Tep9`B4aFJ7JVS%*UOVUvvm`gT;DA` z#CN;=z!#ByGwKd(sAUJKTzIH&>HKYHWG2k|#Ww$0#Q}rf#>~kx{;pNuE?c&Z@v&yj zMq}L>4jb*>_;4S)bYtEbgWkrM+7jN$jb}FeGgTp2>!>YH|&ePW@}inpw4tiO&rUa@N1ewKdI_*VX9oH!qMKAag9)j$OKOAPwZLuZ)LH*xK%Tf7w3o4#;M+ z;|Dev+k*^vbB13{sg(Wjx#WZ!)v6NS$rC|7OawEXXC_uZt-sfn_>1xI7v{EFekL%! z>)nuO%*At=U&3thfeoK+X2`9ymRJVy?ic2^yOm8FzXZ>;XZDnioe7GdG;WD9H>Shy zYz}U?$#m?Jn}6Dk97a&IzKu_qVRpbEw;}O;Rl<$A>Jr=Pd6(`gPi?y@%d^^AqAZW` z@GHLhwz<6rH|%QO_)6|1NHnb6;LTs|p3v|6&P0^1|MGiZh`zFMPFr*0SEj?SSlh00 z^Q;z^xVAjuh9m>eZ$0Ur(Dk)5L2|#oBplx2;d`)x%i69}(q}=!jrzxoYC#5Jx@|_u zS06c~tud`hFkX9BUi!8EW8Oi7+%0C4t61dNx+Ddb?cO?h9*a`FZR^~FZHd2GCBnWhbXuKoLyrBJ zX>?32*D=%Ru%7H~JE|mmvbUA2GBh_>H}gW_8e@s;J}*MDFCN&D=5%~v@4IXBW+zsC z6DhN4m95`>uSRW07UMBf;jDd964!kSp7I?t6^w+za^{BY=0FM`*&m7>BYNb*JnKsyxSMQ_4Br~EYim|efGQS_uz!~ zgcxqZ@Oy}EAkqldZfn)EVb!QCD zHYe_E-dOUZc4p#h=4HzhW|-9(d3L8t?jChx*-6$C%hCEiTcgdq3aC>JKk@-_WXFgQS#Bx z!ZSCf9SWYg@!E&wM#c)JM{D(8&#gV_$9(wQOm?o`#>CG8Jk|b|6CVBC@lP*!w{Tv< zua->dhyOmTJk!DjO3CpxLH6ITJrX>3W9#oT{;6$i6(zFI$zMCaW$W*I{i$tNnS5L% z@(;@hu$5ntJ;c&gaiE2(?WOvZS62`GsOM5s@KL$B^2*-j9qc^O@&;?-5~^BWYS%pE zyFY91{F6OP(-Yfv*F2P){qniPs-u^8&Giel=jEBrxz;y7!n8K*z3l#1uZw4Pij-Bg zd^GcMsHyC#*dzVpmGH6fA56lU5@P-9JJbV?2x~mz6xrw0Iyd0d>&n`5?0mTm8{h0% z@mjrpMb_h;XIhSghj+PODAt|FW?d`PuYOeL#Rjp>3(~{S%o91^z3W&^_6zTi98sl5 znU5{4ye`#rQ@M;uGtKeyx*5!x^Vs66Rh|WGY+I-#XOP3|tocm*>p!m5`&#VQ)-G50 zk`Qs$`^CXo`U}gm_DQ|juxC&1zdh{PhTOIh-H|WWN7bL+a+vv0sbCikoGx|9jeXJp9OG?MEN;1^91sgWS7%>kQVj*OT%# zJhr-?`Q>u4!M(Qn#Hg=%3GJCz?;9*!EVizqMpG`4H~Y-_9Jc$tZK@{rdQO-9)YBs7 z^z>i)nHkn2_R^%YC*H31>wn9PTeiY~?N0kozJILylRR7Y7LT;Wn^p8|F30{&y~h1s zH1lWA&AN3t_7cxkC(7*gdj9z0E%(zE`_Gsv4T{rt<-S2O)m_SjDm)Lp-??URqa|FM@!KaJ+9{?wb0 zA^P+Fxydzol{TAfA8AjyHud;ANx%BXsUN2wU9x1q&gbae9REIlG<_(iURh^pWfwoM z)OW|C?J@u7*Qf9MQ0g-K*RSvO`A=VmZ(1)GeRA5~N#S*ex88q~bSmiJb`jZmr}lqY z>7o{KGM^7PswB7!tWVrx8Htu zymDH8y~+2dxu19EAG-N#`Snj*|GpG^{o~%Y4e5n;p3hFEgx~6VpZBM9m&w}G=3?2Y zsd;j*u73|Zw7c)i)prkLSNCpy{5Z47e68E{xvT5<#zj<@+ z_FuM{cQ>0`#az2JYp%cB@t?0Q6zuR>e)Q=Ht=GkCo0oTV{Py@7bj<6+29~{ga=&^`6z~i&`J8H&<>KbkojW96I-% z-pj2gOI=lGzb@Q7C1N%iuqsPt|FTJ&t#v^r=_Mn?>rg9tK&8^ z*=hOt^{bt|uc4kl9vC~gJY_X}GWHXJ?A(;H&%EDjN?AXj&Dk;Q@pI{32di86-#;kQIjH_IWzssnsE=EElINV6RJqYc z>+r8He#<;Fnko!e?VV_MYwps?KTGY?E zt()0jN5<#5Z!W3XvF}!oPsF;+T}GSt{eCm!-}^^O|6XV9JpEnH_y>3UPx&fA_f=Q2 G7#IMSrgWqL delta 3239 zcmdlhwL_|2zMF#q4F12JbGk_SxM-X7^qr5KZgu6HoUYP0b$4#mv^m|ALf?3Wnym~u zdQ!}krA_4&1Dhm|Yw+neo6c#cPCUi@q|%7tBlDY?#`W@EOZITC5)nO`e{SjddcW@` zF`d1gKINvh6U%xGU)$$TsjqsyU-_~8`Ar|Muf8$k+xvK{W6`3X6Q}Lhoc}^+v#8vG z<=N{Db!UDQ>B+ydkEwNTK%#okjn4JPxieqJrdt^qD}3Ct&1d!z=4HimU!L*_e|UOT ztGe;NCQcEb6$whL!rGr+Y0lV}#LM0l#nWkaKqhA5ecAerO6%t}C6=-u{v~oI;9x{4 ze=b|`Lf1!(m(?m86K^pjXDUyUG!s7XgUdQctzqL9!P7oVKBQ(UPmo;3Yf#IYoVj>m z+%&T)qvXuRi{`Ie!t0+l!|Z@TZo|t-dk$1A5lgsnk5?_=2B+vp7p}Imyaqnf2{X(N z@QCotmQJ{F=L3&j{n?$(iN6>xt8M*IHg8rk+u<~B32*z2XExkqQVVz@r}bt-ExXT} z4@bW+x4pGam{E6tN3=}m@0QeO6Run_|6y{Rxh<2&XZDdd?`?Lz-LRQg!vA6S+{}Y4 zU0)N^qYS1U`(0y4V+!$rX8y?I&2~)Q8TNyF)`gu#UOW5^@h(^ zZ0Zkes1@M3EFls9u=}i`L5@7j;d`?W81y#2)J%G(EwRiHV%#~81fAZ{duyGV{fli9 zW*j@PVXx7h%E^vQHjI^%>zH)vyLs)-?mMvIvxLO9@MG5gXJ@e=ekLJNHlLv_lZWTF z_CbT*#zZM*keGM!#4{WA3W4lgW@wPp*SOKdY{SfX2bWjYg6vKFF0^;9y7^%fwzji| z25-*rgAB0#+}!DL_aMmlZ*iQ*E=8yq`y?ma05NX_q}_BzJ9jd-O8bEUsh0H$HlvNnm0<{7;(SU}Dq8EW;_1 ztHs)llGi?zHoJW5-^QZ);4~&yVc}(aQ*Bre*Mv5{oVe$}mrmIucLNP3Hc3vX*cH9Z z_f3U)LR-tn@~=CN-I**IrfsIc6Gdb#;cc#C4w+7S|+uveimfZOurCF<$uif?Ij|`LhPL z)m+x|4)yJi&bJee*~;*E7N==EZ%?+`jw1HQvpDsvn`2||g1B3_j+LqvW|rx^~_Fh|N#y?)HUmE#9AZeEqG;(`ik*$u}!^=cyMw5%oCp z*Gf2SCc9a3Pk~sihH=>5dlP2{JUo5r{B9#-g?%6FGQJ+IHcEc_b>Ep5F14T|#tM~< zl3FvEH?>uK&zU^qV8q{lu`@Sj{j!~zSh;oS9p=4;zqQAgh8nE7 zUs!%i^)++bSECsnPxy{S%|BIVHR02*&NC6VKLXOKxZ;@)J=k|WYX1CF^*y5J&!-%l z#o3>7Eb8$5(`Op4hrkqd3nwQ5qT}}&>XPph+*gg&DdcOGAZlAY)I~rdKF3WBC zec0VdSZjvI!HC+Ag@5lvce`68Uw>z8KT&d9Tf!R4`Vjle*WOjzPm&DdHV{nQqg(7D zaVM~xLs;Vxqp+65viSk4!kHgy*UxA$n3%FW=zD}9zr;2>P#!wc@=~+rA>aL3d*`3( zS(={Mw!7w`-0YXn16Cbfylbvss68*wY|gd0`4OhIG4Eyfzj|#vvs0uj=}<+qn!-LC zSDSmhHD5U%Yu7Y(ituzF4?iNT@rYC8BMVpj!b5%TGtFhjxe{aP1HF0XUo0##H-UUEZ_QGq(zQrbtR{5 z#AnqnerLm*Wv5NwetQ1*1l_cS?AeCge?z->)*tN4R%;3U%TfF4)amdiPqjaN60Q8% zwWmf?e_?r+A-C;|F3SmzGCv%B#3{P(z>ca7V&|WK{nxc>U(3H$hEDM=S1Y96Y^d0y zD=c805V5~H=!{eRm8854k8kad`S_!&qQ=$cAMc~YYDa~mIvHEVHZS-Yb%wVr=DAgG zT@w4_T*+niq3_wsW`zCK6}HNH*mZpRBf)DMj{P~5_Tg?ugj4rpC6l)=kMML){YqIpix>X$;xoP0_G)j^iu|+7yG!P%s~_E5xGiScPu=Nn{(ppXw5QecsEbFDrKW?4Nb+a*e#lmcBpv&olRJ zu(8{0`-pqWwW-I~NuHY&`f>Wx`Xx*DYkj`GgX7=li>43dmRHtUTG_?VE%n{8tUTuZ z{QC5LA5vXr|N8a4KK|78{FHdZ=#$g-P71F(+Gr?Q~YI0{H?C{d7sXfq()6&uY2v(sXI1T^53m# z*)IFC`|si3VbbZxk8l1`7S+4XI{bgy`)I&TjRQ>WVq)-5+nR zxZ-W4x9sMj67`!$oo2~>FFR)TfAMCq{7o`zh4-7z-Y%WEWt&;l^_Sl!-J5YIBxKW0 zN%PZ@n>6~mQp}|1)-PH8vC`^R#wx44X`XSf(x=5Psr;!lbI!75UzaR8s_p%G&9{Qz zH8&NGtW{k1|E!U9)cd#DD}A0v7M5u)D-3Tm_o?)KQogC=Mw7_D-?#T|mHsBXaJKu? z#G+Z@%5P$)q#xUp^ZIhhCjPHFGv`YDx6tm&k(2tbA~}7%;O!UJ0_Ulot}lv?60J0{ zwbkC|su;?4H~Zx7@P8ruBA%ALDu2AI+BD!@&C#cm4`$~yNN-74`i%cb>wMMYS0y82 zrg`s(PF%=UJv)C*Zr|zPI~Lw)v!f?<8P-pWS@!dklw0|dhSj#~BN^qz)R&)Eduefc za?&pwSzG_GmlrcDf9cfg`7c;rIZLm8)y3#Tbu+if??2-_fBzY0|Mqh8O>-Su5z_{(HA~^))wd&%PSn?8?jRa`(S9W-FJ~Ge;+~r=QF!nWm!_ zzMcE(wu&A3XTGKtZ`^OWX76IL*>QhNOfKeBP3qG>zWEBvWS#lb`QP)(<)zi`ls&ur x@#3>r(^3u<`7X~ko~?bN?`7>wk(2S)Psi^2KI5SMng5&&VRZ`*T*_i#007>yV4wg1 From 59481eb03c260b0aebf9f1cad88af772877886e1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 00:13:22 +0100 Subject: [PATCH 204/246] hid the netherite space suit recipes, tweaked the normal space suit a little --- kubejs/server_scripts/ad_astra/recipes.js | 60 +++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 54c452043..53e2e5b88 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -106,33 +106,33 @@ const registerAdAstraRecipes = (event) => { D: '#forge:small_fluid_pipes/polyethylene' }).id('tfg:space_helmet') - event.recipes.gtceu.assembler('ad_astra:netherite_space_helmet') - .itemInputs( - 'ad_astra:space_helmet', - '3x #forge:plates/titanium_tungsten_carbide', - '3x #forge:plates/polyphenylene_sulfide', - '5x gtceu:laminated_glass' - ) - .itemOutputs('ad_astra:netherite_space_helmet') - .duration(400) - .EUt(GTValues.VA[GTValues.IV]) + //event.recipes.gtceu.assembler('ad_astra:netherite_space_helmet') + // .itemInputs( + // 'ad_astra:space_helmet', + // '3x #forge:plates/titanium_tungsten_carbide', + // '3x #forge:plates/polyphenylene_sulfide', + // '5x gtceu:laminated_glass' + // ) + // .itemOutputs('ad_astra:netherite_space_helmet') + // .duration(400) + // .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_suit', [ - 'B B', + 'BCB', 'ADA', 'BCB' ], { - A: 'ad_astra:large_gas_tank', + A: 'ad_astra:gas_tank', B: 'gtceu:carbon_fiber_plate', C: 'tfg:polycaprolactam_fabric', D: 'ad_astra:oxygen_gear' }).id('tfg:space_suit') - event.recipes.gtceu.assembler('ad_astra:netherite_space_suit') - .itemInputs('ad_astra:space_suit', '4x #forge:plates/titanium_tungsten_carbide', '4x #forge:plates/polyphenylene_sulfide') - .itemOutputs('ad_astra:netherite_space_suit') - .duration(400) - .EUt(GTValues.VA[GTValues.IV]) + //event.recipes.gtceu.assembler('ad_astra:netherite_space_suit') + // .itemInputs('ad_astra:space_suit', '4x #forge:plates/titanium_tungsten_carbide', '4x #forge:plates/polyphenylene_sulfide') + // .itemOutputs('ad_astra:netherite_space_suit') + // .duration(400) + // .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_pants', [ 'BAB', @@ -144,26 +144,26 @@ const registerAdAstraRecipes = (event) => { C: 'tfg:polycaprolactam_fabric' }).id('tfg:space_pants') - event.recipes.gtceu.assembler('ad_astra:netherite_space_pants') - .itemInputs('ad_astra:space_pants', '4x #forge:plates/titanium_tungsten_carbide', '4x #forge:plates/polyphenylene_sulfide') - .itemOutputs('ad_astra:netherite_space_pants') - .duration(400) - .EUt(GTValues.VA[GTValues.IV]) + //event.recipes.gtceu.assembler('ad_astra:netherite_space_pants') + // .itemInputs('ad_astra:space_pants', '4x #forge:plates/titanium_tungsten_carbide', '4x #forge:plates/polyphenylene_sulfide') + // .itemOutputs('ad_astra:netherite_space_pants') + // .duration(400) + // .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_boots', [ - ' ', - 'C C', - 'B B' + 'CBC', + 'A A' ], { + A: '#forge:plates/polyphenylene_sulfide', B: 'gtceu:carbon_fiber_plate', C: 'tfg:polycaprolactam_fabric' }).id('tfg:space_boots') - event.recipes.gtceu.assembler('ad_astra:netherite_space_boots') - .itemInputs('ad_astra:space_boots', '2x #forge:plates/titanium_tungsten_carbide', '2x #forge:plates/polyphenylene_sulfide') - .itemOutputs('ad_astra:netherite_space_boots') - .duration(400) - .EUt(GTValues.VA[GTValues.IV]) + //event.recipes.gtceu.assembler('ad_astra:netherite_space_boots') + // .itemInputs('ad_astra:space_boots', '2x #forge:plates/titanium_tungsten_carbide', '2x #forge:plates/polyphenylene_sulfide') + // .itemOutputs('ad_astra:netherite_space_boots') + // .duration(400) + // .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:oxygen_gear', [ From 25530b72c5daff43eb93ea0dbed5d31666a6e98e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 00:18:27 +0100 Subject: [PATCH 205/246] cleaned up some of the tfc data files, also added moon meat! --- kubejs/assets/tfg/lang/en_us.json | 6 + .../tfg/textures/item/dust/moon_stone.png | Bin 446 -> 0 bytes .../tfg/textures/item/food/cooked_birt.png | Bin 0 -> 572 bytes .../textures/item/food/cooked_crawlermari.png | Bin 0 -> 538 bytes .../tfg/textures/item/food/cooked_limpet.png | Bin 0 -> 470 bytes .../tfg/textures/item/food/raw_birt.png | Bin 0 -> 437 bytes .../textures/item/food/raw_crawlermari.png | Bin 0 -> 331 bytes .../tfg/textures/item/food/raw_limpet.png | Bin 0 -> 349 bytes .../entities/corrupted_lunarian.json | 45 --- .../species/loot_tables/entities/birt.json | 42 --- kubejs/server_scripts/ad_astra/loot.js | 16 + kubejs/server_scripts/gregtech/data.js | 232 +++++++++---- kubejs/server_scripts/main_server_script.js | 8 +- kubejs/server_scripts/minecraft/data.js | 62 ++++ .../primitive_creatures/loot.js | 2 +- kubejs/server_scripts/species/loot.js | 21 ++ kubejs/server_scripts/tfc/data.js | 316 +++--------------- kubejs/server_scripts/tfg/data.js | 105 ++++++ kubejs/server_scripts/tfg/recipes.food.js | 13 + kubejs/server_scripts/tfg/tags.js | 34 +- kubejs/startup_scripts/tfc/constants.js | 5 + .../startup_scripts/tfg/items.deprecated.js | 100 ++++++ kubejs/startup_scripts/tfg/items.food.js | 32 ++ kubejs/startup_scripts/tfg/items.js | 99 +----- 24 files changed, 611 insertions(+), 527 deletions(-) delete mode 100644 kubejs/assets/tfg/textures/item/dust/moon_stone.png create mode 100644 kubejs/assets/tfg/textures/item/food/cooked_birt.png create mode 100644 kubejs/assets/tfg/textures/item/food/cooked_crawlermari.png create mode 100644 kubejs/assets/tfg/textures/item/food/cooked_limpet.png create mode 100644 kubejs/assets/tfg/textures/item/food/raw_birt.png create mode 100644 kubejs/assets/tfg/textures/item/food/raw_crawlermari.png create mode 100644 kubejs/assets/tfg/textures/item/food/raw_limpet.png delete mode 100644 kubejs/data/ad_astra/loot_tables/entities/corrupted_lunarian.json delete mode 100644 kubejs/data/species/loot_tables/entities/birt.json create mode 100644 kubejs/server_scripts/ad_astra/loot.js create mode 100644 kubejs/server_scripts/minecraft/data.js create mode 100644 kubejs/server_scripts/species/loot.js create mode 100644 kubejs/server_scripts/tfg/data.js create mode 100644 kubejs/startup_scripts/tfg/items.deprecated.js create mode 100644 kubejs/startup_scripts/tfg/items.food.js diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 2929e2267..e0b8a61af 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -276,6 +276,12 @@ "item.tfg.uhv_universal_circuit": "UHV Universal Circuit", "item.tfg.piglin_disguise": "Piglin Disguise", "item.tfg.trowel": "Trowel", + "item.tfg.food.raw_birt": "Raw Birt", + "item.tfg.food.cooked_birt": "Cooked Birt", + "item.tfg.food.raw_crawlermari": "Raw Crawlermari", + "item.tfg.food.cooked_crawlermari": "Cooked Crawlermari", + "item.tfg.food.raw_limpet": "Raw Limpet", + "item.tfg.food.cooked_limpet": "Cooked Limpet", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", diff --git a/kubejs/assets/tfg/textures/item/dust/moon_stone.png b/kubejs/assets/tfg/textures/item/dust/moon_stone.png deleted file mode 100644 index b10cc20d02fd3ca65f7dadb8818bdbc9996116c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 446 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7TRmMILo9l)PIB~?4is@a zU#;wMImCy1rpv9s`HDiz5_sm8h6}yAq_XAz#(#|EH{I5}&|0xoP||a1^+`|WopsHJ7mM@Q1U+?De{EyP$*l|d|8B~zx=Z{MubXEXtu;L+ac|%M z2}}N;-P`cBca}slM-#*GsAX-=)51@EcM@tS-`b|5Cwk)9r<%9*i-p@*va_Gq_D|1m zVo5pVxb>buGEd)Dh8^p?*I!?JH}A9cT(_f!cP|I?efu5)lAe&cwlH?O_S%;%if7X% z=ji!s{q0%#kahj^+O+xm7euVP6IaB2foc6S@f*2Y3)ZM|Fm>%af3B>%;)ihHw8!Vt zFRfJ9*yzdb9^dz~q@?3{WlC}7zVh93=FSmt6?DCSTuY+2{$sMqBd_}_XBPxStUdAP zj?B`aPCp4DSHVeM3m?tkKHm7bn63F>OS8*FuGQE7pH4BdFgCW?yJv~LobkKwf=ey$ z+zu@WU&1~+LMPm%({+kl=d*{_}j{Se?*Ii}%e&VKg;u+P=Yr=w=V{=LbMUHNYx?6SOsPNsOfUg#+?nah} z-*mOcKCC**Cf?+p>aWmp`1LZ&|ICkn@t&y=^R{f9`bya%x__aSO@tfU?o$k#XDC@4n;Y`^Tr1i7R)`@TrLmdTkYP+3fSXbIv82 z4>F4v%f2{rwU{N^vS3$~1Yav><=pyfk&hBePUy!jey*X_`y^$`GDrE@v!XQ?P5hg; zXo@Ry)1&vr8ifH%`u4;f&&p|h`t!Sp3H!y5n#c0{777$?&J-%v6pGCLE1;V!$UECb z>+I>>{x7(GNbD?XJMnk9Moa(Y^A%Gko|3dsJ#KdUNp?!lVOz$MYZ-U8PF8ww?{-(F z#FFXe5s$YT?s9qCuj!hc8xyOQyF2r3 zjKV}4{vTcPrSi^%6CaHKHFnO-;oP%uom~F(Gt0LZRbJ3uZnbUN-$SdSJdZxvvOSJ1 eCd>JUxqRdPipRU=Ml&!lFnGH9xvXv zNU#ddU6dVCG0CcR?H0|OYnwJ$u{o-HPW*7`){G~=UcPvB&LV!fLizHj7qb8V-0Oe8 z_xr*6X&hYazjuXR5npoq@|ra{M&B!ERWIJ@5XQ|V{FPVb^6^en(+iXGo@H#B`tbJk zP=VFc*{A>3UlnrPFiqU-$B)Fe7r(St#um=`lk|W?RG%YSEO`Di&7+Si1ShkXx4XVy zYkkOI@l{T-r&5=`Z(QoEHF@FxR}+{dcKzS5OP1q$vbWbOALjUsEnCxf6g`f5@aIFj z_ME*J7EAHVJ#s&(oHV0ko2lWPCn6{O8yvbi!8Lu5%Yr9H|u|Z4c@j9<?)uYicsrzb|yn*?Nb= z!KLr?Lbv#I$-QV}o$Z>IzU<>QmB-1#kLEYIKh|eCu(FYHtND`6irgHL343=uoxZvL w?!ng+1tzopr08+yF<^TWy literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/cooked_limpet.png b/kubejs/assets/tfg/textures/item/food/cooked_limpet.png new file mode 100644 index 0000000000000000000000000000000000000000..aefc533bbe0b06fbdc1f4339ecd8ba70aea2679e GIT binary patch literal 470 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6sPZ!4!i{7h~9KAylMcU?nzH5EONupIOP~eeOL5AWMPRGI%m&}5=Gm{k`E-HO0 z|3aL{#Hrg%w^;D)s!$WwwMsd8%g!{Id48`ee^(Q<n+kvgZi!pTO}>F(9mU#FQ**qg67>;G!) z?8`a3^*Xm!aNeAFc}mT>kXDSwPp5S#k zyWV~NhAkG$t(P6~DD7JJ`|xgY(?$8(b9Nh@_Ik~petP+dN4g^ zY}s^7ifY!ohf@(QIz z+9d^|%NKoNmyyvr86e}5)UFofeKJ~Tdf5&>Q^i?Z+UC97d%F7hoa%Sg4n8NkyplHh z6rOL_dvCulz-+gy(v662!-lh=tM1LZDYhy9@DG+vi-L9qwJURWA9~7KakodMBS&%O z#0MTs6?a*#zg6B|&A}j0_U&J}g0@!RVy-yzhkeI9L_aYwY>#wy5>mJ&#@oxd{nEib zm)RJWa8+7NV%Q$Z%ut{zc(gg0<@nFjjcZm+v9OBNDEqy@O*F=nh2g>^0cF__yE<=% z#OFk9pD}mt@6vLUW7CuM)jwQH+tymSoHr|E;-0LZxwZT5B^&*Wn9F#%s_s)9_sJfS zAb!C+vGbcUZ4GW8`u&;r($rn||L3e~ztU*0n3r0Vu#Gj}$LDq6qvy5~ja51)y1WiA pXOH?VZse@IF{1BJqhk%TFYjkJ96Oj zrmb`DC2rjs^DXcL@6vV^1DWYv{3m!KGv}8yy(@A~y3)2v>6wh-^9X&hNb{!c@+lkc jUOxD}I5O~qx&Kt{F4xRAwl5eM7#KWV{an^LB{Ts5@KuI* literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/raw_limpet.png b/kubejs/assets/tfg/textures/item/food/raw_limpet.png new file mode 100644 index 0000000000000000000000000000000000000000..399ea5651cb3c7963e86e1911b140d75d39f87a0 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nlcPZ!4!i{85v4ZWESCEDbl9&_^MpVR8ps;9@wE@-8xwDv)efO_jXKfZrVtmWo^ zgty>VlDRX^JNsuW!SNM zXNg3<DCuEI%;m!5a60Q_38TjfLZ5_#IJ1%>T;2GQmm}p z5&x$(?6=8XTdRUApC`< { - registerGTCEUHeats(event) + registerGTCEUHeats(event) + registerGTCEUMetals(event) } /** * event.itemHeat( - ingredient: Ingredient, - heatCapacity: number, - forgingTemperature: @Nullable number, - weldingTemperature: @Nullable number, - name?: string - ) + ingredient: Ingredient, + heatCapacity: number, + forgingTemperature: @Nullable number, + weldingTemperature: @Nullable number, + name?: string + ) */ const registerGTCEUHeats = (event) => { - event.itemHeat('gtceu:compressed_coke_clay', 0.1242, null, null) + function makeItemHeatByTagPrefix(tagPrefix, material, tfcProperty, heatCapacity) { + let item = ChemicalHelper.get(tagPrefix, material, 1) + if (!item.isEmpty()) event.itemHeat(item, heatCapacity, tfcProperty.getForgingTemp(), tfcProperty.getWeldingTemp()) + } + + function makeItemHeatByToolType(toolType, material, tfcProperty, heatCapacity) { + let tool = ToolHelper.get(toolType, material) + if (!tool.isEmpty()) event.itemHeat(tool, heatCapacity, tfcProperty.getForgingTemp(), tfcProperty.getWeldingTemp()) + } + + forEachMaterial(material => { + let tfcProperty = material.getProperty(TFGPropertyKey.TFC_PROPERTY) + + if (tfcProperty != null) { + makeItemHeatByTagPrefix(TagPrefix.dustTiny, material, tfcProperty, 0.357) + makeItemHeatByTagPrefix(TagPrefix.dustSmall, material, tfcProperty, 0.714) + makeItemHeatByTagPrefix(TagPrefix.dust, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TagPrefix.rod, material, tfcProperty, 0.567) + makeItemHeatByTagPrefix(TagPrefix.bolt, material, tfcProperty, 0.245) + makeItemHeatByTagPrefix(TagPrefix.screw, material, tfcProperty, 0.567) + makeItemHeatByTagPrefix(TagPrefix.nugget, material, tfcProperty, 0.124) + makeItemHeatByTagPrefix(TagPrefix.block, material, tfcProperty, 20) + makeItemHeatByTagPrefix(TagPrefix.rodLong, material, tfcProperty, 1.429) + + makeItemHeatByTagPrefix(TagPrefix.ingot, material, tfcProperty, 1.429) + + makeItemHeatByTagPrefix(TagPrefix.rawOre, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.richRawOre, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.poorRawOre, material, tfcProperty, 1.429) + + // Ore processing stages + makeItemHeatByTagPrefix(TagPrefix.dustImpure, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TagPrefix.dustPure, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TagPrefix.crushed, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TagPrefix.crushedPurified, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TagPrefix.crushedRefined, material, tfcProperty, 1.429) + + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadSword, material, tfcProperty, 2.875) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadShovel, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadScythe, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadPickaxe, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadSaw, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadKnife, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadHoe, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadHammer, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadAxe, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadFile, material, tfcProperty, 1.429) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadButcheryKnife, material, tfcProperty, 2.875) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadMiningHammer, material, tfcProperty, 2.875) + makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadSpade, material, tfcProperty, 2.875) + + makeItemHeatByToolType(GTToolType.SWORD, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.PICKAXE, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.SHOVEL, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.AXE, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.HOE, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.SAW, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.HARD_HAMMER, material, tfcProperty, 2.875) + makeItemHeatByToolType(GTToolType.FILE, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.SCYTHE, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.KNIFE, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.BUTCHERY_KNIFE, material, tfcProperty, 2.875) + makeItemHeatByToolType(GTToolType.MINING_HAMMER, material, tfcProperty, 1.429) + makeItemHeatByToolType(GTToolType.SPADE, material, tfcProperty, 2.875) + } + }) + + event.itemHeat('gtceu:compressed_coke_clay', 0.1242, null, null) +} + + +const registerGTCEUMetals = (event) => { + event.metal('gtceu:copper', 1080, 0.00857, '#forge:ingots/copper', '#forge:double_ingots/copper', '#forge:plates/copper', 1, 'tfc:copper') + event.metal('gtceu:bismuth_bronze', 985, 0.00857, '#forge:ingots/bismuth_bronze', '#forge:double_ingots/bismuth_bronze', '#forge:plates/bismuth_bronze', 2, 'tfc:bismuth_bronze') + event.metal('gtceu:bronze', 950, 0.00857, '#forge:ingots/bronze', '#forge:double_ingots/bronze', '#forge:plates/bronze', 2, 'tfc:bronze') + event.metal('gtceu:black_bronze', 1070, 0.00857, '#forge:ingots/black_bronze', '#forge:double_ingots/black_bronze', '#forge:plates/black_bronze', 2, 'tfc:black_bronze') + event.metal('gtceu:wrought_iron', 1535, 0.00857, '#forge:ingots/wrought_iron', '#forge:double_ingots/wrought_iron', '#forge:plates/wrought_iron', 3, 'tfc:wrought_iron') + event.metal('gtceu:steel', 1540, 0.00857, '#forge:ingots/steel', '#forge:double_ingots/steel', '#forge:plates/steel', 4, 'tfc:steel') + event.metal('gtceu:black_steel', 1485, 0.00857, '#forge:ingots/black_steel', '#forge:double_ingots/black_steel', '#forge:plates/black_steel', 5, 'tfc:black_steel') + event.metal('gtceu:blue_steel', 1540, 0.00857, '#forge:ingots/blue_steel', '#forge:double_ingots/blue_steel', '#forge:plates/blue_steel', 6, 'tfc:blue_steel') + event.metal('gtceu:red_steel', 1540, 0.00857, '#forge:ingots/red_steel', '#forge:double_ingots/red_steel', '#forge:plates/red_steel', 6, 'tfc:red_steel') + + event.metal('gtceu:iron', 1535, 0.00857, '#forge:ingots/iron', '#forge:double_ingots/iron', '#forge:plates/iron', 3, 'tfc:cast_iron') + event.metal('gtceu:tin', 230, 0.02143, '#forge:ingots/tin', '#forge:double_ingots/tin', '#forge:plates/tin', 1, 'tfc:tin') + event.metal('gtceu:bismuth', 270, 0.02143, '#forge:ingots/bismuth', '#forge:double_ingots/bismuth', '#forge:plates/bismuth', 1, 'tfc:bismuth') + event.metal('gtceu:zinc', 420, 0.01429, '#forge:ingots/zinc', '#forge:double_ingots/zinc', '#forge:plates/zinc', 1, 'tfc:zinc') + event.metal('gtceu:sterling_silver', 950, 0.00857, '#forge:ingots/sterling_silver', '#forge:double_ingots/sterling_silver', '#forge:plates/sterling_silver', 1, 'tfc:sterling_silver') + event.metal('gtceu:rose_gold', 960, 0.00857, '#forge:ingots/rose_gold', '#forge:double_ingots/rose_gold', '#forge:plates/rose_gold', 1, 'tfc:rose_gold') + event.metal('gtceu:silver', 961, 0.00625, '#forge:ingots/silver', '#forge:double_ingots/silver', '#forge:plates/silver', 1, 'tfc:silver') + event.metal('gtceu:gold', 1060, 0.005, '#forge:ingots/gold', '#forge:double_ingots/gold', '#forge:plates/gold', 1, 'tfc:gold') + event.metal('gtceu:nickel', 1453, 0.00625, '#forge:ingots/nickel', '#forge:double_ingots/nickel', '#forge:plates/nickel', 1, 'tfc:nickel') + event.metal('gtceu:brass', 930, 0.00857, '#forge:ingots/brass', '#forge:double_ingots/brass', '#forge:plates/brass', 2, 'tfc:brass') + + event.metal('gtceu:redstone', 460, 0.01729, null, null, null, 1, 'tfg:redstone') + event.metal('gtceu:red_alloy', 740, 0.01529, '#forge:ingots/red_alloy', '#forge:double_ingots/red_alloy', '#forge:plates/red_alloy', 2, 'tfg:red_alloy') + event.metal('gtceu:tin_alloy', 1250, 0.00829, '#forge:ingots/tin_alloy', '#forge:double_ingots/tin_alloy', '#forge:plates/tin_alloy', 3, 'tfg:tin_alloy') } const registerGTCEUBedrockOreVeins = (event) => { - // Tin - event.add('tfg:moon_tin', vein => { - vein.weight(800) - .size(1) - .yield(1, 4) - .material(GTMaterials.Cassiterite, 5) - .material(GTMaterials.Tin, 2) - .dimensions('ad_astra:moon') - }) + // Tin, Magnesium + event.add('tfg:moon_tin', vein => { + vein.weight(75) + .size(2) + .yield(1, 4) + .material(GTMaterials.Cassiterite, 5) + .material(GTMaterials.Tin, 2) + .material(GTMaterials.Olivine, 1) + .dimensions('ad_astra:moon') + }) - // Iron and Gold - event.add('tfg:moon_magnetite', vein => { - vein.weight(10) - .size(1) - .yield(1) - .material(GTMaterials.Magnetite, 100) - .material(GTMaterials.Gold, 1) - .dimensions('ad_astra:moon') - }) + // Iron, Gold, Magnesium + event.add('tfg:moon_magnetite', vein => { + vein.weight(75) + .size(2) + .yield(1, 4) + .material(GTMaterials.Magnetite, 8) + .material(GTMaterials.Gold, 3) + .material(GTMaterials.Olivine, 1) + .dimensions('ad_astra:moon') + }) - // Copper and Arsenic - event.add('tfg:moon_copper', vein => { - vein.weight(800) - .size(1) - .yield(1, 4) - .material(GTMaterials.Chalcopyrite, 10) - .material(GTMaterials.Zeolite, 4) - .material(GTMaterials.Cassiterite, 3) - .material(GTMaterials.Realgar, 2) - .dimensions('ad_astra:moon') - }) - - // Certus Quartz - event.add('tfg:moon_certus', vein => { - vein.weight(10) - .size(1) - .yield(1, 2) - .material(GTMaterials.CertusQuartz, 6) - .material(GTMaterials.Barite, 2) - .material(GTMaterials.Quartzite, 7) - .dimensions('ad_astra:moon') - }) + // Copper, Arsenic, Tin + event.add('tfg:moon_copper', vein => { + vein.weight(100) + .size(2) + .yield(1, 4) + .material(GTMaterials.Chalcopyrite, 10) + .material(GTMaterials.Zeolite, 4) + .material(GTMaterials.Cassiterite, 3) + .material(GTMaterials.Realgar, 2) + .dimensions('ad_astra:moon') + }) - // Asbestos - event.add('tfg:moon_asbestos', vein => { - vein.weight(1000) - .size(1) - .yield(1, 10) - .material(GTMaterials.Asbestos, 3) - .dimensions('ad_astra:moon') - }) + // Certus Quartz, Barium + event.add('tfg:moon_certus', vein => { + vein.weight(20) + .size(1) + .yield(1, 2) + .material(GTMaterials.CertusQuartz, 6) + .material(GTMaterials.Barite, 2) + .material(GTMaterials.Quartzite, 7) + .dimensions('ad_astra:moon') + }) - // Mica - Talc Silicon Aluminium Potassium Fluorine Caesium - event.add('tfg:moon_mica', vein => { - vein.weight(500) - .size(1) - .yield(1, 3) - .material(GTMaterials.Mica, 55) - .material(GTMaterials.Kyanite, 25) - .material(GTMaterials.Pollucite, 15) - .dimensions('ad_astra:moon') - }) + // Asbestos, Tin, Calcium + event.add('tfg:moon_asbestos', vein => { + vein.weight(100) + .size(2) + .yield(1, 5) + .material(GTMaterials.Asbestos, 3) + .material(GTMaterials.CassiteriteSand, 4) + .material(GTMaterials.Diatomite, 1) + .dimensions('ad_astra:moon') + }) - // TODO: helium ore + // Mica - Talc Silicon Aluminium Potassium Fluorine Caesium + event.add('tfg:moon_mica', vein => { + vein.weight(50) + .size(1) + .yield(1, 3) + .material(GTMaterials.Mica, 5) + .material(GTMaterials.Kyanite, 2) + .material(GTMaterials.Pollucite, 1) + .dimensions('ad_astra:moon') + }) } \ No newline at end of file diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 40d934bf5..fd73f09b0 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -139,14 +139,16 @@ TFCEvents.data(event => { registerTFCDataForAdAstra(event); registerTFCDataForArborFirmaCraft(event) registerTFCDataForChalk(event); + registerTFCDataForFirmalife(event) registerTFCDataForGTCEU(event) registerTFCDataForImmersiveAircraft(event); + registerTFCDataForMinecraft(event) registerTFCDataForSophisticatedBackpacks(event) registerTFCDataForTFC(event) registerTFCDataForTFCBetterBF(event) registerTFCDataForTFCLunchbox(event) + registerTFCDataForTFG(event) registerTFCDataForWaterFlasks(event) - registerTFCDataForFirmalife(event) }) /** @@ -154,9 +156,11 @@ TFCEvents.data(event => { * Срабатывает до инициализации рецептов, но после датапаков и тегов. */ LootJS.modifiers((event) => { + registerAdAstraLoots(event) registerGTCEULoots(event) registerLootrLoots(event) - registerPrimitiveCreatesLoots(event) + registerPrimitiveCreaturesLoots(event) + registerSpeciesLoots(event) registerTFCLoots(event) registerTFGLoots(event) }); diff --git a/kubejs/server_scripts/minecraft/data.js b/kubejs/server_scripts/minecraft/data.js new file mode 100644 index 000000000..13f416962 --- /dev/null +++ b/kubejs/server_scripts/minecraft/data.js @@ -0,0 +1,62 @@ +// priority: 0 + +function registerTFCDataForMinecraft(event) { + event.foodItem('minecraft:golden_apple', food => { + food.hunger(2) + food.fruit(2) + food.decayModifier(0.6) + }) + + // treasure + + event.foodItem('minecraft:enchanted_golden_apple', food => { + food.hunger(10) + food.saturation(10) + food.fruit(5) + food.water(20) + food.decayModifier(0) + }) + + event.foodItem('minecraft:golden_carrot', food => { + food.hunger(5) + food.saturation(5) + food.vegetables(3) + food.water(20) + food.decayModifier(0) + }) + + event.foodItem('minecraft:glow_berries', food => { + food.hunger(1) + food.fruit(0.5) + food.water(5) + food.decayModifier(2) + }) + + event.foodItem('minecraft:chorus_fruit', food => { + food.hunger(1.5) + food.fruit(2) + food.water(5) + }) + + event.foodItem('minecraft:popped_chorus_fruit', food => { + food.hunger(2) + food.saturation(1) + food.fruit(3) + food.decayModifier(0.5) + }) + + event.foodItem('minecraft:red_mushroom', food => { + food.hunger(1.5) + food.vegetables(1) + food.water(5) + food.decayModifier(2) + }) + + event.foodItem('minecraft:brown_mushroom', food => { + food.saturation(2) + food.hunger(2) + food.vegetables(1) + food.water(2) + food.decayModifier(2) + }) +} \ No newline at end of file diff --git a/kubejs/server_scripts/primitive_creatures/loot.js b/kubejs/server_scripts/primitive_creatures/loot.js index 09e4a1220..8856417ac 100644 --- a/kubejs/server_scripts/primitive_creatures/loot.js +++ b/kubejs/server_scripts/primitive_creatures/loot.js @@ -1,6 +1,6 @@ // priority: 0 -function registerPrimitiveCreatesLoots(event) { +function registerPrimitiveCreaturesLoots(event) { event.addEntityLootModifier('kaolinclayze:tfc') .removeLoot(ItemFilter.ALWAYS_TRUE) diff --git a/kubejs/server_scripts/species/loot.js b/kubejs/server_scripts/species/loot.js new file mode 100644 index 000000000..a95ce3069 --- /dev/null +++ b/kubejs/server_scripts/species/loot.js @@ -0,0 +1,21 @@ +// priority: 0 + +function registerSpeciesLoots(event) { + + event.addEntityLootModifier('species:birt') + .addWeightedLoot([2, 4], ['tfg:food/raw_birt']) + .addWeightedLoot([1, 2], ['gtceu:blue_alloy_single_wire']) + + event.addEntityLootModifier('species:birt') + .randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1]) + .addWeightedLoot([1, 3], ['tfc:food/raw_birt']) + + + event.addEntityLootModifier('species:limpet') + .addWeightedLoot([5, 8], ['tfg:food/raw_limpet']) + + event.addEntityLootModifier('species:limpet') + .randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1]) + .addWeightedLoot([2, 4], ['tfc:food/raw_limpet']) + +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index cfd7963d6..518927acc 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -1,299 +1,89 @@ // priority: 0 const registerTFCDataForTFC = (event) => { - registerTFCMetals(event) - registerTFCHeats(event) - registerTFCFuels(event) - registerTFCLampFuels(event) - registerTFCFertilizers(event) - registerTFCKnappingTypes(event) - registerTFCItemSize(event) - registerTFCFoodData(event) - registerTFCSupportData(event) + registerTFCHeats(event) + registerTFCFuels(event) + registerTFCLampFuels(event) + registerTFCFertilizers(event) + registerTFCKnappingTypes(event) + registerTFCItemSize(event) + registerTFCFoodData(event) } -//#region registerTFCMetals -const registerTFCMetals = (event) => { - event.metal('gtceu:copper', 1080, 0.00857, '#forge:ingots/copper', '#forge:double_ingots/copper', '#forge:plates/copper', 1, 'tfc:copper') - event.metal('gtceu:bismuth_bronze', 985, 0.00857, '#forge:ingots/bismuth_bronze', '#forge:double_ingots/bismuth_bronze', '#forge:plates/bismuth_bronze', 2, 'tfc:bismuth_bronze') - event.metal('gtceu:bronze', 950, 0.00857, '#forge:ingots/bronze', '#forge:double_ingots/bronze', '#forge:plates/bronze', 2, 'tfc:bronze') - event.metal('gtceu:black_bronze', 1070, 0.00857, '#forge:ingots/black_bronze', '#forge:double_ingots/black_bronze', '#forge:plates/black_bronze', 2, 'tfc:black_bronze') - event.metal('gtceu:wrought_iron', 1535, 0.00857, '#forge:ingots/wrought_iron', '#forge:double_ingots/wrought_iron', '#forge:plates/wrought_iron', 3, 'tfc:wrought_iron') - event.metal('gtceu:steel', 1540, 0.00857, '#forge:ingots/steel', '#forge:double_ingots/steel', '#forge:plates/steel', 4, 'tfc:steel') - event.metal('gtceu:black_steel', 1485, 0.00857, '#forge:ingots/black_steel', '#forge:double_ingots/black_steel', '#forge:plates/black_steel', 5, 'tfc:black_steel') - event.metal('gtceu:blue_steel', 1540, 0.00857, '#forge:ingots/blue_steel', '#forge:double_ingots/blue_steel', '#forge:plates/blue_steel', 6, 'tfc:blue_steel') - event.metal('gtceu:red_steel', 1540, 0.00857, '#forge:ingots/red_steel', '#forge:double_ingots/red_steel', '#forge:plates/red_steel', 6, 'tfc:red_steel') - event.metal('gtceu:iron', 1535, 0.00857, '#forge:ingots/iron', '#forge:double_ingots/iron', '#forge:plates/iron', 3, 'tfc:cast_iron') - event.metal('gtceu:tin', 230, 0.02143, '#forge:ingots/tin', '#forge:double_ingots/tin', '#forge:plates/tin', 1, 'tfc:tin') - event.metal('gtceu:bismuth', 270, 0.02143, '#forge:ingots/bismuth', '#forge:double_ingots/bismuth', '#forge:plates/bismuth', 1, 'tfc:bismuth') - event.metal('gtceu:zinc', 420, 0.01429, '#forge:ingots/zinc', '#forge:double_ingots/zinc', '#forge:plates/zinc', 1, 'tfc:zinc') - event.metal('gtceu:sterling_silver', 950, 0.00857, '#forge:ingots/sterling_silver', '#forge:double_ingots/sterling_silver', '#forge:plates/sterling_silver', 1, 'tfc:sterling_silver') - event.metal('gtceu:rose_gold', 960, 0.00857, '#forge:ingots/rose_gold', '#forge:double_ingots/rose_gold', '#forge:plates/rose_gold', 1, 'tfc:rose_gold') - event.metal('gtceu:silver', 961, 0.00625, '#forge:ingots/silver', '#forge:double_ingots/silver', '#forge:plates/silver', 1, 'tfc:silver') - event.metal('gtceu:gold', 1060, 0.005, '#forge:ingots/gold', '#forge:double_ingots/gold', '#forge:plates/gold', 1, 'tfc:gold') - event.metal('gtceu:nickel', 1453, 0.00625, '#forge:ingots/nickel', '#forge:double_ingots/nickel', '#forge:plates/nickel', 1, 'tfc:nickel') - event.metal('gtceu:brass', 930, 0.00857, '#forge:ingots/brass', '#forge:double_ingots/brass', '#forge:plates/brass', 2, 'tfc:brass') - - event.metal('gtceu:redstone', 460, 0.01729, null, null, null, 1, 'tfg:redstone') - event.metal('gtceu:red_alloy', 740, 0.01529, '#forge:ingots/red_alloy', '#forge:double_ingots/red_alloy', '#forge:plates/red_alloy', 2, 'tfg:red_alloy') - event.metal('gtceu:tin_alloy', 1250, 0.00829, '#forge:ingots/tin_alloy', '#forge:double_ingots/tin_alloy', '#forge:plates/tin_alloy', 3, 'tfg:tin_alloy') -} -//#endregion - -//#region registerTFCHeats const registerTFCHeats = (event) => { - - function makeItemHeatByTagPrefix(tagPrefix, material, tfcProperty, heatCapacity) { - let item = ChemicalHelper.get(tagPrefix, material, 1) - if (!item.isEmpty()) event.itemHeat(item, heatCapacity, tfcProperty.getForgingTemp(), tfcProperty.getWeldingTemp()) - } - function makeItemHeatByToolType(toolType, material, tfcProperty, heatCapacity) { - let tool = ToolHelper.get(toolType, material) - if (!tool.isEmpty()) event.itemHeat(tool, heatCapacity, tfcProperty.getForgingTemp(), tfcProperty.getWeldingTemp()) - } + // Ведро из синей стали + event.itemHeat('tfc:metal/bucket/blue_steel', 1.429, 924, 1232) - forEachMaterial(material => { - let tfcProperty = material.getProperty(TFGPropertyKey.TFC_PROPERTY) - - if (tfcProperty != null) { - makeItemHeatByTagPrefix(TagPrefix.dustTiny, material, tfcProperty, 0.357) - makeItemHeatByTagPrefix(TagPrefix.dustSmall, material, tfcProperty, 0.714) - makeItemHeatByTagPrefix(TagPrefix.dust, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TagPrefix.rod, material, tfcProperty, 0.567) - makeItemHeatByTagPrefix(TagPrefix.bolt, material, tfcProperty, 0.245) - makeItemHeatByTagPrefix(TagPrefix.screw, material, tfcProperty, 0.567) - makeItemHeatByTagPrefix(TagPrefix.nugget, material, tfcProperty, 0.124) - makeItemHeatByTagPrefix(TagPrefix.block, material, tfcProperty, 20) - makeItemHeatByTagPrefix(TagPrefix.rodLong, material, tfcProperty, 1.429) + // Ведро из красной + event.itemHeat('tfc:metal/bucket/red_steel', 1.429, 924, 1232) - makeItemHeatByTagPrefix(TagPrefix.ingot, material, tfcProperty, 1.429) - - makeItemHeatByTagPrefix(TagPrefix.rawOre, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.richRawOre, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.poorRawOre, material, tfcProperty, 1.429) - - // Ore processing stages - makeItemHeatByTagPrefix(TagPrefix.dustImpure, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TagPrefix.dustPure, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TagPrefix.crushed, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TagPrefix.crushedPurified, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TagPrefix.crushedRefined, material, tfcProperty, 1.429) - - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadSword, material, tfcProperty, 2.875) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadShovel, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadScythe, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadPickaxe, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadSaw, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadKnife, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadHoe, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadHammer, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadAxe, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadFile, material, tfcProperty, 1.429) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadButcheryKnife, material, tfcProperty, 2.875) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadMiningHammer, material, tfcProperty, 2.875) - makeItemHeatByTagPrefix(TFGTagPrefix.toolHeadSpade, material, tfcProperty, 2.875) - - makeItemHeatByToolType(GTToolType.SWORD, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.PICKAXE, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.SHOVEL, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.AXE, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.HOE, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.SAW, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.HARD_HAMMER, material, tfcProperty, 2.875) - makeItemHeatByToolType(GTToolType.FILE, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.SCYTHE, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.KNIFE, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.BUTCHERY_KNIFE, material, tfcProperty, 2.875) - makeItemHeatByToolType(GTToolType.MINING_HAMMER, material, tfcProperty, 1.429) - makeItemHeatByToolType(GTToolType.SPADE, material, tfcProperty, 2.875) - } - }) - - // Ведро из синей стали - event.itemHeat('tfc:metal/bucket/blue_steel', 1.429, 924, 1232) - - // Ведро из красной - event.itemHeat('tfc:metal/bucket/red_steel', 1.429, 924, 1232) - - // Seaweed and Kelp - event.itemHeat('tfc:groundcover/seaweed', 1.0, null, null) - event.itemHeat('tfc:plant/leafy_kelp', 1.0, null, null) - event.itemHeat('tfc:plant/winged_kelp', 1.0, null, null) - - // Misc - event.itemHeat('tfg:latex_soaked_gloves', 1.0, null, null) - - global.MINECRAFT_DYE_NAMES.forEach (color => { - event.itemHeat(`tfg:decorative_vase/unfired/${color}`, 1.0, null, null) - }) - event.itemHeat('tfg:decorative_vase/unfired', 1.0, null, null) + // Seaweed and Kelp + event.itemHeat('tfc:groundcover/seaweed', 1.0, null, null) + event.itemHeat('tfc:plant/leafy_kelp', 1.0, null, null) + event.itemHeat('tfc:plant/winged_kelp', 1.0, null, null) } -//#endregion -//#region registerTFCFuels + const registerTFCFuels = (event) => { - event.fuel('gtceu:coke_gem', 1415, 4400, 1.0) - event.fuel('gtceu:coke_dust', 1415, 1200, 0.95) - - event.fuel('beneath:cursecoal', 1540, 2200, 1.0) + event.fuel('gtceu:coke_gem', 1415, 4400, 1.0) + event.fuel('gtceu:coke_dust', 1415, 1200, 0.95) - event.fuel('minecraft:coal', 1415, 2200, 1.0) - event.fuel('gtceu:rich_raw_coal', 1415, 2200, 0.95) - event.fuel('gtceu:raw_coal', 1415, 1900, 0.95) - event.fuel('gtceu:poor_raw_coal', 1415, 1600, 0.95) - event.fuel('gtceu:coal_dust', 1415, 600, 0.95) + event.fuel('beneath:cursecoal', 1540, 2200, 1.0) + + event.fuel('minecraft:coal', 1415, 2200, 1.0) + event.fuel('gtceu:rich_raw_coal', 1415, 2200, 0.95) + event.fuel('gtceu:raw_coal', 1415, 1900, 0.95) + event.fuel('gtceu:poor_raw_coal', 1415, 1600, 0.95) + event.fuel('gtceu:coal_dust', 1415, 600, 0.95) } -//#endregion -//#region registerTFCLampFuels + const registerTFCLampFuels = (event) => { - event.lampFuel('gtceu:creosote', '#tfc:lamps', 1000) - event.lampFuel("gtceu:glowstone", "#tfc:lamps", -1) + event.lampFuel('gtceu:creosote', '#tfc:lamps', 1000) + event.lampFuel("gtceu:glowstone", "#tfc:lamps", -1) } -//#endregion -//#region registerTFCFertilizers + const registerTFCFertilizers = (event) => { - event.fertilizer('gtceu:fertilizer', 0.15, 0.15, 0.15) + event.fertilizer('gtceu:fertilizer', 0.15, 0.15, 0.15) - event.fertilizer('gtceu:tiny_potassium_dust', null, null, 0.016) - event.fertilizer('gtceu:small_potassium_dust', null, null, 0.037) - event.fertilizer('gtceu:potassium_dust', null, null, 0.15) + event.fertilizer('gtceu:tiny_potassium_dust', null, null, 0.016) + event.fertilizer('gtceu:small_potassium_dust', null, null, 0.037) + event.fertilizer('gtceu:potassium_dust', null, null, 0.15) - event.fertilizer('gtceu:tiny_phosphorus_dust', null, 0.016, null) - event.fertilizer('gtceu:small_phosphorus_dust', null, 0.037, null) - event.fertilizer('gtceu:phosphorus_dust', null, 0.15, null) + event.fertilizer('gtceu:tiny_phosphorus_dust', null, 0.016, null) + event.fertilizer('gtceu:small_phosphorus_dust', null, 0.037, null) + event.fertilizer('gtceu:phosphorus_dust', null, 0.15, null) - event.fertilizer('gtceu:tiny_saltpeter_dust', 0.01, null, 0.038) - event.fertilizer('gtceu:small_saltpeter_dust', 0.025, null, 0.0875) - event.fertilizer('gtceu:saltpeter_dust', 0.10, null, 0.35) + event.fertilizer('gtceu:tiny_saltpeter_dust', 0.01, null, 0.038) + event.fertilizer('gtceu:small_saltpeter_dust', 0.025, null, 0.0875) + event.fertilizer('gtceu:saltpeter_dust', 0.10, null, 0.35) - event.fertilizer('gtceu:tiny_bone_dust', null, 0.01, null) - event.fertilizer('gtceu:small_bone_dust', null, 0.025, null) + event.fertilizer('gtceu:tiny_bone_dust', null, 0.01, null) + event.fertilizer('gtceu:small_bone_dust', null, 0.025, null) } -//#endregion -//#region registerTFCKnappingTypes + const registerTFCKnappingTypes = (event) => { - event.knappingType('minecraft:flint', 1, 1, 'tfc:item.knapping.stone', true, false, true, 'minecraft:flint', 'tfg:flint') - // event.knappingType('gtceu:rubber_plate', 1, 5, 'tfc:item.knapping.leather', true, false, true, 'gtceu:rubber_plate', 'tfg:rubber') - // event.knappingType('gtceu:styrene_butadiene_rubber_plate', 1, 5, 'tfc:item.knapping.leather', true, false, true, 'gtceu:styrene_butadiene_rubber_plate', 'tfg:styrene_butadiene_rubber_plate') - // event.knappingType('gtceu:silicone_rubber_plate', 1, 5, 'tfc:item.knapping.leather', true, false, true, 'gtceu:silicone_rubber_plate', 'tfg:silicone_rubber_plate') + event.knappingType('minecraft:flint', 1, 1, 'tfc:item.knapping.stone', true, false, true, 'minecraft:flint', 'tfg:flint') } -//#endregion -//#region registerTFCItemSize + const registerTFCItemSize = (event) => { + event.itemSize('#tfc:ore_pieces', 'very_small', 'very_light', 'tfc_ores') - global.MINECRAFT_DYE_NAMES.forEach (color => { - event.itemSize(`tfg:decorative_vase/${color}`, 'normal', 'medium', `decorative_vase/${color}`) - event.itemSize(`tfg:decorative_vase/unfired/${color}`, 'normal', 'medium', `decorative_vase/unfired/${color}`) - }) - event.itemSize('tfg:decorative_vase', 'normal', 'medium', 'decorative_vase') - event.itemSize('tfg:decorative_vase/unfired', 'normal', 'medium', 'decorative_vase/unfired') - - event.itemSize('tfg:fishing_net/wood', 'large', 'medium', 'wood_fishing_net') - event.itemSize('tfg:fishing_net/brass', 'large', 'medium', 'brass_fishing_net') - event.itemSize('tfg:fishing_net/rose_gold', 'large', 'medium', 'rose_gold_fishing_net') - event.itemSize('tfg:fishing_net/sterling_silver', 'large', 'medium', 'sterling_silver_fishing_net') - event.itemSize('tfg:fishing_net/invar', 'large', 'medium', 'invar_fishing_net') - event.itemSize('tfg:fishing_net/cupronickel', 'large', 'medium', 'cupronickel_fishing_net') - event.itemSize('tfg:fishing_net/tin_alloy', 'large', 'medium', 'tin_alloy_fishing_net') - event.itemSize('tfg:fishing_net/magnalium', 'large', 'medium', 'magnalium_fishing_net') - - event.itemSize('#tfc:ore_pieces', 'very_small', 'very_light', 'tfc_ores') - - event.itemSize('#tfc:foods/sealed_preserves', 'tiny', 'medium', 'sealed_preserves') - event.itemSize('#tfc:foods/preserves', 'tiny', 'medium', 'preserves') - + event.itemSize('#tfc:foods/sealed_preserves', 'tiny', 'medium', 'sealed_preserves') + event.itemSize('#tfc:foods/preserves', 'tiny', 'medium', 'preserves') } -//#endregion -//#region registerTFCFoodData + const registerTFCFoodData = (event) => { - event.foodItem('minecraft:golden_apple', food => { - food.hunger(2) - food.fruit(2) - food.decayModifier(0.6) - }) - - // treasure - - event.foodItem('minecraft:enchanted_golden_apple', food => { - food.hunger(10) - food.saturation(10) - food.fruit(5) - food.water(20) - food.decayModifier(0) - }) - - event.foodItem('minecraft:golden_carrot', food => { - food.hunger(5) - food.saturation(5) - food.vegetables(3) - food.water(20) - food.decayModifier(0) - }) - - event.foodItem('minecraft:glow_berries', food => { - food.hunger(1) - food.fruit(0.5) - food.water(5) - food.decayModifier(2) - }) - - event.foodItem('minecraft:chorus_fruit', food => { - food.hunger(1.5) - 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) - food.vegetables(1) - food.water(5) - food.decayModifier(2) - }) - - event.foodItem('minecraft:brown_mushroom', food => { - food.saturation(2) - food.hunger(2) - food.vegetables(1) - food.water(2) - food.decayModifier(2) - }) - - event.foodItem('gtceu:chocolate_coin', food => { - food.hunger(1) - food.dairy(0.5) - }) + + event.foodItem('gtceu:chocolate_coin', food => { + food.hunger(1) + food.dairy(0.5) + }) } -//#endregion -//#region registerTFCSupportData -//up, down, horizontal -const registerTFCSupportData = (event) => { - event.support('tfg:light_concrete_support_horizontal', 4, 4, 8, 'light_concrete_support') - event.support('tfg:dark_concrete_support_horizontal', 4, 4, 8, 'dark_concrete_support') - event.support('tfg:reinforced_light_concrete_support_horizontal', 6, 6, 16, 'reinforced_light_concrete_support') - event.support('tfg:reinforced_dark_concrete_support_horizontal', 6, 6, 16, 'reinforced_dark_concrete_support') - event.support('tfg:rebar_support_horizontal', 4, 4, 8, 'rebar_support') - event.support('tfg:steel_support_horizontal', 6, 6, 16, 'steel_support') - - const other_stone = ['pyroxenite', 'migmatite', 'travertine'] - const stone_types = global.TFC_STONE_TYPES.concat(other_stone) - - stone_types.forEach(stone => { - - event.support(`tfg:${stone}_support_horizontal`, 2, 2, 4, `${stone}_support`) - }) -} -//#endregion diff --git a/kubejs/server_scripts/tfg/data.js b/kubejs/server_scripts/tfg/data.js new file mode 100644 index 000000000..6a42f8f1e --- /dev/null +++ b/kubejs/server_scripts/tfg/data.js @@ -0,0 +1,105 @@ +// priority: 0 + +function registerTFCDataForTFG(event) { + registerTFGHeatData(event); + registerTFGItemSize(event); + registerTFGSupportData(event); + registerTFGFoodData(event); +} + + +const registerTFGHeatData = (event) => { + event.itemHeat('tfg:latex_soaked_gloves', 1.0, null, null) + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.itemHeat(`tfg:decorative_vase/unfired/${color}`, 1.0, null, null) + }) + event.itemHeat('tfg:decorative_vase/unfired', 1.0, null, null) +} + + +const registerTFGItemSize = (event) => { + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.itemSize(`tfg:decorative_vase/${color}`, 'normal', 'medium', `decorative_vase/${color}`) + event.itemSize(`tfg:decorative_vase/unfired/${color}`, 'normal', 'medium', `decorative_vase/unfired/${color}`) + }) + event.itemSize('tfg:decorative_vase', 'normal', 'medium', 'decorative_vase') + event.itemSize('tfg:decorative_vase/unfired', 'normal', 'medium', 'decorative_vase/unfired') + + event.itemSize('tfg:fishing_net/wood', 'large', 'medium', 'wood_fishing_net') + event.itemSize('tfg:fishing_net/brass', 'large', 'medium', 'brass_fishing_net') + event.itemSize('tfg:fishing_net/rose_gold', 'large', 'medium', 'rose_gold_fishing_net') + event.itemSize('tfg:fishing_net/sterling_silver', 'large', 'medium', 'sterling_silver_fishing_net') + event.itemSize('tfg:fishing_net/invar', 'large', 'medium', 'invar_fishing_net') + event.itemSize('tfg:fishing_net/cupronickel', 'large', 'medium', 'cupronickel_fishing_net') + event.itemSize('tfg:fishing_net/tin_alloy', 'large', 'medium', 'tin_alloy_fishing_net') + event.itemSize('tfg:fishing_net/magnalium', 'large', 'medium', 'magnalium_fishing_net') + +} + + +//up, down, horizontal +const registerTFGSupportData = (event) => { + event.support('tfg:light_concrete_support_horizontal', 4, 4, 8, 'light_concrete_support') + event.support('tfg:dark_concrete_support_horizontal', 4, 4, 8, 'dark_concrete_support') + event.support('tfg:reinforced_light_concrete_support_horizontal', 6, 6, 16, 'reinforced_light_concrete_support') + event.support('tfg:reinforced_dark_concrete_support_horizontal', 6, 6, 16, 'reinforced_dark_concrete_support') + event.support('tfg:rebar_support_horizontal', 4, 4, 8, 'rebar_support') + event.support('tfg:steel_support_horizontal', 6, 6, 16, 'steel_support') + + const other_stone = ['pyroxenite', 'migmatite', 'travertine'] + const stone_types = global.TFC_STONE_TYPES.concat(other_stone) + + stone_types.forEach(stone => { + + event.support(`tfg:${stone}_support_horizontal`, 2, 2, 4, `${stone}_support`) + }) +} + + +const registerTFGFoodData = (event) => { + + // birt has the same stats as chicken + + event.foodItem('tfg:food/raw_birt', food => { + food.hunger(4) + food.protein(1.5) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_birt', food => { + food.hunger(4) + food.saturation(2) + food.protein(2.5) + food.decayModifier(2.25) + }) + + event.foodItem('tfg:food/raw_crawlermari', food => { + food.hunger(4) + food.water(5) + food.protein(1.1) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_crawlermari', food => { + food.hunger(4) + food.saturation(2) + food.protein(2.2) + food.decayModifier(2.25) + }) + + event.foodItem('tfg:food/raw_limpet', food => { + food.hunger(4) + food.water(5) + food.protein(1.2) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_limpet', food => { + food.hunger(5) + food.saturation(2) + food.protein(2.4) + food.decayModifier(2.25) + }) +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 13557840a..a8952a223 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -648,6 +648,19 @@ function registerTFGFoodRecipes(event) { //#endregion + //#region Heating recipes for new foods + + event.recipes.tfc.heating('tfg:food/raw_birt', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_birt').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_crawlermari', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_crawlermari').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_limpet', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_limpet').copyFood()) + + //#endregion + event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 0331d0a24..a65ac51dd 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -38,7 +38,6 @@ const registerTFGItemTags = (event) => { event.add('tfc:usable_on_tool_rack', 'tfg:trowel') // #region Paper from wood - event.add('tfg:hardwood_strips', 'tfg:hardwood_strip') event.add('tfg:hardwood_strips', 'tfg:soaked_hardwood_strip') //Adding any of these dusts to the forge dusts/wood tag will make it so you can craft softwood pulp using hardwood pulp. which is not ok. @@ -68,7 +67,6 @@ const registerTFGItemTags = (event) => { //#endregion // #region Medicines - event.add('tfg:antipoison_ingredients', 'tfc:plant/blood_lily') event.add('tfg:antipoison_ingredients', 'tfc:plant/pistia') event.add('tfg:antipoison_ingredients', 'tfc:powder/bismuthinite') @@ -131,27 +129,42 @@ const registerTFGItemTags = (event) => { event.add('tfg:luck_ingredients', 'tfc:plant/heather') // #endregion - //region Airplane Upgrades + // Airplane Upgrades global.AIRCRAFT_UPGRADES.forEach(value => { event.add('immersive_aircraft:upgrades', `tfg:${value}`); }) - // #endregion - // Universal Circuits - global.UNIVERSAL_CIRCUIT_TIERS.forEach(tier => { event.add(`gtceu:circuits/${tier}`, `tfg:${tier}_universal_circuit`); }) - // #endregion - // Use either cast or wrought iron event.add('forge:double_iron_ingots', '#forge:double_ingots/iron') event.add('forge:double_iron_ingots', '#forge:double_ingots/wrought_iron') - // #endregion + // Food + const RAW_MEATS = [ + 'tfg:food/raw_birt', + 'tfg:food/raw_crawlermari', + 'tfg:food/raw_limpet' + ] + RAW_MEATS.forEach(meat => { + event.add('tfc:foods', meat) + event.add('tfc:foods/meats', meat) + event.add('tfc:foods/raw_meats', meat) + }) + + const COOKED_MEATS = [ + 'tfg:food/cooked_birt', + 'tfg:food/cooked_crawlermari', + 'tfg:food/cooked_limpet' + ] + COOKED_MEATS.forEach(meat => { + event.add('tfc:foods', meat) + event.add('tfc:foods/meats', meat) + event.add('tfc:foods/cooked_meats', meat) + }) // #region 0.7.19 -> 0.9 conversion - event.add('c:hidden_from_recipe_viewers', 'treetap:tap') event.add('c:hidden_from_recipe_viewers', 'tfcea:refrigerator') @@ -248,7 +261,6 @@ const registerTFGItemTags = (event) => { event.add('c:hidden_from_recipe_viewers', 'gtceu:rich_raw_silver') event.add('c:hidden_from_recipe_viewers', 'gtceu:raw_silver') event.add('c:hidden_from_recipe_viewers', 'gtceu:poor_raw_silver') - //#endregion } diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index fae312de4..57b4dd029 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -886,6 +886,11 @@ global.TFC_MEAT_RECIPE_COMPONENTS = [ { input: 'tfc:food/duck', output: 'tfc:food/cooked_duck', name: 'cooked_duck' }, { input: 'tfc:food/chevon', output: 'tfc:food/cooked_chevon', name: 'cooked_chevon' }, { input: '#forge:eggs', output: 'tfc:food/cooked_egg', name: 'cooked_egg' }, + + { input: 'minecraft:chorus_fruit', output: 'minecraft:popped_chorus_fruit', name: 'popped_chorus_fruit' }, + { input: 'tfg:food/raw_birt', output: 'tfg:food/cooked_birt', name: 'cooked_birt' }, + { input: 'tfg:food/raw_crawlermari', output: 'tfg:food/cooked_crawlermari', name: 'cooked_crawlermari' }, + { input: 'tfg:food/raw_limpet', output: 'tfg:food/cooked_limpet', name: 'cooked_limpet' } ]; global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ diff --git a/kubejs/startup_scripts/tfg/items.deprecated.js b/kubejs/startup_scripts/tfg/items.deprecated.js new file mode 100644 index 000000000..10c0295b0 --- /dev/null +++ b/kubejs/startup_scripts/tfg/items.deprecated.js @@ -0,0 +1,100 @@ +// priority: 0 + +function registerTFGDeprecatedItems(event) { + + // #region 0.7.19 -> 0.9 compat + + event.create('gtceu:zinc_ingot').texture('tfg:item/deprecated') + event.create('gtceu:brass_ingot').texture('tfg:item/deprecated') + event.create('gtceu:vanadium_ingot').texture('tfg:item/deprecated') + event.create('gtceu:black_steel_ingot').texture('tfg:item/deprecated') + event.create('gtceu:red_steel_ingot').texture('tfg:item/deprecated') + event.create('gtceu:blue_steel_ingot').texture('tfg:item/deprecated') + event.create('gtceu:iron_double_ingot').texture('tfg:item/deprecated') + + event.create('gtceu:black_steel_double_ingot').texture('tfg:item/deprecated') + event.create('gtceu:red_steel_double_ingot').texture('tfg:item/deprecated') + event.create('gtceu:blue_steel_double_ingot').texture('tfg:item/deprecated') + + event.create('gtceu:zinc_nugget').texture('tfg:item/deprecated') + event.create('gtceu:brass_nugget').texture('tfg:item/deprecated') + event.create('gtceu:copper_nugget').texture('tfg:item/deprecated') + event.create('gtceu:vanadium_nugget').texture('tfg:item/deprecated') + + event.create('gtceu:copper_plate').texture('tfg:item/deprecated') + event.create('gtceu:brass_plate').texture('tfg:item/deprecated') + event.create('gtceu:gold_plate').texture('tfg:item/deprecated') + event.create('gtceu:iron_plate').texture('tfg:item/deprecated') + event.create('gtceu:cobalt_plate').texture('tfg:item/deprecated') + event.create('gtceu:rose_gold_plate').texture('tfg:item/deprecated') + event.create('gtceu:aluminium_plate').texture('tfg:item/deprecated') + event.create('gtceu:invar_plate').texture('tfg:item/deprecated') + event.create('gtceu:lead_plate').texture('tfg:item/deprecated') + event.create('gtceu:nickel_plate').texture('tfg:item/deprecated') + event.create('gtceu:osmium_plate').texture('tfg:item/deprecated') + event.create('gtceu:palladium_plate').texture('tfg:item/deprecated') + event.create('gtceu:platinum_plate').texture('tfg:item/deprecated') + event.create('gtceu:rhodium_plate').texture('tfg:item/deprecated') + event.create('gtceu:silver_plate').texture('tfg:item/deprecated') + event.create('gtceu:vanadium_plate').texture('tfg:item/deprecated') + event.create('gtceu:zinc_plate').texture('tfg:item/deprecated') + + event.create('gtceu:vanadium_block').texture('tfg:item/deprecated') + event.create('gtceu:zinc_block').texture('tfg:item/deprecated') + event.create('gtceu:brass_block').texture('tfg:item/deprecated') + + event.create('gtceu:gold_purified_ore').texture('tfg:item/deprecated') + event.create('gtceu:copper_purified_ore').texture('tfg:item/deprecated') + event.create('gtceu:zinc_purified_ore').texture('tfg:item/deprecated') + event.create('gtceu:silver_purified_ore').texture('tfg:item/deprecated') + event.create('gtceu:tin_purified_ore').texture('tfg:item/deprecated') + event.create('gtceu:lead_purified_ore').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_copper').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_copper').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_gold').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_gold').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_tetrahedrite').texture('tfg:item/deprecated') + event.create('gtceu:raw_tetrahedrite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_tetrahedrite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_malachite').texture('tfg:item/deprecated') + event.create('gtceu:raw_malachite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_malachite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_hematite').texture('tfg:item/deprecated') + event.create('gtceu:raw_hematite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_hematite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_cassiterite').texture('tfg:item/deprecated') + event.create('gtceu:raw_cassiterite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_cassiterite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_bismuth').texture('tfg:item/deprecated') + event.create('gtceu:raw_bismuth').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_bismuth').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_magnetite').texture('tfg:item/deprecated') + event.create('gtceu:raw_magnetite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_magnetite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_yellow_limonite').texture('tfg:item/deprecated') + event.create('gtceu:raw_yellow_limonite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_yellow_limonite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_garnierite').texture('tfg:item/deprecated') + event.create('gtceu:raw_garnierite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_garnierite').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_silver').texture('tfg:item/deprecated') + event.create('gtceu:raw_silver').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_silver').texture('tfg:item/deprecated') + + event.create('gtceu:rich_raw_sphalerite').texture('tfg:item/deprecated') + event.create('gtceu:raw_sphalerite').texture('tfg:item/deprecated') + event.create('gtceu:poor_raw_sphalerite').texture('tfg:item/deprecated') + + // #endregion +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.food.js b/kubejs/startup_scripts/tfg/items.food.js new file mode 100644 index 000000000..d573c1982 --- /dev/null +++ b/kubejs/startup_scripts/tfg/items.food.js @@ -0,0 +1,32 @@ +// priority: 0 + +function registerTFGFoodItems(event) { + + event.create('tfg:food/raw_birt') + .translationKey('item.tfg.food.raw_birt') + .food(food => food.hunger(2).saturation(2) + .effect('species:birtd', 50, 0, 1) + .eaten(ctx => { + ctx.player.level.runCommandSilent(`playsound species:effect.birtd.applied player ${ctx.player.username} ${ctx.player.x} ${ctx.player.y} ${ctx.player.z} 1 1`) + })) + + event.create('tfg:food/cooked_birt') + .translationKey('item.tfg.food.cooked_birt') + .food(food => food.hunger(6).saturation(6)) + + event.create('tfg:food/raw_limpet') + .translationKey('item.tfg.food.raw_limpet') + .food(food => food.hunger(2).saturation(2)) + + event.create('tfg:food/cooked_limpet') + .translationKey('item.tfg.food.cooked_limpet') + .food(food => food.hunger(6).saturation(6)) + + event.create('tfg:food/raw_crawlermari') + .translationKey('item.tfg.food.raw_crawlermari') + .food(food => food.hunger(2).saturation(2)) + + event.create('tfg:food/cooked_crawlermari') + .translationKey('item.tfg.food.cooked_crawlermari') + .food(food => food.hunger(6).saturation(6)) +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 317cb4d9c..0081e7bca 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -2,6 +2,9 @@ const registerTFGItems = (event) => { + registerTFGDeprecatedItems(event) + registerTFGFoodItems(event) + // #region Electronics event.create('tfg:unfinished_electron_tube', 'create:sequenced_assembly') @@ -281,100 +284,4 @@ const registerTFGItems = (event) => { event.create('tfg:titanium_hull_reinforcement') .translationKey('item.tfg.titanium_hull_reinforcement') //#endregion - - // #region 0.7.19 -> 0.9 compat - - event.create('gtceu:zinc_ingot').texture('tfg:item/deprecated') - event.create('gtceu:brass_ingot').texture('tfg:item/deprecated') - event.create('gtceu:vanadium_ingot').texture('tfg:item/deprecated') - event.create('gtceu:black_steel_ingot').texture('tfg:item/deprecated') - event.create('gtceu:red_steel_ingot').texture('tfg:item/deprecated') - event.create('gtceu:blue_steel_ingot').texture('tfg:item/deprecated') - event.create('gtceu:iron_double_ingot').texture('tfg:item/deprecated') - - event.create('gtceu:black_steel_double_ingot').texture('tfg:item/deprecated') - event.create('gtceu:red_steel_double_ingot').texture('tfg:item/deprecated') - event.create('gtceu:blue_steel_double_ingot').texture('tfg:item/deprecated') - - event.create('gtceu:zinc_nugget').texture('tfg:item/deprecated') - event.create('gtceu:brass_nugget').texture('tfg:item/deprecated') - event.create('gtceu:copper_nugget').texture('tfg:item/deprecated') - event.create('gtceu:vanadium_nugget').texture('tfg:item/deprecated') - - event.create('gtceu:copper_plate').texture('tfg:item/deprecated') - event.create('gtceu:brass_plate').texture('tfg:item/deprecated') - event.create('gtceu:gold_plate').texture('tfg:item/deprecated') - event.create('gtceu:iron_plate').texture('tfg:item/deprecated') - event.create('gtceu:cobalt_plate').texture('tfg:item/deprecated') - event.create('gtceu:rose_gold_plate').texture('tfg:item/deprecated') - event.create('gtceu:aluminium_plate').texture('tfg:item/deprecated') - event.create('gtceu:invar_plate').texture('tfg:item/deprecated') - event.create('gtceu:lead_plate').texture('tfg:item/deprecated') - event.create('gtceu:nickel_plate').texture('tfg:item/deprecated') - event.create('gtceu:osmium_plate').texture('tfg:item/deprecated') - event.create('gtceu:palladium_plate').texture('tfg:item/deprecated') - event.create('gtceu:platinum_plate').texture('tfg:item/deprecated') - event.create('gtceu:rhodium_plate').texture('tfg:item/deprecated') - event.create('gtceu:silver_plate').texture('tfg:item/deprecated') - event.create('gtceu:vanadium_plate').texture('tfg:item/deprecated') - event.create('gtceu:zinc_plate').texture('tfg:item/deprecated') - - event.create('gtceu:vanadium_block').texture('tfg:item/deprecated') - event.create('gtceu:zinc_block').texture('tfg:item/deprecated') - event.create('gtceu:brass_block').texture('tfg:item/deprecated') - - event.create('gtceu:gold_purified_ore').texture('tfg:item/deprecated') - event.create('gtceu:copper_purified_ore').texture('tfg:item/deprecated') - event.create('gtceu:zinc_purified_ore').texture('tfg:item/deprecated') - event.create('gtceu:silver_purified_ore').texture('tfg:item/deprecated') - event.create('gtceu:tin_purified_ore').texture('tfg:item/deprecated') - event.create('gtceu:lead_purified_ore').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_copper').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_copper').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_gold').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_gold').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_tetrahedrite').texture('tfg:item/deprecated') - event.create('gtceu:raw_tetrahedrite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_tetrahedrite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_malachite').texture('tfg:item/deprecated') - event.create('gtceu:raw_malachite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_malachite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_hematite').texture('tfg:item/deprecated') - event.create('gtceu:raw_hematite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_hematite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_cassiterite').texture('tfg:item/deprecated') - event.create('gtceu:raw_cassiterite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_cassiterite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_bismuth').texture('tfg:item/deprecated') - event.create('gtceu:raw_bismuth').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_bismuth').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_magnetite').texture('tfg:item/deprecated') - event.create('gtceu:raw_magnetite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_magnetite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_yellow_limonite').texture('tfg:item/deprecated') - event.create('gtceu:raw_yellow_limonite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_yellow_limonite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_garnierite').texture('tfg:item/deprecated') - event.create('gtceu:raw_garnierite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_garnierite').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_silver').texture('tfg:item/deprecated') - event.create('gtceu:raw_silver').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_silver').texture('tfg:item/deprecated') - - event.create('gtceu:rich_raw_sphalerite').texture('tfg:item/deprecated') - event.create('gtceu:raw_sphalerite').texture('tfg:item/deprecated') - event.create('gtceu:poor_raw_sphalerite').texture('tfg:item/deprecated') - - // #endregion } \ No newline at end of file From 5b17e573319d9d7c91eefea858564ba1821bde6a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 10:50:28 +0100 Subject: [PATCH 206/246] nerfed lava aqueous accumulator a bit --- kubejs/server_scripts/tfg/recipes.space.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 145a94c6d..4b131b7a8 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -43,7 +43,7 @@ function registerTFGSpaceRecipes(event) { event.recipes.gtceu.aqueous_accumulator('water_moon') .circuit(aaCircuit++) .dimension('ad_astra:moon') - .duration(20) + .duration(20*5) .EUt(GTValues.VHA[GTValues.MV]) .addDataString("fluidA", "minecraft:water") .addDataString("fluidB", "minecraft:water") @@ -70,7 +70,7 @@ function registerTFGSpaceRecipes(event) { event.recipes.gtceu.aqueous_accumulator('lava_overworld') .circuit(aaCircuit++) .dimension('minecraft:overworld') - .duration(20) + .duration(20*15) .EUt(GTValues.VHA[GTValues.HV]) .addDataString("fluidA", "minecraft:lava") .addDataString("fluidB", "minecraft:lava") @@ -79,7 +79,7 @@ function registerTFGSpaceRecipes(event) { event.recipes.gtceu.aqueous_accumulator('lava_nether') .circuit(aaCircuit++) .dimension('minecraft:the_nether') - .duration(20) + .duration(20*15) .EUt(GTValues.VHA[GTValues.HV]) .addDataString("fluidA", "minecraft:lava") .addDataString("fluidB", "minecraft:lava") From 0b056481894164e873eaef8817d9bba35431bb9e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 12:11:06 +0100 Subject: [PATCH 207/246] fixed a few other steel items being extractable in LV --- kubejs/server_scripts/gregtech/recipes.materials.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kubejs/server_scripts/gregtech/recipes.materials.js b/kubejs/server_scripts/gregtech/recipes.materials.js index 52a6197e4..c77755487 100644 --- a/kubejs/server_scripts/gregtech/recipes.materials.js +++ b/kubejs/server_scripts/gregtech/recipes.materials.js @@ -79,7 +79,7 @@ function registerGTCEUMetalRecipes(event) { .outputFluids(Fluid.of(material.getFluid(), 144)) .duration(material.getMass() * 6) .category(GTRecipeCategories.EXTRACTOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) + .EUt(material.hasProperty(PropertyKey.BLAST) ? GTValues.VA[GTValues.MV] : GTValues.VA[GTValues.ULV]) } } else if (material.hasProperty(PropertyKey.GEM)) { @@ -598,7 +598,7 @@ function registerGTCEUMetalRecipes(event) { .outputFluids(Fluid.of(material.getFluid(), 14 * 144)) .duration(material.getMass() * 32) .category(GTRecipeCategories.EXTRACTOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) + .EUt(material.hasProperty(PropertyKey.BLAST) ? GTValues.VA[GTValues.MV] : GTValues.VA[GTValues.ULV]) event.recipes.gtceu.alloy_smelter(`tfg:cast_${material.getName()}_anvil`) .itemInputs(ChemicalHelper.get(TagPrefix.ingot, material, 14)) @@ -674,7 +674,7 @@ function registerGTCEUMetalRecipes(event) { .outputFluids(Fluid.of(material.getFluid(), 144)) .duration(material.getMass() * 8) .category(GTRecipeCategories.EXTRACTOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) + .EUt(material.hasProperty(PropertyKey.BLAST) ? GTValues.VA[GTValues.MV] : GTValues.VA[GTValues.ULV]) event.recipes.gtceu.alloy_smelter(`tfg:cast_${material.getName()}_unfinished_lamp`) .itemInputs(materialIngotStack) @@ -719,7 +719,7 @@ function registerGTCEUMetalRecipes(event) { .outputFluids(Fluid.of(material.getFluid(), 144)) .duration(material.getMass() * 7) .category(GTRecipeCategories.EXTRACTOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) + .EUt(material.hasProperty(PropertyKey.BLAST) ? GTValues.VA[GTValues.MV] : GTValues.VA[GTValues.ULV]) event.recipes.gtceu.alloy_smelter(`tfg:cast_${material.getName()}_trapdoor`) .itemInputs(materialIngotStack) @@ -767,7 +767,7 @@ function registerGTCEUMetalRecipes(event) { .outputFluids(Fluid.of(material.getFluid(), 9)) .duration(material.getMass() * 3) .category(GTRecipeCategories.EXTRACTOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) + .EUt(material.hasProperty(PropertyKey.BLAST) ? GTValues.VA[GTValues.MV] : GTValues.VA[GTValues.ULV]) event.recipes.gtceu.alloy_smelter(`tfg:cast_${material.getName()}_chain`) .itemInputs(materialIngotStack) From 5f7b9dd29193453025a1b4cca11d99ad41a63ae0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 12:11:56 +0100 Subject: [PATCH 208/246] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8217a36..cd8d82457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Fixed double ingots not having a temperature (#1165) @Pyritie - Removed a few recipes that had unobtainable create-related materials @Pyritie - Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie +- Fixed some other steel/colored steel items being extractable in LV @Pyritie ### Changes - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie - Lowered durability of wooden tongs @Pyritie From 4eb9dcd4fc3056de5bf1a0681bca686044c944ad Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 13:03:23 +0100 Subject: [PATCH 209/246] reorganized stone dusts, nerfed them a bit more --- kubejs/server_scripts/tfc/recipes.stone.js | 212 -------------- kubejs/server_scripts/tfg/recipes.js | 1 + kubejs/server_scripts/tfg/recipes.space.js | 44 --- .../server_scripts/tfg/recipes.stone_dusts.js | 267 ++++++++++++++++++ 4 files changed, 268 insertions(+), 256 deletions(-) create mode 100644 kubejs/server_scripts/tfg/recipes.stone_dusts.js diff --git a/kubejs/server_scripts/tfc/recipes.stone.js b/kubejs/server_scripts/tfc/recipes.stone.js index 852b083af..46a1adc5d 100644 --- a/kubejs/server_scripts/tfc/recipes.stone.js +++ b/kubejs/server_scripts/tfc/recipes.stone.js @@ -560,216 +560,4 @@ function registerTFCStoneRecipes(event) { result: `tfc:rock/cobble/${stone}` }).id(`tfg:collapse/${stone}_gt_ores`) }) - - - // #region Rock decomposition recipes - - let oxygenFluid = GTMaterials.Oxygen.getFluid(); - - // Replacements - - event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_blackstone' }) - - event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__diorite') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Diorite, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Mirabilite, 1), 2000, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Clay, 1), 7000, 700) - .outputFluids(Fluid.of(oxygenFluid, 5)) - - event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__marble') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Marble, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 1500, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcite, 1), 8000, 700) - .outputFluids(Fluid.of(oxygenFluid, 12)) - - event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__andesite') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Andesite, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Asbestos, 1), 8000, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Saltpeter, 1), 2000, 700) - - event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__basalt') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Basalt, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 1700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcite, 1), 1700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Flint, 1), 5000, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.DarkAsh, 1), 2500, 700) - - event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__granite') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Granite, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 8000, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Redrock, 1), 2000, 700) - .outputFluids(Fluid.of(oxygenFluid, 5)) - - event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__deepslate') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Deepslate, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 8000, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Biotite, 1), 2000, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Stone, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 12)) - - event.recipes.gtceu.centrifuge('blackstone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Blackstone, 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.DarkAsh, 1), 2500, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 16)) - - // TFC - - event.recipes.gtceu.centrifuge('gabbro_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('gabbro'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Iron, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Rutile, 1), 2700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) - - event.recipes.gtceu.centrifuge('shale_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('shale'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 7500, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 700) - .outputFluids(Fluid.of(oxygenFluid, 16)) - - event.recipes.gtceu.centrifuge('claystone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('claystone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Bauxite, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Silicon, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Hematite, 1), 6700, 700) - .outputFluids(Fluid.of(oxygenFluid, 5)) - - event.recipes.gtceu.centrifuge('limestone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('limestone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 8700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) - .outputFluids(Fluid.of(oxygenFluid, 36)) - - event.recipes.gtceu.centrifuge('conglomerate_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('conglomerate'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Hematite, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Silicon, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.TricalciumPhosphate, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 5)) - - event.recipes.gtceu.centrifuge('dolomite_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('dolomite'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 16)) - - event.recipes.gtceu.centrifuge('chert_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('chert'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Silicon, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 24)) - - event.recipes.gtceu.centrifuge('chalk_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('chalk'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Carbon, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) - .outputFluids(Fluid.of(oxygenFluid, 12)) - - event.recipes.gtceu.centrifuge('rhyolite_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('rhyolite'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 8700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 800, 700) - - event.recipes.gtceu.centrifuge('dacite_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('dacite'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Kyanite, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 700) - .outputFluids(Fluid.of(oxygenFluid, 12)) - - event.recipes.gtceu.centrifuge('slate_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('slate'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 24)) - - event.recipes.gtceu.centrifuge('phyllite_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('phyllite'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Quartzite, 1), 5700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CalciumChloride, 1), 1700, 700) - .outputFluids(Fluid.of(oxygenFluid, 5)) - - event.recipes.gtceu.centrifuge('schist_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('schist'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Mica, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Talc, 1), 5700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Graphite, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 780, 700) - .outputFluids(Fluid.of(oxygenFluid, 12)) - - event.recipes.gtceu.centrifuge('gneiss_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('gneiss'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Quartzite, 1), 6700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Biotite, 1), 3700, 700) - .outputFluids(Fluid.of(oxygenFluid, 5)) - - event.recipes.gtceu.centrifuge('dripstone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('dripstone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CalciumCarbonate, 1), 8700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CalciumHydroxide, 1), 1700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) - .outputFluids(Fluid.of(oxygenFluid, 12)) - - // Misc dust - - event.recipes.gtceu.centrifuge('gtceu:quartz_sand_separation') - .EUt(30) - .duration(60) - .itemInputs('2x gtceu:quartz_sand_dust') - .itemOutputs('gtceu:quartzite_dust') - .chancedOutput('#forge:dust/nether_quartz', 2000, 200) - - // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index babf87cdc..238e12085 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -16,4 +16,5 @@ const registerTFGRecipes = (event) => { registerTFGConvertingRecipes(event) registerTFGFoodRecipes(event) registerTFGSpaceRecipes(event) + registerTFGStoneDustRecipes(event) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 4b131b7a8..97e669715 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -85,50 +85,6 @@ function registerTFGSpaceRecipes(event) { .addDataString("fluidB", "minecraft:lava") .outputFluids(Fluid.of("minecraft:lava", 1000)) - // Dusts - - event.recipes.gtceu.centrifuge('moon_stone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_stone'), 1)) - .chancedOutput('ae2:sky_dust', 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 2700, 700) - .outputFluids(Fluid.of('gtceu:helium_3', 50)) - - event.recipes.gtceu.centrifuge('moon_deepslate_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_deepslate'), 1)) - .chancedOutput('ae2:sky_dust', 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, TFGHelpers.getMaterial('desh'), 1), 2700, 700) - .outputFluids(Fluid.of('gtceu:helium_3', 50)) - - event.recipes.gtceu.centrifuge('glacio_stone_dust_separation') - .EUt(GTValues.VA[GTValues.MV]) - .duration(480) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('glacio_stone'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.SiliconDioxide, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 2700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1700, 700) - .outputFluids(Fluid.of('gtceu:helium_3', 50)) - - event.recipes.gtceu.centrifuge('sky_dust_separation') - .EUt(GTValues.VA[GTValues.LV]) - .duration(100) - .itemInputs('ae2:sky_dust') - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Iron, 1), 3700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 2700, 700) - - event.recipes.gtceu.centrifuge('asurine_dust_separation') - .EUt(GTValues.VA[GTValues.LV]) - .duration(100) - .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('asurine'), 1)) - .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.CertusQuartz, 1), 4700, 700) - .chancedOutput(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Zinc, 1), 3700, 700) - // Plants // Chorus diff --git a/kubejs/server_scripts/tfg/recipes.stone_dusts.js b/kubejs/server_scripts/tfg/recipes.stone_dusts.js new file mode 100644 index 000000000..9a4252e35 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.stone_dusts.js @@ -0,0 +1,267 @@ +// priority: 0 + +function registerTFGStoneDustRecipes(event) { + + event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_blackstone' }) + + event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__diorite') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Diorite, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Clay, 1), 4500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Mirabilite, 1), 2000, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 5)) + + event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__marble') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Marble, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcite, 1), 6000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 12)) + + event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__andesite') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Andesite, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Asbestos, 1), 6000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Saltpeter, 1), 2000, 500) + + event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__basalt') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Basalt, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Flint, 1), 5000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 1500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcite, 1), 1500, 500) + + event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__granite') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Granite, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Redrock, 1), 2000, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 5)) + + event.recipes.gtceu.centrifuge('gtceu:decomposition_centrifuging__deepslate') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Deepslate, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Biotite, 1), 2000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3500, 700) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 12)) + + event.recipes.gtceu.centrifuge('blackstone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Blackstone, 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Graphite, 1), 3500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 4500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Gold, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 16)) + + // TFC + + event.recipes.gtceu.centrifuge('gabbro_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('gabbro'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 2500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Rutile, 1), 1500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + + event.recipes.gtceu.centrifuge('shale_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('shale'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 6500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 16)) + + event.recipes.gtceu.centrifuge('claystone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('claystone'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Clay, 1), 3000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Hematite, 1), 3500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Bauxite, 1), 2500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 5)) + + event.recipes.gtceu.centrifuge('limestone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('limestone'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 36)) + + event.recipes.gtceu.centrifuge('conglomerate_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('conglomerate'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Hematite, 1), 3500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.TricalciumPhosphate, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 5)) + + event.recipes.gtceu.centrifuge('dolomite_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('dolomite'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnesium, 1), 6500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 16)) + + event.recipes.gtceu.centrifuge('chert_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('chert'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Redrock, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 24)) + + event.recipes.gtceu.centrifuge('chalk_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('chalk'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 6500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Carbon, 1), 3500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 12)) + + event.recipes.gtceu.centrifuge('rhyolite_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('rhyolite'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Tantalite, 1), 1500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + + event.recipes.gtceu.centrifuge('dacite_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('dacite'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 6500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Kyanite, 1), 3500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 12)) + + event.recipes.gtceu.centrifuge('slate_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('slate'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sapphire, 1), 1500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 24)) + + event.recipes.gtceu.centrifuge('phyllite_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('phyllite'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Quartzite, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CalciumChloride, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 5)) + + event.recipes.gtceu.centrifuge('schist_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('schist'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Mica, 1), 6500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Talc, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.MetalMixture, 1), 500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 12)) + + event.recipes.gtceu.centrifuge('gneiss_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('gneiss'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Quartzite, 1), 6500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Biotite, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 5)) + + event.recipes.gtceu.centrifuge('dripstone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('dripstone'), 1)) + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CalciumCarbonate, 1), 8500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CalciumHydroxide, 1), 1500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 12)) + + // Ad astra + + event.recipes.gtceu.centrifuge('moon_stone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_stone'), 1)) + .chancedOutput('ae2:sky_dust', 5000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Ilmenite, 1), 4500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Magnetite, 1), 2500, 500) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('moon_deepslate_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('moon_deepslate'), 1)) + .chancedOutput('ae2:sky_dust', 5000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Calcium, 1), 5500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Olivine, 1), 3500, 500) + .outputFluids(Fluid.of('gtceu:helium_3', 50)) + + event.recipes.gtceu.centrifuge('glacio_stone_dust_separation') + .EUt(GTValues.VA[GTValues.MV]) + .duration(480) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('glacio_stone'), 1)) + .chancedOutput('ae2:sky_dust', 3000, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Sodium, 1), 7500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Potassium, 1), 7500, 500) + .outputFluids(Fluid.of('gtceu:oxygen', 15), Fluid.of('gtceu:helium_3', 70)) + + // AE2 + + event.recipes.gtceu.centrifuge('sky_dust_separation') + .EUt(GTValues.VA[GTValues.LV]) + .duration(100) + .itemInputs('ae2:sky_dust') + .itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.SiliconDioxide, 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.CertusQuartz, 1), 4500, 500) + + // Create + + event.recipes.gtceu.centrifuge('asurine_dust_separation') + .EUt(GTValues.VA[GTValues.LV]) + .duration(100) + .itemInputs(ChemicalHelper.get(TagPrefix.dust, TFGHelpers.getMaterial('asurine'), 1)) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.CertusQuartz, 1), 4500, 500) + .chancedOutput(ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Zinc, 1), 3500, 500) + + // Misc dust + + event.recipes.gtceu.centrifuge('gtceu:quartz_sand_separation') + .EUt(30) + .duration(60) + .itemInputs('2x gtceu:quartz_sand_dust') + .itemOutputs('gtceu:quartzite_dust') + .chancedOutput('#forge:dust/nether_quartz', 2000, 200) +} \ No newline at end of file From 6f4ec9944611eeacce997a36b82ea451ece57a89 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 13:03:28 +0100 Subject: [PATCH 210/246] changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8d82457..32aabf3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.10.0] - TODO DATE +### Major changes +- Build a rocket and blast off to the moon, a new dimension! You can get started in mid-HV. +- AE2 inscriber presses are now found on the moon instead of being craftable, and making various AE2 components is also significantly cheaper there. @TomPlop & @Pyritie +- Significant ore changes: certus quartz, raw aluminium, ilmenite, and some other mid-lategame materials have been moved from the overworld to the moon. Check your field guide for more information. @TomPlop +- A new system for interstellar item transport, made just for TerraFirmaGreg - a new logistical problem to solve and automate. @ofoxsmith +- New bedrock ore veins on the moon! Much better sources of infinite materials than stone dusts. @TomPlop +- New machines to properly automate food, along with proper compatibility between machines and TFC's food system, so you can't turn rotten grains into fresh bread any more. The electric greenhouse now also always outputs fresh food. @ofoxsmith +- New electric refrigerator with different tiers. You can craft the old one into this new one, but please take your food out of it before upgrading otherwise it will be lost! @ofoxsmith +- Quest updates for all of the above. @TomPlop +### Minor changes +- Balance changes for water wheels. @Pyritie +- Added a second recipe for water flask sides so it doesn't matter if you craft it top-aligned or bottom-aligned. @Pyritie +- More recipes to craft dyes. @Pyritie +- New texture for the Aqeuous Accumulator. @Redeix +- Adjusted the textures of the generated raw ore items. @Pyritie +- Added recipes for AE2's decoration blocks. @Pyritie +### Bug fixes +- Fixed a mud hut structure that had deprecated zinc ingots. @Pyritie +- The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block. @Pyritie + ## [Unreleased] ### New features ### Bug fixes From afc88dda91d93e35ce1f5d8ada7fbc5928e2fcd9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 13:09:46 +0100 Subject: [PATCH 211/246] changelog, added blood lily to klayze loot --- CHANGELOG.md | 7 ++++++- kubejs/server_scripts/primitive_creatures/loot.js | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8d82457..6223f706b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,19 @@ ### New features ### Bug fixes - Fixed double ingots not having a temperature (#1165) @Pyritie -- Removed a few recipes that had unobtainable create-related materials @Pyritie +- Removed a few recipes that had unobtainable greate-related materials @Pyritie - Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie - Fixed some other steel/colored steel items being extractable in LV @Pyritie +- Fixed polished/cut migmatite recipe conflict (#1153) @JeanRdSz +- You can now use casting channels, mold tables, and mechanical pumps on top of a Hellforge (#1183) @Indiiix ### Changes - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie - Lowered durability of wooden tongs @Pyritie - Streamlined the Metallurgy Age quest chapter a bit @Pyritie - Mushroom blocks now drop way less mushroom @Pyritie +- Removed gems tag from flint @Pyritie +- Updated texture for aqueous accumulator (#1168) @Redeix +- Kaolin Klayzes now also drop blood lilies @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/kubejs/server_scripts/primitive_creatures/loot.js b/kubejs/server_scripts/primitive_creatures/loot.js index 09e4a1220..791ba5be0 100644 --- a/kubejs/server_scripts/primitive_creatures/loot.js +++ b/kubejs/server_scripts/primitive_creatures/loot.js @@ -5,8 +5,9 @@ function registerPrimitiveCreatesLoots(event) { event.addEntityLootModifier('kaolinclayze:tfc') .removeLoot(ItemFilter.ALWAYS_TRUE) .addWeightedLoot([12,16], ['tfc:kaolin_clay', 'minecraft:clay_ball']) + .addLoot('tfc:plant/blood_lily') event.addEntityLootModifier('kaolinclayze:golem_2') .removeLoot(ItemFilter.ALWAYS_TRUE) - .addWeightedLoot([4,6], ['gtceu:rich_raw_graphite']) + .addWeightedLoot([3,5], ['gtceu:rich_raw_graphite']) } \ No newline at end of file From abae0a8c9fc154d6304aefef2a89e3add477f6ff Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 13:10:58 +0100 Subject: [PATCH 212/246] changelog --- CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 250635a0d..dbdbc60da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,15 +11,14 @@ - New electric refrigerator with different tiers. You can craft the old one into this new one, but please take your food out of it before upgrading otherwise it will be lost! @ofoxsmith - Quest updates for all of the above. @TomPlop ### Minor changes -- Balance changes for water wheels. @Pyritie -- Added a second recipe for water flask sides so it doesn't matter if you craft it top-aligned or bottom-aligned. @Pyritie -- More recipes to craft dyes. @Pyritie -- New texture for the Aqeuous Accumulator. @Redeix -- Adjusted the textures of the generated raw ore items. @Pyritie -- Added recipes for AE2's decoration blocks. @Pyritie +- Balance changes for water wheels @Pyritie +- Added a second recipe for water flask sides so it doesn't matter if you craft it top-aligned or bottom-aligned @Pyritie +- More recipes to craft dyes @Pyritie +- Adjusted the textures of the generated raw ore items @Pyritie +- Added recipes for AE2's decoration blocks @Pyritie ### Bug fixes -- Fixed a mud hut structure that had deprecated zinc ingots. @Pyritie -- The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block. @Pyritie +- Fixed a mud hut structure that had deprecated zinc ingots @Pyritie +- The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block @Pyritie ## [Unreleased] ### New features From 0bc679107a5a515ee0d31f835c0ac6884752ce16 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 13:16:51 +0100 Subject: [PATCH 213/246] removed burpflower field guide page --- .../en_us/entries/beneath/burpflower.json | 16 ---------------- kubejs/assets/tfg_excludes.zip | Bin 32880 -> 32891 bytes 2 files changed, 16 deletions(-) delete mode 100644 kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/burpflower.json diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/burpflower.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/burpflower.json deleted file mode 100644 index b1b456690..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/burpflower.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "Burpflowers", - "category": "tfc:beneath", - "icon": "beneath:burpflower", - "pages": [ - { - "type": "patchouli:text", - "text": "The $(thing)Burpflower$() has the power to change blocks into other blocks. It can be found all around the Beneath. The Burpflower has a facing direction, which is the direction that it performs the action in. Behind it, place $(thing)Sulfur Powder$() to charge it." - }, - { - "type": "patchouli:text", - "text": "Soon, if there is sulfur, the burpflower will charge, and have a yellow sulfuric flower. It then soon will make a burping sound and expel sulfuric smoke.$(br2)$(item)Shroomlights$() can be changed into a random $(thing)Froglight$()." - } - ], - "read_by_default": true -} \ No newline at end of file diff --git a/kubejs/assets/tfg_excludes.zip b/kubejs/assets/tfg_excludes.zip index 025e9726f3cb0d95bbce9f815a021d9d26ef94cc..4ffb5f6d2801ebf1a8d78de4bc733eab520d08c7 100644 GIT binary patch delta 436 zcmey+!1TL;sXoA)nMH(wfq{eJN9N_I*)97&TQV{*gt9R(a5FG46eK2R>*Xfrrj{h` zowDEWhyl;B=ktzOFX-clJ$m2}^MSq_0$q2mWS)KMpSs(Mv*dkWbReVk+e=I0AH5e> z_p{>jeEURXNT-pFt!m=uSj~cetzJoBXadi_ia7ty@30u+f}vu zcjZ@gzbsv_;>7A?>C;L7v+S>~nK4aqVT8#!9^Sf*(LALFnR$N$mU*nxeX8QC&@=b7 z`l}6=_e^F?wcwS08nd``_??e_z*Xfrrj{h` zopRpmh=IVd^SVFyy!(}+Z7M!8e$l(<(sr|CldQS#sWVepr`MJ*4|V)-C+^d8?`OYL zos6dM%5vjb{;cr%;Z-j^nm=U3Z1O&<-T6THbi;Y4<9E3;XR6dsFe@+pD$B9)$Eu&t zez))1wdpy#%YOhO`@vxnh)^>Em4c)eD=O=w%s2`kUF{S8|nbA_d zKH>5!@A9KhsrhVv^Ww>;(7)K1_l6Z Date: Thu, 19 Jun 2025 13:17:15 +0100 Subject: [PATCH 214/246] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdbc60da..22525a761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ - More recipes to craft dyes @Pyritie - Adjusted the textures of the generated raw ore items @Pyritie - Added recipes for AE2's decoration blocks @Pyritie +- Added warning text to macerators, millstones, and crushing wheels about the no-byproducts-until-HV thing @Pyritie +- Electric greenhouse now accepts any glass instead of exclusively AE2 quartz glass @Pyritie ### Bug fixes - Fixed a mud hut structure that had deprecated zinc ingots @Pyritie - The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block @Pyritie From 316b116af5732ccc1e85a6a2ad7eeefe42befb70 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 17:30:46 +0100 Subject: [PATCH 215/246] comments --- kubejs/server_scripts/tfg/recipes.food.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index a8952a223..b928b0944 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -260,6 +260,7 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), }) + // TODO: this has nutrition dynamically set in the pot recipe, can we do that here? processorRecipe(`egg_noodles_from_${milkID}`, 50, 8, { circuit: 6, itemInputs: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], @@ -661,6 +662,7 @@ function registerTFGFoodRecipes(event) { //#endregion + // Tweaks to the machine crafts that are more annoying to do in java event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') From 84b36479e0d2a1707653011586ba725440a42d07 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 20:20:16 +0100 Subject: [PATCH 216/246] changed rhyolite to use moon sand instead of white sand --- .../worldgen/placed_feature/moon/surface/pile_moon_sand.json | 5 ++++- .../placed_feature/moon/surface/pile_white_sand.json | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json index 4212e36ec..a7e01cd5c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json @@ -29,7 +29,10 @@ "tfc:rock/gravel/gabbro", "ad_astra:moon_stone", "tfg:rock/hardened_moon_stone", - "ad_astra:moon_sand" + "ad_astra:moon_sand", + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" ] } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json index c9d7cca14..bc238a64a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json @@ -23,10 +23,7 @@ "tfc:rock/gravel/diorite", "ad_astra:glacio_stone", "tfg:rock/hardened_glacio_stone", - "ad_astra:glacio_cobblestone", - "tfc:rock/raw/rhyolite", - "tfc:rock/hardened/rhyolite", - "tfc:rock/gravel/rhyolite" + "ad_astra:glacio_cobblestone" ] } }, From c56745087522cf4d95207a6bff6c82ed84d4e281 Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Fri, 20 Jun 2025 03:49:39 -0500 Subject: [PATCH 217/246] - Lots of food stuff (#1196) * - Lots of food stuff * Updated Changelog --- CHANGELOG.md | 1 + kubejs/assets/tfg/lang/en_us.json | 37 ++++++ .../tfg/textures/item/clean_foil_pack.png | Bin 0 -> 522 bytes kubejs/assets/tfg/textures/item/dry_ice.png | Bin 0 -> 5009 bytes .../tfg/textures/item/dry_ice.png.mcmeta | 5 + kubejs/assets/tfg/textures/item/foil_pack.png | Bin 0 -> 416 bytes .../tfg/textures/item/food/calorie_paste.png | Bin 0 -> 347 bytes .../item/food/freeze_dried_banana.png | Bin 0 -> 454 bytes .../item/food/freeze_dried_blackberry.png | Bin 0 -> 456 bytes .../item/food/freeze_dried_blueberry.png | Bin 0 -> 452 bytes .../item/food/freeze_dried_bunchberry.png | Bin 0 -> 455 bytes .../item/food/freeze_dried_cherry.png | Bin 0 -> 450 bytes .../item/food/freeze_dried_chorus_fruit.png | Bin 0 -> 455 bytes .../item/food/freeze_dried_cloudberry.png | Bin 0 -> 454 bytes .../item/food/freeze_dried_cranberry.png | Bin 0 -> 456 bytes .../item/food/freeze_dried_elderberry.png | Bin 0 -> 459 bytes .../textures/item/food/freeze_dried_fig.png | Bin 0 -> 457 bytes .../item/food/freeze_dried_glow_berries.png | Bin 0 -> 457 bytes .../item/food/freeze_dried_gooseberry.png | Bin 0 -> 457 bytes .../item/food/freeze_dried_green_apple.png | Bin 0 -> 455 bytes .../textures/item/food/freeze_dried_lemon.png | Bin 0 -> 452 bytes .../item/food/freeze_dried_melon_slice.png | Bin 0 -> 455 bytes .../textures/item/food/freeze_dried_olive.png | Bin 0 -> 454 bytes .../item/food/freeze_dried_orange.png | Bin 0 -> 453 bytes .../textures/item/food/freeze_dried_peach.png | Bin 0 -> 458 bytes .../item/food/freeze_dried_pineapple.png | Bin 0 -> 454 bytes .../textures/item/food/freeze_dried_plum.png | Bin 0 -> 460 bytes .../food/freeze_dried_popped_chorus_fruit.png | Bin 0 -> 454 bytes .../item/food/freeze_dried_pumpkin_chunks.png | Bin 0 -> 454 bytes .../item/food/freeze_dried_raspberry.png | Bin 0 -> 454 bytes .../item/food/freeze_dried_red_apple.png | Bin 0 -> 455 bytes .../item/food/freeze_dried_red_grapes.png | Bin 0 -> 449 bytes .../item/food/freeze_dried_snowberry.png | Bin 0 -> 455 bytes .../item/food/freeze_dried_strawberry.png | Bin 0 -> 451 bytes .../item/food/freeze_dried_white_grapes.png | Bin 0 -> 452 bytes .../food/freeze_dried_wintergreen_berry.png | Bin 0 -> 458 bytes .../tfg/textures/item/food/meal_bag.png | Bin 0 -> 491 bytes .../tfg/textures/item/used_foil_pack.png | Bin 0 -> 463 bytes .../gregtech/recipes.recycling.js | 21 ++++ kubejs/server_scripts/tfc/tags.js | 4 + kubejs/server_scripts/tfg/data.js | 20 ++++ kubejs/server_scripts/tfg/recipes.food.js | 106 +++++++++++++++++- .../tfg/recipes.miscellaneous.js | 65 +++++++++++ kubejs/server_scripts/tfg/tags.js | 22 +++- kubejs/startup_scripts/main_startup_script.js | 3 + kubejs/startup_scripts/tfg/constants.js | 34 +++++- .../startup_scripts/tfg/events.food_traits.js | 5 + kubejs/startup_scripts/tfg/items.food.js | 45 +++++++- kubejs/startup_scripts/tfg/items.js | 14 ++- 49 files changed, 371 insertions(+), 11 deletions(-) create mode 100644 kubejs/assets/tfg/textures/item/clean_foil_pack.png create mode 100644 kubejs/assets/tfg/textures/item/dry_ice.png create mode 100644 kubejs/assets/tfg/textures/item/dry_ice.png.mcmeta create mode 100644 kubejs/assets/tfg/textures/item/foil_pack.png create mode 100644 kubejs/assets/tfg/textures/item/food/calorie_paste.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_banana.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_blackberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_blueberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_bunchberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_cherry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_chorus_fruit.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_cloudberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_cranberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_elderberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_fig.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_glow_berries.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_gooseberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_green_apple.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_lemon.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_melon_slice.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_olive.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_orange.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_peach.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_pineapple.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_plum.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_popped_chorus_fruit.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_pumpkin_chunks.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_raspberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_red_apple.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_red_grapes.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_snowberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_strawberry.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_white_grapes.png create mode 100644 kubejs/assets/tfg/textures/item/food/freeze_dried_wintergreen_berry.png create mode 100644 kubejs/assets/tfg/textures/item/food/meal_bag.png create mode 100644 kubejs/assets/tfg/textures/item/used_foil_pack.png create mode 100644 kubejs/startup_scripts/tfg/events.food_traits.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 22525a761..e3932cd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - New bedrock ore veins on the moon! Much better sources of infinite materials than stone dusts. @TomPlop - New machines to properly automate food, along with proper compatibility between machines and TFC's food system, so you can't turn rotten grains into fresh bread any more. The electric greenhouse now also always outputs fresh food. @ofoxsmith - New electric refrigerator with different tiers. You can craft the old one into this new one, but please take your food out of it before upgrading otherwise it will be lost! @ofoxsmith +- Added many new advanced food items including freeze-dried fruit, calorie paste, and meal bags. @Redeix - Quest updates for all of the above. @TomPlop ### Minor changes - Balance changes for water wheels @Pyritie diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index e0b8a61af..f225e0684 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -282,6 +282,7 @@ "item.tfg.food.cooked_crawlermari": "Cooked Crawlermari", "item.tfg.food.raw_limpet": "Raw Limpet", "item.tfg.food.cooked_limpet": "Cooked Limpet", + "tfg.tooltip.foodtrait.freeze_dried": "Cryodesiccated", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -358,6 +359,41 @@ "item.gtceu.silver_purified_ore": "Deprecated Item, Craft to Upgrade", "item.gtceu.tin_purified_ore": "Deprecated Item, Craft to Upgrade", "item.gtceu.lead_purified_ore": "Deprecated Item, Craft to Upgrade", + "item.tfg.foil_pack": "Foil Pack", + "item.tfg.used_foil_pack": "Used Foil Pack", + "item.tfg.clean_foil_pack": "Clean Foil Pack", + "item.tfg.dry_ice": "Dry Ice", + "item.tfg.food.freeze_dried.red_grapes": "Freeze Dried Red Grapes", + "item.tfg.food.freeze_dried.white_grapes": "Freeze Dried White Grapes", + "item.tfg.food.freeze_dried.glow_berries": "Freeze Dried Glow Berries", + "item.tfg.food.freeze_dried.chorus_fruit": "Freeze Dried Chorus Fruit", + "item.tfg.food.freeze_dried.popped_chorus_fruit": "Freeze Dried Popped Chorus Fruit", + "item.tfg.food.freeze_dried.blackberry": "Freeze Dried Blackberries", + "item.tfg.food.freeze_dried.blueberry": "Freeze Dried Blueberries", + "item.tfg.food.freeze_dried.bunchberry": "Freeze Dried Bunchberries", + "item.tfg.food.freeze_dried.cloudberry": "Freeze Dried Cloudberries", + "item.tfg.food.freeze_dried.cranberry": "Freeze Dried Cranberries", + "item.tfg.food.freeze_dried.elderberry": "Freeze Dried Elderberries", + "item.tfg.food.freeze_dried.gooseberry": "Freeze Dried Gooseberries", + "item.tfg.food.freeze_dried.raspberry": "Freeze Dried Raspberries", + "item.tfg.food.freeze_dried.snowberry": "Freeze Dried Snowberries", + "item.tfg.food.freeze_dried.strawberry": "Freeze Dried Strawberries", + "item.tfg.food.freeze_dried.wintergreen_berry": "Freeze Dried Wintergreen Berries", + "item.tfg.food.freeze_dried.banana": "Freeze Dried Banana", + "item.tfg.food.freeze_dried.cherry": "Freeze Dried Cherries", + "item.tfg.food.freeze_dried.green_apple": "Freeze Dried Green Apple", + "item.tfg.food.freeze_dried.lemon": "Freeze Dried Lemon", + "item.tfg.food.freeze_dried.olive": "Freeze Dried Olives", + "item.tfg.food.freeze_dried.orange": "Freeze Dried Orange", + "item.tfg.food.freeze_dried.peach": "Freeze Dried Peach", + "item.tfg.food.freeze_dried.plum": "Freeze Dried Plum", + "item.tfg.food.freeze_dried.red_apple": "Freeze Dried Red Apple", + "item.tfg.food.freeze_dried.pumpkin_chunks": "Freeze Dried Pumpkin Chunks", + "item.tfg.food.freeze_dried.melon_slice": "Freeze Dried Melon Slice", + "item.tfg.food.freeze_dried.fig": "Freeze Dried Fig", + "item.tfg.food.freeze_dried.pineapple": "Freeze Dried Pineapple", + "item.tfg.food.calorie_paste": "Calorie Paste", + "item.tfg.food.meal_bag": "Meal Bag", "gtceu:rich_raw_copper": "Deprecated Item, Craft to Upgrade", "gtceu:poor_raw_copper": "Deprecated Item, Craft to Upgrade", "gtceu:rich_raw_gold": "Deprecated Item, Craft to Upgrade", @@ -501,6 +537,7 @@ "tfg.food_recipe.brining": "Brining", "tfg.food_recipe.smoking": "Smoking", "tfg.food_recipe.drying": "Drying", + "tfg.food_recipe.freeze_drying": "Dessicate", "tfg.recipe.macerator_warning": "Only outputs first slot until HV", "tfg.grapplemod.repair": "Repair recipe, keeps your upgrades. §lNEVER combine two grapples or you'll lose ALL your upgrades!§r", "tfg.grapplemod.upgrades.maxlen": "Increases §lMax Length§r by 20, up to 200.", diff --git a/kubejs/assets/tfg/textures/item/clean_foil_pack.png b/kubejs/assets/tfg/textures/item/clean_foil_pack.png new file mode 100644 index 0000000000000000000000000000000000000000..73bcf233364c321ce6a7a9bb8664dbdeb3e4a53b GIT binary patch literal 522 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7Go-U3d7QMBTHg*R)3bgOHEqYYyzDe+~@H-ckJyAidv#;NZ$xVM~Uy%6F>oohs z*FljUT(i?By9IG%K4}c^O5#vr+sXRzsLb-?g%T$t_Ut*U_T2L9hTX>Z|D>f&?O-sN ze?D@1-uBn>sSiaDlvpjjnia@oF^3`NM$IWL zlVSb&2ai5D9NKHUNoTjrgXw!CoBG99%RTs2x5jENpXa0t873E^e!taWZ2e<>ecE5U zoe$rMHW(grJoR+b4+h33g_ia@dsLR6_Nu!-fnU&}ljEf3o!d<-P&)~Lksx1m)xU(RCerRmRQI)6SzCYAH|U>@dR->#DwsLzU+_Px1Loou5`=&?7IK} literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/dry_ice.png b/kubejs/assets/tfg/textures/item/dry_ice.png new file mode 100644 index 0000000000000000000000000000000000000000..58c6865737cb036925883a26aab2bf60278f6cb5 GIT binary patch literal 5009 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}fN7V_;zLlf4wnz#tsq>EaktG3V{v^Vu=i zMUU?{R_;&kZ_3@daGH{)|Deu&?)L{+3v54c3paqK7GbPkYsqep6mVc@^VIor$L;{ z&&|7df2P1DKaNZRC#ko7%P+nxi@rVAFM0Q6kihwA;n)5bf4{e@ge`G*uh&kQZ~xqP z-(EY#d#M1!y!C4y9XUC9mNK8JLuq32wU){IIMH^x@SX!MJ6L<46 zB_u!Q-M8m^sKQ^KGR}kNXV2CU3=ZFN!n5*bhb=- zeH?p+>Fghm=Knt?KL7t;=c>I0x(o-_-Y%b4_xs6y1_5aUi<2$vYlNImluisf&wMap z8vES5?Moj!KH4s@?KXoz+uO1TEivm@C#$DHnmW_H9)6yB^+FpvgTS(fjvs1LOW*vy zx-}u`kIbA(gRk#cZ1`m=3pVtZU*);6R44QR&%CE~CG*1W>dD9@=#=Avhetjl6le#rmui5gqO=92wH=!!0d%}U4?DuQ`J3pvYkSKUy^B~=z#U|ii8BayR zd;cdD6F#VO*&mrcJ5k~B!P8N^3DY*4@_QZqvBZ}D*V*Qfk8WWTy;h!!n$KDgZz?QZ zzv#jh^QVr>cWpCccGw@zV8h>F^ReO0JE!B#Elj7H!xKBi9d$KCxH8_pN%-=kaE@Ie z)6t+BM){_{O;;b^Ei+VQ3tYPFcKu7AB=ZYAQf6`jPV3SSHn;KeyZmHNTpF{il4I)H zd*2%@{xA4%!_W|7bK$9cgr@Y4T(8J;dX+`@h;v%BJfP&~&(wS5dnDi0hNpHp$*nE0CS z+;;Msk84yGo_%06BX;WFjR7e(1~W5#I!*as%zge$JfES@=7p-RsnJu$&9u zLbM!1r|Mk2doNBgANYLWvxCy6isp?w^>6Qd%_OpUZ+%dGlV{r#5s@;dNADZQ-!;;z4%|K$<)!oYuwravzqlU{1Gq05}BB0)S~M-6%SV@ zUL+mNGO-nS`lq5lUT22mBi#=NJ9qv(IR z&bMGu+i%2w^78|Q3WFP;ede)C{uWNPH(pntkR$J*UsAhAnOp9{_1N>qrV;-e#Y$KG zITE$`W61jfgpaMr)uOPo3S42k&OI>r zu;Au%1;9~WGHyRFJ*hxHSif>Z8ZPyN5xNHo+=s7kocZQ^dT z;Zwo}@yk~hy}A|U!4Y^#Qz*1{$-&PH^gp^iedyp28~^iolzYu>AUQ?bnDgthR>hRUAN)4;qSBJpCkWXt+~)@-rk< z6+K#(Wj67}tF_+t(u*wK=NxW6QmJ;eGClThGYfy*_S*-if8W=&Zu_%?yO;a-E`4+` z;V--0{{;U}hnWu;%wUPMhB;|cYf|&S+T%sf5Iu|DGdf^>lACkV%gsA ze{h7ks_vlGe+5zgl%MSL*b60f_#5oLBpW_sWSC=H{3|=I^JQgvPEKy=Je!|-d#s9I zPJ6M|g{y7xzsBc{&l@)jy;Q#cZQV@qjBCflE#w&Xa;?Ag)JOiKR{f%!Yc~9I&RbW@ zRmiy*9r@XLi!t&;Lug9S|AxEz9?YT_6Lu|``)i|tO~%vN>}#Ivk?VSX(D8e5>d{+v z3z}P)e`U#cywiHr7*h5A>pEV3q54j6^{&Qzh=je19FUscs-q|7gP3a&|YOA+(Tb;^W4L2P<>;o1J2g`mMmrzv#U! zzYYJVqs%jxtgD}(%dhgq@HwNgf{-kKi;swftU=Ku-B;-$+MsHN;nOMRtIBbi@-r-y zeJdtJ9NT8Ipt;q?;L6pR-V6=BYuBEdtbTuG_d3o; z+#4UWpZnLm?~}s9hL`s_I9@4R&Q1UHlihtfyU}fifEI4ka*=CJ6K=9!Yy}xr_4L!x zjd3pw7^fWkd_eQRf^YpY<@3z**Y8n}%>94%a&NDK((C7^`1M4%=6`IB{5iA3=k5)# zMl19E70uTIL-w(rZ??Vo@qp#N2PJg}--~}b)|}Chxzo66;R(MBU(5S)|Ih4R``eni zqr!l#{@#+heP+@(n-4Y?74=DJJ`duJ zpEbTI)s~xa&Ay|;fn%o~$c3L6+WyY0kPBgG_|%}kNu|d;XfYGRuHCzp89toeet+Gb zzt(5-KRZ-R_*}90`N4)?TUGTo{jGd-U1OI=X}KqvWWsQGnf<%gBe8=oH( zeA4)lk>h5OndSZkB9i=z6pmi{^vX1}HZ`&B$)!)Pwq87SQjlTByg3KHJaI`)&gL%u z+-=TrGn#wXFHok7yy`CHCimg5^xDb?zjyK_>`$<{aN#*e52sp;BckH|PPxUt_p{I3-nF_{ z;#prUS`>eIC2*N1GGQdrK!DyeXb?mB}UC!SM+5udNxHvp+Gcoh$q2&*js7+dPWJ zzBw+sw@a5_tLbl3~;GmF!K9M+q`Yws;Sl&N;Y`!H3>`VFTY#oc!GH?li9r!@5HNCx@9pd z7t4M48?&}j;nnl3qs+I?n}+T;yMNyFz0HYz{~8?{FR>;(@(=lz5tQn1GrAYSLVMs(_FSuBI0`ZH&8|6;?;9nxwttwkKuaNsxR4FYY(WHb$#Owz1pK(`0lzJ zJE)v{($Bu~OzkQa!xK+l>J&1*IK9w|&5v=#r}A*G_kZ1&PD=HT{2_V4>Qqj>+TtHf zinTB9pZIuSU!Br<=G^~ock2?TTm0ZRy03p^-E+|&Rhga_4Hw$m1kCv3_H?2v^HLju zT@E+8K@EjH>#piwuxU|za`3_Lov;3M+VCfF$?4hfg}o}B5SR4*^VCpKyEf>m{fD0( z%q!|A?24Pk$uD%fKFr73<>KF_SgTfrkb>#|ZCZY^Z>d)nm|HGq_>3{0Kb51BA?42f zp9$ynWd!9ihv`wE1O1V1)hbN^&h@PzT^T~{r+6Th}@EE1_$z%3|KV>MBiUn%tx1FOCa zf5x7V`vf$!zB>B#lD6|lYdJ7!RPWvRHxP+ z&@zZS*H%7VKi%~a(}w*$PnWYtu)bOR&$ZO`M+WK;S-}DK7 zJ43i)D-75amV6C}`K8a2V>`v?GyjzQha8_2N`Ey3xp4I~eOGfzU*xSmEA=0z>(uo; z3Rds$tX#MDti<(T(I?vOUqiOO_br=uvW@+<4u8qdP9-@89{#djcMU}OGwPHWEIuoQ z)-5`3|HAq25f_QT(!vr!X2E-D1%}^~y}JK&f018)WGBO8ooM~DTkM0koJ@Gco%W4! zf+2s*=c!wti$`31Cw}RJ!Y%y@xhI|MAva8uC-DszP;~Y@?@2tax^}ZTEA2uGSpYWh@?SF-wvfYZ+d$;~S(8lic zzw!A&g}((hZuP^N{uUqi?C+o_jl}$bs4x*9ArB`yCvo60;w{FpP zA?Y`j1_^Q&SA%U+KDsUaP+z#nwk7bdi=+?3$!Gzcmo9OOUh-t*s-*TfYP5H-*Vu+; z%N6`&=agIVX=>x%Kg`enofG6YTEBix4fj0u!ihimlG66CZ8G`F-%{uvEXVPForoy^ zmidl#6$-1?=e+fo`Be9Q9((N*#^1H|=kyEY>a?7S6!R4Yt;rjpfZV!prP@xw!p zADnvHoy@Q(Ms+E7i`*o(hL?2^}_r=Mf^@UwHz44ZpP{nPV2 zy$>_1^_M#YxKHiUJEV9w!)1MUT+035_wD{4pU(g`O}@V5=bUq@ObPerpICFQG`v2^ z`2h3oKh68T#3wx6@cBW<6Zs|28arzRbTg+v)j8|GWD&C$i%{S+m4uVb-&SlA=8t)$ zT`l+H@1Y4F4qUMl;0x1AaLJPPaDDP?${9c3B~A-J++2IRd>)ghoXhnNwoT{QqU2Xb ztxqoB9BKIW{)@^7l@pTXzATNK6=)eE%H6`1biV#zLa^K!rXBUKzs+54d%v;nwZChM z{FUgnZNB@rvG9Moy1sYnoX-cYJD(KhUo(C4yLD?Mo@<{@Tl$nyJblY!#_E#DW6ei+ z_M9kBa~R literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/dry_ice.png.mcmeta b/kubejs/assets/tfg/textures/item/dry_ice.png.mcmeta new file mode 100644 index 000000000..24f9c2fae --- /dev/null +++ b/kubejs/assets/tfg/textures/item/dry_ice.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/kubejs/assets/tfg/textures/item/foil_pack.png b/kubejs/assets/tfg/textures/item/foil_pack.png new file mode 100644 index 0000000000000000000000000000000000000000..6c275d4545ad5b2e8ed2526da84ac9e887cc8a02 GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6;PZ!4!i{7P^6(=1s5NX?A@{L1()v|S$nOz>fD$w9*GFHg4U}%2KvsEKTc3qe7 zk;FxZ3RpI!P0rMudw1sFQ0tff_x|5IeU$*y|BK-@6?@|rH*d>rPuY4mPyLzB=>Wrn z0vERFI;>dLwMgT|F2086pE(zl?Y_IdK|$$dY_@Np$es7)zxJ^os6PL(BIIUFepL3B zYcC()e%tna-r2OnNgHRJdk}l?H>bdY*H&w`t_jorD)>Rpe%9XaHgf%*3vY@s^cb!z zx^iA&XN=xwhGd>&Gfe(Q#JYUAw|Hxqyzm^q-9?jaQR; zTLmsf=FSRfI>puagzHwmp=QbY&AT}{G>riW@^qQ*Gpqy1+z0Qo!jY;Ciepcf>`;ugOxK?e`y5MW| zY_rDZ`%4@yg|4pNvfDQAS8d;^RI$P{pG!8)J#cGkh5GTBxH-%hGJlpt*)=FgU_#T*S=@_*LU`LC9kQg!V+W}_c=8j{4g!*u6D&gR_VL5wG7I3irCt+ yKC?+bFpJ@Ujo&h+C-Q-eQ#9ZG)qgWTfj56zO0iL7usH(*1B0ilpUXO@geCwTCW?3f literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_banana.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_banana.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca12b7cb990cc7f0c2561556c4510cb12695d73 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6oPZ!4!i{7P^7v>*w5NY3^tu`&8dR3CIhe8TxUkginWPt`xlYIhLqvA|ei!Uj< zT;c7j59u?uKA6<@I^cwp`n26srlxs+3%X&V5w|Y;9%I~wz%>A@0LW4120RM1Rj6<5#D^JH1@ad(j(t%zx}oi6k%Mj zHO+25_wqGnnyNuw)s>rXF4&r8A#>?vNtf*p&9$Wm1r&Ikx82tLTNi)F^u*)vFWL;R zW*qu#?Kw$AXzH|tC4HI<&p%6U=uO!gHC1{`l&;pVt8B+Ty(X#bSl4|`N^|KB?+p<; zo8s1&Prmu0XlKoP?a;WU%sVMY8>`zbo_>7Uo3*vd_|VOqvi&T=H66ixg;|@uH3Pj2 zC3sxs9r8=Gnw$2u>TXh9&Ax!uR|{m?%Xa6!-`LmSyR2n-^ye^)8Z@;y}g#GFa3=9mOu6{1- HoD!MS)A!koe|w+TJrA3D;`5yMFWPtSyqmX_zfeYe z?$HdBRU+(;4FxQ&%@%!(pWGHV26d@;GFZs zd2QCg1cfe z*jg67H%GvAVgbwSv&ZC@bP0l+XkK6BEej literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_blueberry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_blueberry.png new file mode 100644 index 0000000000000000000000000000000000000000..911bd0a4b1ab5d4557222eca4520a2669aa45ff0 GIT binary patch literal 452 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s75PZ!4!i{7P^H)b6Q5NX>l{flE~um%gu(WAZsb6!1r_T-Vm7hai52iXO-UvNM1 z>dCaTx|97EOg_!}w9RMH(M2yy@{^M@7XF`7Q2g)n-{*HaY|j7epLgc)+p^u(9g9}H z&^h+FaOI6cnHEJ2DVIQ&3FfnXYwoM}B{OW&VHTKt@=18}ozmFfdP|RduPxgx>p6*G z!PYdp`P|F3W=|2)T>7_SZ`|UoX(mz^-6A%x+P08yI$|gSUWMOtDPlL z;@RK2|LZni{9488pcyKAkVlWB={?7C+x+$CuViiAEqX3(^Kn6+k59KeFS>R6U69w5 zAf9&Tz$F`^XZS6zTzqlE41HbSy>Z72Wvu4*Ej1QVWnMbv?DI-FhTCt&8p2kmzHbaV z74x;4`TXY=#fY_G-`rn)ty1w!`Y7IgbUw$MSzT#ui&p4s&O30R;6=tf1_lNOPgg&e IbxsLQ04|WsE&u=k literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_bunchberry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_bunchberry.png new file mode 100644 index 0000000000000000000000000000000000000000..562dee3bbd56a346ec80570d4d69a7e0de190b1c GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7TPZ!4!i{7P^*XA)finQ*(`9-koN>`o}(?TY9r>4UbO*FZh7cAp%IPgHrt6-1g zwOP=eUd;a-ow~A-i zxg-mjXTrx%7X<-nhkE(+ngoC>1k2r?FBb;lH%soZrmo8%#$dwXser-<~pG> z&p+?E{Wh+oY|}NS1ygp(9^}olk^7zgd-BtNUwgfl7HvHAvZTtkN&DV>o!^tc-d#FH zW9f_UzZZEt+-@+_=Tp?$XNG4V3t!Ees=$%4HEQ0uz$rXag6!f&Tp4n9zEw%N0L zX_jBn=Ut>B)R(X|>Zkn5%P%LS&O9EkBUZ2UAzN#fW!Iv843BsZy0dWZQeC&zAfWyYOv^I+!3S4kYqRie^x-%yyxems1`VM9e?vFPWUx#!x6zY$L~cIN*-yibtoPuRpl7 zl5c%}N@Q5}6^VmdXNwuuUDtlVb~0~!w%LpCzfU}$sr~N+_a>dgpKW>!HI^QUZ91D4 z+;{x(>~mp1zei@@l{v_lw=p6_NyKK~nvAVc=Grl9!@euucx0mQ@%d0`xYxq1X+|?U zv|4W;D%z=IJ-6?0O+8oU_S+tsl00mE=Yp>AY`La4|NU=sbqUov4;IA6?QI@9N0c0fzwi}zcv9VtBXut4Fo z5ra$1(WHe<)i<|X%UJvO`0cl1f{7+l7vGkxHvSQ=6lBQaae2z!yyFQ50p`4?ew=^F z&G7B&r!Tvkw{E-iB9BG=_piVbtGNvJ9@k!ft!*ybeYW`5qwdf4me-;V8MwGyh*~|H z<@D1{FTVc{pF8*5b7O{MGky!+d9dvA%jcUHfB5lQeQVU)tk%yz|CF(W>$p4iJ=&eU z*6^5t3}5KXL-~njvqgK|4kz#XU$HoDy)X;oT)*R&ExWoJ4UawVUc}Mxw~pUo_0><$ z4@f-j`?b|k#PyV5j+yj-<*!w?n{+<^Sbg=CH%pywsKz`)?? L>gTe~DWM4f!kW-; literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_cloudberry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_cloudberry.png new file mode 100644 index 0000000000000000000000000000000000000000..187085684fe6e289fed11151cc318fcb87a63b41 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6oPZ!4!i{7P^*XJJ!5NX|iJ>mJU5MN;-4mMLEA(<=-5w^zI0uG*&M|d85DBh|O zBfG9^KSP>9e@Z29SBtJ@$*a9vv{SsxLhA1p?=OD8+T-$+|0`1T)?Lqj=PJMwnQkb- z!*#Upu>z0dH3bf)hAm;MAO5yWlwc~bkz+iPVe;#$LTT*vd)}HKYv=#1^A~Yt$XGk` z{PROQr~7(!PPtUK=Vs1@sLSuaXKsx;D*0#1wOt7u0&R-7-%iWhuAL{9^3i*?b`Y{z4X>!lZ?l$VN_bBcAl z-g;S5G`Cl8IyZyY%HM)#9vpkTv3A)xPX6=yQ%*miGEYE12nE(nt6BWnhCl$SFd|p``-5b_gL3?&;PjdrxosuS!c)M7*Ha1 z_~C|-Hx_({1Vnh76c|pt{%W=Fy>Oc%!|}(04n4;o$MY6lFMYdtiqQS2OQv{ezI}E!t@+xlg9#41@9KSjuzbrkRp$l+o|}2wzf{>4US7~4-yg?l zu_S$--967qOG+-><#22N!gJtd2~&=8LpO8EteZ6ZE*pO|cb%5% zp&96P@%?w#iHH0Wt>!-48g({FZuj|+)uA%S7hcVZv~mtK3h=sFGw(U$hTCr$GEAht z$!RP-6T08*gN?sL)7Prp`XzqLokd*5>UYNc>pal6G9yi+>lf3Zf`h7dna55tFfcH9 My85}Sb4q9e0BnxS_y7O^ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_elderberry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_elderberry.png new file mode 100644 index 0000000000000000000000000000000000000000..d8db379db1abe1e1cdb1589c5409c047e722b75e GIT binary patch literal 459 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7jPZ!4!i{7P^7p{BcAkwx!^PO@@$k`a?g9>Je&P|6O2CQ*NFu!Ta!IL$4x8j0| zwv8Gwvg^9k8CoSxc~?nyHLSZa*K>F48{c>Nw=CcOJYRn9OvfUPA02UbPXDc2UvnX9 z`rM-_Mk`g>9UBT*QkmD9I$X@!8sH^(+>qh-y8XwaPFL70yZ-uW`iJ#vwwgLOSoB%S@bR=ef4s1u=l`}# z3^DqW_VqQ&zL%pGF4wh))t6+5{Pz53`GlP9x1Y1k^=scg_1nqouk|mPsPZ_k+3KNr z)Vb+vRV)u%vsdc!+i%$#43`P5KXZUL&usS3h_oiET(8)`jg6M ztGzW1j~Phyy39NzeCGM*MK^P*&YYhgmuVu!;^?sb_ScfWMQI5=AOE@rvK;tW!Ls0P z-tXdsoEZomH|6}kG&H}`ZO$Pd1GCUDAE>0iPJe3oSCs53Ay OFnGH9xvX-rE~g6|GPIwf7a})5OfW^ z7y0G)U#E@FD>=L;n0GAVP*@$dx+T#=<~YNfGHV7y37$IB6E*kCzXy38GDz8dcajPx zLsYifPaviDLhlPciH8a9jnpy4g-Ti3&W4UCWeeV}`==K3*cEX{M@&@9c@{%)q_5}SQC!CF)G!Yt(a*Sl{x`fNfH-^$l| zOIbP0l+XkKBgn&E literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_glow_berries.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_glow_berries.png new file mode 100644 index 0000000000000000000000000000000000000000..be3e900148505aef26d9809bc773d85e9b4d9c97 GIT binary patch literal 457 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7zPZ!4!i{7P^b@LAeh_ubWt+QgL>fTk$I5}CGl@$+8^f72nVrrc0nqW}Oa$J7K zO4o;7heAJcJ1Fi*Iho6$bHZu)JKspf=uP2YU+;Ndd48v8=B!Whwllg&+R?;+?c^@4s3=9mO Lu6{1-oD!M6{fQ%I2eRXoG>9Ip!Kjw^8-l_=Sv?LSVHF| z>T+%OWX%)Z#Uzq;#YZzY;P#=gvnel~ZY^BZ0ykilE!s@WqEr}j7#~E_AM>7~o@YI=}sJUPMJ;>{jLCWTv6I3`E zqO#Q{cYe@IogAdJv_xKiy7!iAU#e_polPrbvtPPZPlD-4;hC(hi!Q(H*vwY>=lOJZ zhI{eB@ABsx921d>?Me9hZx+*r`|laeJ)V93nc7^n_uS{xi?#n%{5~Sl{Qh^w+KEA3 zn^`WuG|Aq6TYc_YzIJ8?ua&0--#lnLys&zkv1YkB{}ivKlSTWEKmIJ3^YPr0H$Ja+ zd20rGU3^>SI`2?!qKQ=MRIj6narJkD^rnBb>33WF@P&@+K?lvJpI99k4pi-BTM)K- zXYqn5o813iQQ%-oit(fN|i$6DWzNs^9U$$rF(i5+x%d`%h`{`nRfPsO5 N!PC{xWt~$(695q=CsWxU*A3ufmB5 zcJrU#&HKJ)^VN?PEDoBbwoS5kDs0Nm^Qk@l_->}x(xPpLUY1l@HtE{U=xII~Q?9A% zrTOdcK8>Iqx;|=?_k^vsJahX`W7gKL=apNcbluZ6z1X}or|WYtF>Jf7%h2m~crNqO zDYmbkvpEWIcyEYWd#C@(%My=CM;_{nb=wQ>Fcm$k;~E&h!RH{qYP72%0|Nttr>mdK II;Vst05e6zqW}N^ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_lemon.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_lemon.png new file mode 100644 index 0000000000000000000000000000000000000000..053bac6cb6c3197e9f5edd42ec2e8605780b148d GIT binary patch literal 452 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s75PZ!4!i{7P^_jVm}5NX}d`I}>A?j;tMqsROrHe5b+?$ohE=>ij3@!`35|U7IXa=k_;sNWKGz$F8lq`DL?j|Pur~6rNpr1 zn$Pm!ha#zygOrwTkw0G8b8S}KdiTW_Pn>_Se9JXU=LQ3w$hBc5Rfu> z>-O8CkzBi5KUT~M(-Q5LtT)q~e%hkXdG*({mprcL95houSI%QUP_>tBLD=e>#S5kw zx&OU*;ImC4$F$Q+|4y8BRxMB@^3Ttjf9g!Tm#vw(@WdgdgQu&X J%Q~loCIEq)&XoWF literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_melon_slice.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_melon_slice.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b21068dde4535571ed6fed10f6a40bed14b41f GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7TPZ!4!i{7P^*XJDy5II)A{r0^D;a5!*8xsn2R4k4d$#6A4kUZfu?E?dg`zG@h zt`A=oh_b{nh&)?$Ta1N^Y3?rb)YhDnc3114Tkn5ACwgM49GF!5zPl3?)TszPz>^?Tl$A8Y5|&2txVWyn}N z(?{)4p!y4GpUj|m@$7IqlH|5gRIKupMN$w?u|>|`ESF~_QNwR`U+#k*O~@-6;4mE znw$2v?Dw+G7oQd}I%s~iXp+2BV6o-=q$e(qzfKNXS+e=i$BG*JCQZLd!k$H&?k=68 zvGhgRZYBT3?FLf4o4l4L8OG0xnsPc-=J>*k84*^_fd&CyH*4lSXWVc%k8#D-tZye{UrnyFQ#@O3+ckGY{GhFRY#RLOFlE{1mUHyG8qsKRzz#Q@E&KZK;Cxd1!1di7B84$ zy3(Wou?GJn>4Jv*tkPF&^z`1_lNOPgg&e IbxsLQ0EY;|ApigX literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_orange.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..4ecd0618db34cc00bb6422b0a57ac4b148a0f9b7 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7*PZ!4!i{7P^*XJDy5II)A{igDlSyxRI8z-n*2#H;pacH3d$2`W1oN^5hPRK13 zYh8Uf^dn1%;EB0ASz9A^IV^wY8=1K+W&W%EpXc5$KezV8=Q;mh9E^!se|@%iqJ-Go zqZKxKqSk%Q1}v`420VgF)eM^l+RGF7fIs3d)j=^&h!-cG^Z!816 zW-hMFeo#5jfaUeqTmL-v#`RnD>HaI)`A4`hHu&P10Fke};xPw}mAPI{VPIfj@O1Ta JS?83{1OOIT#&`e# literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_peach.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_peach.png new file mode 100644 index 0000000000000000000000000000000000000000..cce2ccc6e02b99f5d55353c42f4ed3d038a07e45 GIT binary patch literal 458 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6&PZ!4!i{7P^_hvCUinQ*J4DwhdVtv(&yD3S~+Hu2Vld>=~F{gV64k_6++<2*- zlbyQ##*N&k+%DSO?o69II2TRLTP1mI%_IlEt@YpUyuV|uJxS%EeU*Xu^wUpYxeBmk zreAznVsy0cu>z0dEd>syh9x0d4}aSwN-%A>{g%OH`|ZD16$)do-}Bb|SUdk~m9K~^ zL&jQ3zV<^qr~7(!PPtUKCqm~!)aAVGE3anVl>9U0npHA~K%3&}r<2k)YvxHU`B=Q! zkm2@u;Vt(%9$Q>~k;k(5?Q_nC!w(s5I2z6MdoLZLC0ew3qwc>SR)WV3*S%h})y+#Y zPpHRj@sf)fF{Nf!^UpJAEPdy0(ER#q)wi2z^-n%Nomyj8zxB|;gaYd(&3kY9bH2IX zj`ivc>Iz$}dP$^=`){4SrdYSw=f5v!IxTE?Y!R|L)H_|nh|NoL_W92?3}LH98J-s1 zoX5O$ish^8Z1bLTIvdPC|F%D5{q@d8Cm#8$O|}=jVY>7zk89NZzLWa`_S`HMWnf@n N@O1TaS?83{1OO;V$T|Q3 literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_pineapple.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_pineapple.png new file mode 100644 index 0000000000000000000000000000000000000000..7deeeea9e73d7394016c21492781280ee530241e GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6oPZ!4!i{7P^*XJDy5II)A{igDlRb8cujR`Z9BAb%A+7BrhR5P-)`3Unol*|g; zVHGo7)rN6}QPI`h0F_iGtIgHHVY75^F8}qu=K1%z#oC*69^3CS7N36l=_^+OmdbQP z2_CMaeUBA*9PcS`Fg2`+TmSgCU7`e2frSjikphc9R~3q5uix|5{8&5RqOWri2g6#^ z%P&JLQg1Gq;-UHW`0KAyYfb;w%@120I_IE&=34GHhD3=?H*;Q;?S8b(QSSf0M79I} zlwDtkPg2n|(dtdu^528eLax6-R^{~5O?MXD%qjYBu=%LhT#rdC*Gn%(DK8Z<=Y00L z^4iOibym`I&p*#M4wXB|lV>7zGyS99)6ZX=mIm#NdYEFgQ}&?9@!eA@rr&xOQI^E4}bnVc}cRXsWIr(v(GmC4R6c19Ts2Q@Z3Q& zweQ!~#^;rX1lELU|5o05J9m-BrXSr$ANjMC`BoY`PrNSveEETeKgESv7#J8BJYD@< J);T3K0RZ7!$0Ps% literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_plum.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_plum.png new file mode 100644 index 0000000000000000000000000000000000000000..0a264cf88187f2e0da91a2ff28be30a50ef738d3 GIT binary patch literal 460 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7DPZ!4!i{7P^7v^a>inQ&&`Ax9w$}C@x2T27cDi$unF2W*hY8`frnFcr1SlZXT zjS|U|%@eI<444tPd4l$W(8FO9X6nRx%>J@s?oG@8KmQe{xlBv_qnh{j_{R#H--51z zagkqs|8?5*ypqFvf_TRw4u#cWt6LI1WR5euDYIrUl;EioIZ<=JJX=#WQDW209FIvX z3~Nm%pLD6XzQi)f3|V0 z<&IZDUQ>cfcE?U!UJxwN>lV2*sBnfk|9_3?rz_^UFTPk%GHsE ztiF23Ho)uV>N-6Emc|V%-A51EE(u%hI!T4E-fZ^Yt^>WA`e~Y zQN}ZUTE6Sdo+6~V^moPHxW!wSU4MNs$E@4M*F*)&AKV6!k zZ~Bz}^W{B;t#1Cx5wiN449hQb7Br`9jIc3Zas9PUx^#HWAFG6(gWqenT=UR8>fH3Q zWY*T(Z+D*yyZ%~~Vd<669AyQEA6~Gvp2NGgZf?-ZlI@2+R{XJO(zTnz+rGK*?$Rk5 zOJ9`jR`P$i%|NPmlh@Km2J!c8PCYf6_xxgpiOk%k8WI{yWA-Uz?!KkDl5g<8#q7m}d*h1rn-or1 zb=U2W*C>-=PvqFd<|x3hGHE$X~BD{j5}=9@a_9xUH-jn%oqfG2WoSc#Qv;bnz(d0xgF za_2t$@|&d6>Q=5Sk;|XX(05!pf&FCC#vS#r+H-FkF>y|L${2fOs5vX@MGq;@dJ z%=`A+vUQs;J}qK&&@8oYlDv~)vg!Ple@8BVmR=g9x&6?|lp^aU&9L9XS@oOlE}f#W z^hMcjCGW)T26FwEy_O~!+RMdjOh0YW=e+phhLW~L2@9rd`e}2XIbm-cbHM7WZ!816 zW-gv*{=vpyqDiCcP5+gwtsReVJUajUv%TOA)6}y(u3`5Vzui~X^m!^M#uz+Z{an^L HB{Ts5creB@ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_raspberry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..057e14fd53b9c81605e432b325eabd02cd3cabd6 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6oPZ!4!i{7P^74r`{NVLt*o~Dpioo4Fmp&%i{$;sEQsKL|JQr~bOVY-0K{)N*N z3QBiq)iG+YY}eVz=D5K=zpvc?UTc%iWBaO&-M|0-`=HphXwPPe z{^PAl=RXTfQ^*%^6?C|kVZw2Ef<+(Wju<_LB&)gqvL^i8_kP~eDJ_X7UY00%3NdWC zrZe69;ndX0K}t(YW`F-}8g&?>$`|_sS6}^L(_gmx?F${(gASTcKe0M89QatlvfyUUuIdF- zHiiGasKCLL$XT{~?(d1a?&^6?viS40>aRMJ`LaDTm!5ddeKlg=lC|%PJ~A*cFnGH9 KxvX*w5NY3^tu`&8det&cPL^h6#e+H)%K{`=gnCyv`U=YYW>?D! z++h_XTF0ruGF@jUTWix)Kb>+-?X%O~EMHgtz3zSW`&id$sej!0(+c;-a{t65*uS~lN&Q^%?HW5PVkCF!$cy*h)s z4kjpk5-H=l{L*Cg_19vb|NiWZTHE&6V$1DZ?{p0=HZRTS`OhmE-jrE0%sRWQmfcJ9 z^ObyFoAbhL347yi%dfosR_OS~qw#vv>y=mS$z;gNb4?T!t+5i5xuk4G(@Wu80y@ z#}|Gzo?+FqE2d{z&P?^2uzQR4*=cV=%QN?XpZERuJC{I_Kknz#3U}Ytl5bMbu3hZz&5%W?B5EN_}UH-uJ(IC(7`(r#08@_uu24^YMAO+pJ|f)^%T#(p*~MvEgoB z_s5DD%bObKiy5W_ofY(XJneL<>Y>-w?P04!B_CGpt&=$@k{+I``N_uJt23zUWr@}) zkut8;S696#u@d|I@~PAAyT=M;*qR%c8jF}RFP(Dsd8Hh~^UsnEaqH9HHwK-G`MRp{ zdF3GinSS@*6WkUH28u-f`CIp2oymIHrkM*hUQ4T7KTzuLG4VD70|SGntDnm{r-UW| DNmIlr literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_snowberry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_snowberry.png new file mode 100644 index 0000000000000000000000000000000000000000..12678614d2b6e455e8158717cfca8ed0da804452 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s7TPZ!4!i{7P^*XJDy5II&q{fut$-W*R~ahGO^U=4?G+^{0;>+&bnOT z?W-SgIwa}^Dcw*3{!%h3Z8jz?D580vE%Gn>(5`w+Ioj;`Q?{?IhI-U@gMnkuxxtJqA82+ zzwchd%{{|MZRPvlJJxX@I35{TDp$GE?qb%~HP(+0omdyBnfh7sMA>fE1s5}J6fc-! znx0uR1){!7iMX!&O z^4qfa>`!c36Sm@FQ|INkd$>Wvjbg65X7^4BvQdp# z8+Nq9W?hI`;ePvTUMthMmlY;T+_Eh_Tgj^&wKgoZB~Zk6d%~ovrtY!D(Xn2gL0u

c1$XlvTktg>Ja9>}YgR+hsb8OM_!|yCWN=u2ee-t*&D3>O zp$9(OByw!Ky|&h4@x=}kU)_IId;bYH$_7WC37GO&TK@9Bzf619oM&KQVDNPHb6Mw< G&;$S|Daf(_ literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_white_grapes.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_white_grapes.png new file mode 100644 index 0000000000000000000000000000000000000000..382a4b6462fa7aa8b86c59afa29c91f92d5cfa98 GIT binary patch literal 452 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s75PZ!4!i{7P^H+CIz5OF=<^0&oDRE()9DOsIk)6rWuBX36h;5~GzNnWAs&_Bm0 z?cF71EB`QDJeB4!Q}K3$q)GJIoI4u3H*EKsvFG=>+I*!?HqY&=Ht}D7{q>nb*P=z6 zCHUHxCY}E*Fl|AGfUBTG-1_UBhbLI{F?w7Uap-Yd9M4;H|NGtDQzjYk+8Fj3n{TE}-na9S|K!A;gWqenT=UR88r$@< zW?uR3yR*-QO+U@bu=L7fjmZ*RJ9z^Dk-R58=k>;EQL1M82}_QaTuOBeABDfq{X+)78&q Iol`;+0MK*H;Q#;t literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_wintergreen_berry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_wintergreen_berry.png new file mode 100644 index 0000000000000000000000000000000000000000..453481302f5279a9f208bf6dd78e9dc01e6f33d2 GIT binary patch literal 458 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6&PZ!4!i{7P^4YLn9h#apMw-Sjd_TJ3Ga`dS0gk3v#il~dTFN|McvBScmYwjPO z$kM{o&!(N+yI^uNdn-5JHC0yM_9FM3DPq6o>y>~1_x}66-5n;rKl|UEc~oN;FT>(E zp;T;doWA%Q3%)}FDZEVz3?AB3x%RymZc}9V{a4Q6%kRJOyg}DX-)^5GbpQL!yzMT5 zEDhIYolH@h6TQ__b7Ih~)2pv?tu?)yH{EUV#PaAh2f!(6*YTVg!g#!y_wW} zR&S|`rt9*{f{|R-tq%)kOgo+0{qx%ohm|3R3T0k>-L=$M#FBaGl(pwS+c22T=4H5= zb#))}(kYd%rnAj^&gr}%M(=I^l^nCqMJFDePupxSc*8LDERSng{Ps2bYLW{ltYKha OVDNPHb6Mw<&;$V6X2+la literal 0 HcmV?d00001 diff --git a/kubejs/assets/tfg/textures/item/food/meal_bag.png b/kubejs/assets/tfg/textures/item/food/meal_bag.png new file mode 100644 index 0000000000000000000000000000000000000000..52d0615ead4d4a25fccad377ccac98142bcc1e72 GIT binary patch literal 491 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s8to-U3d7QIU+Z}g516ggJ!zp10yTaGJIOQcDm$+;`kOEo1!!2Il!PiEKo7=MeK z1jpXpWFfhoM{J_|^z2xfM+;aMyPe%?7he;~uH8~34 zVEWj1iN}oY4j=h>v0WWL=I4tl$~0GPQD3!1U3bk+C%gIPOZpzqSeN)|T9-Z7=3rs5 z7XCo9ZQ2ZTs_GaMa(?7$Tr6gZk$HQ`xPs}xd+D>swgqQA9y_upGysoLwe z{b8Xf!@X*;ZdQMP5#!lst)@>6Vh9Npjp8^kdGWT+B~z}H%1#NgcwTT$_UacVzFpl{ zvyP^1cFgXbVpMz1&_Pr5)FvAnF$UK_mlFvF9Lr@oj+cLPimH6i_^!mik|NSxDdt;{CEJum{<2`PRBjz~$ zs!KfHxYaDmTk%@dk|{jxhyODNWna5x@!ICR;ju5b>{*s{weG&V?tQr1U&aYbmb{w0 TVOKl@0|SGntDnm{r-UW|K^x5^ literal 0 HcmV?d00001 diff --git a/kubejs/server_scripts/gregtech/recipes.recycling.js b/kubejs/server_scripts/gregtech/recipes.recycling.js index 11aea9140..bb3064ca6 100644 --- a/kubejs/server_scripts/gregtech/recipes.recycling.js +++ b/kubejs/server_scripts/gregtech/recipes.recycling.js @@ -215,4 +215,25 @@ function registerGTCEURecyclingRecipes(event) { .duration(1792) .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) .EUt(GTValues.VA[GTValues.LV]) + + // Clean Foil pack + event.recipes.gtceu.macerator('gtceu:macerator/recycling/clean_foil_pack') + .itemInputs('tfg:clean_foil_pack') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Aluminium, 1), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Polyethylene, 1) + ) + .duration(GTMaterials.Aluminium.getMass() * 1) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('gtceu:arc_furnace/recycling/clean_foil_pack') + .itemInputs('tfg:clean_foil_pack') + .itemOutputs( + ChemicalHelper.get(TagPrefix.nugget, GTMaterials.Aluminium, 2), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 1) + ) + .duration(GTMaterials.Aluminium.getMass() * 1) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 112706c76..a46993c62 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -82,6 +82,10 @@ const registerTFCItemTags = (event) => { // Make eggs not useless event.add('tfc:foods/usable_in_salad', 'tfc:food/cooked_egg') event.add('tfc:foods/usable_in_salad', 'tfc:food/boiled_egg') + event.add('tfc:foods/usable_in_jam_sandwich', 'tfc:food/cooked_egg') + event.add('tfc:foods/usable_in_jam_sandwich', 'tfc:food/boiled_egg') + event.add('tfc:foods/usable_in_sandwich', 'tfc:food/cooked_egg') + event.add('tfc:foods/usable_in_sandwich', 'tfc:food/boiled_egg') // Чтобы жарились бревна из TFC в пиролиз. печке // Почему нельзя просто добавить тег в тег? (допустим minecraft:logs), потому что из-за этого ломаются все рецепты minecraft:logs, магия... diff --git a/kubejs/server_scripts/tfg/data.js b/kubejs/server_scripts/tfg/data.js index 6a42f8f1e..ebac871f4 100644 --- a/kubejs/server_scripts/tfg/data.js +++ b/kubejs/server_scripts/tfg/data.js @@ -102,4 +102,24 @@ const registerTFGFoodData = (event) => { food.protein(2.4) food.decayModifier(2.25) }) + + global.FOOD_FRUIT.forEach(fruit => { + event.foodItem(`tfg:food/freeze_dried/${fruit.name}`, food => { + food.hunger(4) + food.saturation(fruit.saturation) + food.water(0) + food.fruit(fruit.fruit) + food.decayModifier(fruit.decay) + }) + }) + + event.foodItem('tfg:food/calorie_paste', food => { + food.hunger(6) + food.saturation(4) + food.decayModifier(4.5) + }) + + event.foodItem('tfg:food/meal_bag', food => { + food.type('dynamic') + }) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index b928b0944..7491e9b25 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -116,6 +116,7 @@ function registerTFGFoodRecipes(event) { // Raw crop to grain processorRecipe(`${grain}_grain`, 100, 8, { + circuit: 30, itemInputs: [`tfc:food/${grain}`], itemOutputs: [`tfc:food/${grain}_grain`], itemOutputProvider: TFC.isp.of(`tfc:food/${grain}_grain`).copyOldestFood() @@ -123,6 +124,7 @@ function registerTFGFoodRecipes(event) { // Grain to flour processorRecipe(`${grain}_flour`, 100, 8, { + circuit: 31, itemInputs: [`tfc:food/${grain}_grain`], itemOutputs: [`2x tfc:food/${grain}_flour`], itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_flour`).copyOldestFood() @@ -171,9 +173,10 @@ function registerTFGFoodRecipes(event) { }) //Note: Jam needs to be first in the recipe code or else it will consider it as the usable_in_jam_sandwhich ingredients. - processorRecipe(`${grain}_${type[0]}_jam_sandwich`, 100, 16, { + //1 Jam + processorRecipe(`${grain}_${type[0]}_jam_sandwich_1`, 100, 16, { circuit: 4, - itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich'], + itemInputs: [`2x ${type[1]}`, '#tfc:foods/preserves', '2x #tfc:foods/usable_in_jam_sandwich_2'], itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, 'tfc:empty_jar'], itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ @@ -181,6 +184,30 @@ function registerTFGFoodRecipes(event) { (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), ]), }) + + //2 Jam + processorRecipe(`${grain}_${type[0]}_jam_sandwich_2`, 100, 16, { + circuit: 4, + itemInputs: [`2x ${type[1]}`, '2x #tfc:foods/preserves', '1x #tfc:foods/usable_in_jam_sandwich_2'], + itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, '2x tfc:empty_jar'], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( + (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ + (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), + (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), + ]), + }) + + //3 Jam + processorRecipe(`${grain}_${type[0]}_jam_sandwich_3`, 100, 16, { + circuit: 4, + itemInputs: [`2x ${type[1]}`, '3x #tfc:foods/preserves'], + itemOutputs: [`2x tfc:food/${grain}_bread_jam_sandwich`, '3x tfc:empty_jar'], + itemOutputProvider: TFC.isp.of(`2x tfc:food/${grain}_bread_jam_sandwich`).meal( + (food => food.hunger(4).water(0.5).saturation(1).decayModifier(4.5)), [ + (portion) => portion.ingredient(Ingredient.of('#tfc:sandwich_bread')).nutrientModifier(0.5).saturationModifier(0.5).waterModifier(0.5), + (portion) => portion.nutrientModifier(0.8).saturationModifier(0.8).waterModifier(0.8), + ]), + }) }) @@ -344,6 +371,73 @@ function registerTFGFoodRecipes(event) { }) }) + global.FOOD_FRUIT.forEach(fruit => { + processorRecipeText(`${fruit.name}/drying`, 100, 120, "tfg.food_recipe.freeze_drying", { + circuit: 7, + itemInputs: [fruit.id, 'tfg:foil_pack', 'tfg:dry_ice'], + itemOutputs: [`tfg:food/freeze_dried/${fruit.name}`], + itemOutputProvider: TFC.isp.of(`tfg:food/freeze_dried/${fruit.name}`).copyOldestFood().removeTrait('firmalife:dried').addTrait('tfg:freeze_dried') + }) + }) + + //#endregion + + //#region Meal Bags + //1 Input + processorRecipeText('meal_bag/1', 100, 120, "tfg.food_recipe.freeze_drying", { + circuit: 10, + itemInputs: ['1x #tfg:foods/usable_in_meal_bag', '2x tfg:foil_pack', 'tfg:dry_ice'], + itemOutputs: ['2x tfg:food/meal_bag'], + itemOutputProvider: TFC.isp.of('2x tfg:food/meal_bag').meal( + (food => food.hunger(4).saturation(1.5).decayModifier(4.5)), [ + (portion) => portion.nutrientModifier(1).saturationModifier(0.8).waterModifier(0.8), + ]).addTrait('tfg:freeze_dried') + }) + + //2 Input + processorRecipeText('meal_bag/2', 100, 120, "tfg.food_recipe.freeze_drying", { + circuit: 11, + itemInputs: ['2x #tfg:foods/usable_in_meal_bag', '2x tfg:foil_pack', 'tfg:dry_ice'], + itemOutputs: ['2x tfg:food/meal_bag'], + itemOutputProvider: TFC.isp.of('2x tfg:food/meal_bag').meal( + (food => food.hunger(4).saturation(1.5).decayModifier(4.5)), [ + (portion) => portion.nutrientModifier(1).saturationModifier(0.8).waterModifier(0.8), + ]).addTrait('tfg:freeze_dried') + }) + + //3 Input + processorRecipeText('meal_bag/3', 100, 120, "tfg.food_recipe.freeze_drying", { + circuit: 12, + itemInputs: ['3x #tfg:foods/usable_in_meal_bag', '2x tfg:foil_pack', 'tfg:dry_ice'], + itemOutputs: ['2x tfg:food/meal_bag'], + itemOutputProvider: TFC.isp.of('2x tfg:food/meal_bag').meal( + (food => food.hunger(4).saturation(1.5).decayModifier(4.5)), [ + (portion) => portion.nutrientModifier(1).saturationModifier(0.8).waterModifier(0.8), + ]).addTrait('tfg:freeze_dried') + }) + + //4 Input + processorRecipeText('meal_bag/4', 100, 120, "tfg.food_recipe.freeze_drying", { + circuit: 13, + itemInputs: ['4x #tfg:foods/usable_in_meal_bag', '2x tfg:foil_pack', 'tfg:dry_ice'], + itemOutputs: ['2x tfg:food/meal_bag'], + itemOutputProvider: TFC.isp.of('2x tfg:food/meal_bag').meal( + (food => food.hunger(4).saturation(1.5).decayModifier(4.5)), [ + (portion) => portion.nutrientModifier(1).saturationModifier(0.8).waterModifier(0.8), + ]).addTrait('tfg:freeze_dried') + }) + + //5 Input + processorRecipeText('meal_bag/5', 100, 120, "tfg.food_recipe.freeze_drying", { + circuit: 14, + itemInputs: ['5x #tfg:foods/usable_in_meal_bag', '2x tfg:foil_pack', 'tfg:dry_ice'], + itemOutputs: ['2x tfg:food/meal_bag'], + itemOutputProvider: TFC.isp.of('2x tfg:food/meal_bag').meal( + (food => food.hunger(4).saturation(1.5).decayModifier(4.5)), [ + (portion) => portion.nutrientModifier(1).saturationModifier(0.8).waterModifier(0.8), + ]).addTrait('tfg:freeze_dried') + }) + //#endregion //#region ================= Misc ================= @@ -414,6 +508,14 @@ function registerTFGFoodRecipes(event) { itemOutputs: ['firmalife:food/soybean_paste'], itemOutputProvider: TFC.isp.of('firmalife:food/soybean_paste').copyOldestFood(), }) + + processorRecipeText('calorie_paste', 100, 512, "tfg.food_recipe.freeze_drying", { + circuit: 8, + itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack'], + itemOutputs: ['tfg:food/calorie_paste'], + fluidInputs: [Fluid.of('gtceu:fermented_biomass', 40)], + itemOutputProvider: TFC.isp.of('tfg:food/calorie_paste').copyOldestFood().addTrait('tfg:freeze_dried'), + }) // Vinegar global.TFC_ALCOHOL.forEach(alcohol => { diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index a56d31f7c..d0253d333 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -424,4 +424,69 @@ function registerTFGMiscellaneousRecipes(event) { .duration(40) .circuit(4) .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.forming_press('tfg:forming_press/foil_pack') + .itemInputs(ChemicalHelper.get(TagPrefix.foil, GTMaterials.Aluminium, 1), ChemicalHelper.get(TagPrefix.foil, GTMaterials.Polyethylene, 1)) + .itemOutputs('1x tfg:foil_pack') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.compressor('tfg:compressor/dry_ice') + .inputFluids(Fluid.of('gtceu:carbon_dioxide', 1000)) + .itemOutputs('10x tfg:dry_ice') + .duration(100) + .circuit(4) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/decompress_dry_ice') + .outputFluids(Fluid.of('gtceu:carbon_dioxide', 100)) + .itemInputs('1x tfg:dry_ice') + .duration(20) + .circuit(4) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.ore_washer('tfg:ore_washer/clean_foil_pack') + .itemInputs('1x tfg:used_foil_pack') + .inputFluids(Fluid.of('minecraft:water', 100)) + .itemOutputs('1x tfg:clean_foil_pack') + .duration(200) + .circuit(1) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.ore_washer('tfg:ore_washer/distilled/clean_foil_pack') + .itemInputs('1x tfg:used_foil_pack') + .inputFluids(Fluid.of('gtceu:distilled_water', 10)) + .itemOutputs('1x tfg:clean_foil_pack') + .duration(200) + .circuit(2) + .EUt(GTValues.VA[GTValues.ULV]) + + event.custom({ + type: "ae2:transform", + circumstance: { + type: "fluid", + tag: "tfc:water" + }, + ingredients: [ + {item: 'tfg:used_foil_pack'}], + result: {item: 'tfg:clean_foil_pack'} + }).id('tfg:ae_transform/clean_foil_pack') + + event.recipes.greate.splashing(['tfg:clean_foil_pack'], 'tfg:used_foil_pack') + .id('tfg:splashing/clean_foil_pack') + + event.shapeless('1x tfg:used_foil_pack', [ + 'tfg:food/calorie_paste' + ]).id('tfg:shapeless/emptying/calorie_paste') + + event.shapeless('1x tfg:used_foil_pack', [ + 'tfg:food/meal_bag' + ]).id('tfg:shapeless/emptying/meal_bag') + + global.FOOD_FRUIT.forEach(fruit => { + event.shapeless('1x tfg:used_foil_pack', [ + `tfg:food/freeze_dried/${fruit.name}` + ]).id(`tfg:shapeless/emptying/freeze_dried/${fruit.name}`) + }) } diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index a65ac51dd..020464b04 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -141,7 +141,7 @@ const registerTFGItemTags = (event) => { event.add('forge:double_iron_ingots', '#forge:double_ingots/iron') event.add('forge:double_iron_ingots', '#forge:double_ingots/wrought_iron') - // Food + //#region Food const RAW_MEATS = [ 'tfg:food/raw_birt', 'tfg:food/raw_crawlermari', @@ -164,6 +164,26 @@ const registerTFGItemTags = (event) => { event.add('tfc:foods/cooked_meats', meat) }) + //jam sandwhich stuff + const usable_in_jam_sandwich = Ingredient.of('#tfc:foods/usable_in_jam_sandwich').itemIds.toArray().map(String); + const preserves = Ingredient.of('#tfc:foods/preserves').itemIds.toArray().map(String); + + const usable_in_jam_sandwich_2 = usable_in_jam_sandwich.filter(item => !preserves.includes(item)); + + usable_in_jam_sandwich_2.forEach(item => { + event.add('tfc:foods/usable_in_jam_sandwich_2', item); + }); + + //meal bags + event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/meats'); + event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/grains'); + event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/vegetables'); + event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/fruits'); + event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/dairy'); + event.add('tfg:foods/usable_in_meal_bag', 'tfc:food/cooked_egg'); + event.add('tfg:foods/usable_in_meal_bag', 'tfc:food/boiled_egg'); + //#endregion + // #region 0.7.19 -> 0.9 conversion event.add('c:hidden_from_recipe_viewers', 'treetap:tap') event.add('c:hidden_from_recipe_viewers', 'tfcea:refrigerator') diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 38f06e40c..1d7c77af7 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -87,6 +87,9 @@ GTCEuStartupEvents.registry('gtceu:dimension_marker', event => { registerTFGDimensionMarkers(event) }) +TFCEvents.registerFoodTrait(event => { + registerTFGFoodTraits(event) +}) Platform.mods.kaolinclayze.name = "Primitive Creatures"; Platform.mods.tfg.name = "TerraFirmaGreg"; diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 8bed935af..05e2bf04d 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -68,4 +68,36 @@ global.MARS_BIOMES = [ 'tfg:mars/martian_mountains' ] -global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; \ No newline at end of file +global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; + +global.FOOD_FRUIT = [ + {name: 'red_grapes', id: 'firmalife:food/red_grapes', saturation: 0.4, water: 2, fruit: 0.5, decay: 2.25}, + {name: 'white_grapes', id: 'firmalife:food/white_grapes', saturation: 0.4, water: 2, fruit: 0.5, decay: 2.25}, + {name: 'glow_berries', id: 'minecraft:glow_berries', saturation: 0, water: 5, fruit: 0.5, decay: 2.25}, + {name: 'chorus_fruit', id: 'minecraft:chorus_fruit', saturation: 0, water: 5, fruit: 2, decay: 1.2}, + {name: 'popped_chorus_fruit', id: 'minecraft:popped_chorus_fruit', saturation: 1, water: 0, fruit: 3, decay: 0.8}, + {name: 'blackberry', id: 'tfc:food/blackberry', saturation: 0.2, water: 5, fruit: 0.8, decay: 4.5}, + {name: 'blueberry', id: 'tfc:food/blueberry', saturation: 0.2, water: 5, fruit: 0.8, decay: 4.5}, + {name: 'bunchberry', id: 'tfc:food/bunchberry', saturation: 0.4, water: 5, fruit: 0.8, decay: 4.5}, + {name: 'cloudberry', id: 'tfc:food/cloudberry', saturation: 0.4, water: 5, fruit: 0.8, decay: 4.5}, + {name: 'cranberry', id: 'tfc:food/cranberry', saturation: 0.2, water: 5, fruit: 1, decay: 2.25}, + {name: 'elderberry', id: 'tfc:food/elderberry', saturation: 0.2, water: 5, fruit: 1, decay: 4.5}, + {name: 'gooseberry', id: 'tfc:food/gooseberry', saturation: 0.4, water: 5, fruit: 0.8, decay: 4.5}, + {name: 'raspberry', id: 'tfc:food/raspberry', saturation: 0.4, water: 5, fruit: 0.8, decay: 4.5}, + {name: 'snowberry', id: 'tfc:food/snowberry', saturation: 0.2, water: 5, fruit: 1, decay: 4.5}, + {name: 'strawberry', id: 'tfc:food/strawberry', saturation: 0.4, water: 10, fruit: 0.5, decay: 4.5}, + {name: 'wintergreen_berry', id: 'tfc:food/wintergreen_berry', saturation: 0.2, water: 5, fruit: 1, decay: 2.1}, + {name: 'banana', id: 'tfc:food/banana', saturation: 0.2, water: 0, fruit: 1, decay: 2.25}, + {name: 'cherry', id: 'tfc:food/cherry', saturation: 0.2, water: 5, fruit: 1, decay: 3.5}, + {name: 'green_apple', id: 'tfc:food/green_apple', saturation: 0.4, water: 0, fruit: 1, decay: 2.5}, + {name: 'lemon', id: 'tfc:food/lemon', saturation: 0.2, water: 5, fruit: 0.08, decay: 2.25}, + {name: 'olive', id: 'tfc:food/olive', saturation: 0.2, water: 0, fruit: 1, decay: 2.25}, + {name: 'orange', id: 'tfc:food/orange', saturation: 0.4, water: 10, fruit: 0.5, decay: 2.25}, + {name: 'peach', id: 'tfc:food/peach', saturation: 0.4, water: 10, fruit: 0.5, decay: 2.5}, + {name: 'plum', id: 'tfc:food/plum', saturation: 0.4, water: 5, fruit: 0.8, decay: 2.25}, + {name: 'red_apple', id: 'tfc:food/red_apple', saturation: 0.4, water: 0, fruit: 1, decay: 2.25}, + {name: 'pumpkin_chunks', id: 'tfc:food/pumpkin_chunks', saturation: 1, water: 5, fruit: 0.8, decay: 2.25}, + {name: 'melon_slice', id: 'tfc:food/melon_slice', saturation: 0.2, water: 5, fruit: 0.8, decay: 2.25}, + {name: 'fig', id: 'firmalife:food/fig', saturation: 1, water: 5, fruit: 0.9, decay: 1}, + {name: 'pineapple', id: 'firmalife:food/pineapple', saturation: 1, water: 1, fruit: 0.8, decay: 4.5} +]; \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/events.food_traits.js b/kubejs/startup_scripts/tfg/events.food_traits.js new file mode 100644 index 000000000..3a0f8432d --- /dev/null +++ b/kubejs/startup_scripts/tfg/events.food_traits.js @@ -0,0 +1,5 @@ +function registerTFGFoodTraits(event) { + + event.registerTraitWithTooltip(0.02, 'tfg:freeze_dried') + +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.food.js b/kubejs/startup_scripts/tfg/items.food.js index d573c1982..1078c4322 100644 --- a/kubejs/startup_scripts/tfg/items.food.js +++ b/kubejs/startup_scripts/tfg/items.food.js @@ -4,7 +4,7 @@ function registerTFGFoodItems(event) { event.create('tfg:food/raw_birt') .translationKey('item.tfg.food.raw_birt') - .food(food => food.hunger(2).saturation(2) + .food(food => food.hunger(2).saturation(1) .effect('species:birtd', 50, 0, 1) .eaten(ctx => { ctx.player.level.runCommandSilent(`playsound species:effect.birtd.applied player ${ctx.player.username} ${ctx.player.x} ${ctx.player.y} ${ctx.player.z} 1 1`) @@ -12,21 +12,54 @@ function registerTFGFoodItems(event) { event.create('tfg:food/cooked_birt') .translationKey('item.tfg.food.cooked_birt') - .food(food => food.hunger(6).saturation(6)) + .food(food => food.hunger(4).saturation(2)) event.create('tfg:food/raw_limpet') .translationKey('item.tfg.food.raw_limpet') - .food(food => food.hunger(2).saturation(2)) + .food(food => food.hunger(2).saturation(1)) event.create('tfg:food/cooked_limpet') .translationKey('item.tfg.food.cooked_limpet') - .food(food => food.hunger(6).saturation(6)) + .food(food => food.hunger(4).saturation(2)) event.create('tfg:food/raw_crawlermari') .translationKey('item.tfg.food.raw_crawlermari') - .food(food => food.hunger(2).saturation(2)) + .food(food => food.hunger(2).saturation(1)) event.create('tfg:food/cooked_crawlermari') .translationKey('item.tfg.food.cooked_crawlermari') - .food(food => food.hunger(6).saturation(6)) + .food(food => food.hunger(4).saturation(2)) + + global.FOOD_FRUIT.forEach(fruit => { + event.create(`tfg:food/freeze_dried/${fruit.name}`) + .translationKey(`item.tfg.food.freeze_dried/${fruit.name}`) + .texture(`tfg:item/food/freeze_dried_${fruit.name}`) + .food(food => food.hunger(4).saturation(1) + .eaten(ctx => { + ctx.player.give('tfg:used_foil_pack') + })) + }) + + event.create('tfg:food/calorie_paste') + .translationKey('item.tfg.food.calorie_paste') + .food(food => food.hunger(8).saturation(5) + .eaten(ctx => { + ctx.player.give('tfg:used_foil_pack') + })) + .texture('tfg:item/food/calorie_paste') + + event.create('tfg:used_foil_pack') + .translationKey('item.tfg.food.used_foil_pack') + .food(food => food.hunger(0).saturation(0) + .effect('minecraft:nausea', 200, 0, 1) + ) + .texture('tfg:item/used_foil_pack') + + event.create('tfg:food/meal_bag') + .translationKey('item.tfg.food.meal_bag') + .food(food => food.hunger(6).saturation(3) + .eaten(ctx => { + ctx.player.give('tfg:used_foil_pack') + })) + .texture('tfg:item/food/meal_bag') } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 0081e7bca..8af8baea1 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -147,12 +147,24 @@ const registerTFGItems = (event) => { .tooltip(`§9Instant Health II`) //#endregion - //#region Wax + //#region Misc event.create('tfg:paraffin_wax') .translationKey('item.tfg.paraffin_wax') event.create('tfg:conifer_rosin') .translationKey('item.tfg.conifer_rosin') + + event.create('tfg:foil_pack') + .translationKey('item.tfg.foil_pack') + .texture('tfg:item/foil_pack') + + event.create('tfg:clean_foil_pack') + .translationKey('item.tfg.clean_foil_pack') + .texture('tfg:item/clean_foil_pack') + + event.create('tfg:dry_ice') + .translationKey('item.tfg.dry_ice') + .texture('tfg:item/dry_ice') //#endregion //#region Cloth & String From 5ef550f0c2a42fdd55a9e4d7842454a8ddcaa29d Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:18:06 -0500 Subject: [PATCH 218/246] changed dry ice and calorie paste recipes (#1201) * - Lots of food stuff * Updated Changelog * Changed dry ice and calorie paste recipes * Update recipes.miscellaneous.js Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> --- kubejs/server_scripts/tfg/recipes.food.js | 2 +- kubejs/server_scripts/tfg/recipes.miscellaneous.js | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 7491e9b25..d5f323871 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -511,7 +511,7 @@ function registerTFGFoodRecipes(event) { processorRecipeText('calorie_paste', 100, 512, "tfg.food_recipe.freeze_drying", { circuit: 8, - itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack'], + itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack', '2x gtceu:small_meat_dust'], itemOutputs: ['tfg:food/calorie_paste'], fluidInputs: [Fluid.of('gtceu:fermented_biomass', 40)], itemOutputProvider: TFC.isp.of('tfg:food/calorie_paste').copyOldestFood().addTrait('tfg:freeze_dried'), diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index d0253d333..1dbe72282 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -432,11 +432,18 @@ function registerTFGMiscellaneousRecipes(event) { .circuit(4) .EUt(GTValues.VA[GTValues.MV]) - event.recipes.gtceu.compressor('tfg:compressor/dry_ice') + event.recipes.gtceu.fluid_solidifier('tfg:fluid_solidifier/dry_ice') .inputFluids(Fluid.of('gtceu:carbon_dioxide', 1000)) + .notConsumable('gtceu:block_casting_mold') + .itemOutputs('2x tfg:dry_ice') + .duration(100) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.vacuum_freezer('tfg:vacuum_freezer/dry_ice') + .inputFluids(Fluid.of('gtceu:carbon_dioxide', 1000)) + .notConsumable('gtceu:block_casting_mold') .itemOutputs('10x tfg:dry_ice') .duration(100) - .circuit(4) .EUt(GTValues.VA[GTValues.MV]) event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/decompress_dry_ice') From 54f30d5cc651ba314683971eb3735e3697ef27f5 Mon Sep 17 00:00:00 2001 From: Thomasx0 <153584223+Thomasx0@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:33:02 +0300 Subject: [PATCH 219/246] lunchbox update into Pakku (#1200) * Refactored KubeJS recipes for GT compatibility lunchbox update into Pakku * Refactored KubeJS recipes for GT compatibility lunchbox update into Pakku fixed bowl bug fixed dupe food bug --- kubejs/server_scripts/main_server_script.js | 1 + kubejs/server_scripts/tfclunchbox/recipes.js | 78 +++++++------------- kubejs/server_scripts/tfclunchbox/tags.js | 14 ++++ pakku-lock.json | 14 ++-- 4 files changed, 47 insertions(+), 60 deletions(-) create mode 100644 kubejs/server_scripts/tfclunchbox/tags.js diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 412b0ca10..ca9bf3b2d 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -42,6 +42,7 @@ ServerEvents.tags('item', event => { registerTFCItemTags(event) registerTFCTextileItemTags(event) registerTFGItemTags(event) + registerTFCLunchboxItemTags(event) registerVintageImprovementsItemTags(event) }) diff --git a/kubejs/server_scripts/tfclunchbox/recipes.js b/kubejs/server_scripts/tfclunchbox/recipes.js index badc96045..c3d57818b 100644 --- a/kubejs/server_scripts/tfclunchbox/recipes.js +++ b/kubejs/server_scripts/tfclunchbox/recipes.js @@ -2,58 +2,30 @@ function registerTFCLunchBoxRecipes(event) { - event.shaped('tfclunchbox:lunchbox', [ - ' CE', - 'ABA', - 'DAD' - ], { - A: '#forge:plates/sterling_silver', - B: '#forge:chests/wooden', - C: '#forge:bolts/brass', - D: '#forge:screws/wrought_iron', - E: '#forge:tools/hammers' - }).id('tfclunchbox:lunchbox') + const fluidCells = [ + { id: 'gtceu:universal_fluid_cell', capacity: 1000, name: 'universal' }, + { id: 'gtceu:fluid_cell', capacity: 1000, name: 'basic' }, + { id: 'gtceu:steel_fluid_cell', capacity: 8000, name: 'steel' }, + { id: 'gtceu:aluminium_fluid_cell', capacity: 32000, name: 'aluminium' }, + { id: 'gtceu:stainless_steel_fluid_cell', capacity: 64000, name: 'stainless_steel' }, + { id: 'gtceu:titanium_fluid_cell', capacity: 128000, name: 'titanium' }, + { id: 'gtceu:tungstensteel_fluid_cell', capacity: 512000, name: 'tungstensteel' }, + { id: 'gtceu:glass_vial', capacity: 1000, name: 'glass_vial' } + ]; - event.shaped('tfclunchbox:cooling_lunchbox', [ - ' CE', - 'ABA', - 'DAD' - ], { - A: '#forge:plates/red_steel', - B: '#forge:chests/wooden', - C: '#forge:bolts/brass', - D: '#forge:screws/steel', - E: '#forge:tools/hammers' - }).id('tfclunchbox:cooling_lunchbox') + // Убираем оригинальные рецепты капсул + // Remove original capsule recipes + event.remove({ id: 'tfclunchbox:universal_capsule' }) + event.remove({ id: 'tfclunchbox:fill_capsule_with_ice' }) - event.shaped('tfclunchbox:cooling_lunchbox', [ - ' C ', - 'ABA' - ], { - A: '#forge:plates/red_steel', - B: 'tfclunchbox:lunchbox', - C: '#forge:tools/hammers' - }).id('tfclunchbox:upgrade_to_cooling_lunchbox') - - event.remove({ id: 'tfclunchbox:universal_capsule' }) - event.remove({ id: 'tfclunchbox:fill_capsule_with_ice' }) - - event.recipes.gtceu.assembler('tfclunchbox:universal_capsule') - .itemInputs('1x #forge:foils/red_steel', '1x #forge:rings/sterling_silver') - .itemOutputs('tfclunchbox:universal_capsule') - .duration(100) - .EUt(GTValues.VA[GTValues.LV]) - - event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice') - .itemInputs('tfclunchbox:universal_capsule') - .inputFluids(Fluid.of('gtceu:ice', 45 * 144)) - .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:1000}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) - .duration(100) - .EUt(GTValues.VA[GTValues.LV]) - - event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice_solid') - .itemInputs('tfclunchbox:universal_capsule', '5x minecraft:packed_ice') - .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:1000}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) - .duration(100) - .EUt(GTValues.VA[GTValues.LV]) -} + // Рецепты заполнения fluid cells жидким льдом + // Recipes for filling fluid cells with liquid ice + fluidCells.forEach(cell => { + event.recipes.gtceu.canner(`tfclunchbox:fill_${cell.name}_cell_with_liquid_ice`) + .itemInputs(cell.id) + .inputFluids(Fluid.of('gtceu:ice', cell.capacity)) + .itemOutputs(Item.of(cell.id, '{Fluid:{Amount:' + cell.capacity + ',FluidName:"gtceu:ice"}}')) + .duration(Math.max(16, Math.floor(cell.capacity / 64))) + .EUt(GTValues.VA[GTValues.LV]); + }); +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfclunchbox/tags.js b/kubejs/server_scripts/tfclunchbox/tags.js new file mode 100644 index 000000000..b6ce2806e --- /dev/null +++ b/kubejs/server_scripts/tfclunchbox/tags.js @@ -0,0 +1,14 @@ +// priority: 0 + +function registerTFCLunchboxItemTags(event) { + + const DISABLED_ITEMS = [ + 'tfclunchbox:universal_capsule', + ] + + DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + +} \ No newline at end of file diff --git a/pakku-lock.json b/pakku-lock.json index 3ba80dea1..9168a6321 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -7954,7 +7954,7 @@ "files": [ { "type": "curseforge", - "file_name": "tfclunchbox-1.20.1-1.0.0.14.jar", + "file_name": "tfclunchbox-1.20.1-1.0.0.20.jar", "mc_versions": [ "1.20.1" ], @@ -7963,16 +7963,16 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6646/846/tfclunchbox-1.20.1-1.0.0.14.jar", - "id": "6646846", + "url": "https://edge.forgecdn.net/files/6675/072/tfclunchbox-1.20.1-1.0.0.20.jar", + "id": "6675072", "parent_id": "1283445", "hashes": { - "sha1": "de4051c4345290b9d99f2d26090ad466f112b3ec", - "md5": "ada6f65d0fc9785a34b9deb76c53e882" + "sha1": "334167b4cc5ec81a917d168b6ec8a876f315298e", + "md5": "3dc59cd3d685fe4f5d097ca4e66746f4" }, "required_dependencies": [], - "size": 95828, - "date_published": "2025-06-13T12:54:20.803Z" + "size": 111379, + "date_published": "2025-06-20T14:40:33.51Z" } ] }, From f5cb4fb0134b5516dc12578d675068051d12cbc1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 20 Jun 2025 21:02:41 +0100 Subject: [PATCH 220/246] whitelisted glue for wood buckets/barrels --- CHANGELOG.md | 1 + kubejs/server_scripts/tfc/tags.js | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6223f706b..5f994670a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Removed gems tag from flint @Pyritie - Updated texture for aqueous accumulator (#1168) @Redeix - Kaolin Klayzes now also drop blood lilies @Pyritie +- You can put liquid glue in wooden barrels and buckets now @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 112706c76..a0520eb05 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -478,6 +478,11 @@ const registerTFCFluidTags = (event) => { event.add('tfc:usable_in_wooden_bucket', 'gtceu:ice') event.add('tfc:usable_in_red_steel_bucket', 'gtceu:ice') + event.add('tfc:usable_in_barrel', 'gtceu:glue') + event.add('tfc:usable_in_pot', 'gtceu:glue') + event.add('tfc:usable_in_wooden_bucket', 'gtceu:glue') + event.add('tfc:usable_in_red_steel_bucket', 'gtceu:glue') + event.add('tfc:ingredients', 'tfc:spring_water') event.add('tfc:usable_in_barrel', 'tfc:spring_water') event.add('tfc:usable_in_wooden_bucket', 'tfc:spring_water') From 9d0d152fb96c5f11aa8874e5b6b502fd354c21e1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 20 Jun 2025 21:03:27 +0100 Subject: [PATCH 221/246] removed better foliage again + visual workbench (doesn't handle recipes with greg tools very well) --- pakku-lock.json | 92 ++++--------------------------------------------- pakku.json | 3 -- 2 files changed, 7 insertions(+), 88 deletions(-) diff --git a/pakku-lock.json b/pakku-lock.json index 3ba80dea1..63dc9eb43 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -877,45 +877,6 @@ } ] }, - { - "pakku_id": "LVF7UEBiNQpjRDSW", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "better-foliage-renewed" - }, - "name": { - "curseforge": "Better Foliage Renewed" - }, - "id": { - "curseforge": "470013" - }, - "files": [ - { - "type": "curseforge", - "file_name": "betterfoliage-5.0.2.jar", - "mc_versions": [ - "1.20.2", - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/4923/669/betterfoliage-5.0.2.jar", - "id": "4923669", - "parent_id": "470013", - "hashes": { - "sha1": "4163772d08837daf22034e5333ddefc8532cdb69", - "md5": "22f5753234b465c44688f9555acb4713" - }, - "required_dependencies": [], - "size": 396130, - "date_published": "2023-12-03T18:03:18.697Z" - } - ] - }, { "pakku_id": "hn4E1S13hPaLVPSH", "type": "MOD", @@ -4559,7 +4520,7 @@ "files": [ { "type": "curseforge", - "file_name": "guideme-20.1.8.jar", + "file_name": "guideme-20.1.9.jar", "mc_versions": [ "1.20.1" ], @@ -4567,16 +4528,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6634/593/guideme-20.1.8.jar", - "id": "6634593", + "url": "https://edge.forgecdn.net/files/6654/696/guideme-20.1.9.jar", + "id": "6654696", "parent_id": "1173950", "hashes": { - "sha1": "cc5e96b09949c5f1ad5d6aa5c45695f760715e95", - "md5": "38d8791dc9114d9cf6bcd5f2af1402e7" + "sha1": "5619e9e6c4e2f14c3e7f093698e2103c75f4dcf2", + "md5": "e3692a66b10b1df1b3d40cdc99773a6e" }, "required_dependencies": [], - "size": 9401167, - "date_published": "2025-06-09T21:54:55.087Z" + "size": 9403366, + "date_published": "2025-06-15T15:50:42.330Z" } ] }, @@ -6714,7 +6675,6 @@ "id": { "curseforge": "585406" }, - "export": false, "files": [ { "type": "curseforge", @@ -8628,44 +8588,6 @@ } ] }, - { - "pakku_id": "mxWVAqlbiiejXL6S", - "type": "MOD", - "slug": { - "curseforge": "visual-workbench" - }, - "name": { - "curseforge": "Visual Workbench" - }, - "id": { - "curseforge": "500273" - }, - "files": [ - { - "type": "curseforge", - "file_name": "VisualWorkbench-v8.0.0-1.20.1-Forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/4612/695/VisualWorkbench-v8.0.0-1.20.1-Forge.jar", - "id": "4612695", - "parent_id": "500273", - "hashes": { - "sha1": "7ebf579edcf2440eadf1ed6c8c895e1bc2d77bf1", - "md5": "d741bc2d4d3a385116d094b874474a6b" - }, - "required_dependencies": [ - "495476" - ], - "size": 82055, - "date_published": "2023-06-27T21:00:10.803Z" - } - ] - }, { "pakku_id": "SZ5c7Jc5GOwlNtbX", "type": "MOD", diff --git a/pakku.json b/pakku.json index f3b69e9b5..f8605373b 100644 --- a/pakku.json +++ b/pakku.json @@ -32,9 +32,6 @@ "better-chat": { "side": "CLIENT" }, - "better-foliage-renewed": { - "side": "CLIENT" - }, "betterf3": { "side": "CLIENT" }, From b0fb9e3e9adba8dbb5f73038630d99b6a5043548 Mon Sep 17 00:00:00 2001 From: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> Date: Sat, 21 Jun 2025 00:17:05 +0300 Subject: [PATCH 222/246] ABS glowstone recipe (#1202) * Added ABS glowstone recipe Idk how useful this is but I want it Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Update recipes.js Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> --------- Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> --- kubejs/server_scripts/gregtech/recipes.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 927ec9b51..4eb567499 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -1076,6 +1076,17 @@ const registerGTCEURecipes = (event) => { .EUt(GTValues.VA[GTValues.ULV]) //#endregion + + //#region glowstone + event.recipes.gtceu.alloy_blast_smelter('abs:liquid_glowstone') + .itemInputs('#forge:dusts/gold', '#forge:dusts/redstone', '#forge:dusts/sulfur') + .outputFluids(Fluid.of('gtceu:glowstone', 288)) + .duration(20*60/1.3) + .EUt(GTValues.VA[GTValues.LV]) + .blastFurnaceTemp(1064) + .circuit(9) + //#endregion + //#region Large boilers fuel rebalance From 5b65ac70e6119bf48a53cf4b240f95b466f0502f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 20 Jun 2025 23:16:35 +0100 Subject: [PATCH 223/246] whoops --- kubejs/server_scripts/tfc/tags.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index a0520eb05..e452e3bfc 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -479,13 +479,14 @@ const registerTFCFluidTags = (event) => { event.add('tfc:usable_in_red_steel_bucket', 'gtceu:ice') event.add('tfc:usable_in_barrel', 'gtceu:glue') - event.add('tfc:usable_in_pot', 'gtceu:glue') event.add('tfc:usable_in_wooden_bucket', 'gtceu:glue') + event.add('tfc:usable_in_blue_steel_bucket', 'tfc:spring_water') event.add('tfc:usable_in_red_steel_bucket', 'gtceu:glue') event.add('tfc:ingredients', 'tfc:spring_water') event.add('tfc:usable_in_barrel', 'tfc:spring_water') event.add('tfc:usable_in_wooden_bucket', 'tfc:spring_water') + event.add('tfc:usable_in_blue_steel_bucket', 'tfc:spring_water') event.add('tfc:usable_in_red_steel_bucket', 'tfc:spring_water') // Добавляем тег для скрытия в EMI From ca87c96ee7573ef08a7eadda75e4715c44a4b0d8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 20 Jun 2025 23:57:07 +0100 Subject: [PATCH 224/246] no circuit needed here --- kubejs/server_scripts/tfg/recipes.miscellaneous.js | 1 - 1 file changed, 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 1dbe72282..0b1738622 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -429,7 +429,6 @@ function registerTFGMiscellaneousRecipes(event) { .itemInputs(ChemicalHelper.get(TagPrefix.foil, GTMaterials.Aluminium, 1), ChemicalHelper.get(TagPrefix.foil, GTMaterials.Polyethylene, 1)) .itemOutputs('1x tfg:foil_pack') .duration(100) - .circuit(4) .EUt(GTValues.VA[GTValues.MV]) event.recipes.gtceu.fluid_solidifier('tfg:fluid_solidifier/dry_ice') From 6f8a70ef54aee102756d0ce32e4446f84e82735b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 20 Jun 2025 23:58:11 +0100 Subject: [PATCH 225/246] added dry ice to calorie paste recipe --- kubejs/server_scripts/tfg/recipes.food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index d5f323871..97ff80545 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -511,7 +511,7 @@ function registerTFGFoodRecipes(event) { processorRecipeText('calorie_paste', 100, 512, "tfg.food_recipe.freeze_drying", { circuit: 8, - itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack', '2x gtceu:small_meat_dust'], + itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack', '2x gtceu:small_meat_dust', 'tfg:dry_ice'], itemOutputs: ['tfg:food/calorie_paste'], fluidInputs: [Fluid.of('gtceu:fermented_biomass', 40)], itemOutputProvider: TFC.isp.of('tfg:food/calorie_paste').copyOldestFood().addTrait('tfg:freeze_dried'), From d3f0bcd6d6e51c0ef2695e0045ff2c3286d41685 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 21 Jun 2025 10:56:44 +0100 Subject: [PATCH 226/246] added space suit fabric --- kubejs/assets/tfg/lang/en_us.json | 73 +++++++++--------- .../tfg/textures/item/space_suit_fabric.png | Bin 0 -> 348 bytes kubejs/server_scripts/ad_astra/recipes.js | 49 +++++++----- kubejs/startup_scripts/tfg/items.js | 3 + 4 files changed, 68 insertions(+), 57 deletions(-) create mode 100644 kubejs/assets/tfg/textures/item/space_suit_fabric.png diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f225e0684..ee0098895 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -215,6 +215,7 @@ "item.tfg.phantom_thread": "Phantom Thread", "item.tfg.polycaprolactam_fabric": "Polycaprolactam Fabric", "item.tfg.polycaprolactam_string": "Polycaprolactam String", + "item.tfg.space_suit_fabric": "Space Suit Fabric", "item.tfg.fishing_net.wood": "Wood Fishing Net", "item.tfg.fishing_net.brass": "Brass Fishing Net", "item.tfg.fishing_net.rose_gold": "Rose Gold Fishing Net", @@ -276,13 +277,47 @@ "item.tfg.uhv_universal_circuit": "UHV Universal Circuit", "item.tfg.piglin_disguise": "Piglin Disguise", "item.tfg.trowel": "Trowel", + "item.tfg.foil_pack": "Foil Pack", + "item.tfg.used_foil_pack": "Used Foil Pack", + "item.tfg.clean_foil_pack": "Clean Foil Pack", + "item.tfg.dry_ice": "Dry Ice", "item.tfg.food.raw_birt": "Raw Birt", "item.tfg.food.cooked_birt": "Cooked Birt", "item.tfg.food.raw_crawlermari": "Raw Crawlermari", "item.tfg.food.cooked_crawlermari": "Cooked Crawlermari", "item.tfg.food.raw_limpet": "Raw Limpet", "item.tfg.food.cooked_limpet": "Cooked Limpet", - "tfg.tooltip.foodtrait.freeze_dried": "Cryodesiccated", + "item.tfg.food.freeze_dried.red_grapes": "Freeze Dried Red Grapes", + "item.tfg.food.freeze_dried.white_grapes": "Freeze Dried White Grapes", + "item.tfg.food.freeze_dried.glow_berries": "Freeze Dried Glow Berries", + "item.tfg.food.freeze_dried.chorus_fruit": "Freeze Dried Chorus Fruit", + "item.tfg.food.freeze_dried.popped_chorus_fruit": "Freeze Dried Popped Chorus Fruit", + "item.tfg.food.freeze_dried.blackberry": "Freeze Dried Blackberries", + "item.tfg.food.freeze_dried.blueberry": "Freeze Dried Blueberries", + "item.tfg.food.freeze_dried.bunchberry": "Freeze Dried Bunchberries", + "item.tfg.food.freeze_dried.cloudberry": "Freeze Dried Cloudberries", + "item.tfg.food.freeze_dried.cranberry": "Freeze Dried Cranberries", + "item.tfg.food.freeze_dried.elderberry": "Freeze Dried Elderberries", + "item.tfg.food.freeze_dried.gooseberry": "Freeze Dried Gooseberries", + "item.tfg.food.freeze_dried.raspberry": "Freeze Dried Raspberries", + "item.tfg.food.freeze_dried.snowberry": "Freeze Dried Snowberries", + "item.tfg.food.freeze_dried.strawberry": "Freeze Dried Strawberries", + "item.tfg.food.freeze_dried.wintergreen_berry": "Freeze Dried Wintergreen Berries", + "item.tfg.food.freeze_dried.banana": "Freeze Dried Banana", + "item.tfg.food.freeze_dried.cherry": "Freeze Dried Cherries", + "item.tfg.food.freeze_dried.green_apple": "Freeze Dried Green Apple", + "item.tfg.food.freeze_dried.lemon": "Freeze Dried Lemon", + "item.tfg.food.freeze_dried.olive": "Freeze Dried Olives", + "item.tfg.food.freeze_dried.orange": "Freeze Dried Orange", + "item.tfg.food.freeze_dried.peach": "Freeze Dried Peach", + "item.tfg.food.freeze_dried.plum": "Freeze Dried Plum", + "item.tfg.food.freeze_dried.red_apple": "Freeze Dried Red Apple", + "item.tfg.food.freeze_dried.pumpkin_chunks": "Freeze Dried Pumpkin Chunks", + "item.tfg.food.freeze_dried.melon_slice": "Freeze Dried Melon Slice", + "item.tfg.food.freeze_dried.fig": "Freeze Dried Fig", + "item.tfg.food.freeze_dried.pineapple": "Freeze Dried Pineapple", + "item.tfg.food.calorie_paste": "Calorie Paste", + "item.tfg.food.meal_bag": "Meal Bag", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -318,6 +353,7 @@ "material.tfg.compressed_trimix_3": "Compressed 50/30/20 Trimix-3", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", "tfg.tooltip.food_trait.refrigerating": "§bRefrigerating", + "tfg.tooltip.foodtrait.freeze_dried": "Cryodesiccated", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", @@ -359,41 +395,6 @@ "item.gtceu.silver_purified_ore": "Deprecated Item, Craft to Upgrade", "item.gtceu.tin_purified_ore": "Deprecated Item, Craft to Upgrade", "item.gtceu.lead_purified_ore": "Deprecated Item, Craft to Upgrade", - "item.tfg.foil_pack": "Foil Pack", - "item.tfg.used_foil_pack": "Used Foil Pack", - "item.tfg.clean_foil_pack": "Clean Foil Pack", - "item.tfg.dry_ice": "Dry Ice", - "item.tfg.food.freeze_dried.red_grapes": "Freeze Dried Red Grapes", - "item.tfg.food.freeze_dried.white_grapes": "Freeze Dried White Grapes", - "item.tfg.food.freeze_dried.glow_berries": "Freeze Dried Glow Berries", - "item.tfg.food.freeze_dried.chorus_fruit": "Freeze Dried Chorus Fruit", - "item.tfg.food.freeze_dried.popped_chorus_fruit": "Freeze Dried Popped Chorus Fruit", - "item.tfg.food.freeze_dried.blackberry": "Freeze Dried Blackberries", - "item.tfg.food.freeze_dried.blueberry": "Freeze Dried Blueberries", - "item.tfg.food.freeze_dried.bunchberry": "Freeze Dried Bunchberries", - "item.tfg.food.freeze_dried.cloudberry": "Freeze Dried Cloudberries", - "item.tfg.food.freeze_dried.cranberry": "Freeze Dried Cranberries", - "item.tfg.food.freeze_dried.elderberry": "Freeze Dried Elderberries", - "item.tfg.food.freeze_dried.gooseberry": "Freeze Dried Gooseberries", - "item.tfg.food.freeze_dried.raspberry": "Freeze Dried Raspberries", - "item.tfg.food.freeze_dried.snowberry": "Freeze Dried Snowberries", - "item.tfg.food.freeze_dried.strawberry": "Freeze Dried Strawberries", - "item.tfg.food.freeze_dried.wintergreen_berry": "Freeze Dried Wintergreen Berries", - "item.tfg.food.freeze_dried.banana": "Freeze Dried Banana", - "item.tfg.food.freeze_dried.cherry": "Freeze Dried Cherries", - "item.tfg.food.freeze_dried.green_apple": "Freeze Dried Green Apple", - "item.tfg.food.freeze_dried.lemon": "Freeze Dried Lemon", - "item.tfg.food.freeze_dried.olive": "Freeze Dried Olives", - "item.tfg.food.freeze_dried.orange": "Freeze Dried Orange", - "item.tfg.food.freeze_dried.peach": "Freeze Dried Peach", - "item.tfg.food.freeze_dried.plum": "Freeze Dried Plum", - "item.tfg.food.freeze_dried.red_apple": "Freeze Dried Red Apple", - "item.tfg.food.freeze_dried.pumpkin_chunks": "Freeze Dried Pumpkin Chunks", - "item.tfg.food.freeze_dried.melon_slice": "Freeze Dried Melon Slice", - "item.tfg.food.freeze_dried.fig": "Freeze Dried Fig", - "item.tfg.food.freeze_dried.pineapple": "Freeze Dried Pineapple", - "item.tfg.food.calorie_paste": "Calorie Paste", - "item.tfg.food.meal_bag": "Meal Bag", "gtceu:rich_raw_copper": "Deprecated Item, Craft to Upgrade", "gtceu:poor_raw_copper": "Deprecated Item, Craft to Upgrade", "gtceu:rich_raw_gold": "Deprecated Item, Craft to Upgrade", diff --git a/kubejs/assets/tfg/textures/item/space_suit_fabric.png b/kubejs/assets/tfg/textures/item/space_suit_fabric.png new file mode 100644 index 0000000000000000000000000000000000000000..7015f78962071b9c3eb13001916f12214ba8823e GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_nkxPZ!4!i{7J?Hf9|*5OH1a_5F{7n*XxN2NEtkTDbUoA6v8HJTKej#XNU~PE2xI znR)EoS@sk|Lk=6uxJ4`NC+G)E_nIoBz9aaZ%Di_w-*ehNxTQ2*@A>7aA@6dhVI%U9b^jwbsWiObk+EZgTEL^y&fh;Aulr3)wu|+g#*(q)f?C}4h { .EUt(480) - event.recipes.gtceu.pyrolyse_oven('tfg:pyrolose_vitrified_asbestos_dust') + event.recipes.gtceu.pyrolyse_oven('tfg:pyrolyse_vitrified_asbestos_dust') .inputFluids(Fluid.of('gtceu:nitrogen', 100)) .itemInputs('gtceu:asbestos_dust') .itemOutputs('gtceu:vitrified_asbestos_dust') @@ -95,14 +95,24 @@ const registerAdAstraRecipes = (event) => { //#region space suits + event.recipes.gtceu.forming_press('space_suit_fabric') + .itemInputs( + '#forge:foils/aluminium', + 'gtceu:carbon_fiber_mesh', + '#forge:foils/silicone_rubber', + 'tfg:polycaprolactam_fabric' + ) + .itemOutputs('2x tfg:space_suit_fabric') + .duration(20*10) + .EUt(GTValues.VA[GTValues.HV]) + event.shaped('ad_astra:space_helmet', [ 'AAA', 'ADA', - 'BCB' + 'BBB' ], { A: 'gtceu:tempered_glass', - B: 'gtceu:carbon_fiber_plate', - C: 'tfg:polycaprolactam_fabric', + B: 'tfg:space_suit_fabric', D: '#forge:small_fluid_pipes/polyethylene' }).id('tfg:space_helmet') @@ -118,13 +128,11 @@ const registerAdAstraRecipes = (event) => { // .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_suit', [ - 'BCB', - 'ADA', - 'BCB' + 'B B', + 'BDB', + 'BBB' ], { - A: 'ad_astra:gas_tank', - B: 'gtceu:carbon_fiber_plate', - C: 'tfg:polycaprolactam_fabric', + B: 'tfg:space_suit_fabric', D: 'ad_astra:oxygen_gear' }).id('tfg:space_suit') @@ -136,12 +144,11 @@ const registerAdAstraRecipes = (event) => { event.shaped('ad_astra:space_pants', [ 'BAB', - 'C C', + 'B B', 'B B' ], { A: 'gtceu:hv_electric_motor', - B: 'gtceu:carbon_fiber_plate', - C: 'tfg:polycaprolactam_fabric' + B: 'tfg:space_suit_fabric', }).id('tfg:space_pants') //event.recipes.gtceu.assembler('ad_astra:netherite_space_pants') @@ -151,12 +158,11 @@ const registerAdAstraRecipes = (event) => { // .EUt(GTValues.VA[GTValues.IV]) event.shaped('ad_astra:space_boots', [ - 'CBC', + 'B B', 'A A' ], { A: '#forge:plates/polyphenylene_sulfide', - B: 'gtceu:carbon_fiber_plate', - C: 'tfg:polycaprolactam_fabric' + B: 'tfg:space_suit_fabric' }).id('tfg:space_boots') //event.recipes.gtceu.assembler('ad_astra:netherite_space_boots') @@ -167,14 +173,15 @@ const registerAdAstraRecipes = (event) => { event.shaped('ad_astra:oxygen_gear', [ - ' A ', - 'BCB', + 'BAB', + 'ECE', 'BDB' ], { - A: '#forge:small_fluid_pipes/stainless_steel', + A: '#gtceu:circuits/hv', B: '#forge:tiny_fluid_pipes/stainless_steel', C: 'gtceu:hv_electric_pump', - D: 'gtceu:fluid_detector_cover' + D: 'gtceu:fluid_detector_cover', + E: 'ad_astra:gas_tank' }).id('tfg:oxygen_gear') //#endregion @@ -261,7 +268,7 @@ const registerAdAstraRecipes = (event) => { ], { A: 'gtceu:lv_sensor', B: '#forge:tools/screwdrivers', - C: '#forge:plates/iron', + C: '#forge:plates/polyethylene', D: '#gtceu:circuits/lv' }).id('tfg:radio') diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 8af8baea1..58bf6c691 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -179,6 +179,9 @@ const registerTFGItems = (event) => { event.create('tfg:phantom_thread') .translationKey('item.tfg.phantom_thread') + + event.create('tfg:space_suit_fabric') + .translationKey('item.tfg.space_suit_fabric') //#endregion //#region Tools From d205f76aa1d5853fbf4032df50863087a10df56e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 21 Jun 2025 10:56:54 +0100 Subject: [PATCH 227/246] fixed some models needing particles --- kubejs/assets/tfg/models/block/lunar_roots.json | 3 ++- kubejs/assets/tfg/models/block/lunar_sprouts.json | 3 ++- kubejs/assets/tfg/models/block/mushroom_roots.json | 3 ++- kubejs/assets/tfg/models/block/mushroom_sprouts.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kubejs/assets/tfg/models/block/lunar_roots.json b/kubejs/assets/tfg/models/block/lunar_roots.json index c3b5df882..cdb4e9ca0 100644 --- a/kubejs/assets/tfg/models/block/lunar_roots.json +++ b/kubejs/assets/tfg/models/block/lunar_roots.json @@ -3,6 +3,7 @@ "render_type": "cutout_mipped", "ambientocclusion": "false", "textures": { - "cross": "tfg:block/lunar_roots" + "cross": "tfg:block/lunar_roots", + "particle": "tfg:block/lunar_roots" } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_sprouts.json b/kubejs/assets/tfg/models/block/lunar_sprouts.json index be0d20b2d..9a8213190 100644 --- a/kubejs/assets/tfg/models/block/lunar_sprouts.json +++ b/kubejs/assets/tfg/models/block/lunar_sprouts.json @@ -2,7 +2,8 @@ "render_type": "cutout_mipped", "ambientocclusion": "false", "textures": { - "cross": "tfg:block/lunar_sprouts" + "cross": "tfg:block/lunar_sprouts", + "particle": "tfg:block/lunar_sprouts" }, "elements": [ { diff --git a/kubejs/assets/tfg/models/block/mushroom_roots.json b/kubejs/assets/tfg/models/block/mushroom_roots.json index ef71b9d43..58c723754 100644 --- a/kubejs/assets/tfg/models/block/mushroom_roots.json +++ b/kubejs/assets/tfg/models/block/mushroom_roots.json @@ -2,6 +2,7 @@ "parent": "minecraft:block/cross", "render_type": "cutout_mipped", "textures": { - "cross": "tfg:block/mushroom_roots" + "cross": "tfg:block/mushroom_roots", + "particle": "tfg:block/mushroom_roots" } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/mushroom_sprouts.json b/kubejs/assets/tfg/models/block/mushroom_sprouts.json index 809c7e7e6..7c7c386bb 100644 --- a/kubejs/assets/tfg/models/block/mushroom_sprouts.json +++ b/kubejs/assets/tfg/models/block/mushroom_sprouts.json @@ -2,6 +2,7 @@ "parent": "minecraft:block/cross", "render_type": "cutout_mipped", "textures": { - "cross": "tfg:block/mushroom_sprouts" + "cross": "tfg:block/mushroom_sprouts", + "particle": "tfg:block/mushroom_sprouts" } } \ No newline at end of file From 02303f349b5d90621c313b1a37c9034188d758ab Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 21 Jun 2025 10:57:11 +0100 Subject: [PATCH 228/246] fixed recipe conflict with mushroom blocks --- kubejs/server_scripts/gregtech/recipes.js | 4 ++++ kubejs/server_scripts/minecraft/recipes.js | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 927ec9b51..e126e4f7e 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -166,24 +166,28 @@ const registerGTCEURecipes = (event) => { event.recipes.gtceu.compressor('plant_ball_from_tfc_seeds') .itemInputs('8x #tfc:seeds') .itemOutputs('gtceu:plant_ball') + .circuit(1) .duration(300) .EUt(2) event.recipes.gtceu.compressor('plant_ball_from_tfc_food') .itemInputs('8x #tfc:foods') .itemOutputs('gtceu:plant_ball') + .circuit(1) .duration(300) .EUt(2) event.recipes.gtceu.compressor('plant_ball_from_tfc_plants') .itemInputs('8x #tfc:plants') .itemOutputs('gtceu:plant_ball') + .circuit(1) .duration(300) .EUt(2) event.recipes.gtceu.compressor('plant_ball_from_tfc_corals') .itemInputs('8x #tfc:corals') .itemOutputs('gtceu:plant_ball') + .circuit(1) .duration(300) .EUt(2) diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 5cfce2d95..263eed3f2 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -1000,6 +1000,7 @@ const registerMinecraftRecipes = (event) => { event.recipes.gtceu.compressor('tfg:red_mushroom') .itemInputs('4x minecraft:red_mushroom') .itemOutputs('minecraft:red_mushroom_block') + .circuit(2) .duration(20) .EUt(GTValues.VA[GTValues.ULV]) @@ -1007,6 +1008,7 @@ const registerMinecraftRecipes = (event) => { .itemInputs('4x minecraft:brown_mushroom') .itemOutputs('minecraft:brown_mushroom_block') .duration(20) + .circuit(2) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.gtceu.chemical_bath('tfg:red_mushroom_to_shroomlight') @@ -1057,5 +1059,4 @@ const registerMinecraftRecipes = (event) => { .itemOutputs('minecraft:glow_ink_sac') .duration(40) .EUt(GTValues.VA[GTValues.MV]) - } From d551b40d3ab06fb2377ff9c012153a85c2dbb821 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 21 Jun 2025 10:57:49 +0100 Subject: [PATCH 229/246] tweaked glowstone, added purpur recipes, changelog --- CHANGELOG.md | 2 +- .../gregtech/recipes.removes.js | 5 ++ kubejs/server_scripts/tfg/recipes.rocks.js | 55 ++++++++++++------- .../vintage_improvements/recipes.js | 8 +++ kubejs/startup_scripts/minecraft/constants.js | 5 -- .../vintage_improvements/constants.js | 3 +- 6 files changed, 51 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3932cd72..abc8b79c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Added many new advanced food items including freeze-dried fruit, calorie paste, and meal bags. @Redeix - Quest updates for all of the above. @TomPlop ### Minor changes -- Balance changes for water wheels @Pyritie +- Balance changes for water wheels and glowstone blocks @Pyritie - Added a second recipe for water flask sides so it doesn't matter if you craft it top-aligned or bottom-aligned @Pyritie - More recipes to craft dyes @Pyritie - Adjusted the textures of the generated raw ore items @Pyritie diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index 5a8ee4fac..6541aa258 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -604,6 +604,7 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:shaped/pickaxe_iron' }) event.remove({ id: 'gtceu:shaped/gear_diamond' }) event.remove({ id: 'gtceu:shaped/buzzsaw_blade_diamond' }) + event.remove({ id: 'gtceu:shaped/purpur_stair_saw' }) event.remove({ id: 'gtceu:shapeless/glass_full_dust_flint' }) @@ -626,6 +627,7 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:assembler/spyglass' }) event.remove({ id: 'gtceu:assembler/map' }) event.remove({ id: 'gtceu:assembler/spyglass' }) + event.remove({ id: 'gtceu:assembler/assemble_purpur_into_stair' }) event.remove({ id: 'gtceu:chemical_reactor/ghast_tear_separation' }) @@ -653,6 +655,9 @@ function removeGTCEURecipes(event) { event.remove({ id: 'gtceu:chemical_bath/blue_steel_cool_down_distilled_water' }) event.remove({ id: 'gtceu:compressor/compress_certus_quartz_to_raw_ore_block' }) + event.remove({ id: 'gtceu:compressor/glowstone' }) + + event.remove({ id: 'gtceu:forming_press/form_purpur_slab_into_pillar' }) // Remove vanilla Eye of Ender diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 15d19f0b4..84b6a9d7c 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -22,7 +22,8 @@ function registerTFGRockRecipes(event) { { loose: 'tfg:brick/mercury_stone', block: '4x ad_astra:mercury_stone_bricks' }, { loose: 'tfg:loose/glacio_stone', block: 'ad_astra:glacio_cobblestone' }, { loose: 'tfg:brick/glacio_stone', block: '4x ad_astra:glacio_stone_bricks' }, - { loose: 'tfg:brick/permafrost', block: '4x ad_astra:permafrost_bricks' } + { loose: 'tfg:brick/permafrost', block: '4x ad_astra:permafrost_bricks' }, + { loose: 'minecraft:popped_chorus_fruit', block: '4x minecraft:purpur_block' } ] GLUEING_TOGETHER.forEach(x => { @@ -501,6 +502,13 @@ function registerTFGRockRecipes(event) { wall: 'ae2:fluix_wall', dust: 'ae2:fluix_dust', stonecutting: true + }, + { + raw: 'minecraft:purpur_block', + stair: 'minecraft:purpur_stairs', + slab: 'minecraft:purpur_slab', + dust: null, + stonecutting: true } // #endregion ] @@ -513,12 +521,14 @@ function registerTFGRockRecipes(event) { event.stonecutting(x.stair, x.raw).id(`${x.raw}_to_${x.stair}`.replace(/:/g, '_')) } - event.recipes.gtceu.macerator(`macerate_${x.stair}`.replace(/:/g, '_')) - .itemInputs(x.stair) - .itemOutputs(x.dust) - .duration(150) - .EUt(2) - .category(GTRecipeCategories.MACERATOR_RECYCLING) + if (x.dust != null) { + event.recipes.gtceu.macerator(`macerate_${x.stair}`.replace(/:/g, '_')) + .itemInputs(x.stair) + .itemOutputs(x.dust) + .duration(150) + .EUt(2) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + } if ("loose" in x) { event.shapeless(`3x ${x.loose}`, [x.stair]) @@ -531,12 +541,14 @@ function registerTFGRockRecipes(event) { event.stonecutting(`2x ${x.slab}`, x.raw).id(`${x.raw}_to_${x.slab}`.replace(/:/g, '_')) } - event.recipes.gtceu.macerator(`macerate_${x.slab}`.replace(/:/g, '_')) - .itemInputs(`2x ${x.slab}`) - .itemOutputs(x.dust) - .duration(150) - .EUt(2) - .category(GTRecipeCategories.MACERATOR_RECYCLING) + if (x.dust != null) { + event.recipes.gtceu.macerator(`macerate_${x.slab}`.replace(/:/g, '_')) + .itemInputs(`2x ${x.slab}`) + .itemOutputs(x.dust) + .duration(150) + .EUt(2) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + } if ("loose" in x) { event.shapeless(`2x ${x.loose}`, [x.slab]) @@ -549,12 +561,14 @@ function registerTFGRockRecipes(event) { event.stonecutting(x.wall, x.raw).id(`${x.raw}_to_${x.wall}`.replace(/:/g, '_')) } - event.recipes.gtceu.macerator(`macerate_${x.wall}`.replace(/:/g, '_')) - .itemInputs(x.wall) - .itemOutputs(x.dust) - .duration(150) - .EUt(2) - .category(GTRecipeCategories.MACERATOR_RECYCLING) + if (x.dust != null) { + event.recipes.gtceu.macerator(`macerate_${x.wall}`.replace(/:/g, '_')) + .itemInputs(x.wall) + .itemOutputs(x.dust) + .duration(150) + .EUt(2) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + } } if ("loose" in x) { @@ -570,7 +584,8 @@ function registerTFGRockRecipes(event) { { raw: 'ad_astra:venus_stone_bricks', pillar: 'ad_astra:venus_pillar' }, { raw: 'ad_astra:mercury_stone_bricks', pillar: 'ad_astra:mercury_pillar' }, { raw: 'ad_astra:glacio_stone_bricks', pillar: 'ad_astra:glacio_pillar' }, - { raw: 'ad_astra:permafrost_bricks', pillar: 'ad_astra:permafrost_pillar' } + { raw: 'ad_astra:permafrost_bricks', pillar: 'ad_astra:permafrost_pillar' }, + { raw: 'minecraft:purpur_block', pillar: 'minecraft:purpur_pillar' } ] PILLARS.forEach(x => { diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 14ef74306..3ac41fac7 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -608,6 +608,14 @@ function registerVintageImprovementsRecipes(event) { results: [{ item: 'gtceu:raw_rubber_dust' }], processingTime: 120 }).id('tfg:vi/vacuumizing/vulcanized_latex_to_raw_rubber') + + event.custom({ + type: 'vintageimprovements:pressurizing', + ingredients: [{ item: 'minecraft:glowstone_dust', count: 4 }], + results: [{ item: 'minecraft:glowstone' }], + heatRequirement: "heated", + processingTime: 300 + }).id('tfg:vi/pressurizing/glowstone') // #endregion diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index d2a8f970b..49b114afb 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -15,7 +15,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:infested_deepslate', // Каменные блоки - 'minecraft:stone', 'minecraft:stone_stairs', 'minecraft:stone_slab', 'minecraft:stone_pressure_plate', @@ -613,10 +612,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:honey_bottle', 'minecraft:honeycomb_block', 'minecraft:honey_block', - 'minecraft:purpur_pillar', - 'minecraft:purpur_block', - 'minecraft:purpur_stairs', - 'minecraft:purpur_slab', 'minecraft:shears', 'minecraft:lantern', 'minecraft:soul_lantern', diff --git a/kubejs/startup_scripts/vintage_improvements/constants.js b/kubejs/startup_scripts/vintage_improvements/constants.js index ae62bef07..3d642f7ba 100644 --- a/kubejs/startup_scripts/vintage_improvements/constants.js +++ b/kubejs/startup_scripts/vintage_improvements/constants.js @@ -85,7 +85,8 @@ global.VINTAGE_IMPROVEMENTS_DISABLED_ITEMS = [ 'vintageimprovements:netherite_rod', 'vintageimprovements:nethersteel_rod', 'vintageimprovements:andesite_rod', - 'vintageimprovements:shadow_steel_rod' + 'vintageimprovements:shadow_steel_rod', + 'vintageimprovements:desh_rod' ] global.VINTAGE_IMPROVEMENTS_DISABLED_BLOCKS = [ From 1c7aff030ad2b817ab3951a3c5af1c7f4608b334 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 21 Jun 2025 11:05:32 +0100 Subject: [PATCH 230/246] changed clay bricks to extruder/curving press instead of assembler --- kubejs/server_scripts/tfc/recipes.machines.js | 14 +++++++++++++ .../vintage_improvements/recipes.js | 20 +++++++++++++++++++ kubejs/startup_scripts/tfc/constants.js | 2 -- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index 44df72c83..c00e5d436 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -130,6 +130,20 @@ function registerTFCMachineRecipes(event) { .EUt(2) } + event.recipes.gtceu.extruder('tfg:unfired_clay_brick') + .itemInputs('minecraft:clay_ball') + .notConsumable('gtceu:ingot_extruder_mold') + .itemOutputs('tfc:ceramic/unfired_brick') + .duration(20) + .EUt(2) + + event.recipes.gtceu.extruder('tfg:unfired_fire_clay_brick') + .itemInputs('tfc:fire_clay') + .notConsumable('gtceu:ingot_extruder_mold') + .itemOutputs('tfc:ceramic/unfired_fire_brick') + .duration(20) + .EUt(2) + //#endregion //#region Стеклянные смеси в бутылки в ассемблере diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 3ac41fac7..21837c08c 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -643,6 +643,26 @@ function registerVintageImprovementsRecipes(event) { }).id(`tfg:vi/coiling/nylon_string`) // #endregion + + // #region Curving + + event.custom({ + type: 'vintageimprovements:curving', + ingredients: [{ item: 'minecraft:clay_ball' }], + itemAsHead: 'gtceu:ingot_extruder_mold', + results: [{ item: 'tfc:ceramic/unfired_brick' }], + processingTime: 50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + }).id(`tfg:vi/curving/clay_brick`) + + event.custom({ + type: 'vintageimprovements:curving', + ingredients: [{ item: 'tfc:fire_clay' }], + itemAsHead: 'gtceu:ingot_extruder_mold', + results: [{ item: 'tfc:ceramic/unfired_fire_brick' }], + processingTime: 50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + }).id(`tfg:vi/curving/fire_brick`) + + // #endregion } function generateHammeringRecipe(event, material, blows, anvil) { diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 57b4dd029..fbf28924d 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -826,7 +826,6 @@ global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS = [ { input: '5x minecraft:clay_ball', output: 'tfc:ceramic/unfired_knife_blade_mold', name: 'knife_blade_mold' }, { input: '5x minecraft:clay_ball', output: 'tfc:ceramic/unfired_scythe_blade_mold', name: 'scythe_blade_mold' }, { input: '5x minecraft:clay_ball', output: 'tfc:ceramic/unfired_bell_mold', name: 'bell_mold' }, - { input: '5x minecraft:clay_ball', output: '3x tfc:ceramic/unfired_brick', name: 'brick' }, { input: '5x minecraft:clay_ball', output: '2x tfc:ceramic/unfired_flower_pot', name: 'flower_pot' }, { input: '5x minecraft:clay_ball', output: 'tfc:ceramic/unfired_pan', name: 'pan' }, { input: '5x minecraft:clay_ball', output: 'tfc:ceramic/unfired_blowpipe', name: 'ceramic_blowpipe' }, @@ -839,7 +838,6 @@ global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS = [ { input: '5x minecraft:clay_ball', output: 'tfcchannelcasting:unfired_heart_mold', name: 'heart_mold' }, { input: '5x minecraft:clay_ball', output: '2x rnr:unfired_roof_tile', name: 'roof_tile' }, { input: '5x tfc:fire_clay', output: 'tfc:ceramic/unfired_fire_ingot_mold', name: 'fire_ingot_mold' }, - { input: '5x tfc:fire_clay', output: '3x tfc:ceramic/unfired_fire_brick', name: 'fire_brick' }, { input: '5x tfc:fire_clay', output: 'tfc:ceramic/unfired_crucible', name: 'crucible' }, { input: '5x tfc:fire_clay', output: 'tfcchannelcasting:unfired_channel', name: 'channel' }, { input: '5x tfc:fire_clay', output: 'tfcchannelcasting:unfired_mold_table', name: 'mold_table' }, From 8e9f1c51abee14a400bd69623456c3c9c1bd23b7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 21 Jun 2025 11:06:05 +0100 Subject: [PATCH 231/246] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc8b79c2..7270f4165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - Added recipes for AE2's decoration blocks @Pyritie - Added warning text to macerators, millstones, and crushing wheels about the no-byproducts-until-HV thing @Pyritie - Electric greenhouse now accepts any glass instead of exclusively AE2 quartz glass @Pyritie +- Added earlier recipes for 1:1 clay bricks @Pyritie ### Bug fixes - Fixed a mud hut structure that had deprecated zinc ingots @Pyritie - The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block @Pyritie From e2a04c8c25cf0b87932973a30f1b35bafc173ffd Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:46:22 -0500 Subject: [PATCH 232/246] Revert "Dev -> space sync" --- CHANGELOG.md | 1 - kubejs/server_scripts/gregtech/recipes.js | 11 -- kubejs/server_scripts/main_server_script.js | 2 - kubejs/server_scripts/tfc/tags.js | 6 -- kubejs/server_scripts/tfclunchbox/recipes.js | 78 +++++++++----- kubejs/server_scripts/tfclunchbox/tags.js | 14 --- pakku-lock.json | 106 ++++++++++++++++--- pakku.json | 3 + 8 files changed, 148 insertions(+), 73 deletions(-) delete mode 100644 kubejs/server_scripts/tfclunchbox/tags.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 956a1f48b..7270f4165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,6 @@ - Removed gems tag from flint @Pyritie - Updated texture for aqueous accumulator (#1168) @Redeix - Kaolin Klayzes now also drop blood lilies @Pyritie -- You can put liquid glue in wooden barrels and buckets now @Pyritie ## [0.9.11] - 13.06.2025 ### New features diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 67bce5440..e126e4f7e 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -1080,17 +1080,6 @@ const registerGTCEURecipes = (event) => { .EUt(GTValues.VA[GTValues.ULV]) //#endregion - - //#region glowstone - event.recipes.gtceu.alloy_blast_smelter('abs:liquid_glowstone') - .itemInputs('#forge:dusts/gold', '#forge:dusts/redstone', '#forge:dusts/sulfur') - .outputFluids(Fluid.of('gtceu:glowstone', 288)) - .duration(20*60/1.3) - .EUt(GTValues.VA[GTValues.LV]) - .blastFurnaceTemp(1064) - .circuit(9) - //#endregion - //#region Large boilers fuel rebalance diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 1d968086e..fd73f09b0 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -4,7 +4,6 @@ * Событие регистрации предмет-тэгов. */ ServerEvents.tags('item', event => { - registerAdAstraItemTags(event) registerAdvancedPeripheralsItemTags(event) registerAE2ItemTags(event) @@ -45,7 +44,6 @@ ServerEvents.tags('item', event => { registerTFCItemTags(event) registerTFCTextileItemTags(event) registerTFGItemTags(event) - registerTFCLunchboxItemTags(event) registerVintageImprovementsItemTags(event) }) diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 0d0ea3b55..a46993c62 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -482,15 +482,9 @@ const registerTFCFluidTags = (event) => { event.add('tfc:usable_in_wooden_bucket', 'gtceu:ice') event.add('tfc:usable_in_red_steel_bucket', 'gtceu:ice') - event.add('tfc:usable_in_barrel', 'gtceu:glue') - event.add('tfc:usable_in_wooden_bucket', 'gtceu:glue') - event.add('tfc:usable_in_blue_steel_bucket', 'tfc:spring_water') - event.add('tfc:usable_in_red_steel_bucket', 'gtceu:glue') - event.add('tfc:ingredients', 'tfc:spring_water') event.add('tfc:usable_in_barrel', 'tfc:spring_water') event.add('tfc:usable_in_wooden_bucket', 'tfc:spring_water') - event.add('tfc:usable_in_blue_steel_bucket', 'tfc:spring_water') event.add('tfc:usable_in_red_steel_bucket', 'tfc:spring_water') // Добавляем тег для скрытия в EMI diff --git a/kubejs/server_scripts/tfclunchbox/recipes.js b/kubejs/server_scripts/tfclunchbox/recipes.js index c3d57818b..0654a12b2 100644 --- a/kubejs/server_scripts/tfclunchbox/recipes.js +++ b/kubejs/server_scripts/tfclunchbox/recipes.js @@ -2,30 +2,58 @@ function registerTFCLunchBoxRecipes(event) { - const fluidCells = [ - { id: 'gtceu:universal_fluid_cell', capacity: 1000, name: 'universal' }, - { id: 'gtceu:fluid_cell', capacity: 1000, name: 'basic' }, - { id: 'gtceu:steel_fluid_cell', capacity: 8000, name: 'steel' }, - { id: 'gtceu:aluminium_fluid_cell', capacity: 32000, name: 'aluminium' }, - { id: 'gtceu:stainless_steel_fluid_cell', capacity: 64000, name: 'stainless_steel' }, - { id: 'gtceu:titanium_fluid_cell', capacity: 128000, name: 'titanium' }, - { id: 'gtceu:tungstensteel_fluid_cell', capacity: 512000, name: 'tungstensteel' }, - { id: 'gtceu:glass_vial', capacity: 1000, name: 'glass_vial' } - ]; + event.shaped('tfclunchbox:lunchbox', [ + ' CE', + 'ABA', + 'DAD' + ], { + A: '#forge:plates/sterling_silver', + B: '#forge:chests/wooden', + C: '#forge:bolts/brass', + D: '#forge:screws/wrought_iron', + E: '#forge:tools/hammers' + }).id('tfclunchbox:lunchbox') - // Убираем оригинальные рецепты капсул - // Remove original capsule recipes - event.remove({ id: 'tfclunchbox:universal_capsule' }) - event.remove({ id: 'tfclunchbox:fill_capsule_with_ice' }) + event.shaped('tfclunchbox:cooling_lunchbox', [ + ' CE', + 'ABA', + 'DAD' + ], { + A: '#forge:plates/red_steel', + B: '#forge:chests/wooden', + C: '#forge:bolts/brass', + D: '#forge:screws/steel', + E: '#forge:tools/hammers' + }).id('tfclunchbox:cooling_lunchbox') - // Рецепты заполнения fluid cells жидким льдом - // Recipes for filling fluid cells with liquid ice - fluidCells.forEach(cell => { - event.recipes.gtceu.canner(`tfclunchbox:fill_${cell.name}_cell_with_liquid_ice`) - .itemInputs(cell.id) - .inputFluids(Fluid.of('gtceu:ice', cell.capacity)) - .itemOutputs(Item.of(cell.id, '{Fluid:{Amount:' + cell.capacity + ',FluidName:"gtceu:ice"}}')) - .duration(Math.max(16, Math.floor(cell.capacity / 64))) - .EUt(GTValues.VA[GTValues.LV]); - }); -} \ No newline at end of file + event.shaped('tfclunchbox:cooling_lunchbox', [ + ' C ', + 'ABA' + ], { + A: '#forge:plates/red_steel', + B: 'tfclunchbox:lunchbox', + C: '#forge:tools/hammers' + }).id('tfclunchbox:upgrade_to_cooling_lunchbox') + + event.remove({ id: 'tfclunchbox:universal_capsule' }) + event.remove({ id: 'tfclunchbox:fill_capsule_with_ice' }) + + event.recipes.gtceu.assembler('tfclunchbox:universal_capsule') + .itemInputs('1x #forge:foils/red_steel', '1x #forge:rings/sterling_silver') + .itemOutputs('tfclunchbox:universal_capsule') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice') + .itemInputs('tfclunchbox:universal_capsule') + .inputFluids(Fluid.of('gtceu:ice', 45 * 144)) + .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:500}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.canner('tfclunchbox:fill_capsule_with_ice_solid') + .itemInputs('tfclunchbox:universal_capsule', '5x minecraft:packed_ice') + .itemOutputs(Item.of('tfclunchbox:universal_capsule', '{Durability:500}').withName(Text.translate('item.tfclunchbox.universal_capsule.filled'))) + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) +} diff --git a/kubejs/server_scripts/tfclunchbox/tags.js b/kubejs/server_scripts/tfclunchbox/tags.js deleted file mode 100644 index b6ce2806e..000000000 --- a/kubejs/server_scripts/tfclunchbox/tags.js +++ /dev/null @@ -1,14 +0,0 @@ -// priority: 0 - -function registerTFCLunchboxItemTags(event) { - - const DISABLED_ITEMS = [ - 'tfclunchbox:universal_capsule', - ] - - DISABLED_ITEMS.forEach(item => { - event.removeAllTagsFrom(item) - event.add('c:hidden_from_recipe_viewers', item) - }) - -} \ No newline at end of file diff --git a/pakku-lock.json b/pakku-lock.json index b030c5cfc..3e2566214 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -962,6 +962,45 @@ } ] }, + { + "pakku_id": "LVF7UEBiNQpjRDSW", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "better-foliage-renewed" + }, + "name": { + "curseforge": "Better Foliage Renewed" + }, + "id": { + "curseforge": "470013" + }, + "files": [ + { + "type": "curseforge", + "file_name": "betterfoliage-5.0.2.jar", + "mc_versions": [ + "1.20.2", + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/4923/669/betterfoliage-5.0.2.jar", + "id": "4923669", + "parent_id": "470013", + "hashes": { + "sha1": "4163772d08837daf22034e5333ddefc8532cdb69", + "md5": "22f5753234b465c44688f9555acb4713" + }, + "required_dependencies": [], + "size": 396130, + "date_published": "2023-12-03T18:03:18.697Z" + } + ] + }, { "pakku_id": "hn4E1S13hPaLVPSH", "type": "MOD", @@ -4642,7 +4681,7 @@ "files": [ { "type": "curseforge", - "file_name": "guideme-20.1.9.jar", + "file_name": "guideme-20.1.8.jar", "mc_versions": [ "1.20.1" ], @@ -4650,16 +4689,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6654/696/guideme-20.1.9.jar", - "id": "6654696", + "url": "https://edge.forgecdn.net/files/6634/593/guideme-20.1.8.jar", + "id": "6634593", "parent_id": "1173950", "hashes": { - "sha1": "5619e9e6c4e2f14c3e7f093698e2103c75f4dcf2", - "md5": "e3692a66b10b1df1b3d40cdc99773a6e" + "sha1": "cc5e96b09949c5f1ad5d6aa5c45695f760715e95", + "md5": "38d8791dc9114d9cf6bcd5f2af1402e7" }, "required_dependencies": [], - "size": 9403366, - "date_published": "2025-06-15T15:50:42.330Z" + "size": 9401167, + "date_published": "2025-06-09T21:54:55.087Z" } ] }, @@ -6797,6 +6836,7 @@ "id": { "curseforge": "585406" }, + "export": false, "files": [ { "type": "curseforge", @@ -8037,7 +8077,7 @@ "files": [ { "type": "curseforge", - "file_name": "tfclunchbox-1.20.1-1.0.0.20.jar", + "file_name": "tfclunchbox-1.20.1-1.0.0.14.jar", "mc_versions": [ "1.20.1" ], @@ -8046,16 +8086,16 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6675/072/tfclunchbox-1.20.1-1.0.0.20.jar", - "id": "6675072", + "url": "https://edge.forgecdn.net/files/6646/846/tfclunchbox-1.20.1-1.0.0.14.jar", + "id": "6646846", "parent_id": "1283445", "hashes": { - "sha1": "334167b4cc5ec81a917d168b6ec8a876f315298e", - "md5": "3dc59cd3d685fe4f5d097ca4e66746f4" + "sha1": "de4051c4345290b9d99f2d26090ad466f112b3ec", + "md5": "ada6f65d0fc9785a34b9deb76c53e882" }, "required_dependencies": [], - "size": 111379, - "date_published": "2025-06-20T14:40:33.51Z" + "size": 95828, + "date_published": "2025-06-13T12:54:20.803Z" } ] }, @@ -8711,6 +8751,44 @@ } ] }, + { + "pakku_id": "mxWVAqlbiiejXL6S", + "type": "MOD", + "slug": { + "curseforge": "visual-workbench" + }, + "name": { + "curseforge": "Visual Workbench" + }, + "id": { + "curseforge": "500273" + }, + "files": [ + { + "type": "curseforge", + "file_name": "VisualWorkbench-v8.0.0-1.20.1-Forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/4612/695/VisualWorkbench-v8.0.0-1.20.1-Forge.jar", + "id": "4612695", + "parent_id": "500273", + "hashes": { + "sha1": "7ebf579edcf2440eadf1ed6c8c895e1bc2d77bf1", + "md5": "d741bc2d4d3a385116d094b874474a6b" + }, + "required_dependencies": [ + "495476" + ], + "size": 82055, + "date_published": "2023-06-27T21:00:10.803Z" + } + ] + }, { "pakku_id": "SZ5c7Jc5GOwlNtbX", "type": "MOD", diff --git a/pakku.json b/pakku.json index f8605373b..f3b69e9b5 100644 --- a/pakku.json +++ b/pakku.json @@ -32,6 +32,9 @@ "better-chat": { "side": "CLIENT" }, + "better-foliage-renewed": { + "side": "CLIENT" + }, "betterf3": { "side": "CLIENT" }, From 0845aed8f9f1abee0bdc082637336e8e5d79a314 Mon Sep 17 00:00:00 2001 From: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Date: Sun, 22 Jun 2025 15:57:28 +1000 Subject: [PATCH 233/246] Revert "Dev -> space sync" From c4db9e821b8e05c1a9b7fe070f2d18d645bf3f43 Mon Sep 17 00:00:00 2001 From: ofoxsmith <77560533+ofoxsmith@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:05:59 +1000 Subject: [PATCH 234/246] Revert "Dev -> space sync" From ae28642a7bca25597239ecc3fc7c1ea7e56f227c Mon Sep 17 00:00:00 2001 From: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> Date: Sun, 22 Jun 2025 23:44:01 +0300 Subject: [PATCH 235/246] Liquid burning (#1204) * Added ABS glowstone recipe Idk how useful this is but I want it Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Update recipes.js Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Update recipes.js Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Added the straw TomTomTom gave it to me to copy paste it here so the straw is all his work Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Now it's tin alloy fluid pipe as per pyritie's wishes Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Added Tom's anvil recipe for the straw Also added comments to make it a clear region Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Tier 5 now for straw Tom edited the message after I saw it . Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> * Tom's changes to anvil recipe , now tier 3 and plate instead of pipe Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> --------- Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com> --- .../create_additions/recipes.js | 101 ++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/kubejs/server_scripts/create_additions/recipes.js b/kubejs/server_scripts/create_additions/recipes.js index 9c3d4c964..7d75a4558 100644 --- a/kubejs/server_scripts/create_additions/recipes.js +++ b/kubejs/server_scripts/create_additions/recipes.js @@ -92,4 +92,105 @@ const registerCreateAdditionsRecipes = (event) => { E: 'gtceu:tin_single_cable', F: '#tfg:shafts' }).id('tfg:createadditions/shaped/alternator') + +//#region Liquid blaze burners + + event.recipes.tfc.anvil('createaddition:straw', '#forge:plates/tin_alloy', ['shrink_second_last', 'upset_not_last', 'punch_last']) + .tier(3) + .id(`tfc:anvil/straw`) + + event.recipes.gtceu.lathe('assembler:createaddition_straw') + .itemInputs('forge:small_fluid_pipes/tin_alloy') + .itemOutputs('createaddition:straw') + .duration(20*6) + .EUt(16) + + event.custom({ + type: 'vintageimprovements:turning', + ingredients: [{ tag: 'forge:small_fluid_pipes/tin_alloy' }], + results: [{ item: 'createaddition:straw' }], + processingTime: 20*6 + }).id(`tfg:vi/lathe/straw`) + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'minecraft:lava', + amount: 100 + }, + burnTime: 7*9*9 + }).id('tfg:createadditions/liquid_burning/lava') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:creosote', + amount: 160 + }, + burnTime: 10*9*9 + }).id('tfg:createadditions/liquid_burning/creosote') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:biomass', + amount: 40 + }, + burnTime: 10*9*9 + }).id('tfg:createadditions/liquid_burning/biomass') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:oil', + amount: 200 + }, + burnTime: 10*9*9 + }).id('tfg:createadditions/liquid_burning/oil') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:oil_heavy', + amount: 32 + }, + burnTime: 10*9*9 + }).id('tfg:createadditions/liquid_burning/oil_heavy') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:sulfuric_heavy_fuel', + amount: 32 + }, + burnTime: 10*9*9 + }).id('tfg:createadditions/liquid_burning/sulfuric_heavy_fuel') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:heavy_fuel', + amount: 16 + }, + burnTime: 30*9*9 + }).id('tfg:createadditions/liquid_burning/heavy_fuel') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'forge:fish_oil', + amount: 160 + }, + burnTime: 10*9*9 + }).id('tfg:createadditions/liquid_burning/fish_oil') + + event.custom({ + type: 'createaddition:liquid_burning', + input: { + fluidTag: 'tfc:olive_oil', + amount: 50 + }, + burnTime: 150*9*9 + }).id('tfg:createadditions/liquid_burning/olive_oil') +//#endregion } From ac7e57387abe05edf4a3711c409cd572526c338f Mon Sep 17 00:00:00 2001 From: Redeix <59435925+Redeix@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:40:17 -0500 Subject: [PATCH 236/246] Updated textures for the fridge and food processor + (#1210) * - Lots of food stuff * Updated Changelog * Changed dry ice and calorie paste recipes * Update recipes.miscellaneous.js Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * Updated textures for the fridge and food processor. Added refrigerant gases for the refrigerators and added recycling recipes for all the new machines. --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> --- .../machines/food_processor/overlay_back.png | Bin 75 -> 209 bytes .../food_processor/overlay_back_active.png | Bin 75 -> 2620 bytes .../overlay_back_active.png.mcmeta | 2 +- .../overlay_back_active_emissive.png | Bin 0 -> 1449 bytes .../overlay_back_active_emissive.png.mcmeta | 0 .../food_processor/overlay_back_emissive.png | Bin 0 -> 149 bytes .../machines/food_processor/overlay_side.png | Bin 334 -> 268 bytes .../food_processor/overlay_side_active.png | Bin 683 -> 1666 bytes .../overlay_side_active.png.mcmeta | 2 +- .../overlay_side_active_emissive.png | Bin 0 -> 740 bytes .../overlay_side_active_emissive.png.mcmeta} | 0 .../food_processor/overlay_side_emissive.png | Bin 0 -> 149 bytes .../machines/food_processor/overlay_top.png | Bin 348 -> 199 bytes .../food_processor/overlay_top_active.png | Bin 542 -> 7415 bytes .../overlay_top_active.png.mcmeta | 2 +- .../overlay_top_active_emissive.png | Bin 0 -> 7415 bytes .../overlay_top_active_emissive.png.mcmeta | 5 + .../food_processor/overlay_top_emissive.png | Bin 0 -> 149 bytes .../food_refrigerator/overlay_back.png | Bin 592 -> 906 bytes .../food_refrigerator/overlay_back.png.mcmeta | 5 + .../food_refrigerator/overlay_back_active.png | Bin 504 -> 0 bytes .../overlay_back_active_emissive.png | Bin 184 -> 0 bytes .../overlay_back_active_emissive_ref.gif | Bin 785 -> 0 bytes .../overlay_back_active_ref.gif | Bin 4697 -> 0 bytes .../overlay_back_emissive.png | Bin 0 -> 90 bytes .../overlay_back_emissive.png.mcmeta | 5 + .../food_refrigerator/overlay_front.png | Bin 350 -> 241 bytes kubejs/assets/tfg/lang/en_us.json | 4 + kubejs/server_scripts/tfg/recipes.food.js | 54 ++- kubejs/server_scripts/tfg/recipes.js | 2 + .../tfg/recipes.miscellaneous.js | 34 ++ .../server_scripts/tfg/recipes.recycling.js | 379 ++++++++++++++++++ kubejs/startup_scripts/tfg/materials.js | 20 + 33 files changed, 507 insertions(+), 7 deletions(-) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active_emissive.png rename kubejs/assets/gtceu/textures/block/machines/{food_refrigerator => food_processor}/overlay_back_active_emissive.png.mcmeta (100%) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active_emissive.png rename kubejs/assets/gtceu/textures/block/machines/{food_refrigerator/overlay_back_active.png.mcmeta => food_processor/overlay_side_active_emissive.png.mcmeta} (100%) create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active_emissive.png.mcmeta create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png.mcmeta delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif delete mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_ref.gif create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png create mode 100644 kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png.mcmeta create mode 100644 kubejs/server_scripts/tfg/recipes.recycling.js diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back.png index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..b67ef6ebfc44880858268f24e4f0861481f1a8fb 100644 GIT binary patch delta 180 zcmeai$T&fzeuk%uV~9oX(Mg7UhYdJf>lf#BGH#fxwxvskM zhg0VtGk3%8uM(4|T)LPfIFl=M>+#?F%I_De?y}BWd&06^wlm|DJ;T{OV!Nt2?i_P* zar%6t^6#y(Fb;+@JZW~a_AEWmH1_fASoNRDOY=VCs$17n)Bft+Jrm&Nc&^e)LtzK= ogT2K{uO_7Refg|;f4%tBe-69)qWivR;-y>CSy0|Nttr>mdKI;Vst01B-O ASO5S3 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..6386d263a70b9bf988988158fb6b6aa274de0efb 100644 GIT binary patch literal 2620 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznVA;UI#=yYvX~C&E3=CY%o-U3d6?5Ls-JgHk zP2_ldw_f7{M{i!~NZIXoQx2SXb};twn@J1n9ijt0|GUJNyk4|%!rt9+w+}`KEI7C9 z+R2y$u{={0Y?e8Hcyavk?#HsFTO>dIj$I^Q6Cb$oUVHibzH%4;wdbEq7T1rfd2qb> zphEeByLV&1{do3Ft^4<(5}(Uc&Ye4#VI#MC{*BjPi_UYi$>hk*Shh0j$Icof37#tn zKTkdj|9z)SK`?Ot{pEH0^KEOdIk}=?wq7@GR}We%e2#~ zy~iKl;qUVJDJxL>XZH81y=PjQO>_SQw;gD1YOL&f;28M8F`HGcf&C!c)(;N0%x0D| z-aKhCZDbc@0Soq@Z&vYqk+6wb?uzaQ1{)5u6=#@dUYc5AAa(A=)tlL0*Bof(VB$Z} zoWT5H!B#M%x%W5s^Xto>+E~nc|J*0#Lso651@i}mrUT3$984`{y^G}k_UK?%t*iUx zy{~K(7R}+T_y972`6`3WizNq`KOD$PNNy76?^{;AB`W^n!IXABHES0Ui~kM9^ZwuU z+h(vYVEcjQZ=V}BZ=7`SV2ZkT_OxTohxj#pgRSPhf3EjbJzoA&hQ;ZBPM_MBT;o4e zb|AxI@#ojUUwsaO9m>3%vEqVeBl~<7{!>A_rm&}ZRZABbTy)Nld+hk`{E5G;e3Kqc z`SwoVBeqX})5l}Ew@&S4mva%Q_~7|rfzPWa^_nM}?$`gbKI352*zuyM(y{yKp*)33 zhbjKKelOqduCZeOd_bf^!100O_X-D>lG=ayGa6@Jy8fKeMnP#;X_Su<1C^d?Zdo6phzVM^Z2hO!7u=i%a)ad~x%azE|gyfgot$h9j0ayMo?ILmBi)C^8uP%TXS zP*?0a#%y=2k}dLj{1t&oDkqQ0>=75=bXCA?*Y1Ge!<7oXIW`)9xiz*wQ|ZMR(v;?JO7=VySs9I{}F5E zj}px$m$-!e7R)%>;bmjs>wC4h{;`|QhP(G8X0jVa2v-O=>OOFM_>c7&qqkn}lw~XL z|2?-Y)o0H&=R)0FmypEo%$G|RKlL%OtX#k=X~pX!w?UGfeeLwLI-_g$D*_)dRwRJJ zUHt=t%?6N5g1IXeT;s3W8@KTFd)xmFiAiOD_g?qEQlZeR_0d7fmXE*Vi&WF~s!TJv zkSP7$)~}bc#3~r%EI=W#lGP^QH}@H4vE`e>>l>T5+BJW#(>WWf7aOd}e@4-Hd1JQi z6tCYKHymi51u94Vm_IBC1_eF1pxN5Me(e`yU|sT+1%Ji4Ua#qvYSPS?+YtEl?xmdf zSC2C*{hg)~-1>`=eU{t3ugo7FaDqzRrECuz)2}eeMf~P=Ir{e6p5NRuIkVdzm}Gn_ z%bvBTLSeap1@EbA&W`m9SAt61Am$GXjI*ryJ3jgR_}XrN_4O%*Wve*2Y+Ka<*r3vzs25~GHLcs8K1IEwy{s$^v@Yj zXcnB>u!wb+2+NcNxeZOn#pmVjJuN4^ur^@#0p`D~hQ6&!-zsyWd*h~6xgVZv zlvsUrfsTik9e+&s+RFRybE11fLGkyXv6cNwZ;4Hqy>DjGvf|HT8Q-2Y z=6-Bh@Rfhd(GU}GO{1~jW%GW8$_0|E|FUkbRgjik%Elw|ZmGxPvC_7rw5aNY5{(!r&5QOXA{-!$8gzwS(CUo-pbZ=D;j z>y{bG&0qqRh#9Q>Ym8O4Uf=6(bC!AMS_7$bTx_rY_TDyw-fu@5YZNlZgjsfottsCz+$Is-DyM(N*ov=*vYt>#JjSTrK zI*``L5oV=T*X$C6E$^*Z>%<6h4TBtubjUNur{5T7fB1ngVS$+3lx_Se2DjKvIc*sD un|SAKt8Mt@*bB-*h{g-^hXrbX`LpJ~w~Y6iv7do~fx*+&&t;ucLK6TcJH8wM delta 59 zcmdlZ;yppkltF-lje&td{`3Dt1_lNpPZ!4!i{9h}3D(64B0WqT3=Av+42<=@6@3g0 O3=E#GelF{r5}E**APwdK diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta index dfae8cae1..92cc62352 100644 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active.png.mcmeta @@ -1,5 +1,5 @@ { "animation":{ - "frametime":1 + "frametime": 1 } } \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..dd17d4c376879666cfa56344c5d4454a496bc415 GIT binary patch literal 1449 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznVA;UI#=yYvX~C&E3=FIVo-U3d6?5L+-I#aB zLg3iPkBYus3aRrBxc*xGnT^QM~{eAZNnPmazIp^ic&6Z{0n6anp`ma^tX)CYAKb>!1 zS5%y6V7K8IOOX>kIQ)&!1(UXm9N3y-V-;LD7i%jc1q{wuQ)b@E9+=?HJj5 z&Aix{-zDzUY#WA2QRc6lirKU47JOz~z2MHpUH9Y!er{fJSoX>u8-w@eRlUmdS+^|; z{r=DE8pV)v zw{Ec0hdFGSxJF5EY_G{b(?oV{)HLM)?a#lK&*=F~gUDXP)u#P_VP_{{ZcS9(pumeTxZ zf}GDB@2*HKk~2BI^IvU6O+fjlKLvA7H}4Yu#E|*KQLeIKtrGvI6U;fGtDjxITp#;O zJN!@Z?8-HzEd_E{cx|7bW}bMYDrsllg8y~9D$hK1tTcVXcPrX&G(s-NstCUmK_JX}_6HYa6TA2Q{GNA0qQ^$*%rnQody@bD zyzr9wsg#oy|CWW%zr1Ew`X}Y2!N2FZwEJ_%)rJf1T<-kx{L5??V|VG9vRghK*tO{C z=LNsF6k57@Ja_#0KJdBxl=_*U`7b!Z&DP%4cENV<1?!_%-X5^td*QXl6!xd0SD!`N z3v9eD;PgKJ!?K?*KMTJ;_Jq+*k^j*N<{XyeOV3x>-;5(O<$Sk$m>^RNq_z0bkpL`p5iYCVF`9J7w(9iV}Adk z<;qX?iHAcPM0f9T@LZeGH%~v~@rRm&(LE{q8ou5-(3yMsx#No?X6p?%D2kW0IKNQq z4c``ZX>s1nN$eG@dT#`IJ~7O=*qXbNYi_-R90T{x1rC+FD)-!yFFPJsZF1UXLlCD! zQU5ZJ2c55@BIhpr==fLsw6*lL9|~LCCx2u#IJ72u)td9|+e2DEFUVPPg89J_r%Hp& z-z^>T8o&NK$xfL&rS~L@LgJU*E2n&4(Rw_FZ_nQS#_Lr|?^WI9jAZCB&=fAo6L^~v zaL($?cB6x@wp7+He6ytV22X>f>*ocP^$WL4pL(-Ej=jL1F`{`hkBL+CsuL^;yyvWb z8c4scNc?n(qhaY>l>omATZU<-mclNd%Iz3(#3LCNxTt~3#fsE_%qsfRocmVXz6j!b My85}Sb4q9e02ExqCIA2c literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active_emissive.png.mcmeta similarity index 100% rename from kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png.mcmeta rename to kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_active_emissive.png.mcmeta diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_back_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..c20a1c9810d77b74d42b9829129c1c640700e925 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side.png index 678e1b9bb4bd15fb486d5c6d42ef7815d3e13573..f796fb3a11e92804f70089b15557ffac5ebc4639 100644 GIT binary patch delta 240 zcmX@d)WbAErT(&~i(`mI@6kzX1zQXRTIJ23FIpt%63A*A;9xROq+v-nhYahI)(k0! zi;h=b*|HX^NWSyG6TI6v|NcAk%?I{}+L)Kdevb3j^gkwWC~*Djsxx;VxhOSl6+6R| z=63&k#w@loJW5`A9!$?Fk6H8`KbAS`!JOtGt?mM@2|-TTy}6mUFKpB8F+AzeQ`XPx z#1Rt8`rdZWcY|XIkzy9l6$6YrJk`k$lZxy-8q?;3=9k`>5jgR3=A9lx&I`xGB7Z37I;J!Gca%qf-qx! zO8i6y28PF;E{-7<{>c&r2RN2KJaFU2kNr!Qs7z_+nrB~suHf67ND*5NnF-H!-rnw5 zIpe{x&HOxfPX=nVZE(mmXt=rO*9l9uSXI@wyUWiv{8Uh=SJYtt}9l+7jcIF31=^X=Oh9)42Qn->1IwvsZfgw@$tNME{o=)%FtmmEw1AePUl$ULN}A z>$7KRuUeZAI@H$|7B1ZXe)gLq8eLCbyzrP3v}nqt=4R%d_5b&2ELG`RbVvOJ?~AhC zpMHEy{@XX#&%H@uLe<{97)8^B;^N?_wbNP>HO{65*W5o}>s+?=>l<#H^ONV!m3{gB z_oesWkAAPUw6&e8z;WdBo{!o`LZcM(u5jHf((dTE^1AdfS9W&x&g;{n9=>>y@ulHl zfhDh;o|OM|GW*14 z`*yjM`U%Ol7I&%-y=ULd$Nyo$2QL5h^CE3Mw(j1&I&15!EEB0$7ZgwvN!d9<*a@eeh)n-O=MFV?l*o(dOjqI!C-cHYx=HNw^`t8v_*HBWl9OOR(!TQhKd>7&-<)E=)6Fj+S@q%1o_3I4 z@5dltZ2PYH?BKz*wl)Gb5~6ZCP3*@uC+ym@{&{`fH~$G=9u&Oil&j(7fAjF*9-9vS z$t#oOV$5>hH?udf2Xpd2d+7MdVCEran~0td3D@LO{#)d8@qb7#Jk%Unm9T4%{BEZh ziMFDGY=6G*^G2pa~aN_fD+n-DSZQfJ;J?{%wVMPOb@p)1HNz=biwdvp&mV0oJYde$N61gQenx)P2 zBJ|&TS5L6Yf}=)o;@ih-PugUd&92yB^6;QnMZk+s|Gs<)X;PT5b?YC&4OIpbJRc6s{gCk0 zwnP8DcC~_1#RIpB4JL9q^7%LKEnmQH{!wA)Bo4Wh!_7-SDD2y_J@kda$KQ@ss)9Br z+SosTdhq_i)+?{SzLM(!J&MD^7b6?4+ z@K4sYIncbag?;mvgx?j}M*N%FPm0MsI2dvWoEQAd%F24Ce_v`N5qFPU?!m!HE$qoQ zC*tnSw$Uh^;q#DDPRDIs#e_X;RzExFYjdD^>UmcFP1CWTM}KsziE2uQd^>z~JfX=d#Wzp$PznX$>3z delta 673 zcmZqTUClZ{tezo(gN=cKLFD461q=)fjKx9jP7LeL$-HD>U|>mi^mSxl*x1kgCy|wb zfq}EYBeIx*fm;BC8P_WBEoER}a`1F<42f`mJAJPgv!lRq_l+A2J(3P=Hg;UJAmWIK zQ&zW4)7tY7f`9OAGqY=2(A%rFapMJNVa`UD&#wE9xLv6Kb3L}W+FX3E%nX5d?5E$w zl&Nn%efED@#-lSQ|Fx$W{mhhT+fuUXs@BubmASoX2_HYcl+0bHds^M9f2!GB8QCm9 zu@wCS_Q@ZAewBTDB&lTL*^}`dVakag&&b`~^TyQRsM*7Vbx>Vw;TA1ZmyAed0?aLwS#e5PiO3z?{|7)-(kn4F+$a$fjX^DTPAv3n4HOVyYCr8 zzSM#J%3Vhi6r-{?)Z1|LpL04J_@izrGm|aD8fG0gulM`xy4yBN^RavJ*T-?OPGrxJ zcsw)FYV(v{h6KeD2Hs@7sg0|dtxsIAf6ZtvsCo8b!GbRgL2Q!F%`;f449@+%~M4DVQ8)ivyHQnz(ra%7(n(C|A-J4SiKqJ7uuuQB&E`?&R$$nY&- zf91uj$(($be~K7O)dzlvDfPAtlh=zEEOgkrpy*)n-USBik{N4dYhE@kuVQ?dEX^=W z;0pKUzW2^odL%D1FZuH173);)YgGq%uQ5(xk4i|-v2}2(S|#4FHO@hb9pN;IQ2i~l zO)aG!&GL!adw`SsHN*S8TjMs=<-Fa%XQ9h5@2f+qip1(T2bByd$Grwzi}cw8Y(mSu TLoP5dFfe$!`njxgN@xNA4B8*m diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta index f3da053bc..92cc62352 100644 --- a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta +++ b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active.png.mcmeta @@ -1,5 +1,5 @@ { "animation":{ - "frametime": 2 + "frametime": 1 } } \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_side_active_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..d4cc42d7aa7d34c94438a63d34a7c830b0103aa1 GIT binary patch literal 740 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznVA;UI#=yYvX~C&E3=B-GJzX3_D(1YsdoWkY zQGoTrwNv3PA}J3{bS$}L`X(y~sy~$IXi%=+FyRezKo9%n%m4Sj&NBJB^p(C%?Tu>; z4U?{x)z*CBIq+s)-28m|TdUvx`tj}GBH;v?)o*{T;7^d4UbplAYMYuH`OEf($~*Yq zyBFWL|5fwd=kAx;H&iSa{<&Je`d?hb(dw#NyI0H-PG33Z|J_-CBma+GgJB5&<)d~t zYU^VD)&0Y~r{g?iOsSQ2-pMNpD%e9>T{TIVJ zj$M1MvlqBtNR(1wnquiQomYU-OJ-RI$CHA}_55o4XD-~a=Q{hZhHEkR>gT(#Oxn5U zzhx(f&WzK)Rb`hkDqYyRz*l6UMW@{f(Jh@yBI*~}cQ%;?wmee#r4W8Wtt()Ti~JL= zTP}iKlV3E)IL_8^Dio@npq(M?s^PbYzlb$=5yw%_FOKU5nIR{aaICHUD?e}YeII_d z8!m!X9R~zJbXuRm&qT5H>wRS&80gwC-TZa)2qRyxykK6P^&ATy@2(Fe@8tP@``+H# zKRceso&^*@bDjz-Z04}?VRmWw&1K~y>z;A;sjaQV0|Qp?53M-^A{ZQU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top.png index 92bda3a2b80254048ce2541b498db33f996fd7fe..29abeec70d767d5baa7d547ba81568756cd6dc64 100644 GIT binary patch delta 171 zcmcb^bewU5N`0TFi(`mI@7+n(e9VR%F6x=OTzU_kcYa^_qE;imi77CDRqVsB|GG># zCoSE0#HN?w!SmOm_Lk36ub#0nS@mjJ_50cH_p0x*c41j%WmDe1+nGZx^prw85kH?(j9#r85lP9bN@+XWnf_7EbxddW?5t{_?!ZBjdL(An*;tYDWEg`mgTe~DWM4fn~Qq$ diff --git a/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png b/kubejs/assets/gtceu/textures/block/machines/food_processor/overlay_top_active.png index 9b68d6c3ee81082d4b3088db2cc40beffa0c1665..a8ca05927c0acaf3cd112cb168de2bed3840b9e1 100644 GIT binary patch literal 7415 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznVA;UI#=yYvX~C&E3=A^+JY5_^D(1Y6t)3!s zb>{!CyLVMr$(=DcY+%D8Dfq#(xhqY$Z$)<5;zHX`MQukUo+?^&ao9a@c`U^$;}8&d z@mh}A?gWvqIX-4LD}<6ySiZ~ZdGcbN#DwLK42+zOefFixe>KbZ52|9w2C_?+g1x3gwRg&vI1S(fwu&d%V8#o4B6 zLYyv(1CJybUR9syp)k?IKx~D`l`B^gPEXUFVV*A+Y#_r|tedQ}pjCMyhtfoj#YX}d zb|Wi?cUfe27hfBQY$9N%;D3p zmwyt&>asXcrP%Yyr%07zPnAuXPhwb~#IWWTPUHXgv{n3Kp+EbdJbi`(@4p>-dQMq{ zt5ElImg&91@3954;n9JCj0_#eAD>WaFKA83VRTe{AJ)QnKwc=|#O}Zon~$=$@yEQg zdGv9|C+pchho7E%Jd@XdYM4Umh;e#@;(3mzKu*p>nERFvg(3xw)ul^ zuAc=9e#_WxP(O8^eH|C$#SD=}3QipriY|KuSOwQ{F|G?*yK&hvHvKjAQr>b=heUYX z_r#o*;O;0mBJQ$7si(m8qB;j_^D!|72gT>kiqDd4*DPNRlk23uBgv-qMK<_ z9w)#F{*{S$vPDeR%~VP`G^U;adN7Obi|` zIlg_XWo6(9P2D-oP)w(O-;aO7O^z(hOpA{M9GtPLs-mSX#y7D&XBY*S&NlV{sz<2=gr>hW_DzlaJ_fY-y^(t#*eQT zKlpu7GRZV?n(SsQwqo9qS+k_h%-_kPUAKv8=aM@+Z*(>@G&J1r_c4o}#h>x8LE*q; z`L^OVlY`P$T@CloM;y=y;NmX2e?Z!%>u+aVrFF@b9bBuJ9d{P!mF}7U#O{dh@rVtd zPdGlAbk*Ysi>t-tX}|ro^CKf~HTjrv^WXFnw~o`!kL)}uE$4dR1XIy^<4DuWGQC~= z-tiI3w45J&Xw)sZw0&Zw(Ehr^tUvB;El)ZfeO~*w-MgFpr*cG#I-^wnZ*mWv_mElX zPvQBxj*p5TLQll4*0$zph^VSd{3&+RUf{8_00#@hM#0K>afSoWliOKlUaP2^>l5AR zu<_=Pzja3^P2v){d}!~g_n%+86;FMkbwVzG;!YP`A$P40h3D(mWSJjiU!=j^^-+`kdXDd<&M&R`_=M-9Ak_h6es!_RZR{ zZ|?oDY-;1u%adS_f3o4zZE;JU_$S&wl;Wp`6%-z}U~mZ2*>+;hjH5?+A78M1UFgPG zEMByzW53MJ`aSm+?Fn9Ud`;x%3mY>{oo0QCu@g8tXVryYx2G*izMK^*$<)rD)A;GT z__}?Sn{4(MWXfGyTDj!h+V+x6x$yfolHvDlW^Qbdw4d>}_x8tM_4_;4o6hBC_z-@| z@7wRY^B>-Ao zpQ-I1wk|84C|vv@T()WdD}g%;^&hOaX(=_nHZ82+WuX&eLrT8vq`jpK4W-7{l0KgI zIb+UrVB6pSt5@j@o|BV)_My=>u`3Cvg73(tNCV>l3P z|1ThP-oxgZ)Af%?zjrsxee#ndMBZgVl$`yCiXR`@dssimSH%cU`sL2ZP&BFK{^MjH z>B@cEcGP{J&%xYq{juY-4B@)|e!-Tia~uDB?)93h%s!=d-U&vQRs4@$zEpcOaT(wI z1y@YfJx_Rk+H>mi<@tveg}*llb9lE^<>{2@6{2N74ouUqm#-OrgilTX#ciw?*<$`rhu@B+t!AA}@$T0X&U-ICE}Y+K*LMHSl|6}I&-1ggVFN!@ke|~1-#4d%vCGCx!_8dGvW%jMAJ!SeK^er>P9g9lGOxEkM zAn2{`+@n zTzfY?NIX;ZuASq`+h&2_`)=Tb`T5{|eJlRWQDVv0R+}sSy&92PpRmcMFXHcQuh7ai z{*1(hb^V`an*MvgW13;^!(YAHQ;gI3=J%d?xOr-_OXor+rs=CIDl=4Ac@7Nv$-DPB`*qp4Iw$Dg9dBMD&sXr8I z_w4(^{3-3YS55U}E)Hke{|A<7*vpsrzCNaZ`~H#8*V9*hW7mJ>wraOzvc0C^eu3P6 ztwRUfVzX3vcL!W9UAK>kVU_XnU9&|GS_&^?V%YZI)%H;SDobHkn-^LO&R!2YI)&+0 z4a1E+$&_`_sr^a3D%7fJuCB9?Uvjhy~$4yoU;D^IW(`csOHgpY1OOC zv!l$v`K-Ajmj0Ld*GgrD{_+ip;hFy%zVDfQe0Bj7Z(G2NV<|_NcX4GX=AOQ@Cs|s} z$v0C~vU7&-tSw?~TtRowf~>r}q!iqk;^ULQA@}q<|2LmCA+{Dz7Aobsyq16QiBWgP ztGuwf*^ij_ZvS{kTWV%)n|}DLPKKS9(?cA5{7TJ}&$X=7df(!1u}%EJqa$;Ri*ti7A^6FT`T&hAo?2g!tTt6T_P@w@7N zPi~Pn%W1|ot}P1F_WbY@|Gs0T9Czk58#{xN!VK+Ox28W__0`)@lFc#pN!;Za28LYS z(;q&4+sa|~rs&6kc@h?O3i?7%YcpE;*WE6%y}tE%O6bw#iThuM22vy3cPGI}0RkYkpV!EpH_yUPr*OVcifGDOJRCx~2V-P&@9J0W3R ze-gChI{A_oBwEUKwk@qtnYTf>J|TO`efu3n7b{Z#9Pp`c>R5D=n%E=3UibUB~ojs=()y+coVjynZyJFZ|iThs?K= zAN*mi+Bebd@%yWNYSa1S?(GXJH}Rh>?`i(;fX@oUgilYiuB?&do)XCI8-Gw};fsS? z>K8m^@qR5{QSfMLZhzxb=3SnX%|3nGTpv31`cr1zxSHkM2isz2LIr#P5moJ?hY=0zZ%6azlOC_KC z)5L3NQNzGceES&lh6nNtHR`ub$SMd{|7yX9(-h+dEr{0deP4Yo6=j`4s7-*|I=U|nSRUOBGb;mczwc(291UG(|#}n z_(v_d@<9nMN zpW#vVDlUHuxsxaROWYC)J}tb^zxid2hRKWVQ(yjLTF*L*OMlCwSH+@p;(lH_5y{y7 zvGbN=ka`u^Q@|8E< z(!f3`pq2gd&xs7(ujf`CTK1ROsBP8R>1N-%+>YCCP-nCI&-kzlqB@nuot+2I zPCs_r+~ViNEjuqUsM}wXY}n6ecY*ESynubBi?6!Il-pmun{)k-hu=OE_9_eC&&nT{ z9npDif1%ibN0-5G`5%wev&*g04~2aG*tzFPkl#L&+sO&X`TexwrT*5Loa$dtt&{hz#W``0=8%k~?5?{d3ZqdZr?cgn(t9~yN(m`~96y*ySQZRERqd3yq0c!bo*z^CuPQ0 zTWe>R=UDIjsM!Af&2mNB}RQCR1UzwL)yV$qz)o10I=cX@9zxm*q zyV2MB_hErX_Chze9bs4hTfeShvi@71!z<7CrzplpDPK3rt5LE|TG;a}GIHITw<$bz ze;D=cg&HQG?q4F_|Ky2#5yPBqKPOiFy!7Rha^$J$X6c7QihuI^<<_a(6VmbiIdMz< zR<~`w&%GaCy(($H!PYO>PT|n4m_(b?JN_}=Wy{dk`6`|ayq3y`Ps_)+7Y; ztMNzjt&_#U-1~!Gf&); zemGQrHGhBOS&#ZH`Q?@SOyaa{7JltL;Q7S;61VZS&;_l6;tXP+mNJT6H_uv|ksW{R z@BZ?;e>}ceXi4_)!0YgYf1y{o+CvWueN8HbjdE>bHlpQUN0~E(9vAq7rPel#fo1s6f>y# zaLaf7qubKq3=Egr&xiG~zW!dIo2)bA=c$~j6HY%pbZzeYRZ}iJ@Z;xjEp0fwL386v)*R8kZSEkkOL}Afst_(v=irq6yo$4j zxD7XNW!`LN%d;?V{wDj<3K50{zns6$kv`1sBEfLUHeJ-Wbmz`#hP^MJUC+~$E7|?9 zZ1+e1$9k;++x-KRRy2r|?Y`?JTDS2zGsA&5r(bP7dNcdO=kxc%|EgU*@%-}-%X`NS zR!lAUsc^Sg?9B zGPLagcx>h0L38mf3R1mFW=r`uYS!*}vutCB?@Q;bPaaFu`crfg9!*V;*~9TUF23Q6 z;LZ>0H^$mcKHj@$ivC&l{F)srD=xfktoX9#Q9l3eZzYG>@4S1YviJC7w}cbVkJqof z-+SlTpZ?@1g)4Fm0o4xv`!_blzrWk}Qp6PxjZHYm*w{HQ3vba{d3sa@N-W~ zO?81lUbj{Jy$iA|5I|0zu@+@ozU(-^8@)ab9-h6=N*@pcbQt7FaLuh?j$?I ziM^_;P8ruYwA{D*FmYAFyBiuFlUjDova4lfxbX4VT!sdpHJoz&H4&3i`0qacn9=>Z z`n8J$gH!3)A+$Gt0J{-}_+_+!v_eDRj^7 zgP_qyHIE>^NmHEFuC?@<+x14rSDcAp+As4v}^@3QT0XuFs8k7FE_tAa&}KZKVb zjK9koc;?|MPtzL)k2^1M741}-s8aQ6!i$OSdCTI>__^oBr><$Z^Sb<7{hAmHh8qTt zIbA_xfJqFWw6||plImSlz&SxOzW>aRDiOVj-{WuII~8$YUHQCi0@42^jxIes>*4x8 zT>rc(Eg!YpR_~l<*t6xw(yd(qimLnPx(0spvO5x&A@BJ2;+~L?SKob(e89Xqfph66 z?HH>ylItEgK9!pA*3{VATRUT|^x_=#s_Y3brt06CHFNHc>eE8tC@!*0=@)Icf;7=T zeLi^QrMQw*@1d)Y+}7=s+xe_&N7S7eR)3v*=GG}DGd`BD`7UquVe|cywJGtg{Y7V< ze|8i(da0(szhte_i&K2;3@MuhK*{+W|Y%c$yT) zqkF6Cw9d19KYk@~8FU2d^m<$Viy0#GKJV4&kzG}zxBr_>Ox@ec9@d`vg4ev=AK&k< z;$wKgdwfd%{`=>*_B?E^HecIlF5|2h*zBOd;Lo5So4Cm3IunzU&x4b^hyQ=AJEv{s z@R9vq0neoG6N-3M-Yfd7lI?t7lbx8!D%|$daAnxLcPf1?6HcZuFx>xn&FRk%`*|i| z4)4BxTX*+_YFBvm)$;J9m)@sCQo+L!r_Qsl4L|k&_#?^ptZrAe=AXKz6|yZXvwL&R zh7Gxr)Ap+zm#=85J@tJ_+eOg$_`BObEEpWTLJx*#G$?SKGF)^dfKhN6Yi%pro36-+ zc^*FI%&|^_v3EbP{C>ds&9S6(@y=y}+wWDV2lqWZVz^aK#^cmgk0mGWG34!i>u2+Q zQ|Awtmn&?xJMix>E4$Nw)Zd0F|AR!|(JNPre;g3gu$TAQm9ypyd-5KKpgPI%UYul5!#bmi>g*)E}|Vj0`sqCHAbE5_^Ad{3`b^ zUnaA&bYEt05#;|REaGHeetQa2zks{Vv(T2{l_q>LuMZxw{5~aYLh)AzuW$y2pp_y) zD@~S^u!iZzbXJ>92@vQ$s<2eKE0~cXXcyC5@34fAujHM)+-3eBn5SVc-*T+&>Bl3t zxURZO1hOZx+-6Mwv7oq8{ax)I3)gqw)KibvDa`eo{X#$B(7^x!2Z5C-T!*v&I7qzc zk`0`CJ@=gG)uSIAA_e7RSdZi|^*<~3Wc``L@o}-9tHn&8ho>XNyr00~t1$xiyvtl#p7=KkMvCjvBDZzt_ywYEa6XTxFkZ7x559tc-oA3s6s&nflzSce6M z4DoY2zjB{n7uCMB|BplHiV55f0!^Su?AUO6wxfoKn}$eOU+)_IL`K1qN@I?8=Tml3 zonkp#3jE|MPINQf*;n$>LF|R^(TCU06uvMDGMdT2z$2*Sp)yJ12~))GB;S`>OM;Fr zo8zJKv2wkP-Nttd-8W|JJXw=D^G;xB>9utci#e=o61=C(=Z|^Fu;`+Ok=zQqbp;IT z3LK*6JZ%;?%Q^Ds>Gy+A1KIUjwQ6EchlI{BO7&8Ft`~Bk{zo5MHq~le>u!2- zc=BqWGv>=S*Lv0RAFUGfKhZTW=4$89@^T4nh3{69;#0E)&oA5f@Z#5q4JC{*au**m zSA(WG7Bys;bh()Iw#=BYe{*JshJ%YE$f@&P;*ZFBzhj7b^}^!QHocqiJCaYzGBE7F z&0g=3*Zc9G%7aM)>og8}Ff=r=Yg9bo=loE;=R@_L6&)>I$Gx;39C-h+sP(Jp4wWO1 zk2lv(d&i@!J`>#m+e& zcnun2(Xf|S5#p@;>!h>nmx>UliV!DgW^G%}&8EuF&kR`)KQy>*bc`v=La0+gsMElU zNA$v>J-L^;&NziT*4Nu_mhIiNarT|v4&0Xxy?y)k7?+6Mg*$ptHy$#J{pVjZYtdov Ta_^fA3=9mOu6{1-oD!M<4(D;9S2oqqKO%KlgVZh4i)@JgD^d zK}OuH-FIGB|G)2E@7Mo7^TgAlvn5t<`lxHs|-Z{P`;3{(k8v*=6&NvHi|W&plak>Gb_S4ciW%l<#Fr-5e?9 zxwPU=d99=W`}u#?B-C@=P;i_SwNOmLPtCHc{QH*j5}*F5T;+=witW&yYSHqtW}dUN zuE7M43l(b4uUBh_%$T+0devNKXI+73OT!*tFks!_x#3)dRzpkC&NFv8HuY451(*v> z^I|?ZQQEU(_tf2g^6dpIyVV=E{bk^su=y=#;J*c80+#dV?ta4=kmPMxf3ssw>y5Ui zGDFsigO8eo?+3goE9}*DxFxmB;Rb(>{)DDj`xhZ~f0fzT=00UF(%X=FXPZ333CX5I zX4`yKeU?ZqWS+yTm*2JK$c_K!zDX~h!f}NuLpFHEY|RgnjKLjGJ(N;?Sl7DG{!CyLVMr$(=DcY+%D8Dfq#(xhqY$Z$)<5;zHX`MQukUo+?^&ao9a@c`U^$;}8&d z@mh}A?gWvqIX-4LD}<6ySiZ~ZdGcbN#DwLK42+zOefFixe>KbZ52|9w2C_?+g1x3gwRg&vI1S(fwu&d%V8#o4B6 zLYyv(1CJybUR9syp)k?IKx~D`l`B^gPEXUFVV*A+Y#_r|tedQ}pjCMyhtfoj#YX}d zb|Wi?cUfe27hfBQY$9N%;D3p zmwyt&>asXcrP%Yyr%07zPnAuXPhwb~#IWWTPUHXgv{n3Kp+EbdJbi`(@4p>-dQMq{ zt5ElImg&91@3954;n9JCj0_#eAD>WaFKA83VRTe{AJ)QnKwc=|#O}Zon~$=$@yEQg zdGv9|C+pchho7E%Jd@XdYM4Umh;e#@;(3mzKu*p>nERFvg(3xw)ul^ zuAc=9e#_WxP(O8^eH|C$#SD=}3QipriY|KuSOwQ{F|G?*yK&hvHvKjAQr>b=heUYX z_r#o*;O;0mBJQ$7si(m8qB;j_^D!|72gT>kiqDd4*DPNRlk23uBgv-qMK<_ z9w)#F{*{S$vPDeR%~VP`G^U;adN7Obi|` zIlg_XWo6(9P2D-oP)w(O-;aO7O^z(hOpA{M9GtPLs-mSX#y7D&XBY*S&NlV{sz<2=gr>hW_DzlaJ_fY-y^(t#*eQT zKlpu7GRZV?n(SsQwqo9qS+k_h%-_kPUAKv8=aM@+Z*(>@G&J1r_c4o}#h>x8LE*q; z`L^OVlY`P$T@CloM;y=y;NmX2e?Z!%>u+aVrFF@b9bBuJ9d{P!mF}7U#O{dh@rVtd zPdGlAbk*Ysi>t-tX}|ro^CKf~HTjrv^WXFnw~o`!kL)}uE$4dR1XIy^<4DuWGQC~= z-tiI3w45J&Xw)sZw0&Zw(Ehr^tUvB;El)ZfeO~*w-MgFpr*cG#I-^wnZ*mWv_mElX zPvQBxj*p5TLQll4*0$zph^VSd{3&+RUf{8_00#@hM#0K>afSoWliOKlUaP2^>l5AR zu<_=Pzja3^P2v){d}!~g_n%+86;FMkbwVzG;!YP`A$P40h3D(mWSJjiU!=j^^-+`kdXDd<&M&R`_=M-9Ak_h6es!_RZR{ zZ|?oDY-;1u%adS_f3o4zZE;JU_$S&wl;Wp`6%-z}U~mZ2*>+;hjH5?+A78M1UFgPG zEMByzW53MJ`aSm+?Fn9Ud`;x%3mY>{oo0QCu@g8tXVryYx2G*izMK^*$<)rD)A;GT z__}?Sn{4(MWXfGyTDj!h+V+x6x$yfolHvDlW^Qbdw4d>}_x8tM_4_;4o6hBC_z-@| z@7wRY^B>-Ao zpQ-I1wk|84C|vv@T()WdD}g%;^&hOaX(=_nHZ82+WuX&eLrT8vq`jpK4W-7{l0KgI zIb+UrVB6pSt5@j@o|BV)_My=>u`3Cvg73(tNCV>l3P z|1ThP-oxgZ)Af%?zjrsxee#ndMBZgVl$`yCiXR`@dssimSH%cU`sL2ZP&BFK{^MjH z>B@cEcGP{J&%xYq{juY-4B@)|e!-Tia~uDB?)93h%s!=d-U&vQRs4@$zEpcOaT(wI z1y@YfJx_Rk+H>mi<@tveg}*llb9lE^<>{2@6{2N74ouUqm#-OrgilTX#ciw?*<$`rhu@B+t!AA}@$T0X&U-ICE}Y+K*LMHSl|6}I&-1ggVFN!@ke|~1-#4d%vCGCx!_8dGvW%jMAJ!SeK^er>P9g9lGOxEkM zAn2{`+@n zTzfY?NIX;ZuASq`+h&2_`)=Tb`T5{|eJlRWQDVv0R+}sSy&92PpRmcMFXHcQuh7ai z{*1(hb^V`an*MvgW13;^!(YAHQ;gI3=J%d?xOr-_OXor+rs=CIDl=4Ac@7Nv$-DPB`*qp4Iw$Dg9dBMD&sXr8I z_w4(^{3-3YS55U}E)Hke{|A<7*vpsrzCNaZ`~H#8*V9*hW7mJ>wraOzvc0C^eu3P6 ztwRUfVzX3vcL!W9UAK>kVU_XnU9&|GS_&^?V%YZI)%H;SDobHkn-^LO&R!2YI)&+0 z4a1E+$&_`_sr^a3D%7fJuCB9?Uvjhy~$4yoU;D^IW(`csOHgpY1OOC zv!l$v`K-Ajmj0Ld*GgrD{_+ip;hFy%zVDfQe0Bj7Z(G2NV<|_NcX4GX=AOQ@Cs|s} z$v0C~vU7&-tSw?~TtRowf~>r}q!iqk;^ULQA@}q<|2LmCA+{Dz7Aobsyq16QiBWgP ztGuwf*^ij_ZvS{kTWV%)n|}DLPKKS9(?cA5{7TJ}&$X=7df(!1u}%EJqa$;Ri*ti7A^6FT`T&hAo?2g!tTt6T_P@w@7N zPi~Pn%W1|ot}P1F_WbY@|Gs0T9Czk58#{xN!VK+Ox28W__0`)@lFc#pN!;Za28LYS z(;q&4+sa|~rs&6kc@h?O3i?7%YcpE;*WE6%y}tE%O6bw#iThuM22vy3cPGI}0RkYkpV!EpH_yUPr*OVcifGDOJRCx~2V-P&@9J0W3R ze-gChI{A_oBwEUKwk@qtnYTf>J|TO`efu3n7b{Z#9Pp`c>R5D=n%E=3UibUB~ojs=()y+coVjynZyJFZ|iThs?K= zAN*mi+Bebd@%yWNYSa1S?(GXJH}Rh>?`i(;fX@oUgilYiuB?&do)XCI8-Gw};fsS? z>K8m^@qR5{QSfMLZhzxb=3SnX%|3nGTpv31`cr1zxSHkM2isz2LIr#P5moJ?hY=0zZ%6azlOC_KC z)5L3NQNzGceES&lh6nNtHR`ub$SMd{|7yX9(-h+dEr{0deP4Yo6=j`4s7-*|I=U|nSRUOBGb;mczwc(291UG(|#}n z_(v_d@<9nMN zpW#vVDlUHuxsxaROWYC)J}tb^zxid2hRKWVQ(yjLTF*L*OMlCwSH+@p;(lH_5y{y7 zvGbN=ka`u^Q@|8E< z(!f3`pq2gd&xs7(ujf`CTK1ROsBP8R>1N-%+>YCCP-nCI&-kzlqB@nuot+2I zPCs_r+~ViNEjuqUsM}wXY}n6ecY*ESynubBi?6!Il-pmun{)k-hu=OE_9_eC&&nT{ z9npDif1%ibN0-5G`5%wev&*g04~2aG*tzFPkl#L&+sO&X`TexwrT*5Loa$dtt&{hz#W``0=8%k~?5?{d3ZqdZr?cgn(t9~yN(m`~96y*ySQZRERqd3yq0c!bo*z^CuPQ0 zTWe>R=UDIjsM!Af&2mNB}RQCR1UzwL)yV$qz)o10I=cX@9zxm*q zyV2MB_hErX_Chze9bs4hTfeShvi@71!z<7CrzplpDPK3rt5LE|TG;a}GIHITw<$bz ze;D=cg&HQG?q4F_|Ky2#5yPBqKPOiFy!7Rha^$J$X6c7QihuI^<<_a(6VmbiIdMz< zR<~`w&%GaCy(($H!PYO>PT|n4m_(b?JN_}=Wy{dk`6`|ayq3y`Ps_)+7Y; ztMNzjt&_#U-1~!Gf&); zemGQrHGhBOS&#ZH`Q?@SOyaa{7JltL;Q7S;61VZS&;_l6;tXP+mNJT6H_uv|ksW{R z@BZ?;e>}ceXi4_)!0YgYf1y{o+CvWueN8HbjdE>bHlpQUN0~E(9vAq7rPel#fo1s6f>y# zaLaf7qubKq3=Egr&xiG~zW!dIo2)bA=c$~j6HY%pbZzeYRZ}iJ@Z;xjEp0fwL386v)*R8kZSEkkOL}Afst_(v=irq6yo$4j zxD7XNW!`LN%d;?V{wDj<3K50{zns6$kv`1sBEfLUHeJ-Wbmz`#hP^MJUC+~$E7|?9 zZ1+e1$9k;++x-KRRy2r|?Y`?JTDS2zGsA&5r(bP7dNcdO=kxc%|EgU*@%-}-%X`NS zR!lAUsc^Sg?9B zGPLagcx>h0L38mf3R1mFW=r`uYS!*}vutCB?@Q;bPaaFu`crfg9!*V;*~9TUF23Q6 z;LZ>0H^$mcKHj@$ivC&l{F)srD=xfktoX9#Q9l3eZzYG>@4S1YviJC7w}cbVkJqof z-+SlTpZ?@1g)4Fm0o4xv`!_blzrWk}Qp6PxjZHYm*w{HQ3vba{d3sa@N-W~ zO?81lUbj{Jy$iA|5I|0zu@+@ozU(-^8@)ab9-h6=N*@pcbQt7FaLuh?j$?I ziM^_;P8ruYwA{D*FmYAFyBiuFlUjDova4lfxbX4VT!sdpHJoz&H4&3i`0qacn9=>Z z`n8J$gH!3)A+$Gt0J{-}_+_+!v_eDRj^7 zgP_qyHIE>^NmHEFuC?@<+x14rSDcAp+As4v}^@3QT0XuFs8k7FE_tAa&}KZKVb zjK9koc;?|MPtzL)k2^1M741}-s8aQ6!i$OSdCTI>__^oBr><$Z^Sb<7{hAmHh8qTt zIbA_xfJqFWw6||plImSlz&SxOzW>aRDiOVj-{WuII~8$YUHQCi0@42^jxIes>*4x8 zT>rc(Eg!YpR_~l<*t6xw(yd(qimLnPx(0spvO5x&A@BJ2;+~L?SKob(e89Xqfph66 z?HH>ylItEgK9!pA*3{VATRUT|^x_=#s_Y3brt06CHFNHc>eE8tC@!*0=@)Icf;7=T zeLi^QrMQw*@1d)Y+}7=s+xe_&N7S7eR)3v*=GG}DGd`BD`7UquVe|cywJGtg{Y7V< ze|8i(da0(szhte_i&K2;3@MuhK*{+W|Y%c$yT) zqkF6Cw9d19KYk@~8FU2d^m<$Viy0#GKJV4&kzG}zxBr_>Ox@ec9@d`vg4ev=AK&k< z;$wKgdwfd%{`=>*_B?E^HecIlF5|2h*zBOd;Lo5So4Cm3IunzU&x4b^hyQ=AJEv{s z@R9vq0neoG6N-3M-Yfd7lI?t7lbx8!D%|$daAnxLcPf1?6HcZuFx>xn&FRk%`*|i| z4)4BxTX*+_YFBvm)$;J9m)@sCQo+L!r_Qsl4L|k&_#?^ptZrAe=AXKz6|yZXvwL&R zh7Gxr)Ap+zm#=85J@tJ_+eOg$_`BObEEpWTLJx*#G$?SKGF)^dfKhN6Yi%pro36-+ zc^*FI%&|^_v3EbP{C>ds&9S6(@y=y}+wWDV2lqWZVz^aK#^cmgk0mGWG34!i>u2+Q zQ|Awtmn&?xJMix>E4$Nw)Zd0F|AR!|(JNPre;g3gu$TAQm9ypyd-5KKpgPI%UYul5!#bmi>g*)E}|Vj0`sqCHAbE5_^Ad{3`b^ zUnaA&bYEt05#;|REaGHeetQa2zks{Vv(T2{l_q>LuMZxw{5~aYLh)AzuW$y2pp_y) zD@~S^u!iZzbXJ>92@vQ$s<2eKE0~cXXcyC5@34fAujHM)+-3eBn5SVc-*T+&>Bl3t zxURZO1hOZx+-6Mwv7oq8{ax)I3)gqw)KibvDa`eo{X#$B(7^x!2Z5C-T!*v&I7qzc zk`0`CJ@=gG)uSIAA_e7RSdZi|^*<~3Wc``L@o}-9tHn&8ho>XNyr00~t1$xiyvtl#p7=KkMvCjvBDZzt_ywYEa6XTxFkZ7x559tc-oA3s6s&nflzSce6M z4DoY2zjB{n7uCMB|BplHiV55f0!^Su?AUO6wxfoKn}$eOU+)_IL`K1qN@I?8=Tml3 zonkp#3jE|MPINQf*;n$>LF|R^(TCU06uvMDGMdT2z$2*Sp)yJ12~))GB;S`>OM;Fr zo8zJKv2wkP-Nttd-8W|JJXw=D^G;xB>9utci#e=o61=C(=Z|^Fu;`+Ok=zQqbp;IT z3LK*6JZ%;?%Q^Ds>Gy+A1KIUjwQ6EchlI{BO7&8Ft`~Bk{zo5MHq~le>u!2- zc=BqWGv>=S*Lv0RAFUGfKhZTW=4$89@^T4nh3{69;#0E)&oA5f@Z#5q4JC{*au**m zSA(WG7Bys;bh()Iw#=BYe{*JshJ%YE$f@&P;*ZFBzhj7b^}^!QHocqiJCaYzGBE7F z&0g=3*Zc9G%7aM)>og8}Ff=r=Yg9bo=loE;=R@_L6&)>I$Gx;39C-h+sP(Jp4wWO1 zk2lv(d&i@!J`>#m+e& zcnun2(Xf|S5#p@;>!h>nmx>UliV!DgW^G%}&8EuF&kR`)KQy>*bc`v=La0+gsMElU zNA$v>J-L^;&NziT*4Nu_mhIiNarT|v4&0Xxy?y)k7?+6Mg*$ptHy$#J{pVjZYtdov Ta_^fA3=9mOu6{1-oD!M<4(QU?3X literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back.png index 3c21545d173450d700ff3c857be6471b14b9deaf..cdddc8be2da7fb655dffe77cff7063f4fffb8279 100644 GIT binary patch delta 897 zcmcb>(#1YOte(+9Q{!FyJBicYWHo}yjyLeML^-<)OE$$E!&fpyN`d*)hiarX35U)jP_#@@VQsfyjX zc$rn3PYRS4sGgo4@Paqc;eGzZ{r%@ZtrmZIu*xAQJw4sfen$Pn0uG1mx0jm8@Xhp5 zn{qmJ%QcBM$DJ{0Ml%_f%s>9va9Zlwv&>UAb#J*A6B9Gx%@q^hMH)#aQi-$F5+#;> z_Vl`&XD)js%T#MBSE2+{z{(JYOCMjo(n^%rw15BkOP7QgvJw*yTG-pmGgr(LkDk_g zO^V_4CWdFnqOzrW+kRc#SHCoKYgDnXKI5Br?~b{wAzr|9)bSa2d!R{pVCILa_WjfT9r#{5Yro0M z600?9*Dk%??|9(ey?eGFHssD;+{=3_P$WM$SCiptb;?op`Th@Y>ofmJ@u@DU|Ni_o z!;Ss6iJ#wcod29*Hv7x(+OV*&8~5&oaU~QN8{65~EQwqHc$Z$^;|s69ZpfXjz)?|o z{BY&M(A{_Y#Kpxs7jG7hE3LH#q&5R%BXFt4E@u2eZVTPh72bXd=R7{9fvC&}RpAz)t zcP(49`b)Zg_WW`D rXBYVAU=2v8#yWe3N_j7{ct)AOr8DO7-iu~nU|{fc^>bP0l+XkK?vG5Dn%V4}0+H)vNj-waGgJw5IO+DJ#OoT3%f}d*@EezS-sbY@X*mE!q~g zdTy?s-ag~+-}0C?H^j@&+qt*DpCO}0DuKaXR-Ew-bK9y57A_ZLdiw-4=cb;G?Y22$ z;v2M5WNldY&!3g`WxHd|%*-}@t@^w9^{(%H?`lIuQcv?|)W{z=c$(pPC~HG@{q%E; z0(-yC`2KC`^4G6l>sRfSV|ZF*xl-fQG^PpXpWjW}?5Q+yLD=d<3AVX@?HMLs+iyQT zdv(|KgGcQ-(q#9{D=pyi)cpLZqUqeGXLdgeo9E7z=ES4z)+>ez|hdb z!0?NKfuZ3A14F3+1H-EX1_rAc3=HB0b9M#VFfcHr1^9%xGB7ZF`t<3+g9kfz?!0m1 z#`*K-_wCzv?AWonbLXyFwQBkD<$Zm9_c8?KlJ+gNTAD;cBi^C@DKvbEgRc4|@TeSW!{R$58iVYc!?H;x^U%u#; zS9FL~_K22#NYMTKfQf%?$8nQ?52`9`9`q~qSN?p=IRDz`{WI(nit1PVJp3o|pF#Z$ z`!n+O6;u8iZvK0R<=={I`}BVmmzEoUZlB9;`?|mLTyq^m*|{a$zCmsZ3=9kmp00i_ I>zopr01T1VI{*Lx diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive.png deleted file mode 100644 index 8e993ab9899163f3861209611777cb5330c63c40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznV02(&W?*1Aks`8@fq_9G*(1o8fuTx`fuW&= zf#DYe14F|L28L1t28LG&3=CE?7#PG0=IjczVPIh33GfMVWnf^COWH5!F`0pZLF&ma zHUYh7ML)4+aJXMNb#U5R22v2?{JS4lc}&sV>cdpWV(% jo918H6ZpBUxspMUk)KgKDKDCVfq}u()z4*}Q$iB}`2Z{6 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_active_emissive_ref.gif deleted file mode 100644 index 383a1c8002c2d2f4d21310d5d14f32fbeb1396d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 785 zcmZ?wbhEHb6krfw_{abPf*zCQlJ+w&Fev_H;ba2Q|GE8KLxP$zt|?Jt#k9eJU3h*48#QHg>(J$wHA`5QNGJb3Wn)2B}$Td9Najnxp*GXeCRp)3u4BxBpbwt6UDY zP%E^NYp}BFGP?O{M~&b6oHsvuUFUYj>xhYpinKIkNfe3+aZB;`N(q!OG&YMgHHb5? z2yhk(vkSBFv+=N27uQc|6|LqJV965WWa44j%FjA!Rm-$Cf%S#lEbNC_*jPju7*9_+ zTjZDEmPLsY6s6|YuyD?`j;ewuljRrL&C*c9JU@V%V6o@auU(QWuc@mF=X1i)aXl~w|6-)d$_Y99b9;O7oKI{ HeF) diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd8d67fa1c0a474cf9244134ce67fc6124cfa58 GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s76g^!WLo9le6C_xj1!Bz1 s{`H?pSGwAu9lt;5yy@bE8w?EJxLJPkAAQ)tz`(%Z>FVdQ&MBb@0HnAXUjP6A literal 0 HcmV?d00001 diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png.mcmeta b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png.mcmeta new file mode 100644 index 000000000..92cc62352 --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_back_emissive.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime": 1 + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png b/kubejs/assets/gtceu/textures/block/machines/food_refrigerator/overlay_front.png index 01360c35a2eee48a62adb260c3d0b35dfaff2289..5b02c2583f6a00c83616ee569beda98de39ec7bb 100644 GIT binary patch delta 214 zcmcb|^pSCbay`QiPZ!4!i{7^r47pkiL|EMgJhufqvb=vdbIlr?9(Dnn?zOQ|2ahQ^ zPBfhxt*NDS<9&!?<>w#v=S+OH^)E&-FPL)ZYE<%CSB^$QHceG0jx}2uepg0{)!etg z%e>?Gg;0q$#s-b9vY$~;w3hlk&b?&Ow(-@5 WRc!pe=@0`01B0ilpUXO@geCyw0AJ|< delta 324 zcmey!c#mmX(@}SU<-2yWJ$g`}ALsNqOb&?f#nADSPg@F~jV$X%+!qsqydE=T1_&nQu+1W@N@k>+wJoD=a$sZI9&TrQ}2tU_R@boubl7ytgy+t jz5DJt>G*nvI)bP0l+XkK@$;B& diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index ee0098895..dc318a86d 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -351,6 +351,10 @@ "material.tfg.compressed_heliox_3": "Compressed Heliox-3", "material.tfg.compressed_trimix": "Compressed 50/30/20 Trimix", "material.tfg.compressed_trimix_3": "Compressed 50/30/20 Trimix-3", + "material.tfg.chlorodifluoromethane": "Chlorodifluoromethane", + "material.tfg.acetylene": "Acetylene", + "material.tfg.1_1_1_2_tetrafluoroethane": "1,1,1,2-Tetrafluoroethane", + "material.tfg.isobutane": "Isobutane", "tfg.disabled_portal": "Portal magic seems to be blocked by an unknown force, try reaching another dimension by going down or up", "tfg.tooltip.food_trait.refrigerating": "§bRefrigerating", "tfg.tooltip.foodtrait.freeze_dried": "Cryodesiccated", diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 97ff80545..e1b838c9d 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -764,6 +764,56 @@ function registerTFGFoodRecipes(event) { //#endregion + // Food processing machine recipes + event.remove({id: 'gtceu:shaped/mv_food_refrigerator'}) + event.remove({id: 'gtceu:shaped/hv_food_refrigerator'}) + event.remove({id: 'gtceu:shaped/ev_food_refrigerator'}) + + event.recipes.gtceu.assembler('tfg:assembler/mv_food_refrigerator') + .itemInputs( + ChemicalHelper.get(TagPrefix.cableGtSingle, GTMaterials.Copper, 2), + ChemicalHelper.get(TagPrefix.plate, GTMaterials.Polyethylene, 2), + ChemicalHelper.get(TagPrefix.rotor, GTMaterials.Bronze, 1), + '2x gtceu:mv_electric_pump', + 'gtceu:mv_hermetic_casing', + '#gtceu:circuits/mv' + ) + .inputFluids(Fluid.of('tfg:chlorodifluoromethane', 6000)) + .itemOutputs('1x tfg:mv_food_refrigerator') + .duration(200) + .circuit(7) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.assembler('tfg:assembler/hv_food_refrigerator') + .itemInputs( + ChemicalHelper.get(TagPrefix.cableGtSingle, GTMaterials.Gold, 2), + ChemicalHelper.get(TagPrefix.plate, GTMaterials.Polyethylene, 2), + ChemicalHelper.get(TagPrefix.rotor, GTMaterials.Steel, 1), + '2x gtceu:hv_electric_pump', + 'gtceu:hv_hermetic_casing', + '#gtceu:circuits/hv' + ) + .inputFluids(Fluid.of('tfg:1_1_1_2_tetrafluoroethane', 6000)) + .itemOutputs('1x tfg:hv_food_refrigerator') + .duration(200) + .circuit(7) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.assembler('tfg:assembler/ev_food_refrigerator') + .itemInputs( + ChemicalHelper.get(TagPrefix.cableGtSingle, GTMaterials.Aluminium, 2), + ChemicalHelper.get(TagPrefix.plate, GTMaterials.Polyethylene, 2), + ChemicalHelper.get(TagPrefix.rotor, GTMaterials.StainlessSteel, 1), + '2x gtceu:ev_electric_pump', + 'gtceu:ev_hermetic_casing', + '#gtceu:circuits/ev' + ) + .inputFluids(Fluid.of('tfg:isobutane', 6000)) + .itemOutputs('1x tfg:ev_food_refrigerator') + .duration(200) + .circuit(7) + .EUt(GTValues.VA[GTValues.LV]) + // Tweaks to the machine crafts that are more annoying to do in java event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') @@ -774,8 +824,4 @@ function registerTFGFoodRecipes(event) { event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') - - event.replaceInput({id: 'gtceu:shaped/mv_food_refrigerator'}, 'gtceu:mv_machine_hull', 'gtceu:mv_hermetic_casing') - event.replaceInput({id: 'gtceu:shaped/hv_food_refrigerator'}, 'gtceu:hv_machine_hull', 'gtceu:hv_hermetic_casing') - event.replaceInput({id: 'gtceu:shaped/ev_food_refrigerator'}, 'gtceu:ev_machine_hull', 'gtceu:ev_hermetic_casing') } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index 238e12085..462b87ff3 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -17,4 +17,6 @@ const registerTFGRecipes = (event) => { registerTFGFoodRecipes(event) registerTFGSpaceRecipes(event) registerTFGStoneDustRecipes(event) + registerTFGRecyclingRecipes(event) + } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 0b1738622..42631ffb0 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -495,4 +495,38 @@ function registerTFGMiscellaneousRecipes(event) { `tfg:food/freeze_dried/${fruit.name}` ]).id(`tfg:shapeless/emptying/freeze_dried/${fruit.name}`) }) + + event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/chlorodifluoromethane') + .inputFluids(Fluid.of('gtceu:chloroform', 2000), Fluid.of('gtceu:hydrofluoric_acid', 4000)) + .outputFluids(Fluid.of('tfg:chlorodifluoromethane', 6000)) + .duration(480) + .circuit(2) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/breakdown/chlorodifluoromethane') + .inputFluids(Fluid.of('tfg:chlorodifluoromethane', 300)) + .outputFluids(Fluid.of('gtceu:tetrafluoroethylene', 100), Fluid.of('gtceu:hydrochloric_acid', 200)) + .duration(100) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/acetylene') + .inputFluids(Fluid.of('gtceu:methane', 3000), Fluid.of('gtceu:oxygen', 3000)) + .outputFluids(Fluid.of('tfg:acetylene', 100)) + .circuit(4) + .duration(120) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/1_1_1_2_tetrafluoroethane') + .inputFluids(Fluid.of('tfg:acetylene', 1000), Fluid.of('gtceu:chlorine', 2000), Fluid.of('gtceu:hydrofluoric_acid', 8000)) + .outputFluids(Fluid.of('tfg:1_1_1_2_tetrafluoroethane', 2000), Fluid.of('gtceu:hydrochloric_acid', 6000)) + .circuit(4) + .duration(480) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.cracker('tfg:cracker/isobutane') + .inputFluids(Fluid.of('gtceu:butane', 4000)) + .outputFluids(Fluid.of('tfg:isobutane', 1000), Fluid.of('gtceu:lpg', 3000)) + .circuit(4) + .duration(1400) + .EUt(GTValues.VA[GTValues.EV]) } diff --git a/kubejs/server_scripts/tfg/recipes.recycling.js b/kubejs/server_scripts/tfg/recipes.recycling.js new file mode 100644 index 000000000..6b8c9251f --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.recycling.js @@ -0,0 +1,379 @@ +// priority: 0 + +function registerTFGRecyclingRecipes(event) { + + //MV Refrigerator + event.recipes.gtceu.macerator('tfg:macerator/recycling/mv_food_refrigerator') + .itemInputs('tfg:mv_food_refrigerator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 5), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Bronze, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Cupronickel, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Polyethylene, 2) + ) + .duration(GTMaterials.Aluminium.getMass() * 5) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/mv_food_refrigerator') + .itemInputs('tfg:mv_food_refrigerator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 5), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Bronze, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Cupronickel, 4), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 2) + ) + .duration(GTMaterials.Aluminium.getMass() * 5) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //HV Refrigerator + event.recipes.gtceu.macerator('tfg:macerator/recycling/hv_food_refrigerator') + .itemInputs('tfg:hv_food_refrigerator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.StainlessSteel, 8), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 7), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Electrum, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Polytetrafluoroethylene, 4) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 8) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/hv_food_refrigerator') + .itemInputs('tfg:hv_food_refrigerator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.StainlessSteel, 8), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 7), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Electrum, 4), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 4) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 8) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //EV Refrigerator + event.recipes.gtceu.macerator('tfg:macerator/recycling/ev_food_refrigerator') + .itemInputs('tfg:ev_food_refrigerator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Titanium, 8), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.StainlessSteel, 10), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Kanthal, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 3) + ) + .duration(GTMaterials.Titanium.getMass() * 8) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/ev_food_refrigerator') + .itemInputs('tfg:ev_food_refrigerator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Titanium, 8), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.StainlessSteel, 10), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Kanthal, 4), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 3) + ) + .duration(GTMaterials.Titanium.getMass() * 8) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //LV Food Processor + event.recipes.gtceu.macerator('tfg:macerator/recycling/lv_food_processor') + .itemInputs('tfg:lv_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 7), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Tin, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Bronze, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.WroughtIron, 2) + ) + .duration(GTMaterials.Steel.getMass() * 7) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/lv_food_processor') + .itemInputs('tfg:lv_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 7), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Tin, 4), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Bronze, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.WroughtIron, 2) + ) + .duration(GTMaterials.Steel.getMass() * 7) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //MV Food Processor + event.recipes.gtceu.macerator('tfg:macerator/recycling/mv_food_processor') + .itemInputs('tfg:mv_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Cupronickel, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Copper, 3), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.SiliconeRubber, 3) + ) + .duration(GTMaterials.Aluminium.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/mv_food_processor') + .itemInputs('tfg:mv_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Cupronickel, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Copper, 3), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 3) + ) + .duration(GTMaterials.Aluminium.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //HV Food Processor + event.recipes.gtceu.macerator('tfg:macerator/recycling/hv_food_processor') + .itemInputs('tfg:hv_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.StainlessSteel, 7), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Electrum, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.SiliconeRubber, 3) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 7) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/hv_food_processor') + .itemInputs('tfg:hv_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.StainlessSteel, 7), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Electrum, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 6), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 3) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 7) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //EV Food Processor + event.recipes.gtceu.macerator('tfg:macerator/recycling/ev_food_processor') + .itemInputs('tfg:ev_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Titanium, 9), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Kanthal, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 4) + ) + .duration(GTMaterials.Titanium.getMass() * 9) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/ev_food_processor') + .itemInputs('tfg:ev_food_processor') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Titanium, 9), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Kanthal, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 4), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 4) + ) + .duration(GTMaterials.Titanium.getMass() * 9) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //LV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/lv_food_oven') + .itemInputs('tfg:lv_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 8), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Tin, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Iron, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Rubber, 7) + ) + .duration(GTMaterials.Steel.getMass() * 8) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/lv_food_oven') + .itemInputs('tfg:lv_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 8), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Tin, 4), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Iron, 4), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 7) + ) + .duration(GTMaterials.Steel.getMass() * 8) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //MV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/mv_food_oven') + .itemInputs('tfg:mv_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 9), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Cupronickel, 8), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Copper, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 1) + ) + .duration(GTMaterials.Aluminium.getMass() * 9) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/mv_food_oven') + .itemInputs('tfg:mv_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 9), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Cupronickel, 8), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Copper, 4), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 1) + ) + .duration(GTMaterials.Aluminium.getMass() * 9) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //HV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/hv_food_oven') + .itemInputs('tfg:hv_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.StainlessSteel, 8), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Electrum, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Kanthal, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Silver, 3) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 8) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/hv_food_oven') + .itemInputs('tfg:hv_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.StainlessSteel, 8), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Electrum, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Kanthal, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Silver, 3) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 8) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //EV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/ev_food_oven') + .itemInputs('tfg:ev_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Titanium, 10), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 5), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Kanthal, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Nichrome, 2) + ) + .duration(GTMaterials.Titanium.getMass() * 10) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/ev_food_oven') + .itemInputs('tfg:ev_food_oven') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Titanium, 10), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 5), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Kanthal, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Nichrome, 2) + ) + .duration(GTMaterials.Titanium.getMass() * 10) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //LV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/lv_aqueous_accumulator') + .itemInputs('tfg:lv_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 4), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Bronze, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Tin, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Rubber, 2) + ) + .duration(GTMaterials.Steel.getMass() * 4) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/lv_aqueous_accumulator') + .itemInputs('tfg:lv_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 4), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Bronze, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Tin, 6), + ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.Ash, 2) + ) + .duration(GTMaterials.Steel.getMass() * 4) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //MV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/mv_aqueous_accumulator') + .itemInputs('tfg:mv_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 5), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Bronze, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Cupronickel, 2) + ) + .duration(GTMaterials.Aluminium.getMass() * 5) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/mv_aqueous_accumulator') + .itemInputs('tfg:mv_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 5), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Bronze, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Cupronickel, 2) + ) + .duration(GTMaterials.Aluminium.getMass() * 5) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //HV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/hv_aqueous_accumulator') + .itemInputs('tfg:hv_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.StainlessSteel, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Electrum, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Steel, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Gold, 1) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/hv_aqueous_accumulator') + .itemInputs('tfg:hv_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.StainlessSteel, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Electrum, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Gold, 1) + ) + .duration(GTMaterials.StainlessSteel.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) + + //EV Food Oven + event.recipes.gtceu.macerator('tfg:macerator/recycling/ev_aqueous_accumulator') + .itemInputs('tfg:ev_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Titanium, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.StainlessSteel, 6), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Kanthal, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.Aluminium, 1) + ) + .duration(GTMaterials.Titanium.getMass() * 6) + .category(GTRecipeCategories.MACERATOR_RECYCLING) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.arc_furnace('tfg:arc_furnace/recycling/ev_aqueous_accumulator') + .itemInputs('tfg:ev_aqueous_accumulator') + .itemOutputs( + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Titanium, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.StainlessSteel, 6), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Kanthal, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Aluminium, 1) + ) + .duration(GTMaterials.Titanium.getMass() * 6) + .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) + .EUt(GTValues.VA[GTValues.LV]) +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index dab9032c9..fdc89b64c 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -81,4 +81,24 @@ const registerTFGMaterials = (event) => { .gas() .components('5x nitrogen', '3x oxygen', '2x helium_3') .color(0xa3ed95) + + event.create('tfg:chlorodifluoromethane') + .gas() + .components('1x carbon', '1x hydrogen', '1x chlorine', '2x fluorine') + .color(0x66ffa3) + + event.create('tfg:acetylene') + .gas() + .components('2x carbon', '2x hydrogen') + .color(0x1a1212) + + event.create('tfg:isobutane') + .gas() + .components('4x carbon', '10x hydrogen') + .color(0x7d0f00) + + event.create('tfg:1_1_1_2_tetrafluoroethane') + .gas() + .components('2x carbon', '2x hydrogen', '4x fluorine') + .color(0x46702e) } From 3daacb3c22b2816001847dce048bc4342ed7abbe Mon Sep 17 00:00:00 2001 From: TomPlop Date: Mon, 23 Jun 2025 16:03:43 -0400 Subject: [PATCH 237/246] AE2 Rework - Recipes (#1193) * AE2 Rework * Adding a universal Requester recipe * Lower tier of ME Requester * Fix ME Requester again * Fix for terminals Eu Tier * Adding fluix dust to the AE2 Cables * Add redstone to smart cable * Change for Processor, Cryo Fluix in the Vac and new Fluix Crystal method * Nerf moon processors * Fixes to resolve PR * Adding Pack/Unpack for colored cables * Adding Accumulation Press Recipe and fix Molecular Assembler --- ...nfinished_inscriber_accumulation_press.png | Bin 0 -> 4529 bytes kubejs/client_scripts/tooltips.js | 9 + kubejs/server_scripts/ae2/recipes.js | 954 ++++++++++-------- kubejs/server_scripts/ae2/tags.js | 12 + kubejs/server_scripts/extended_ae2/recipes.js | 723 ++++++------- kubejs/server_scripts/me_requester/recipes.js | 37 +- kubejs/server_scripts/mega_cells/recipes.js | 690 ++++++------- kubejs/startup_scripts/ad_astra/materials.js | 3 +- kubejs/startup_scripts/ae2/fluids.js | 12 + .../startup_scripts/extended_ae2/constants.js | 8 +- kubejs/startup_scripts/gtceu/materials.js | 2 + kubejs/startup_scripts/main_startup_script.js | 1 + .../startup_scripts/mega_cells/constants.js | 12 - kubejs/startup_scripts/tfg/items.js | 6 + 14 files changed, 1259 insertions(+), 1210 deletions(-) create mode 100644 kubejs/assets/tfg/textures/item/unfinished_inscriber_accumulation_press.png create mode 100644 kubejs/startup_scripts/ae2/fluids.js diff --git a/kubejs/assets/tfg/textures/item/unfinished_inscriber_accumulation_press.png b/kubejs/assets/tfg/textures/item/unfinished_inscriber_accumulation_press.png new file mode 100644 index 0000000000000000000000000000000000000000..99f23e090de0a84f19da1ac78741b51a0683bdc7 GIT binary patch literal 4529 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s74poIjlmsP~D-;yvr)B1( zDwI?fq$;FVWTr7NRNTr9h~_)2!1MdLh_#akQ_JHEQ$2Sd?6VKPv@&ONOQD>R;==v& z`U|8VtZ)q87*nj~usSSHz)kq=1COc=>?K{Q@^-9lUInLlbgTc*?B8N>lx?b>TiN$R z+r(Dw+FvXAaZiem$(MI-S9@F16?Zw#zP~7DZOr}+rBR8WTO6}q->@${`0ZOudCN|3 z5vJ}NG7iT)9i?2@jAt2a5Xo@8ols`1^W^?KzZUZw43R=9(K!kX42&(A&dvdz&dxC3 zFfdfishw!+ao9oTXngQiB~kX(9Tq7oni9lC3)h5dIJE|7Z+Vqa^itd;(<3NGhV^<= zvwU|byLfu6Yz(X82j(NO1wkbfh5k<$i8@kMaHqfgyIlEuhJ|5Cv#tuVn%p&;{Bg#N zb8EU9!%Gqcm?hd3j8D&)yoBXe-}>qwKdQtZM!r4&*RtyBnxhQ!J!DebGKKR6&ga}> zdtUoUK>LK&N6U{bp5iKXPj)@}DE)lTX{Pf$Ggm&bDeQjmXj1apAh zn(nktNy1VrppEV3*XI8R-{-Bpb7jeNksijm`hA}bxmd~?tF9LA>z7?#$Mj=+tIX_n~ zF(p4KRj(qqfB^(->?;Zqle1Gx6p~WYGxKbf-tXS8q>!0ns}yePYv5bpoSKp8QB{;0 zT;&&%T$P<{nWAKG$7NGtRgqhen_7~nP?4LHS8P>bs{}UJDzDfIB&@Hb09I0xZL1XF z8=&BvUzDm~qGzIKpzB(ZS!SeU$E9FXl#*r@+442g6}0u;+qlHuwKN{e#9YEqK*Q*%;t zQ}arS^$qn5QPh`YrXd0g#Wx@suy>FhQjuE#Hy=ec%+GqwQBq$FFpKEjtgC#)mV&z|y znVMIU2ui57N`_$ZirfM#=c3falKi5O{QMkSC6HqkjPwj44h2d3rj{h8B$gz)B$lMw zDj69VnOYf`Ss59H7@Av|7+aYb=^B_=86c_8PsvQHB&6C7lsjx7aqf{>T#{c@2^NB6 zso>N?2oJ)|$pooZP*4Ep3ai9qh!=_z%Tgh+1(!eWvp!hK`GSxLO(?x`sF*L;VA%3*c2bCHyFWcy21PVj}QZZx4 zr2r8Na&fccve5^Zb)a$&Vj!s8p(Tb!1}&{nP#Cp@r0^XLuF>EkDFjGTJes;jgNvjP zAW89P>Y`e3aUnWXsd*{3O65xScAow_e=#sHuqAoByDEak-aeC=w+rC2v0&eosE>lnG z@~#VVD*#U-!6x?42NDWP0-*{A#8 z)Bg0b-RqG%khJl~zx59)Y}!ggL-%qd7|pE7Gn0O`D{X6(;?gHodpE_cU-^30?YGBD ztW-UP7HK5yzPsuEd&~Lf // Vessels event.addAdvanced(['#tfc:fired_vessels'], (item, advanced, text) => { text.add(1, text.of('§cMax: 3024mB')) + + }) + + // MEGA Deprecated 0.10 + event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => { + text.add(1, text.of('§cDeprecated cannot be craft anymore')) + }) + event.addAdvanced(['#megacells:mega_pattern_provider'], (item, advanced, text) => { + text.add(1, text.of('§cDeprecated cannot be craft anymore')) }) } \ No newline at end of file diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index fedf005f0..e6f354a7a 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -190,28 +190,6 @@ const registerAE2Recipes = (event) => { '#forge:rods/wrought_iron' ]).id('tfg:crafting/light_detector') - // Annihilation Core - event.shaped('2x ae2:annihilation_core', [ - 'ABA', - 'BDB', - 'ABA' - ], { - A: '#forge:rods/aluminium', - B: 'ae2:engineering_processor', - D: '#forge:gems/certus_quartz', - }).id('tfg:crafting/annihilation_core') - - // Formation Core - event.shaped('2x ae2:formation_core', [ - 'ABA', - 'BDB', - 'ABA' - ], { - A: '#forge:rods/aluminium', - B: 'ae2:engineering_processor', - D: '#forge:gems/nether_quartz', - }).id('tfg:crafting/formation_core') - // Wireless Terminal event.shaped('ae2:wireless_terminal', [ 'ABA', @@ -521,6 +499,17 @@ const registerAE2Recipes = (event) => { G: '#forge:screws/steel' }).id('tfg:crafting/terminal') + event.recipes.gtceu.assembler('assembler:ae2_terminal') + .itemInputs( + '#ae2:illuminated_panel', + '2x #forge:rods/steel', + '#gtceu:circuits/hv', + '2x #forge:plates/steel', + '#forge:screws/steel') + .itemOutputs('ae2:terminal') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + // ME Crafting Terminal event.shaped('ae2:crafting_terminal', [ 'ABC', @@ -536,6 +525,17 @@ const registerAE2Recipes = (event) => { G: 'ae2:engineering_processor' }).id('tfg:crafting/crafting_terminal') + event.recipes.gtceu.assembler('assembler:ae2_crafting_terminal') + .itemInputs( + 'ae2:terminal', + '2x #forge:rods/steel', + 'ae2:engineering_processor', + '2x #forge:plates/steel', + '#tfc:workbenches',) + .itemOutputs('ae2:crafting_terminal') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + // pattern access terminal event.shaped('ae2:pattern_access_terminal', [ 'ABC', @@ -551,6 +551,17 @@ const registerAE2Recipes = (event) => { G: 'ae2:engineering_processor' }).id('tfg:crafting/pattern_access_terminal') + event.recipes.gtceu.assembler('assembler:ae2_pattern_access_terminal') + .itemInputs( + 'ae2:terminal', + '2x #forge:rods/steel', + 'ae2:engineering_processor', + '2x #forge:plates/steel', + '#ae2:pattern_provider') + .itemOutputs('ae2:pattern_access_terminal') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + // ME Pattern Terminal event.shaped('ae2:pattern_encoding_terminal', [ 'ABC', @@ -566,6 +577,17 @@ const registerAE2Recipes = (event) => { G: 'ae2:engineering_processor' }).id('tfg:crafting/pattern_encoding_terminal') + event.recipes.gtceu.assembler('assembler:ae2_pattern_encoding_terminal') + .itemInputs( + 'ae2:terminal', + '2x #forge:rods/steel', + 'ae2:engineering_processor', + '2x #forge:plates/steel', + 'ae2:blank_pattern') + .itemOutputs('ae2:pattern_encoding_terminal') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) + // Matter Cannon event.shaped('ae2:matter_cannon', [ 'AAB', @@ -618,20 +640,11 @@ const registerAE2Recipes = (event) => { // Glass Cable event.recipes.gtceu.assembler('fluix_glass_cable') .itemInputs( - '2x #forge:rods/aluminium', + '2x #forge:rods/quartzite', '3x ae2:quartz_fiber', - '#forge:dusts/fluix') - .itemOutputs('ae2:fluix_glass_cable') - .circuit(1) - .duration(20) - .EUt(480) - - event.recipes.gtceu.assembler('fluix_glass_cable_fluixfluid') - .itemInputs( - '2x #forge:rods/aluminium', - '3x ae2:quartz_fiber',) - .inputFluids(Fluid.of('tfg:fluix', 144)) - .itemOutputs('ae2:fluix_glass_cable') + '#forge:fine_wires/borosilicate_glass', + '#forge:small_dusts/fluix') + .itemOutputs('4x ae2:fluix_glass_cable') .circuit(1) .duration(20) .EUt(480) @@ -639,172 +652,125 @@ const registerAE2Recipes = (event) => { // Covered Cable event.recipes.gtceu.assembler('fluix_covered_cable_rubber') .itemInputs( - '3x ae2:fluix_glass_cable') - .inputFluids(Fluid.of('gtceu:rubber', 432)) - .itemOutputs('3x ae2:fluix_covered_cable') - .circuit(1) - .duration(20) + 'ae2:fluix_glass_cable') + .inputFluids(Fluid.of('gtceu:rubber', 144)) + .itemOutputs('ae2:fluix_covered_cable') + .circuit(2) + .duration(10) .EUt(480) event.recipes.gtceu.assembler('fluix_covered_cable_silicone_rubber') .itemInputs( - '3x ae2:fluix_glass_cable') - .inputFluids(Fluid.of('gtceu:silicone_rubber', 216)) - .itemOutputs('3x ae2:fluix_covered_cable') - .circuit(1) - .duration(20) + 'ae2:fluix_glass_cable') + .inputFluids(Fluid.of('gtceu:silicone_rubber', 144/2)) + .itemOutputs('ae2:fluix_covered_cable') + .circuit(2) + .duration(10) .EUt(480) event.recipes.gtceu.assembler('fluix_covered_cable_styrene_butadiene_rubber') .itemInputs( - '3x ae2:fluix_glass_cable') - .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 108)) - .itemOutputs('3x ae2:fluix_covered_cable') - .circuit(1) - .duration(20) + '4x ae2:fluix_glass_cable') + .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 144/4)) + .itemOutputs('4x ae2:fluix_covered_cable') + .circuit(2) + .duration(10) .EUt(480) // Smart Cable event.recipes.gtceu.assembler('fluix_smart_cable_rubber') .itemInputs( - '3x ae2:fluix_glass_cable', - '#forge:dusts/glowstone', + '2x #forge:rods/quartzite', + '3x ae2:quartz_fiber', + '#forge:fine_wires/borosilicate_glass', + '#forge:small_dusts/fluix', '#forge:dusts/redstone') - .inputFluids(Fluid.of('gtceu:rubber', 432)) - .itemOutputs('3x ae2:fluix_smart_cable') + .inputFluids(Fluid.of('gtceu:rubber', 144*4)) + .itemOutputs('4x ae2:fluix_smart_cable') .circuit(2) - .duration(20) + .duration(10) .EUt(480) event.recipes.gtceu.assembler('fluix_smart_cable_silicone_rubber') .itemInputs( - '3x ae2:fluix_glass_cable', - '#forge:dusts/glowstone', + '2x #forge:rods/quartzite', + '3x ae2:quartz_fiber', + '#forge:fine_wires/borosilicate_glass', + '#forge:small_dusts/fluix', '#forge:dusts/redstone') - .inputFluids(Fluid.of('gtceu:silicone_rubber', 216)) - .itemOutputs('3x ae2:fluix_smart_cable') + .inputFluids(Fluid.of('gtceu:silicone_rubber', 144*2)) + .itemOutputs('4x ae2:fluix_smart_cable') .circuit(2) - .duration(20) + .duration(10) .EUt(480) event.recipes.gtceu.assembler('fluix_smart_cable_styrene_butadiene_rubber') .itemInputs( - '3x ae2:fluix_glass_cable', - '#forge:dusts/glowstone', + '2x #forge:rods/quartzite', + '3x ae2:quartz_fiber', + '#forge:fine_wires/borosilicate_glass', + '#forge:small_dusts/fluix', '#forge:dusts/redstone') - .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 108)) - .itemOutputs('3x ae2:fluix_smart_cable') + .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 144)) + .itemOutputs('4x ae2:fluix_smart_cable') .circuit(2) - .duration(20) - .EUt(480) - - event.recipes.gtceu.assembler('fluix_smart_cable') - .itemInputs( - 'ae2:fluix_covered_cable', - '#forge:dusts/glowstone', - '#forge:dusts/redstone') - .itemOutputs('ae2:fluix_smart_cable') - .circuit(2) - .duration(20) + .duration(10) .EUt(480) // Covered dense cable - event.recipes.gtceu.assembler('fluix_covered_dense_cable_rubber') - .itemInputs( - '12x ae2:fluix_glass_cable') - .inputFluids(Fluid.of('gtceu:rubber', 1728)) - .itemOutputs('3x ae2:fluix_covered_dense_cable') - .circuit(3) - .duration(20) - .EUt(480) - event.recipes.gtceu.assembler('fluix_covered_dense_cable_silicone_rubber') - .itemInputs( - '12x ae2:fluix_glass_cable') - .inputFluids(Fluid.of('gtceu:silicone_rubber', 864)) - .itemOutputs('3x ae2:fluix_covered_dense_cable') - .circuit(3) - .duration(20) - .EUt(480) +global.MINECRAFT_DYE_NAMES.forEach(dye => { + event.recipes.gtceu.packer(`${dye}_covered_pack`) + .itemInputs(`4x ae2:${dye}_covered_cable`) + .itemOutputs(`ae2:${dye}_covered_dense_cable`) + .duration(20) + .EUt(GTValues.VA[GTValues.LV]) - event.recipes.gtceu.assembler('fluix_covered_dense_cable_styrene_butadiene_rubber') - .itemInputs( - '12x ae2:fluix_glass_cable') - .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 432)) - .itemOutputs('3x ae2:fluix_covered_dense_cable') - .circuit(3) - .duration(20) - .EUt(480) + event.recipes.gtceu.packer(`${dye}_covered_unpack`) + .itemInputs(`ae2:${dye}_covered_dense_cable`) + .itemOutputs(`4x ae2:${dye}_covered_cable`) + .duration(20) + .EUt(GTValues.VA[GTValues.LV]) - event.recipes.gtceu.assembler('fluix_covered_dense_cable') - .itemInputs( - '4x ae2:fluix_covered_cable') + event.recipes.gtceu.packer(`${dye}_smart_pack`) + .itemInputs(`4x ae2:${dye}_smart_cable`) + .itemOutputs(`ae2:${dye}_smart_dense_cable`) + .duration(20) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.packer(`${dye}_smart_unpack`) + .itemInputs(`ae2:${dye}_smart_dense_cable`) + .itemOutputs(`4x ae2:${dye}_smart_cable`) + .duration(20) + .EUt(GTValues.VA[GTValues.LV]) + + }) + + event.recipes.gtceu.packer('pack_fluix_covered_dense_cable') + .itemInputs('4x ae2:fluix_covered_cable') .itemOutputs('ae2:fluix_covered_dense_cable') - .circuit(3) .duration(20) - .EUt(480) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.packer('unpack_fluix_covered_dense_cable') + .itemInputs('ae2:fluix_covered_dense_cable') + .itemOutputs('4x ae2:fluix_covered_cable') + .duration(20) + .EUt(GTValues.VA[GTValues.LV]) // Smart dense cable - event.recipes.gtceu.assembler('fluix_smart_dense_cable_rubber') - .itemInputs( - '12x ae2:fluix_glass_cable', - '#forge:dusts/glowstone', - '#forge:dusts/redstone') - .inputFluids(Fluid.of('gtceu:rubber', 1728)) - .itemOutputs('3x ae2:fluix_smart_dense_cable') - .circuit(4) - .duration(20) - .EUt(480) - event.recipes.gtceu.assembler('fluix_smart_dense_cable_silicone_rubber') - .itemInputs( - '12x ae2:fluix_glass_cable', - '#forge:dusts/glowstone', - '#forge:dusts/redstone') - .inputFluids(Fluid.of('gtceu:silicone_rubber', 864)) - .itemOutputs('3x ae2:fluix_smart_dense_cable') - .circuit(4) - .duration(20) - .EUt(480) - - event.recipes.gtceu.assembler('fluix_smart_dense_cable_styrene_butadiene_rubber') - .itemInputs( - '12x ae2:fluix_glass_cable', - '#forge:dusts/glowstone', - '#forge:dusts/redstone') - .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 432)) - .itemOutputs('3x ae2:fluix_smart_dense_cable') - .circuit(4) - .duration(20) - .EUt(480) - - event.recipes.gtceu.assembler('fluix_smart_dense_cable_covered_cable') - .itemInputs( - '4x ae2:fluix_covered_cable', - '#forge:dusts/glowstone', - '#forge:dusts/redstone') + event.recipes.gtceu.packer('pack_fluix_smart_dense_cable_smart_cable') + .itemInputs('4x ae2:fluix_smart_cable') .itemOutputs('ae2:fluix_smart_dense_cable') - .circuit(4) .duration(20) - .EUt(480) + .EUt(GTValues.VA[GTValues.LV]) - event.recipes.gtceu.assembler('fluix_smart_dense_cable_smart_cable') - .itemInputs( - '4x ae2:fluix_smart_cable',) - .itemOutputs('ae2:fluix_smart_dense_cable') - .circuit(4) + event.recipes.gtceu.packer('unpack_fluix_smart_dense_cable_smart_cable') + .itemInputs('ae2:fluix_smart_dense_cable') + .itemOutputs('4x ae2:fluix_smart_cable') .duration(20) - .EUt(480) - - event.recipes.gtceu.assembler('fluix_smart_dense_cable') - .itemInputs( - 'ae2:fluix_covered_dense_cable', - '#forge:dusts/glowstone', - '#forge:dusts/redstone') - .itemOutputs('ae2:fluix_smart_dense_cable') - .circuit(4) - .duration(20) - .EUt(480) + .EUt(GTValues.VA[GTValues.LV]) // Blank Pattern event.recipes.gtceu.assembler('ae2:blank_pattern_pe') @@ -848,30 +814,56 @@ const registerAE2Recipes = (event) => { .EUt(480) // Annihilation Core + event.recipes.gtceu.assembler('ae2:annihilation_core') .itemInputs( - '2x #forge:rods/aluminium', + '2x #forge:rods/certus_quartz', '2x ae2:engineering_processor', - '#forge:gems/certus_quartz') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '#forge:gems/quartzite') + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('4x ae2:annihilation_core') .circuit(5) .duration(20) - .EUt(7680) + .EUt(GTValues.VA[GTValues.MV]) .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:annihilation_core_moon') + .itemInputs( + '2x #forge:rods/certus_quartz', + '2x ae2:engineering_processor', + '#forge:gems/quartzite') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('8x ae2:annihilation_core') + .circuit(5) + .duration(20) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') + // Formation Core + event.recipes.gtceu.assembler('ae2:formation_core') .itemInputs( - '2x #forge:rods/aluminium', + '2x #forge:rods/nether_quartz', '2x ae2:engineering_processor', - '#forge:gems/nether_quartz') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '#forge:gems/quartzite') + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('4x ae2:formation_core') .circuit(5) .duration(20) - .EUt(7680) - .cleanroom(CleanroomType.CLEANROOM) + .EUt(GTValues.VA[GTValues.MV]) + .cleanroom(CleanroomType.CLEANROOM) + + event.recipes.gtceu.assembler('ae2:formation_core_moon') + .itemInputs( + '2x #forge:rods/nether_quartz', + '2x ae2:engineering_processor', + '#forge:gems/quartzite') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('8x ae2:formation_core') + .circuit(5) + .duration(20) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') // Wireless Crafting Terminal event.recipes.gtceu.assembler('ae2:wireless_crafting_terminal') @@ -891,121 +883,139 @@ const registerAE2Recipes = (event) => { // 1k storage components event.recipes.gtceu.assembler('ae2:cell_component_1k') .itemInputs( - '4x #gtceu:batteries/ulv', - '4x #forge:plates/wrought_iron', - '4x #forge:dusts/certus_quartz', - 'ae2:logic_processor',) - .inputFluids(Fluid.of('gtceu:steel', 144)) + '2x #gtceu:circuits/mv', + '4x gtceu:cpu_chip', + '#forge:foils/polyethylene', + 'ae2:logic_processor') + .inputFluids(Fluid.of('tfg:fluix', 288)) .itemOutputs('ae2:cell_component_1k') .duration(200) - .EUt(480) + .EUt(GTValues.VA[GTValues.MV]) // 4k storage components - event.recipes.gtceu.assembler('ae2:cell_component_4k') - .itemInputs( - '4x #gtceu:circuits/ev', - '4x #forge:plates/titanium', - '4x #forge:dusts/certus_quartz', - 'ae2:logic_processor') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_4k') - .duration(200) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembler('ae2:cell_component_4k_shulker') - .itemInputs( - '4x #gtceu:circuits/ev', - '4x minecraft:shulker_shell', - '4x #forge:dusts/certus_quartz', - 'ae2:logic_processor') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_4k') - .duration(200) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembler('ae2:cell_component_4k_1k') .itemInputs( - 'ae2:logic_processor', - '2x #gtceu:circuits/ev', - '4x ae2:cell_component_1k') - .inputFluids(Fluid.of('gtceu:steel', 144)) + '2x #gtceu:circuits/ev', + '8x gtceu:cpu_chip', + '4x #forge:foils/polyethylene', + '4x ae2:logic_processor', + '3x ae2:cell_component_1k') + .inputFluids(Fluid.of('tfg:fluix', 288)) .itemOutputs('ae2:cell_component_4k') .duration(400) - .EUt(1920) + .circuit(2) + .EUt(GTValues.VA[GTValues.HV]) .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:cell_component_4k') + .itemInputs( + '2x #gtceu:circuits/hv', + '8x gtceu:cpu_chip', + '4x #forge:foils/polyethylene', + '4x ae2:logic_processor', + '2x ae2:cell_component_1k') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 288)) + .itemOutputs('ae2:cell_component_4k') + .duration(200) + .circuit(1) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') + // 16k storage components - event.recipes.gtceu.assembler('ae2:cell_component_16k') - .itemInputs( - '4x #gtceu:circuits/iv', - '4x #forge:plates/tungsten_steel', - '8x #forge:dusts/certus_quartz', - 'ae2:engineering_processor',) - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_16k') - .duration(200) - .EUt(7680) - .cleanroom(CleanroomType.CLEANROOM) event.recipes.gtceu.assembler('ae2:cell_component_16k_4k') .itemInputs( - 'ae2:logic_processor', - '2x #gtceu:circuits/iv', - '4x ae2:cell_component_4k') - .inputFluids(Fluid.of('gtceu:steel', 144)) + '2x #gtceu:circuits/iv', + '4x gtceu:nano_cpu_chip', + '16x #forge:foils/polyvinyl_chloride', + '16x ae2:logic_processor', + '3x ae2:cell_component_4k') + .inputFluids(Fluid.of('tfg:fluix', 576)) .itemOutputs('ae2:cell_component_16k') .duration(400) - .EUt(7680) + .circuit(2) + .EUt(GTValues.VA[GTValues.EV]) .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:cell_component_16k') + .itemInputs( + '2x #gtceu:circuits/ev', + '4x gtceu:nano_cpu_chip', + '16x #forge:foils/polyvinyl_chloride', + '16x ae2:logic_processor', + '2x ae2:cell_component_4k') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 576)) + .itemOutputs('ae2:cell_component_16k') + .duration(200) + .circuit(1) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') + // 64k storage components - event.recipes.gtceu.assembler('ae2:cell_component_64k') - .itemInputs( - '4x #gtceu:circuits/luv', - '4x #forge:plates/rhodium_plated_palladium', - '8x #forge:dusts/certus_quartz', - 'ae2:engineering_processor') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_64k') - .duration(200) - .EUt(30720) - .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:cell_component_64k_16k') .itemInputs( - 'ae2:engineering_processor', - '2x #gtceu:circuits/luv', - '4x ae2:cell_component_16k') - .inputFluids(Fluid.of('gtceu:steel', 144)) + '2x #gtceu:circuits/luv', + '8x gtceu:nano_cpu_chip', + '64x #forge:foils/polyvinyl_chloride', + '64x ae2:logic_processor', + '3x ae2:cell_component_16k') + .inputFluids(Fluid.of('tfg:fluix', 1152)) .itemOutputs('ae2:cell_component_64k') .duration(400) - .EUt(30720) + .circuit(2) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - // 256k storage components - event.recipes.gtceu.assembler('ae2:cell_component_256k') + event.recipes.gtceu.assembler('ae2:cell_component_64k') .itemInputs( - '4x #gtceu:circuits/zpm', - '4x #forge:plates/naquadah_alloy', - '16x #forge:dusts/certus_quartz', - 'ae2:engineering_processor',) - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_256k') + '2x #gtceu:circuits/iv', + '8x gtceu:nano_cpu_chip', + '64x #forge:foils/polyvinyl_chloride', + '64x ae2:logic_processor', + '2x ae2:cell_component_16k') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 1152)) + .itemOutputs('ae2:cell_component_64k') .duration(200) - .EUt(122880) - .cleanroom(CleanroomType.CLEANROOM) + .circuit(1) + .EUt(GTValues.VA[GTValues.EV]) + .dimension('ad_astra:moon') + + // 256k storage components + event.recipes.gtceu.assembler('ae2:cell_component_256k_64k') .itemInputs( - 'ae2:engineering_processor', - '2x #gtceu:circuits/zpm', - '4x ae2:cell_component_64k') - .inputFluids(Fluid.of('gtceu:steel', 144)) + '2x #gtceu:circuits/zpm', + '16x gtceu:qbit_cpu_chip', + '64x #forge:foils/polyphenylene_sulfide', + '64x #forge:foils/polyphenylene_sulfide', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '3x ae2:cell_component_64k') + .inputFluids(Fluid.of('tfg:fluix', 2304)) .itemOutputs('ae2:cell_component_256k') .duration(400) - .EUt(122880) + .circuit(2) + .EUt(GTValues.VA[GTValues.LuV]) .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:cell_component_256k') + .itemInputs( + '2x #gtceu:circuits/luv', + '16x gtceu:qbit_cpu_chip', + '64x #forge:foils/polyphenylene_sulfide', + '64x #forge:foils/polyphenylene_sulfide', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '2x ae2:cell_component_64k') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 2304)) + .itemOutputs('ae2:cell_component_256k') + .duration(200) + .circuit(1) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') + //#endregion //#region Spatial Components @@ -1017,7 +1027,7 @@ const registerAE2Recipes = (event) => { '4x #forge:plates/titanium', '32x #forge:dusts/certus_quartz', 'ae2:calculation_processor',) - .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:spatial_cell_component_2') .duration(200) .EUt(1920) @@ -1029,7 +1039,7 @@ const registerAE2Recipes = (event) => { '4x #forge:plates/tungsten_steel', '32x #forge:dusts/certus_quartz', 'ae2:calculation_processor',) - .inputFluids(Fluid.of('gtceu:tungsten_steel', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:spatial_cell_component_16') .duration(200) .EUt(7680) @@ -1037,10 +1047,10 @@ const registerAE2Recipes = (event) => { event.recipes.gtceu.assembler('ae2:spatial_cell_component_16_2') .itemInputs( - 'ae2:calculation_processor', '2x #gtceu:circuits/iv', + 'ae2:calculation_processor', '4x ae2:spatial_cell_component_2') - .inputFluids(Fluid.of('gtceu:tungsten_steel', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:spatial_cell_component_16') .duration(400) .EUt(7680) @@ -1053,7 +1063,7 @@ const registerAE2Recipes = (event) => { '4x #forge:plates/rhodium_plated_palladium', '32x #forge:dusts/certus_quartz', 'ae2:calculation_processor') - .inputFluids(Fluid.of('gtceu:tungsten_steel', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:spatial_cell_component_128') .duration(200) .EUt(30720) @@ -1064,7 +1074,7 @@ const registerAE2Recipes = (event) => { 'ae2:calculation_processor', '2x #gtceu:circuits/luv', '4x ae2:spatial_cell_component_16') - .inputFluids(Fluid.of('gtceu:tungsten_steel', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:spatial_cell_component_128') .duration(400) .EUt(30720) @@ -1112,7 +1122,7 @@ const registerAE2Recipes = (event) => { '#ae2:interface', '2x gtceu:mv_electric_piston', '#ae2:glass_cable') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:storage_bus') .circuit(1) .duration(200) @@ -1125,7 +1135,7 @@ const registerAE2Recipes = (event) => { 'ae2:annihilation_core', '2x gtceu:mv_robot_arm', '#ae2:glass_cable') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:import_bus') .circuit(2) .duration(200) @@ -1138,7 +1148,7 @@ const registerAE2Recipes = (event) => { 'ae2:formation_core', '2x gtceu:mv_robot_arm', '#ae2:glass_cable') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:export_bus') .circuit(3) .duration(200) @@ -1150,62 +1160,72 @@ const registerAE2Recipes = (event) => { 'ae2:logic_processor', 'ae2:engineering_processor', 'ae2:calculation_processor', - '#gtceu:circuits/hv', - '2x #forge:plates/steel') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '#gtceu:circuits/iv', + '6x #forge:plates/stainless_steel') + .inputFluids(Fluid.of('tfg:fluix', 144*5)) .itemOutputs('ae2:crafting_unit') - .circuit(1) - .duration(20) - .EUt(680) + .duration(200) + .EUt(GTValues.VA[GTValues.HV]) + .cleanroom(CleanroomType.CLEANROOM) + + event.recipes.gtceu.assembler('ae2:crafting_unit_moon') + .itemInputs( + 'ae2:logic_processor', + 'ae2:engineering_processor', + 'ae2:calculation_processor', + '#gtceu:circuits/iv', + '6x #forge:plates/stainless_steel') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*5)) + .itemOutputs('2x ae2:crafting_unit') + .duration(200) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') //#region Molecular Assembler // HV event.recipes.gtceu.assembler('ae2:molecular_assembler_hv') .itemInputs( - '2x ae2:quartz_glass', '2x #gtceu:circuits/hv', - 'ae2:annihilation_core', - 'ae2:formation_core', - '2x gtceu:hv_conveyor_module', + 'ae2:quartz_glass', + '4x ae2:annihilation_core', + '4x ae2:formation_core', '2x gtceu:hv_robot_arm', - '4x #forge:plates/stainless_steel') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '6x #forge:plates/stainless_steel') + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:molecular_assembler') .duration(200) - .EUt(480) + .EUt(GTValues.VA[GTValues.HV]) .cleanroom(CleanroomType.CLEANROOM) - // EV + // EV Moon event.recipes.gtceu.assembler('ae2:molecular_assembler_ev') .itemInputs( - '2x ae2:quartz_glass', '2x #gtceu:circuits/ev', - 'ae2:annihilation_core', - 'ae2:formation_core', - '2x gtceu:ev_conveyor_module', + 'ae2:quartz_glass', + '4x ae2:annihilation_core', + '4x ae2:formation_core', '2x gtceu:ev_robot_arm', - '4x #forge:plates/titanium') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('2x ae2:molecular_assembler') + '6x #forge:plates/titanium') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('4x ae2:molecular_assembler') .duration(200) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) + .EUt(GTValues.VA[GTValues.EV]) + .dimension('ad_astra:moon') // IV event.recipes.gtceu.assembler('ae2:molecular_assembler_iv') .itemInputs( - '2x ae2:quartz_glass', '2x #gtceu:circuits/iv', - 'ae2:annihilation_core', - 'ae2:formation_core', - '2x gtceu:iv_conveyor_module', + 'ae2:quartz_glass', + '8x ae2:annihilation_core', + '8x ae2:formation_core', '2x gtceu:iv_robot_arm', - '4x #forge:plates/tungsten_steel') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '6x #forge:plates/tungsten_steel') + .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('8x ae2:molecular_assembler') .duration(200) - .EUt(7680) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) //#endregion @@ -1213,7 +1233,7 @@ const registerAE2Recipes = (event) => { // ME Контроллер event.recipes.gtceu.assembler('ae2:controller') .itemInputs( - '2x ae2:engineering_processor', + '16x ae2:engineering_processor', '2x #gtceu:circuits/hv', '2x #forge:plates/titanium', 'ae2:fluix_block') @@ -1225,7 +1245,7 @@ const registerAE2Recipes = (event) => { event.recipes.gtceu.assembler('ae2:controller_shulker') .itemInputs( - '2x ae2:engineering_processor', + '16x ae2:engineering_processor', '2x #gtceu:circuits/hv', '2x minecraft:shulker_shell', 'ae2:fluix_block') @@ -1242,55 +1262,58 @@ const registerAE2Recipes = (event) => { .itemInputs( 'gtceu:mv_conveyor_module', '8x #forge:plates/glass', - '4x #forge:plates/steel', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '4x #forge:plates/aluminium', + '4x ae2:annihilation_core', + '4x ae2:formation_core') + .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:interface') .duration(200) - .EUt(120) + .EUt(GTValues.VA[GTValues.MV]) + .cleanroom(CleanroomType.CLEANROOM) - // HV - event.recipes.gtceu.assembler('ae2:interface_hv') + // HV Moon Only + event.recipes.gtceu.assembler('ae2:interface_hv_moon') .itemInputs( 'gtceu:hv_conveyor_module', '8x #forge:plates/glass', - '4x #forge:plates/aluminium', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('2x ae2:interface') + '4x #forge:plates/stainless_steel', + '4x ae2:annihilation_core', + '4x ae2:formation_core') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('4x ae2:interface') .duration(200) - .EUt(480) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') // EV event.recipes.gtceu.assembler('ae2:interface_ev') .itemInputs( 'gtceu:ev_conveyor_module', '8x #forge:plates/glass', - '4x #forge:plates/stainless_steel', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('4x ae2:interface') - .duration(200) - .EUt(1980) - .cleanroom(CleanroomType.CLEANROOM) - - // IV - event.recipes.gtceu.assembler('ae2:interface_iv') - .itemInputs( - 'gtceu:iv_conveyor_module', - '8x #forge:plates/glass', '4x #forge:plates/titanium', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '16x ae2:annihilation_core', + '16x ae2:formation_core') + .inputFluids(Fluid.of('tfg:fluix', 1152)) .itemOutputs('8x ae2:interface') .duration(200) - .EUt(7480) + .EUt(GTValues.VA[GTValues.EV]) .cleanroom(CleanroomType.CLEANROOM) + // LuV + event.recipes.gtceu.assembler('ae2:interface_luv') + .itemInputs( + 'gtceu:luv_conveyor_module', + '8x #forge:plates/glass', + '4x #forge:plates/rhodium_plated_palladium', + '32x ae2:annihilation_core', + '32x ae2:formation_core') + .inputFluids(Fluid.of('tfg:fluix', 4608)) + .itemOutputs('32x ae2:interface') + .duration(200) + .EUt(GTValues.VA[GTValues.LuV]) + .cleanroom(CleanroomType.CLEANROOM) + + //#endregion //#region Pattern Providers @@ -1298,55 +1321,57 @@ const registerAE2Recipes = (event) => { // MV event.recipes.gtceu.assembler('ae2:pattern_provider_mv') .itemInputs( - 'gtceu:mv_conveyor_module', - '2x #tfc:workbenches', - '4x #forge:plates/steel', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('ae2:pattern_provider') - .duration(200) - .EUt(120) - - // HV - event.recipes.gtceu.assembler('ae2:pattern_provider_hv') - .itemInputs( - 'gtceu:hv_conveyor_module', + 'gtceu:mv_robot_arm', '2x #tfc:workbenches', '4x #forge:plates/aluminium', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('2x ae2:pattern_provider') + '4x ae2:annihilation_core', + '4x ae2:formation_core') + .inputFluids(Fluid.of('tfg:fluix', 144)) + .itemOutputs('ae2:pattern_provider') + .duration(800) + .EUt(GTValues.VA[GTValues.MV]) + .cleanroom(CleanroomType.CLEANROOM) + + // HV Moon Only + event.recipes.gtceu.assembler('ae2:pattern_provider_hv_moon') + .itemInputs( + 'gtceu:hv_robot_arm', + '2x #tfc:workbenches', + '4x #forge:plates/stainless_steel', + '4x ae2:annihilation_core', + '4x ae2:formation_core') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('4x ae2:pattern_provider') .duration(200) - .EUt(480) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') // EV event.recipes.gtceu.assembler('ae2:pattern_provider_ev') .itemInputs( - 'gtceu:ev_conveyor_module', - '2x #tfc:workbenches', - '4x #forge:plates/stainless_steel', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('4x ae2:pattern_provider') - .duration(200) - .EUt(1980) - .cleanroom(CleanroomType.CLEANROOM) - - // IV - event.recipes.gtceu.assembler('ae2:pattern_provider_iv') - .itemInputs( - 'gtceu:iv_conveyor_module', + 'gtceu:ev_robot_arm', '2x #tfc:workbenches', '4x #forge:plates/titanium', - 'ae2:annihilation_core', - 'ae2:formation_core',) - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + '16x ae2:annihilation_core', + '16x ae2:formation_core') + .inputFluids(Fluid.of('tfg:fluix', 1152)) .itemOutputs('8x ae2:pattern_provider') - .duration(200) - .EUt(7480) + .duration(800) + .EUt(GTValues.VA[GTValues.EV]) + .cleanroom(CleanroomType.CLEANROOM) + + // LuV + event.recipes.gtceu.assembler('ae2:pattern_provider_luv') + .itemInputs( + 'gtceu:luv_robot_arm', + '2x #tfc:workbenches', + '4x #forge:plates/rhodium_plated_palladium', + '32x ae2:annihilation_core', + '32x ae2:formation_core') + .inputFluids(Fluid.of('tfg:fluix', 4608)) + .itemOutputs('32x ae2:pattern_provider') + .duration(800) + .EUt(GTValues.VA[GTValues.LuV]) .cleanroom(CleanroomType.CLEANROOM) //#endregion @@ -1491,86 +1516,88 @@ const registerAE2Recipes = (event) => { //#endregion + //#region Processors + // Logic Processor + + event.recipes.gtceu.circuit_assembler('ae2:logic_processor_moon') + .itemInputs( + 'ae2:printed_silicon', + 'ae2:printed_logic_processor', + '#gtceu:circuits/lv', + '2x #gtceu:resistors', + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:fluix', 144)) + .itemOutputs('2x ae2:logic_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.HV]) + .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.circuit_assembler('ae2:logic_processor') .itemInputs( 'ae2:printed_silicon', 'ae2:printed_logic_processor', '#gtceu:circuits/lv', - '2x #gtceu:resistors', - '2x #forge:fine_wires/tin',) - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('2x ae2:logic_processor') - .duration(20) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.circuit_assembler('ae2:logic_processor_adv') - .itemInputs( - 'ae2:printed_silicon', - 'ae2:printed_logic_processor', - '#gtceu:circuits/lv', - 'gtceu:advanced_smd_resistor', - '2x #forge:fine_wires/tin',) - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('2x ae2:logic_processor') - .duration(20) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('3x ae2:logic_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') // Calculation Processor + + event.recipes.gtceu.circuit_assembler('ae2:calculation_processor_moon') + .itemInputs( + 'ae2:printed_silicon', + 'ae2:printed_calculation_processor', + '#gtceu:circuits/lv', + '2x #gtceu:resistors', + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:fluix', 144)) + .itemOutputs('2x ae2:calculation_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.HV]) + .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.circuit_assembler('ae2:calculation_processor') .itemInputs( 'ae2:printed_silicon', 'ae2:printed_calculation_processor', '#gtceu:circuits/lv', - '2x #gtceu:resistors', - '2x #forge:fine_wires/tin',) - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('2x ae2:calculation_processor') - .duration(20) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.circuit_assembler('ae2:calculation_processor_adv') - .itemInputs( - 'ae2:printed_silicon', - 'ae2:printed_calculation_processor', - '#gtceu:circuits/lv', - 'gtceu:advanced_smd_resistor', - '2x #forge:fine_wires/tin',) - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('2x ae2:calculation_processor') - .duration(20) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('3x ae2:calculation_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') // Engineering Processor + + event.recipes.gtceu.circuit_assembler('ae2:engineering_processor_moon') + .itemInputs( + 'ae2:printed_silicon', + 'ae2:printed_engineering_processor', + '#gtceu:circuits/lv', + '2x #gtceu:resistors', + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:fluix', 144)) + .itemOutputs('2x ae2:engineering_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.HV]) + .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.circuit_assembler('ae2:engineering_processor') .itemInputs( 'ae2:printed_silicon', 'ae2:printed_engineering_processor', '#gtceu:circuits/lv', - '2x #gtceu:resistors', - '2x #forge:fine_wires/tin',) - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('2x ae2:engineering_processor') - .duration(20) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.circuit_assembler('ae2:engineering_processor_adv') - .itemInputs( - 'ae2:printed_silicon', - 'ae2:printed_engineering_processor', - '#gtceu:circuits/lv', - 'gtceu:advanced_smd_resistor', - '2x #forge:fine_wires/tin',) - .inputFluids(Fluid.of('gtceu:redstone', 144)) - .itemOutputs('2x ae2:engineering_processor') - .duration(20) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) + .itemOutputs('3x ae2:engineering_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.HV]) + .dimension('ad_astra:moon') // Printed Calculation Processor event.recipes.gtceu.forming_press('ae2:printed_calculation_processor') @@ -1578,6 +1605,16 @@ const registerAE2Recipes = (event) => { .notConsumable('ae2:calculation_processor_press') .itemOutputs('ae2:printed_calculation_processor') .duration(20) + .circuit(1) + .EUt(480) + + event.recipes.gtceu.forming_press('ae2:printed_calculation_processor_moon') + .itemInputs('#forge:plates/certus_quartz') + .notConsumable('ae2:calculation_processor_press') + .itemOutputs('2x ae2:printed_calculation_processor') + .duration(20) + .dimension('ad_astra:moon') + .circuit(2) .EUt(480) // Printed Engineering Processor @@ -1586,6 +1623,16 @@ const registerAE2Recipes = (event) => { .notConsumable('ae2:engineering_processor_press') .itemOutputs('ae2:printed_engineering_processor') .duration(20) + .circuit(1) + .EUt(480) + + event.recipes.gtceu.forming_press('ae2:printed_engineering_processor_moon') + .itemInputs('#forge:plates/diamond') + .notConsumable('ae2:engineering_processor_press') + .itemOutputs('2x ae2:printed_engineering_processor') + .duration(20) + .dimension('ad_astra:moon') + .circuit(2) .EUt(480) // Printed Logic Processor @@ -1594,6 +1641,16 @@ const registerAE2Recipes = (event) => { .notConsumable('ae2:logic_processor_press') .itemOutputs('ae2:printed_logic_processor') .duration(20) + .circuit(1) + .EUt(480) + + event.recipes.gtceu.forming_press('ae2:printed_logic_processor_moon') + .itemInputs('#forge:plates/gold') + .notConsumable('ae2:logic_processor_press') + .itemOutputs('2x ae2:printed_logic_processor') + .duration(20) + .dimension('ad_astra:moon') + .circuit(2) .EUt(480) // Printed Silicon @@ -1602,6 +1659,16 @@ const registerAE2Recipes = (event) => { .notConsumable('ae2:silicon_press') .itemOutputs('ae2:printed_silicon') .duration(20) + .circuit(1) + .EUt(480) + + event.recipes.gtceu.forming_press('ae2:printed_silicon_moon') + .itemInputs('#forge:plates/silicon') + .notConsumable('ae2:silicon_press') + .itemOutputs('2x ae2:printed_silicon') + .duration(20) + .dimension('ad_astra:moon') + .circuit(2) .EUt(480) // Glass Cable @@ -1742,13 +1809,13 @@ const registerAE2Recipes = (event) => { event.recipes.gtceu.wiremill('ae2:quartz_fiber_certus') .itemInputs('#forge:rods/certus_quartz') .itemOutputs('ae2:quartz_fiber') - .duration(200) + .duration(100) .EUt(7) event.recipes.gtceu.wiremill('ae2:quartz_fiber_nether') .itemInputs('#forge:rods/nether_quartz') .itemOutputs('ae2:quartz_fiber') - .duration(200) + .duration(100) .EUt(7) // Quartz Glass @@ -2123,41 +2190,41 @@ const registerAE2Recipes = (event) => { // Fluix crystal event.recipes.gtceu.mixer('ae2:fluix_crystal') .itemInputs( - '#forge:gems/nether_quartz', - '#forge:dusts/redstone', - 'ae2:charged_certus_quartz_crystal') + '#tfg:reactant_fluix_ruby', + '#tfg:reactant_fluix_quartz', + '4x ae2:charged_certus_quartz_crystal') .inputFluids(Fluid.of('minecraft:water', 144)) - .itemOutputs('2x ae2:fluix_crystal') + .itemOutputs('5x ae2:fluix_crystal') .duration(120) .EUt(256) event.recipes.gtceu.mixer('ae2:fluix_crystal_ruby') .itemInputs( - '#forge:gems/nether_quartz', - '#forge:exquisite_gems/ruby', - 'ae2:charged_certus_quartz_crystal') + '#tfg:reactant_fluix_ruby_exquisite', + '#tfg:reactant_fluix_quartz', + '4x ae2:charged_certus_quartz_crystal') .inputFluids(Fluid.of('minecraft:water', 144)) - .itemOutputs('8x ae2:fluix_crystal') + .itemOutputs('20x ae2:fluix_crystal') .duration(80) .EUt(256) event.recipes.gtceu.mixer('ae2:fluix_crystal_quartz') .itemInputs( - '#forge:exquisite_gems/nether_quartz', - '#forge:dusts/redstone', - 'ae2:charged_certus_quartz_crystal') + '#tfg:reactant_fluix_ruby', + '#tfg:reactant_fluix_quartz_exquisite', + '4x ae2:charged_certus_quartz_crystal') .inputFluids(Fluid.of('minecraft:water', 144)) - .itemOutputs('8x ae2:fluix_crystal') + .itemOutputs('20x ae2:fluix_crystal') .duration(80) .EUt(256) event.recipes.gtceu.mixer('ae2:fluix_crystal_quartz_ruby') .itemInputs( - '#forge:exquisite_gems/nether_quartz', - '#forge:exquisite_gems/ruby', - 'ae2:charged_certus_quartz_crystal') + '#tfg:reactant_fluix_ruby_exquisite', + '#tfg:reactant_fluix_quartz_exquisite', + '4x ae2:charged_certus_quartz_crystal') .inputFluids(Fluid.of('gtceu:distilled_water', 144)) - .itemOutputs('24x ae2:fluix_crystal') + .itemOutputs('40x ae2:fluix_crystal') .duration(60) .EUt(256) @@ -2177,6 +2244,16 @@ const registerAE2Recipes = (event) => { .category(GTRecipeCategories.MACERATOR_RECYCLING) .EUt(GTValues.VA[GTValues.ULV]) + // Cryogenized Fluix + + event.recipes.gtceu.vacuum_freezer('gtceu:cryo_fluix') + .inputFluids(Fluid.of('gtceu:helium_3', 1000)) + .inputFluids(Fluid.of('tfg:fluix', 144)) + .outputFluids(Fluid.of('tfg:cryogenized_fluix', 576)) + .duration(30*20) + .EUt(GTValues.VA[GTValues.MV]) + .dimension('ad_astra:moon') + // Certus deco blocks event.stonecutting('ae2:cut_quartz_block', '#tfg:certus_quartz_blocks') @@ -2230,4 +2307,5 @@ const registerAE2Recipes = (event) => { D: 'ae2:logic_processor_press', E: 'ae2:silicon_press' }).id('tfg:shaped/not_so_mysterious_cube') + } diff --git a/kubejs/server_scripts/ae2/tags.js b/kubejs/server_scripts/ae2/tags.js index 2ee655e8a..c4c7b8943 100644 --- a/kubejs/server_scripts/ae2/tags.js +++ b/kubejs/server_scripts/ae2/tags.js @@ -23,6 +23,18 @@ const registerAE2ItemTags = (event) => { event.add('tfg:sky_stone_blocks', 'ae2:sky_stone_small_brick') event.add('tfg:stone_dusts', 'ae2:sky_dust') + + event.add('tfg:reactant_fluix_ruby', 'gtceu:ruby_gem') + event.add('tfg:reactant_fluix_ruby', 'gtceu:armalcolite_gem') + + event.add('tfg:reactant_fluix_ruby_exquisite', 'gtceu:exquisite_ruby_gem') + event.add('tfg:reactant_fluix_ruby_exquisite', 'gtceu:exquisite_armalcolite_gem') + + event.add('tfg:reactant_fluix_quartz', 'minecraft:quartz') + event.add('tfg:reactant_fluix_quartz', 'gtceu:quartzite_gem') + + event.add('tfg:reactant_fluix_quartz_exquisite', 'gtceu:exquisite_nether_quartz_gem') + event.add('tfg:reactant_fluix_quartz_exquisite', 'gtceu:exquisite_quartzite_gem') } const registerAE2BlockTags = (event) => { diff --git a/kubejs/server_scripts/extended_ae2/recipes.js b/kubejs/server_scripts/extended_ae2/recipes.js index 97f7df9e5..ec144fec7 100644 --- a/kubejs/server_scripts/extended_ae2/recipes.js +++ b/kubejs/server_scripts/extended_ae2/recipes.js @@ -10,190 +10,274 @@ const registerExtendedAE2Recipes = (event) => { ], mod: 'expatternprovider' }); - //#region Ext interface + //#region Ext Interface // IV - event.recipes.gtceu.assembly_line('expatternprovider:ex_interface_iv') + + event.recipes.gtceu.assembler('expatternprovider:ex_interface_iv') .itemInputs( - '2x #megacells:mega_interface', - '4x megacells:accumulation_processor', - '4x gtceu:iv_conveyor_module', - 'gtceu:fusion_glass', - '2x #forge:dense_plates/tungsten_steel', - '#gtceu:circuits/iv', - '2x #gtceu:circuits/ev',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + 'gtceu:iv_conveyor_module', + '8x gtceu:laminated_glass', + '4x gtceu:tungsten_steel_plate', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor', + '2x #ae2:interface') + .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('expatternprovider:ex_interface') .duration(300) - .EUt(7680) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - // LuV - event.recipes.gtceu.assembly_line('expatternprovider:ex_interface_luv') + // LuV Moon Only + + event.recipes.gtceu.assembler('expatternprovider:ex_interface_luv_moon') .itemInputs( - '4x #megacells:mega_interface', - '4x megacells:accumulation_processor', - '4x gtceu:luv_conveyor_module', - '2x gtceu:fusion_glass', - '2x #forge:dense_plates/rhodium_plated_palladium', - '#gtceu:circuits/luv', - '2x #gtceu:circuits/iv',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + 'gtceu:luv_conveyor_module', + '8x gtceu:laminated_glass', + '4x #forge:plates/rhodium_plated_palladium', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor', + '2x #ae2:interface') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('2x expatternprovider:ex_interface') .duration(300) - .EUt(30720) - .cleanroom(CleanroomType.CLEANROOM) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') // ZPM - event.recipes.gtceu.assembly_line('expatternprovider:ex_interface_zpm') - .itemInputs( - '8x #megacells:mega_interface', - '4x megacells:accumulation_processor', - '4x gtceu:zpm_conveyor_module', - '4x gtceu:fusion_glass', - '2x #forge:dense_plates/naquadah_alloy', - '#gtceu:circuits/zpm', - '2x #gtceu:circuits/luv',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) - .itemOutputs('4x expatternprovider:ex_interface') - .duration(300) - .EUt(119680) - .cleanroom(CleanroomType.CLEANROOM) - // UV - event.recipes.gtceu.assembly_line('expatternprovider:ex_interface_ev') + event.recipes.gtceu.assembler('expatternprovider:ex_interface_zpm') .itemInputs( - '16x #megacells:mega_interface', - '4x megacells:accumulation_processor', - '4x gtceu:uv_conveyor_module', - '8x gtceu:fusion_glass', - '4x #forge:dense_plates/darmstadtium', - '#gtceu:circuits/uv', - '2x #gtceu:circuits/zpm',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + 'gtceu:zpm_conveyor_module', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '32x ae2:annihilation_core', + '32x ae2:formation_core', + 'megacells:accumulation_processor', + '16x #ae2:interface') + .inputFluids(Fluid.of('tfg:fluix', 144*16)) .itemOutputs('8x expatternprovider:ex_interface') .duration(300) - .EUt(491520) + .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) + + // Extended Interface Upgrade + + // IV + + event.recipes.gtceu.assembler('expatternprovider:interface_upgrade_iv') + .itemInputs( + 'gtceu:iv_conveyor_module', + '8x gtceu:laminated_glass', + '4x gtceu:tungsten_steel_plate', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor', + '#ae2:interface') + .inputFluids(Fluid.of('tfg:fluix', 144*8)) + .itemOutputs('expatternprovider:interface_upgrade') + .duration(300) + .circuit(4) + .EUt(GTValues.VA[GTValues.IV]) + .cleanroom(CleanroomType.CLEANROOM) + + // LuV Moon Only + + event.recipes.gtceu.assembler('expatternprovider:interface_upgrade_luv_moon') + .itemInputs( + 'gtceu:luv_conveyor_module', + '8x gtceu:laminated_glass', + '4x #forge:plates/rhodium_plated_palladium', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) + .itemOutputs('2x expatternprovider:interface_upgrade') + .duration(300) + .circuit(4) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') + + // ZPM + + event.recipes.gtceu.assembler('expatternprovider:interface_upgrade_zpm') + .itemInputs( + 'gtceu:zpm_conveyor_module', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '32x ae2:annihilation_core', + '32x ae2:formation_core', + 'megacells:accumulation_processor', + '8x #ae2:interface') + .inputFluids(Fluid.of('tfg:fluix', 144*16)) + .itemOutputs('8x expatternprovider:interface_upgrade') + .duration(300) + .circuit(4) + .EUt(GTValues.VA[GTValues.ZPM]) + .cleanroom(CleanroomType.CLEANROOM) + //#endregion //#region Oversized Interface - //Luv + // IV event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_luv') .itemInputs( - '2x #expatternprovider:extended_interface', - '8x megacells:accumulation_processor', - '4x gtceu:luv_robot_arm', - '8x gtceu:fusion_glass', - '4x #forge:dense_plates/rhodium_plated_palladium', - '#gtceu:circuits/luv', - '2x #gtceu:circuits/iv',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + '4x #expatternprovider:extended_interface', + '4x megacells:accumulation_processor', + 'gtceu:iv_robot_arm', + 'gtceu:iv_fluid_regulator', + '4x #forge:dense_plates/tungsten_steel', + '#gtceu:circuits/iv',) + .inputFluids(Fluid.of('tfg:fluix', 144*9)) .itemOutputs("expatternprovider:oversize_interface") .duration(300) - .EUt(GTValues.VA[GTValues.LuV]) - .stationResearch(b => b.researchStack(Item.of("expatternprovider:ex_interface")).EUt(GTValues.VA[GTValues.LuV]).CWUt(8)) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - //ZPM + // LuV event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_zpm') .itemInputs( - '8x #expatternprovider:extended_interface', - '8x megacells:accumulation_processor', - '4x gtceu:zpm_robot_arm', - '8x gtceu:fusion_glass', - '4x #forge:dense_plates/naquadah_alloy', - '#gtceu:circuits/zpm', - '2x #gtceu:circuits/luv',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + '4x #expatternprovider:extended_interface', + '4x megacells:accumulation_processor', + 'gtceu:luv_robot_arm', + 'gtceu:luv_fluid_regulator', + '4x #forge:dense_plates/rhodium_plated_palladium', + '#gtceu:circuits/luv') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*4)) .itemOutputs("4x expatternprovider:oversize_interface") .duration(300) - .EUt(GTValues.VA[GTValues.ZPM]) - .stationResearch(b => b.researchStack(Item.of("expatternprovider:ex_interface")).EUt(GTValues.VA[GTValues.LuV]).CWUt(8)) - .cleanroom(CleanroomType.CLEANROOM) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') - //UV + // ZPM event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_uv') .itemInputs( - '16x #expatternprovider:extended_interface', - '8x megacells:accumulation_processor', - '4x gtceu:uv_robot_arm', - '8x gtceu:fusion_glass', - '4x #forge:dense_plates/darmstadtium', - '#gtceu:circuits/uv', - '2x #gtceu:circuits/zpm',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + '8x #expatternprovider:extended_interface', + '4x megacells:accumulation_processor', + 'gtceu:zpm_robot_arm', + 'gtceu:zpm_fluid_regulator', + '4x #forge:dense_plates/naquadah_alloy', + '#gtceu:circuits/zpm') + .inputFluids(Fluid.of('tfg:fluix', 144*18)) .itemOutputs("8x expatternprovider:oversize_interface") .duration(300) - .EUt(GTValues.VA[GTValues.UV]) - .stationResearch(b => b.researchStack(Item.of("expatternprovider:ex_interface")).EUt(GTValues.VA[GTValues.LuV]).CWUt(8)) + .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) //#endregion - //#region ex pattern provider + //#region Ext Pattern Provider + // IV - event.recipes.gtceu.assembly_line('expatternprovider:ex_pattern_provider_iv') + + event.recipes.gtceu.assembler('expatternprovider:ex_pattern_provider_iv') .itemInputs( - '2x #megacells:mega_pattern_provider', - '4x megacells:accumulation_processor', - '4x gtceu:iv_conveyor_module', - '2x #forge:dense_plates/tungsten_steel', - '#gtceu:circuits/iv', - '2x #gtceu:circuits/ev',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + 'gtceu:iv_robot_arm', + '8x gtceu:laminated_glass', + '4x gtceu:tungsten_steel_plate', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor', + '2x #ae2:pattern_provider') + .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('expatternprovider:ex_pattern_provider') .duration(300) - .EUt(7680) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - // LuV - event.recipes.gtceu.assembly_line('expatternprovider:ex_pattern_provider_luv') + // LuV Moon Only + + event.recipes.gtceu.assembler('expatternprovider:ex_pattern_provider_moon') .itemInputs( - '4x #megacells:mega_pattern_provider', - '4x megacells:accumulation_processor', - '4x gtceu:luv_conveyor_module', - '2x #forge:dense_plates/rhodium_plated_palladium', - '#gtceu:circuits/luv', - '2x #gtceu:circuits/iv',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + 'gtceu:luv_robot_arm', + '8x gtceu:laminated_glass', + '4x #forge:plates/rhodium_plated_palladium', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor', + '2x #ae2:pattern_provider') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('2x expatternprovider:ex_pattern_provider') .duration(300) - .EUt(30720) - .cleanroom(CleanroomType.CLEANROOM) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') // ZPM - event.recipes.gtceu.assembly_line('expatternprovider:ex_pattern_provider_zpm') + + event.recipes.gtceu.assembler('expatternprovider:ex_pattern_provider_zpm') .itemInputs( - '8x #megacells:mega_pattern_provider', - '4x megacells:accumulation_processor', - '4x gtceu:zpm_conveyor_module', - '2x #forge:dense_plates/naquadah_alloy', - '#gtceu:circuits/zpm', - '2x #gtceu:circuits/luv',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) - .itemOutputs('4x expatternprovider:ex_pattern_provider') - .duration(300) - .EUt(119680) - .cleanroom(CleanroomType.CLEANROOM) - - //UV - event.recipes.gtceu.assembly_line('expatternprovider:ex_pattern_provider_uv') - .itemInputs( - '16x #megacells:mega_pattern_provider', - '4x megacells:accumulation_processor', - '4x gtceu:uv_conveyor_module', - '2x #forge:dense_plates/darmstadtium', - '#gtceu:circuits/uv', - '2x #gtceu:circuits/zpm',) - .inputFluids(Fluid.of('gtceu:polybenzimidazole', 1152)) + 'gtceu:zpm_robot_arm', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '32x ae2:annihilation_core', + '32x ae2:formation_core', + 'megacells:accumulation_processor', + '16x #ae2:pattern_provider') + .inputFluids(Fluid.of('tfg:fluix', 144*16)) .itemOutputs('8x expatternprovider:ex_pattern_provider') .duration(300) - .EUt(491520) + .EUt(GTValues.VA[GTValues.ZPM]) + .cleanroom(CleanroomType.CLEANROOM) + + // Pattern Provider Upgrade + + // IV + + event.recipes.gtceu.assembler('expatternprovider:pattern_provider_upgrade_iv') + .itemInputs( + 'gtceu:iv_robot_arm', + '8x gtceu:laminated_glass', + '4x gtceu:tungsten_steel_plate', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor', + '#ae2:pattern_provider') + .inputFluids(Fluid.of('tfg:fluix', 144*8)) + .itemOutputs('expatternprovider:pattern_provider_upgrade') + .duration(300) + .circuit(4) + .EUt(GTValues.VA[GTValues.IV]) + .cleanroom(CleanroomType.CLEANROOM) + + // LuV Moon Only + + event.recipes.gtceu.assembler('expatternprovider:pattern_provider_upgrade_luv_moon') + .itemInputs( + 'gtceu:luv_robot_arm', + '8x gtceu:laminated_glass', + '4x #forge:plates/rhodium_plated_palladium', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + 'megacells:accumulation_processor') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) + .itemOutputs('2x expatternprovider:pattern_provider_upgrade') + .duration(300) + .circuit(4) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') + + // ZPM + + event.recipes.gtceu.assembler('expatternprovider:pattern_provider_upgrade_zpm') + .itemInputs( + 'gtceu:zpm_robot_arm', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '32x ae2:annihilation_core', + '32x ae2:formation_core', + 'megacells:accumulation_processor', + '8x #ae2:pattern_provider') + .inputFluids(Fluid.of('tfg:fluix', 144*16)) + .itemOutputs('8x expatternprovider:pattern_provider_upgrade') + .duration(300) + .circuit(4) + .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) //#endregion @@ -372,94 +456,76 @@ const registerExtendedAE2Recipes = (event) => { '2x megacells:accumulation_processor',) .itemOutputs('expatternprovider:ex_pattern_access_part') .duration(100) - .EUt(1920) + .EUt(GTValues.VA[GTValues.EV]) + + event.recipes.gtceu.assembler('expatternprovider:pattern_terminal_upgrade') + .itemInputs( + '4x ae2:logic_processor', + '2x megacells:accumulation_processor') + .itemOutputs('expatternprovider:pattern_terminal_upgrade') + .duration(100) + .circuit(2) + .EUt(GTValues.VA[GTValues.EV]) // Wireless Crafting Terminal event.recipes.gtceu.assembler('expatternprovider:wireless_ex_pat') .itemInputs( '2x gtceu:hv_lithium_battery', - '2x gtceu:luv_sensor', - 'gtceu:luv_emitter', - '2x #forge:rods/osmiridium', + '2x gtceu:iv_sensor', + 'gtceu:iv_emitter', + '2x #forge:rods/iridium', 'ae2:wireless_terminal', 'expatternprovider:ex_pattern_access_part') .itemOutputs('expatternprovider:wireless_ex_pat') .duration(30) - .EUt(250) + .EUt(GTValues.VA[GTValues.IV]) //#region ex molecular assembler - event.recipes.gtceu.assembly_line('expatternprovider:ex_molecular_assembler_iv') - .itemInputs( - '8x ae2:molecular_assembler', - '4x #gtceu:circuits/iv', - '2x #gtceu:circuits/ev', - '8x megacells:accumulation_processor', - '8x ae2:logic_processor', - '2x gtceu:iv_conveyor_module', - '2x gtceu:iv_robot_arm', - '4x #forge:rods/long/tungsten_steel',) - .inputFluids( - Fluid.of('gtceu:soldering_alloy', 576), - Fluid.of('gtceu:polybenzimidazole', 1152),) - .itemOutputs('expatternprovider:ex_molecular_assembler') - .duration(200) - .EUt(7680) - .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembly_line('expatternprovider:ex_molecular_assembler_luv') - .itemInputs( - '16x ae2:molecular_assembler', - '4x #gtceu:circuits/luv', - '2x #gtceu:circuits/iv', - '8x megacells:accumulation_processor', - '8x ae2:logic_processor', - '2x gtceu:luv_conveyor_module', - '2x gtceu:luv_robot_arm', - '4x #forge:rods/long/rhodium_plated_palladium',) - .inputFluids( - Fluid.of('gtceu:soldering_alloy', 576), - Fluid.of('gtceu:polybenzimidazole', 1152),) - .itemOutputs('2x expatternprovider:ex_molecular_assembler') - .duration(200) - .EUt(30720) - .cleanroom(CleanroomType.CLEANROOM) + // IV + event.recipes.gtceu.assembler('expatternprovider:ex_molecular_assembler_iv') + .itemInputs( + '2x #gtceu:circuits/iv', + '8x gtceu:cleanroom_glass', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + '2x gtceu:iv_robot_arm', + 'ae2:molecular_assembler') + .inputFluids(Fluid.of('tfg:fluix', 144*4)) + .itemOutputs('expatternprovider:ex_molecular_assembler') + .duration(200) + .EUt(GTValues.VA[GTValues.IV]) + .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembly_line('expatternprovider:ex_molecular_assembler_zpm') - .itemInputs( - '32x ae2:molecular_assembler', - '4x #gtceu:circuits/zpm', - '2x #gtceu:circuits/luv', - '8x megacells:accumulation_processor', - '8x ae2:logic_processor', - '2x gtceu:zpm_conveyor_module', - '2x gtceu:zpm_robot_arm', - '4x #forge:rods/long/naquadah_alloy') - .inputFluids( - Fluid.of('gtceu:soldering_alloy', 576), - Fluid.of('gtceu:polybenzimidazole', 1152),) - .itemOutputs('4x expatternprovider:ex_molecular_assembler') - .duration(200) - .EUt(122880) - .cleanroom(CleanroomType.CLEANROOM) + // LuV Moon + event.recipes.gtceu.assembler('expatternprovider:ex_molecular_assembler_luv') + .itemInputs( + '2x #gtceu:circuits/luv', + '8x gtceu:cleanroom_glass', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + '2x gtceu:luv_robot_arm', + '2x ae2:molecular_assembler') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*4)) + .itemOutputs('4x expatternprovider:ex_molecular_assembler') + .duration(200) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') - event.recipes.gtceu.assembly_line('expatternprovider:ex_molecular_assembler_uv') - .itemInputs( - '32x ae2:molecular_assembler', - '32x ae2:molecular_assembler', - '4x #gtceu:circuits/uv', - '2x #gtceu:circuits/zpm', - '8x megacells:accumulation_processor', - '8x ae2:logic_processor', - '2x gtceu:uv_conveyor_module', - '2x gtceu:uv_robot_arm', - '4x #forge:rods/long/darmstadtium') - .inputFluids( - Fluid.of('gtceu:soldering_alloy', 576), - Fluid.of('gtceu:polybenzimidazole', 1152),) - .itemOutputs('8x expatternprovider:ex_molecular_assembler') - .duration(200) - .EUt(491520) - .cleanroom(CleanroomType.CLEANROOM) + // ZPM + event.recipes.gtceu.assembler('expatternprovider:ex_molecular_assembler_zpm') + .itemInputs( + '2x #gtceu:circuits/zpm', + '8x gtceu:cleanroom_glass', + '4x ae2:annihilation_core', + '4x ae2:formation_core', + '2x gtceu:zpm_robot_arm', + '4x ae2:molecular_assembler') + .inputFluids(Fluid.of('tfg:fluix', 144*16)) + .itemOutputs('8x expatternprovider:ex_molecular_assembler') + .duration(200) + .EUt(GTValues.VA[GTValues.ZPM]) + .cleanroom(CleanroomType.CLEANROOM) //#endregion @@ -488,6 +554,18 @@ const registerExtendedAE2Recipes = (event) => { .duration(200) .EUt(1920) + event.recipes.gtceu.assembler('expatternprovider:drive_upgrade') + .itemInputs( + 'gtceu:ev_machine_casing', + '2x megacells:accumulation_processor', + '4x ae2:logic_processor', + '4x ae2:engineering_processor', + '2x ae2:capacity_card',) + .itemOutputs('expatternprovider:drive_upgrade') + .duration(200) + .circuit(2) + .EUt(1920) + event.recipes.gtceu.assembler('expatternprovider:ingredient_buffer') .itemInputs( 'gtceu:hv_machine_casing', @@ -502,242 +580,171 @@ const registerExtendedAE2Recipes = (event) => { //#endregion - //#region Assembler Matrix + //#region Matrix //Frame - event.recipes.gtceu.assembly_line('expatternprovider:assembler_matrix_frame_luv') + event.recipes.gtceu.assembly_line('expatternprovider:assembler_matrix_frame') .itemInputs( '4x gtceu:plascrete', '4x gtceu:luv_machine_casing', - '1x #gtceu:circuits/luv', - '1x megacells:accumulation_processor', + '1x #gtceu:circuits/iv', '4x ae2:logic_processor', - '4x #forge:rods/long/rhodium_plated_palladium', + '4x megacells:accumulation_processor', + '16x #forge:rods/niobium_nitride', '1x expatternprovider:ex_molecular_assembler',) .inputFluids( - Fluid.of("gtceu:concrete", 1152), - Fluid.of('gtceu:polybenzimidazole', 1430),) + Fluid.of("gtceu:concrete", 144*8), + Fluid.of('tfg:fluix', 144*16),) .itemOutputs('expatternprovider:assembler_matrix_frame') - .duration(400) - .EUt(30768) - .stationResearch(b => b.researchStack(Item.of("expatternprovider:ex_molecular_assembler")).EUt(GTValues.VA[GTValues.LuV]).CWUt(4)) + .duration(2000) + .EUt(GTValues.VA[GTValues.LuV]) .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembly_line('expatternprovider:assembler_matrix_frame_zpm') + event.recipes.gtceu.assembly_line('expatternprovider:assembler_matrix_frame_moon') .itemInputs( '8x gtceu:plascrete', - '4x gtceu:zpm_machine_casing', - '1x #gtceu:circuits/zpm', - '1x megacells:accumulation_processor', + '8x gtceu:iv_machine_casing', + '1x #gtceu:circuits/iv', '4x ae2:logic_processor', - '4x #forge:rods/long/naquadah_alloy', - '1x expatternprovider:ex_molecular_assembler',) + '4x megacells:accumulation_processor', + '16x #forge:rods/niobium_nitride', + '4x expatternprovider:ex_molecular_assembler',) .inputFluids( - Fluid.of("gtceu:concrete", 1152), - Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('4x expatternprovider:assembler_matrix_frame') - .duration(400) - .EUt(123072) - .stationResearch(b => b.researchStack(Item.of("expatternprovider:ex_molecular_assembler")).EUt(GTValues.VA[GTValues.LuV]).CWUt(4)) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.assembly_line('expatternprovider:assembler_matrix_frame_uv') - .itemInputs( - '16x gtceu:plascrete', - '1x gtceu:uv_machine_casing', - '1x #gtceu:circuits/uv', - '1x megacells:accumulation_processor', - '4x ae2:logic_processor', - '4x #forge:rods/long/darmstadtium', - '1x expatternprovider:ex_molecular_assembler',) - .inputFluids( - Fluid.of("gtceu:concrete", 1152), - Fluid.of('gtceu:polybenzimidazole', 1430),) + Fluid.of('gtceu:concrete', 144*8), + Fluid.of('tfg:cryogenized_fluix', 144*16),) .itemOutputs('8x expatternprovider:assembler_matrix_frame') - .duration(400) - .EUt(492288) - .stationResearch(b => b.researchStack(Item.of("expatternprovider:ex_molecular_assembler")).EUt(GTValues.VA[GTValues.LuV]).CWUt(4)) - .cleanroom(CleanroomType.CLEANROOM) + .duration(2000) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') //Matrix Wall event.recipes.gtceu.assembler('expatternprovider:assembler_matrix_wall_luv') .itemInputs( - '4x gtceu:iridium_frame', - '4x gtceu:plascrete', - "1x gtceu:incoloy_ma_956_plate",) + '#forge:frames/polytetrafluoroethylene', + 'gtceu:plascrete', + '6x gtceu:polytetrafluoroethylene_plate',) .inputFluids( - Fluid.of("gtceu:styrene_butadiene_rubber", 1152) - ) + Fluid.of('gtceu:concrete', 144*4)) .itemOutputs('expatternprovider:assembler_matrix_wall') .duration(800) - .EUt(30768) + .EUt(GTValues.VA[GTValues.IV]) //Matrix Glass event.recipes.gtceu.assembler("expatternprovider:assembler_matrix_glass") .itemInputs( - '4x gtceu:iridium_frame', - "4x gtceu:cleanroom_glass", - "1x gtceu:incoloy_ma_956_plate",) + '#forge:frames/polytetrafluoroethylene', + 'gtceu:cleanroom_glass', + '6x gtceu:polytetrafluoroethylene_plate',) .inputFluids( - Fluid.of("gtceu:styrene_butadiene_rubber", 1152) - ) + Fluid.of('gtceu:concrete', 144*4)) .itemOutputs("expatternprovider:assembler_matrix_glass") .duration(800) - .EUt(30768) + .EUt(GTValues.VA[GTValues.IV]) //Matrix Pattern - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_pattern_luv") + event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_pattern") .itemInputs( '#expatternprovider:extended_pattern_provider', - '4x megacells:accumulation_processor', + '8x megacells:accumulation_processor', '4x gtceu:luv_robot_arm', '2x #forge:dense_plates/rhodium_plated_palladium', - '#gtceu:circuits/luv', - '2x #gtceu:circuits/iv',) - .inputFluids( - Fluid.of("gtceu:europium", 16), - Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('1x expatternprovider:assembler_matrix_pattern') - .duration(800) - .EUt(GTValues.VA[GTValues.LuV]) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_pattern_zpm") - .itemInputs( - '4x #expatternprovider:extended_pattern_provider', - '4x megacells:accumulation_processor', - '4x gtceu:zpm_robot_arm', - '2x #forge:dense_plates/naquadah_alloy', '#gtceu:circuits/zpm', '2x #gtceu:circuits/luv',) .inputFluids( - Fluid.of("gtceu:europium", 16), + Fluid.of('tfg:fluix', 144*16), Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('4x expatternprovider:assembler_matrix_pattern') - .duration(800) - .EUt(GTValues.VA[GTValues.ZPM]) + .itemOutputs('expatternprovider:assembler_matrix_pattern') + .duration(20*30) + .EUt(GTValues.VA[GTValues.LuV]) .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_pattern_uv") + event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_pattern_moon") .itemInputs( - '8x #expatternprovider:extended_pattern_provider', - '4x megacells:accumulation_processor', - '4x gtceu:uv_robot_arm', - '2x #forge:dense_plates/darmstadtium', - '#gtceu:circuits/uv', - '2x #gtceu:circuits/zpm',) + '2x #expatternprovider:extended_pattern_provider', + '8x megacells:accumulation_processor', + '4x gtceu:iv_robot_arm', + '2x #forge:dense_plates/tungsten_steel', + '#gtceu:circuits/luv', + '2x #gtceu:circuits/iv',) .inputFluids( - Fluid.of("gtceu:europium", 16), + Fluid.of('tfg:cryogenized_fluix', 144*8), Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('8x expatternprovider:assembler_matrix_pattern') - .duration(800) - .EUt(GTValues.VA[GTValues.UV]) - .cleanroom(CleanroomType.CLEANROOM) + .itemOutputs('2x expatternprovider:assembler_matrix_pattern') + .duration(20*30) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') //Matrix Crafter - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_crafter_luv") + event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_crafter") .itemInputs( "#expatternprovider:oversize_interface", - '4x megacells:accumulation_processor', - 'gtceu:iv_field_generator', + '8x megacells:accumulation_processor', + '4x gtceu:luv_field_generator', '2x #forge:dense_plates/rhodium_plated_palladium', - '#gtceu:circuits/luv', - '2x #gtceu:circuits/iv',) - .inputFluids( - Fluid.of("gtceu:europium", 16), - Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('1x expatternprovider:assembler_matrix_crafter') - .duration(800) - .EUt(GTValues.VA[GTValues.LuV]) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_crafter_zpm") - .itemInputs( - "4x #expatternprovider:oversize_interface", - '4x megacells:accumulation_processor', - 'gtceu:luv_field_generator', - '2x #forge:dense_plates/naquadah_alloy', '#gtceu:circuits/zpm', '2x #gtceu:circuits/luv',) .inputFluids( - Fluid.of("gtceu:europium", 16), + Fluid.of('tfg:fluix', 144*16), Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('4x expatternprovider:assembler_matrix_crafter') - .duration(800) - .EUt(GTValues.VA[GTValues.ZPM]) + .itemOutputs('expatternprovider:assembler_matrix_crafter') + .duration(20*30) + .EUt(GTValues.VA[GTValues.LuV]) .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_crafter_uv") + + event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_crafter_moon") .itemInputs( - "8x #expatternprovider:oversize_interface", - '4x megacells:accumulation_processor', - 'gtceu:iv_field_generator', - '2x #forge:dense_plates/darmstadtium', - '#gtceu:circuits/uv', - '2x #gtceu:circuits/zpm',) + "2x #expatternprovider:oversize_interface", + '8x megacells:accumulation_processor', + '4x gtceu:iv_field_generator', + '2x #forge:dense_plates/tungsten_steel', + '#gtceu:circuits/luv', + '2x #gtceu:circuits/iv',) .inputFluids( - Fluid.of("gtceu:europium", 16), + Fluid.of('tfg:cryogenized_fluix', 144*8), Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs('8x expatternprovider:assembler_matrix_crafter') - .duration(800) - .EUt(GTValues.VA[GTValues.UV]) - .cleanroom(CleanroomType.CLEANROOM) + .itemOutputs('2x expatternprovider:assembler_matrix_crafter') + .duration(20*30) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') //Matrix Speed event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_speed_luv") .itemInputs( "megacells:mega_crafting_accelerator", - '4x megacells:accumulation_processor', - "64x ae2:speed_card", + '8x megacells:accumulation_processor', + '4x gtceu:luv_conveyor_module', '2x #forge:dense_plates/rhodium_plated_palladium', - '#gtceu:circuits/luv', - '2x #gtceu:circuits/iv',) + '#gtceu:circuits/zpm', + '2x #gtceu:circuits/luv',) .inputFluids( - Fluid.of("gtceu:europium", 16), + Fluid.of('tfg:fluix', 144*16), Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs("expatternprovider:assembler_matrix_speed") - .duration(800) + .itemOutputs('expatternprovider:assembler_matrix_speed') + .duration(20*30) .EUt(GTValues.VA[GTValues.LuV]) .cleanroom(CleanroomType.CLEANROOM) event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_speed_zpm") .itemInputs( - "4x megacells:mega_crafting_accelerator", - '4x megacells:accumulation_processor', - "64x ae2:speed_card", - '2x #forge:dense_plates/naquadah_alloy', - '#gtceu:circuits/zpm', - '2x #gtceu:circuits/luv',) + "2x megacells:mega_crafting_accelerator", + '8x megacells:accumulation_processor', + '4x gtceu:iv_conveyor_module', + '2x #forge:dense_plates/tungsten_steel', + '#gtceu:circuits/luv', + '2x #gtceu:circuits/iv',) .inputFluids( - Fluid.of("gtceu:europium", 16), + Fluid.of('tfg:cryogenized_fluix', 144*8), Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs("4x expatternprovider:assembler_matrix_speed") - .duration(800) - .EUt(GTValues.VA[GTValues.ZPM]) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.assembly_line("expatternprovider:assembler_matrix_speed_uv") - .itemInputs( - "8x megacells:mega_crafting_accelerator", - '4x megacells:accumulation_processor', - "64x ae2:speed_card", - '2x #forge:dense_plates/darmstadtium', - '#gtceu:circuits/uv', - '2x #gtceu:circuits/zpm',) - .inputFluids( - Fluid.of("gtceu:europium", 16), - Fluid.of('gtceu:polybenzimidazole', 1430),) - .itemOutputs("8x expatternprovider:assembler_matrix_speed") - .duration(800) - .EUt(GTValues.VA[GTValues.UV]) - .cleanroom(CleanroomType.CLEANROOM) - + .itemOutputs('2x expatternprovider:assembler_matrix_speed') + .duration(20*30) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') //#endregion diff --git a/kubejs/server_scripts/me_requester/recipes.js b/kubejs/server_scripts/me_requester/recipes.js index aa7a34dd0..26e8e5640 100644 --- a/kubejs/server_scripts/me_requester/recipes.js +++ b/kubejs/server_scripts/me_requester/recipes.js @@ -6,10 +6,32 @@ const registerMERequesterRecipes = (event) => { // ME Requester event.recipes.gtceu.assembler('tfg:merequester/merequester') - .itemInputs('#ae2:interface', '2x ae2:crafting_accelerator', '4x #gtceu:circuits/ev', '4x #forge:plates/copper', '#forge:rods/amethyst') + .itemInputs( + 'expatternprovider:ex_pattern_provider', + '#expatternprovider:extended_interface', + 'megacells:mega_crafting_unit', + '4x #gtceu:circuits/luv', + '4x #forge:double_plates/titanium_tungsten_carbide', + '4x gtceu:exquisite_amethyst_gem') + .inputFluids(Fluid.of('tfg:fluix', 144*20)) .itemOutputs('merequester:requester') .duration(760) - .EUt(506) + .EUt(GTValues.VA[GTValues.IV]) + .cleanroom(CleanroomType.CLEANROOM) + + event.recipes.gtceu.assembler('tfg:merequester/merequester_moon') + .itemInputs( + 'expatternprovider:ex_pattern_provider', + '#expatternprovider:extended_interface', + 'megacells:mega_crafting_unit', + '4x #gtceu:circuits/iv', + '4x #forge:double_plates/titanium_tungsten_carbide', + '4x gtceu:exquisite_amethyst_gem') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*20)) + .itemOutputs('merequester:requester') + .duration(760) + .EUt(GTValues.VA[GTValues.EV]) + .dimension('ad_astra:moon') // ME Requester Terminal event.shaped('merequester:requester_terminal', [ @@ -25,4 +47,15 @@ const registerMERequesterRecipes = (event) => { F: '#forge:plates/steel', G: 'ae2:engineering_processor' }).id('merequester:requester_terminal') + + event.recipes.gtceu.assembler('assembler:ae2_requester_terminal_terminal') + .itemInputs( + 'ae2:terminal', + '2x #forge:rods/steel', + 'ae2:engineering_processor', + '2x #forge:plates/steel', + 'merequester:requester') + .itemOutputs('merequester:requester_terminal') + .duration(100) + .EUt(GTValues.VA[GTValues.LV]) } \ No newline at end of file diff --git a/kubejs/server_scripts/mega_cells/recipes.js b/kubejs/server_scripts/mega_cells/recipes.js index 36ef469f5..ba00814ba 100644 --- a/kubejs/server_scripts/mega_cells/recipes.js +++ b/kubejs/server_scripts/mega_cells/recipes.js @@ -22,42 +22,63 @@ const registerMegaCellsRecipes = (event) => { .notConsumable('megacells:accumulation_processor_press') .itemOutputs('megacells:printed_accumulation_processor') .duration(20) + .circuit(1) .EUt(1920) + event.recipes.gtceu.forming_press('megacells:printed_accumulation_processor_moon') + .itemInputs('#forge:dense_plates/silicon') + .notConsumable('megacells:accumulation_processor_press') + .itemOutputs('2x megacells:printed_accumulation_processor') + .duration(20) + .circuit(2) + .EUt(1920) + .dimension('ad_astra:moon') + + // Accumulation Processor + + event.recipes.gtceu.circuit_assembler('ae2:accumulation_processor_moon') + .itemInputs( + 'ae2:printed_silicon', + 'megacells:printed_accumulation_processor', + '#gtceu:circuits/iv', + '2x #gtceu:resistors', + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:fluix', 144*5)) + .itemOutputs('megacells:accumulation_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.IV]) + .cleanroom(CleanroomType.CLEANROOM) + + event.recipes.gtceu.circuit_assembler('ae2:accumulation_processor') + .itemInputs( + 'ae2:printed_silicon', + 'megacells:printed_accumulation_processor', + '#gtceu:circuits/iv', + '1x minecraft:redstone') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*5)) + .itemOutputs('2x megacells:accumulation_processor') + .duration(20*5) + .EUt(GTValues.VA[GTValues.EV]) + .dimension('ad_astra:moon') + // Inscriber Silicon Press event.recipes.gtceu.laser_engraver('ae2:accumulation_processor_press') - .itemInputs('#forge:plates/naquadah') + .itemInputs('tfg:unfinished_inscriber_accumulation_press') .notConsumable('#forge:lenses/black') .itemOutputs('megacells:accumulation_processor_press') .duration(4000) - .EUt(1920) - - //accumulation processor - event.recipes.gtceu.circuit_assembler('megacells:accumulation_processor') - .itemInputs( - 'ae2:printed_silicon', - 'megacells:printed_accumulation_processor', - '#gtceu:circuits/iv', - '2x #gtceu:resistors', - '2x #forge:fine_wires/niobium_titanium',) - .inputFluids(Fluid.of('tfg:fluix', 144)) - .itemOutputs('2x megacells:accumulation_processor') - .duration(20) - .EUt(1920) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.circuit_assembler('megacells:accumulation_processor_adv') - .itemInputs( - 'ae2:printed_silicon', - 'megacells:printed_accumulation_processor', - '#gtceu:circuits/iv', - 'gtceu:advanced_smd_resistor', - '2x #forge:fine_wires/niobium_titanium',) - .inputFluids(Fluid.of('tfg:fluix', 144)) - .itemOutputs('2x megacells:accumulation_processor') - .duration(20) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.implosion_compressor('tfg:unfinished_inscriber_accumulation_press') + .itemInputs( + '#forge:dense_plates/rocket_alloy_t1', + '#forge:dense_plates/desh', + 'gtceu:quantum_star', + '64x gtceu:industrial_tnt') + .itemOutputs('tfg:unfinished_inscriber_accumulation_press') + .duration(20) + .EUt(GTValues.VA[GTValues.IV]) //Mega Item Cell Housing event.shaped('megacells:mega_item_cell_housing', [ @@ -99,252 +120,112 @@ const registerMegaCellsRecipes = (event) => { // 1m storage components event.recipes.gtceu.assembly_line('megacells:cell_component_1m') .itemInputs( - '4x #gtceu:circuits/uv', - '4x #forge:plates/darmstadtium', - '2x ae2:quartz_vibrant_glass', - '4x #forge:dusts/ender_pearl', - '4x ae2:matter_ball', - '2x megacells:accumulation_processor',) - .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) + '4x #gtceu:circuits/zpm', + '32x gtceu:hpic_chip', + '64x ae2:calculation_processor', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '16x megacells:accumulation_processor', + '1x ae2:cell_component_256k') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 4608)) + .inputFluids(Fluid.of('gtceu:polyphenylene_sulfide', 9216)) .itemOutputs('megacells:cell_component_1m') - .duration(200) - .EUt(491520) + .duration(2000) + .EUt(GTValues.VA[GTValues.LuV]) + .dimension('ad_astra:moon') + + event.recipes.gtceu.assembly_line('megacells:cell_component_1m_256k') + .itemInputs( + '4x #gtceu:circuits/uv', + '32x gtceu:hpic_chip', + '64x ae2:engineering_processor', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '16x megacells:accumulation_processor', + '2x ae2:cell_component_256k') + .inputFluids(Fluid.of('tfg:fluix', 4608)) + .inputFluids(Fluid.of('gtceu:polyphenylene_sulfide', 9216)) + .itemOutputs('megacells:cell_component_1m') + .duration(4000) + .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) // 4m storage components event.recipes.gtceu.assembly_line('megacells:cell_component_4m') .itemInputs( - '4x #gtceu:circuits/uhv', - '4x #forge:plates/neutronium', - '2x ae2:quartz_vibrant_glass', - '4x #forge:dusts/ender_pearl', - '4x ae2:matter_ball', - '2x megacells:accumulation_processor') - .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) + '4x #gtceu:circuits/uv', + '64x gtceu:advanced_soc', + '64x ae2:calculation_processor', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '64x megacells:accumulation_processor', + '1x megacells:cell_component_1m') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 9216)) + .inputFluids(Fluid.of('gtceu:polyphenylene_sulfide', 18432)) .itemOutputs('megacells:cell_component_4m') - .duration(200) - .EUt(1966080) - .cleanroom(CleanroomType.CLEANROOM) - - event.recipes.gtceu.assembly_line('megacells:cell_component_4m_1m') + .duration(2000) + .EUt(GTValues.VA[GTValues.ZPM]) + .dimension('ad_astra:moon') + + event.recipes.gtceu.assembly_line('megacells:cell_component_4m_256k') .itemInputs( - '2x megacells:accumulation_processor', - '2x #gtceu:circuits/uhv', - '2x ae2:quartz_vibrant_glass', - '4x megacells:cell_component_1m') - .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) + '4x #gtceu:circuits/uhv', + '64x gtceu:advanced_soc', + '64x ae2:engineering_processor', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '64x megacells:accumulation_processor', + '2x megacells:cell_component_1m') + .inputFluids(Fluid.of('tfg:fluix', 9216)) + .inputFluids(Fluid.of('gtceu:polyphenylene_sulfide', 18432)) .itemOutputs('megacells:cell_component_4m') - .duration(400) - .EUt(1966080) + .duration(4000) + .EUt(GTValues.VA[GTValues.UV]) .cleanroom(CleanroomType.CLEANROOM) - // // 16m storage components - // event.recipes.gtceu.assembly_line('megacells:cell_component_16m') - // .itemInputs( - // '4x #gtceu:circuits/uev', - // '4x #forge:plates/tungsten_steel', - // '8x #forge:dusts/certus_quartz', - // '2x megacells:accumulation_processor',) - // .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) - // .itemOutputs('megacells:cell_component_16m') - // .duration(200) - // .EUt(7864320) - // .cleanroom(CleanroomType.CLEANROOM) - - // event.recipes.gtceu.assembly_line('megacells:cell_component_16m_4m') - // .itemInputs( - // '2x megacells:accumulation_processor', - // '2x #gtceu:circuits/uev', - // '4x megacells:cell_component_4m') - // .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) - // .itemOutputs('megacells:cell_component_16m') - // .duration(400) - // .EUt(7864320) - // .cleanroom(CleanroomType.CLEANROOM) - // // 64m storage components - // event.recipes.gtceu.assembly_line('megacells:cell_component_64m') - // .itemInputs( - // '4x #gtceu:circuits/uiv', - // '4x #forge:plates/rhodium_plated_palladium', - // '8x #forge:dusts/certus_quartz', - // '2x megacells:accumulation_processor') - // .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) - // .itemOutputs('megacells:cell_component_64m') - // .duration(200) - // .EUt(31457280) - // .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.assembly_line('megacells:cell_component_64m_16m') - // .itemInputs( - // '2x megacells:accumulation_processor', - // '2x #gtceu:circuits/uiv', - // '4x megacells:cell_component_16m') - // .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) - // .itemOutputs('megacells:cell_component_64m') - // .duration(400) - // .EUt(31457280) - // .cleanroom(CleanroomType.CLEANROOM) - // // 256m storage components - // event.recipes.gtceu.assembly_line('megacells:cell_component_256m') - // .itemInputs( - // '4x #gtceu:circuits/uxv', - // '4x #forge:plates/naquadah_alloy', - // '16x #forge:dusts/certus_quartz', - // '2x megacells:accumulation_processor',) - // .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) - // .itemOutputs('megacells:cell_component_256m') - // .duration(200) - // .EUt(125829120) - // .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.assembly_line('megacells:cell_component_256m_64m') - // .itemInputs( - // '2x megacells:accumulation_processor', - // '2x #gtceu:circuits/uxv', - // '4x megacells:cell_component_64m') - // .inputFluids(Fluid.of('gtceu:hsla_steel', 144)) - // .itemOutputs('megacells:cell_component_256m') - // .duration(400) - // .EUt(125829120) - // .cleanroom(CleanroomType.CLEANROOM) - //#endregion - - //#region MEGA interface - // EV - event.recipes.gtceu.assembler('megacells:mega_interface_ev') + // 16m storage components + event.recipes.gtceu.assembly_line('megacells:cell_component_16m') .itemInputs( - '2x #ae2:interface', - '4x megacells:accumulation_processor', - '2x gtceu:ev_conveyor_module', - '4x gtceu:laminated_glass', - '4x gtceu:titanium_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/ev') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('megacells:mega_interface') - .duration(300) - .EUt(1920) + '4x #gtceu:circuits/uhv', + '64x gtceu:uhpic_chip', + '64x ae2:engineering_processor', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '64x megacells:accumulation_processor', + '64x megacells:accumulation_processor', + '1x megacells:cell_component_4m') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 18432)) + .inputFluids(Fluid.of('tfg:fluix', 18432)) + .inputFluids(Fluid.of('gtceu:polyphenylene_sulfide', 36864)) + .itemOutputs('megacells:cell_component_16m') + .duration(8000) + .stationResearch(b => b.researchStack(Item.of('megacells:cell_component_4m')).EUt(GTValues.VA[GTValues.LuV]).CWUt(32)) + .EUt(GTValues.VA[GTValues.UV]) + .dimension('ad_astra:moon') .cleanroom(CleanroomType.CLEANROOM) - // IV - event.recipes.gtceu.assembler('megacells:mega_interface_iv') + // 64m storage components + event.recipes.gtceu.assembly_line('megacells:cell_component_64m') .itemInputs( - '4x #ae2:interface', - '4x megacells:accumulation_processor', - '2x gtceu:iv_conveyor_module', - '4x gtceu:laminated_glass', - '4x gtceu:tungsten_steel_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/iv',) - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('2x megacells:mega_interface') - .duration(300) - .EUt(7680) + '8x #gtceu:circuits/uhv', + '64x gtceu:uhpic_chip', + '64x ae2:engineering_processor', + '64x ae2:logic_processor', + '64x ae2:logic_processor', + '64x ae2:calculation_processor', + '64x megacells:accumulation_processor', + '64x megacells:accumulation_processor', + '1x megacells:cell_component_16m') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 36864)) + .inputFluids(Fluid.of('tfg:fluix', 36864)) + .inputFluids(Fluid.of('gtceu:polyphenylene_sulfide', 73728)) + .itemOutputs('megacells:cell_component_64m') + .duration(8000) + .stationResearch(b => b.researchStack(Item.of('megacells:cell_component_16m')).EUt(GTValues.VA[GTValues.LuV]).CWUt(64)) + .EUt(GTValues.VA[GTValues.UHV]) + .dimension('ad_astra:moon') .cleanroom(CleanroomType.CLEANROOM) - // LuV - event.recipes.gtceu.assembler('megacells:mega_interface_luv') - .itemInputs( - '8x #ae2:interface', - '4x megacells:accumulation_processor', - '2x gtceu:luv_conveyor_module', - '4x gtceu:laminated_glass', - '4x gtceu:rhodium_plated_palladium_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/luv') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('4x megacells:mega_interface') - .duration(300) - .EUt(30720) - .cleanroom(CleanroomType.CLEANROOM) - - // ZPM - event.recipes.gtceu.assembler('megacells:mega_interface_zpm') - .itemInputs( - '16x #ae2:interface', - '4x megacells:accumulation_processor', - '2x gtceu:zpm_conveyor_module', - '4x gtceu:laminated_glass', - '4x gtceu:naquadah_alloy_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/zpm') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('8x megacells:mega_interface') - .duration(300) - .EUt(119680) - .cleanroom(CleanroomType.CLEANROOM) - - //#endregion - - //#region MEGA provider - // EV - event.recipes.gtceu.assembler('megacells:mega_pattern_provider_ev') - .itemInputs( - '2x #ae2:pattern_provider', - '4x megacells:accumulation_processor', - '2x gtceu:ev_conveyor_module', - '4x gtceu:titanium_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/ev') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('megacells:mega_pattern_provider') - .duration(300) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) - - // IV - event.recipes.gtceu.assembler('megacells:mega_pattern_provider_iv') - .itemInputs( - '4x #ae2:pattern_provider', - '4x megacells:accumulation_processor', - '2x gtceu:iv_conveyor_module', - '4x gtceu:tungsten_steel_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/iv',) - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('2x megacells:mega_pattern_provider') - .duration(300) - .EUt(7680) - .cleanroom(CleanroomType.CLEANROOM) - - // LuV - event.recipes.gtceu.assembler('megacells:mega_pattern_provider_luv') - .itemInputs( - '8x #ae2:pattern_provider', - '4x megacells:accumulation_processor', - '2x gtceu:luv_conveyor_module', - '4x gtceu:rhodium_plated_palladium_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/luv') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('4x megacells:mega_pattern_provider') - .duration(300) - .EUt(30720) - .cleanroom(CleanroomType.CLEANROOM) - - // ZPM - event.recipes.gtceu.assembler('megacells:mega_pattern_provider_zpm') - .itemInputs( - '16x #ae2:pattern_provider', - '4x megacells:accumulation_processor', - '2x gtceu:zpm_conveyor_module', - '4x gtceu:naquadah_alloy_plate', - '2x ae2:annihilation_core', - '2x ae2:formation_core', - '#gtceu:circuits/zpm') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 1152)) - .itemOutputs('8x megacells:mega_pattern_provider') - .duration(300) - .EUt(119680) - .cleanroom(CleanroomType.CLEANROOM) - - //#endregion - // greater energy card event.recipes.gtceu.assembler('megacells:greater_energy_card') .itemInputs( @@ -370,19 +251,19 @@ const registerMegaCellsRecipes = (event) => { .EUt(12) .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:item_storage_cell_16m') - // .itemInputs('megacells:mega_item_cell_housing', 'megacells:cell_component_16m') - // .itemOutputs('megacells:item_storage_cell_16m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:item_storage_cell_16m') + .itemInputs('megacells:mega_item_cell_housing', 'megacells:cell_component_16m') + .itemOutputs('megacells:item_storage_cell_16m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:item_storage_cell_64m') - // .itemInputs('megacells:mega_item_cell_housing', 'megacells:cell_component_64m') - // .itemOutputs('megacells:item_storage_cell_64m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:item_storage_cell_64m') + .itemInputs('megacells:mega_item_cell_housing', 'megacells:cell_component_64m') + .itemOutputs('megacells:item_storage_cell_64m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) // event.recipes.gtceu.packer('megacells:item_storage_cell_256m') // .itemInputs('megacells:mega_item_cell_housing', 'megacells:cell_component_256m') @@ -406,19 +287,19 @@ const registerMegaCellsRecipes = (event) => { .EUt(12) .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:fluid_storage_cell_16m') - // .itemInputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_16m') - // .itemOutputs('megacells:fluid_storage_cell_16m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:fluid_storage_cell_16m') + .itemInputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_16m') + .itemOutputs('megacells:fluid_storage_cell_16m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:fluid_storage_cell_64m') - // .itemInputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_64m') - // .itemOutputs('megacells:fluid_storage_cell_64m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:fluid_storage_cell_64m') + .itemInputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_64m') + .itemOutputs('megacells:fluid_storage_cell_64m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) // event.recipes.gtceu.packer('megacells:fluid_storage_cell_256m') // .itemInputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_256m') @@ -442,19 +323,19 @@ const registerMegaCellsRecipes = (event) => { .EUt(12) .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:item_storage_cell_16m_back') - // .itemInputs('megacells:item_storage_cell_16m') - // .itemOutputs('megacells:mega_item_cell_housing', 'megacells:cell_component_16m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:item_storage_cell_16m_back') + .itemInputs('megacells:item_storage_cell_16m') + .itemOutputs('megacells:mega_item_cell_housing', 'megacells:cell_component_16m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:item_storage_cell_64m_back') - // .itemInputs('megacells:item_storage_cell_64m') - // .itemOutputs('megacells:mega_item_cell_housing', 'megacells:cell_component_64m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:item_storage_cell_64m_back') + .itemInputs('megacells:item_storage_cell_64m') + .itemOutputs('megacells:mega_item_cell_housing', 'megacells:cell_component_64m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) // event.recipes.gtceu.packer('megacells:item_storage_cell_256m_back') // .itemInputs('megacells:item_storage_cell_256m') @@ -478,19 +359,19 @@ const registerMegaCellsRecipes = (event) => { .EUt(12) .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:fluid_storage_cell_16m_back') - // .itemInputs('megacells:fluid_storage_cell_16m') - // .itemOutputs('megacells:mega_fluid_cell_housing','megacells:cell_component_16m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:fluid_storage_cell_16m_back') + .itemInputs('megacells:fluid_storage_cell_16m') + .itemOutputs('megacells:mega_fluid_cell_housing','megacells:cell_component_16m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:fluid_storage_cell_64m_back') - // .itemInputs('megacells:fluid_storage_cell_64m') - // .itemOutputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_64m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:fluid_storage_cell_64m_back') + .itemInputs('megacells:fluid_storage_cell_64m') + .itemOutputs('megacells:mega_fluid_cell_housing', 'megacells:cell_component_64m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) // event.recipes.gtceu.packer('megacells:fluid_storage_cell_256m_back') // .itemInputs('megacells:fluid_storage_cell_256m') @@ -501,21 +382,40 @@ const registerMegaCellsRecipes = (event) => { //#endregion - //mega crafting unit + //#region Crafting Unit + event.recipes.gtceu.assembler('megacells:mega_crafting_unit') .itemInputs( - '4x ae2:crafting_unit', '4x megacells:accumulation_processor', - '2x ae2:logic_processor', - '#gtceu:circuits/ev', - '2x ae2:fluix_smart_cable') - .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 288)) + '4x ae2:logic_processor', + '4x ae2:calculation_processor', + '4x ae2:engineering_processor', + '#gtceu:circuits/luv', + '6x #forge:plates/titanium_tungsten_carbide', + 'ae2:crafting_unit') + .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('megacells:mega_crafting_unit') - .duration(20) - .EUt(2720) + .duration(20*15) + .EUt(GTValues.VA[GTValues.IV]) + .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('megacells:mega_crafting_unit_moon') + .itemInputs( + '4x megacells:accumulation_processor', + '4x ae2:logic_processor', + '4x ae2:calculation_processor', + '4x ae2:engineering_processor', + '#gtceu:circuits/luv', + '6x #forge:plates/titanium_tungsten_carbide', + 'ae2:crafting_unit') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*4)) + .itemOutputs('2x megacells:mega_crafting_unit') + .duration(20*15) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') + + // Mega Crafting Storage - //#region Crafting Storage event.recipes.gtceu.packer('megacells:mega_crafting_accelerator') .itemInputs('megacells:mega_crafting_unit', 'ae2:engineering_processor') .itemOutputs('megacells:mega_crafting_accelerator') @@ -537,26 +437,27 @@ const registerMegaCellsRecipes = (event) => { .EUt(12) .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:16m_crafting_storage') - // .itemInputs('megacells:mega_crafting_unit', 'megacells:cell_component_16m') - // .itemOutputs('megacells:16m_crafting_storage') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:16m_crafting_storage') + .itemInputs('megacells:mega_crafting_unit', 'megacells:cell_component_16m') + .itemOutputs('megacells:16m_crafting_storage') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:64m_crafting_storage') - // .itemInputs('megacells:mega_crafting_unit', 'megacells:cell_component_64m') - // .itemOutputs('megacells:64m_crafting_storage') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:64m_crafting_storage') + .itemInputs('megacells:mega_crafting_unit', 'megacells:cell_component_64m') + .itemOutputs('megacells:64m_crafting_storage') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:256m_crafting_storage') - // .itemInputs('megacells:mega_crafting_unit', 'megacells:cell_component_256m') - // .itemOutputs('megacells:256m_crafting_storage') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + /* event.recipes.gtceu.packer('megacells:256m_crafting_storage') + .itemInputs('megacells:mega_crafting_unit', 'megacells:cell_component_256m') + .itemOutputs('megacells:256m_crafting_storage') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) + */ event.recipes.gtceu.packer('megacells:mega_crafting_monitor') .itemInputs('megacells:mega_crafting_unit', 'ae2:storage_monitor') @@ -587,20 +488,19 @@ const registerMegaCellsRecipes = (event) => { .EUt(12) .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:16m_crafting_storage_back') - // .itemInputs('megacells:16m_crafting_storage') - // .itemOutputs('megacells:mega_crafting_unit', 'megacells:cell_component_16m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:16m_crafting_storage_back') + .itemInputs('megacells:16m_crafting_storage') + .itemOutputs('megacells:mega_crafting_unit', 'megacells:cell_component_16m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) - // event.recipes.gtceu.packer('megacells:64m_crafting_storage_back') - // .itemInputs( - // 'megacells:64m_crafting_storage') - // .itemOutputs('megacells:mega_crafting_unit','megacells:cell_component_64m') - // .duration(10) - // .EUt(12) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.packer('megacells:64m_crafting_storage_back') + .itemInputs('megacells:64m_crafting_storage') + .itemOutputs('megacells:mega_crafting_unit','megacells:cell_component_64m') + .duration(10) + .EUt(12) + .cleanroom(CleanroomType.CLEANROOM) // event.recipes.gtceu.packer('megacells:256m_crafting_storage_back') // .itemInputs('megacells:256m_crafting_storage') @@ -652,32 +552,32 @@ const registerMegaCellsRecipes = (event) => { .cleanroom(CleanroomType.CLEANROOM) // 16m - // event.recipes.gtceu.assembler('megacells:portable_item_cell_16m') - // .itemInputs( - // 'ae2:chest', - // 'megacells:cell_component_16m', - // 'megacells:mega_energy_cell', - // '#gtceu:batteries/luv', - // 'megacells:mega_item_cell_housing') - // .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) - // .itemOutputs('megacells:portable_item_cell_16m') - // .duration(200) - // .EUt(491520) - // .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('megacells:portable_item_cell_16m') + .itemInputs( + 'ae2:chest', + 'megacells:cell_component_16m', + 'megacells:mega_energy_cell', + '#gtceu:batteries/luv', + 'megacells:mega_item_cell_housing') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) + .itemOutputs('megacells:portable_item_cell_16m') + .duration(200) + .EUt(491520) + .cleanroom(CleanroomType.CLEANROOM) - // // 64m - // event.recipes.gtceu.assembler('megacells:portable_item_cell_64m') - // .itemInputs( - // 'ae2:chest', - // 'megacells:cell_component_64m', - // 'megacells:mega_energy_cell', - // '#gtceu:batteries/luv', - // 'megacells:mega_item_cell_housing') - // .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) - // .itemOutputs('megacells:portable_item_cell_64m') - // .duration(200) - // .EUt(1966080) - // .cleanroom(CleanroomType.CLEANROOM) + // 64m + event.recipes.gtceu.assembler('megacells:portable_item_cell_64m') + .itemInputs( + 'ae2:chest', + 'megacells:cell_component_64m', + 'megacells:mega_energy_cell', + '#gtceu:batteries/luv', + 'megacells:mega_item_cell_housing') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) + .itemOutputs('megacells:portable_item_cell_64m') + .duration(200) + .EUt(1966080) + .cleanroom(CleanroomType.CLEANROOM) // // 256m // event.recipes.gtceu.assembler('megacells:portable_item_cell_256m') @@ -726,33 +626,33 @@ const registerMegaCellsRecipes = (event) => { .EUt(122880) .cleanroom(CleanroomType.CLEANROOM) - // // 16m - // event.recipes.gtceu.assembler('megacells:portable_fluid_cell_16m') - // .itemInputs( - // 'ae2:chest', - // 'megacells:cell_component_16m', - // 'megacells:mega_energy_cell', - // '#gtceu:batteries/luv', - // 'megacells:mega_fluid_cell_housing') - // .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) - // .itemOutputs('megacells:portable_fluid_cell_16m') - // .duration(200) - // .EUt(491520) - // .cleanroom(CleanroomType.CLEANROOM) + // 16m + event.recipes.gtceu.assembler('megacells:portable_fluid_cell_16m') + .itemInputs( + 'ae2:chest', + 'megacells:cell_component_16m', + 'megacells:mega_energy_cell', + '#gtceu:batteries/luv', + 'megacells:mega_fluid_cell_housing') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) + .itemOutputs('megacells:portable_fluid_cell_16m') + .duration(200) + .EUt(491520) + .cleanroom(CleanroomType.CLEANROOM) - // // 64m - // event.recipes.gtceu.assembler('megacells:portable_fluid_cell_64m') - // .itemInputs( - // 'ae2:chest', - // 'megacells:cell_component_64m', - // 'megacells:mega_energy_cell', - // '#gtceu:batteries/luv', - // 'megacells:mega_fluid_cell_housing') - // .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) - // .itemOutputs('megacells:portable_fluid_cell_64m') - // .duration(200) - // .EUt(1966080) - // .cleanroom(CleanroomType.CLEANROOM) + // 64m + event.recipes.gtceu.assembler('megacells:portable_fluid_cell_64m') + .itemInputs( + 'ae2:chest', + 'megacells:cell_component_64m', + 'megacells:mega_energy_cell', + '#gtceu:batteries/luv', + 'megacells:mega_fluid_cell_housing') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 144)) + .itemOutputs('megacells:portable_fluid_cell_64m') + .duration(200) + .EUt(1966080) + .cleanroom(CleanroomType.CLEANROOM) // // 256m // event.recipes.gtceu.assembler('megacells:portable_fluid_cell_256m') diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index ecdb8f9a7..8f6b53872 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -25,7 +25,8 @@ const registerAdAstraMaterials = (event) => { .flags( GTMaterialFlags.FORCE_GENERATE_BLOCK, GTMaterialFlags.GENERATE_PLATE, - GTMaterialFlags.GENERATE_ROD + GTMaterialFlags.GENERATE_ROD, + GTMaterialFlags.GENERATE_DENSE ) // TODO: remove the components until we know what to put in them diff --git a/kubejs/startup_scripts/ae2/fluids.js b/kubejs/startup_scripts/ae2/fluids.js new file mode 100644 index 000000000..99c64d984 --- /dev/null +++ b/kubejs/startup_scripts/ae2/fluids.js @@ -0,0 +1,12 @@ +// priority: 0 + +const registerAE2Fluids = (event) => { + +// AE2 Moon Fluix + + event.create('tfg:cryogenized_fluix') + .thickTexture(0xde8cfb) + .bucketColor(0xde8cfb) + .luminosity(14) + .temperature(10) +} \ No newline at end of file diff --git a/kubejs/startup_scripts/extended_ae2/constants.js b/kubejs/startup_scripts/extended_ae2/constants.js index 95e07ab9b..91126d8b4 100644 --- a/kubejs/startup_scripts/extended_ae2/constants.js +++ b/kubejs/startup_scripts/extended_ae2/constants.js @@ -2,11 +2,11 @@ global.EXTENDED_AE2_DISABLED_ITEMS = [ 'expatternprovider:infinity_cell', 'expatternprovider:fishbig', - 'expatternprovider:pattern_provider_upgrade', - 'expatternprovider:interface_upgrade', + //'expatternprovider:pattern_provider_upgrade', + //'expatternprovider:interface_upgrade', 'expatternprovider:io_bus_upgrade', - 'expatternprovider:pattern_terminal_upgrade', - 'expatternprovider:drive_upgrade', + //'expatternprovider:pattern_terminal_upgrade', + //'expatternprovider:drive_upgrade', 'expatternprovider:ex_inscriber', 'expatternprovider:crystal_fixer', diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 0a246b07f..2bff3d101 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -214,6 +214,8 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.IronMagnetic.addFlags(GENERATE_PLATE) GTMaterials.Silicon.addFlags(GENERATE_DENSE); + + GTMaterials.Quartzite.addFlags(GENERATE_ROD); GTMaterials.TreatedWood.addFlags(GENERATE_LONG_ROD); diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 1d7c77af7..3304e4224 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -37,6 +37,7 @@ ItemEvents.modification(event => { */ StartupEvents.registry('fluid', event => { registerTFGFluids(event) + registerAE2Fluids(event) }) /** diff --git a/kubejs/startup_scripts/mega_cells/constants.js b/kubejs/startup_scripts/mega_cells/constants.js index 1f85f8c7d..5f6eef1f1 100644 --- a/kubejs/startup_scripts/mega_cells/constants.js +++ b/kubejs/startup_scripts/mega_cells/constants.js @@ -9,28 +9,16 @@ global.MEGA_CELLS_DISABLED_ITEMS = [ 'megacells:bulk_cell_component', 'megacells:compression_card', - 'megacells:cell_component_16m', - 'megacells:cell_component_64m', 'megacells:cell_component_256m', - 'megacells:item_storage_cell_16m', - 'megacells:item_storage_cell_64m', 'megacells:item_storage_cell_256m', - 'megacells:fluid_storage_cell_16m', - 'megacells:fluid_storage_cell_64m', 'megacells:fluid_storage_cell_256m', - 'megacells:portable_item_cell_16m', - 'megacells:portable_item_cell_64m', 'megacells:portable_item_cell_256m', , - 'megacells:portable_fluid_cell_16m', - 'megacells:portable_fluid_cell_64m', 'megacells:portable_fluid_cell_256m', - 'megacells:16m_crafting_storage', - 'megacells:64m_crafting_storage', 'megacells:256m_crafting_storage', ] \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 58bf6c691..55ea2b52a 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -43,6 +43,12 @@ const registerTFGItems = (event) => { }); //#endregion + // Unfinished Inscriber + + event.create('tfg:unfinished_inscriber_accumulation_press') + .translationKey('item.tfg.unfinished_inscriber_accumulation_press') + .texture('tfg:item/unfinished_inscriber_accumulation_press') + // #region Molds global.TFG_EXTRUDER_MOLDS.forEach(id => event.create(id)) From fa44b350b158f65884532d12722818e2043db7bf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 22:09:53 +0100 Subject: [PATCH 238/246] changelog --- CHANGELOG.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7270f4165..5cf48da98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,35 +5,25 @@ - Build a rocket and blast off to the moon, a new dimension! You can get started in mid-HV. - AE2 inscriber presses are now found on the moon instead of being craftable, and making various AE2 components is also significantly cheaper there. @TomPlop & @Pyritie - Significant ore changes: certus quartz, raw aluminium, ilmenite, and some other mid-lategame materials have been moved from the overworld to the moon. Check your field guide for more information. @TomPlop -- A new system for interstellar item transport, made just for TerraFirmaGreg - a new logistical problem to solve and automate. @ofoxsmith +- A new system for interstellar item transport, made just for TerraFirmaGreg - new logistical problems to solve and automate. @ofoxsmith - New bedrock ore veins on the moon! Much better sources of infinite materials than stone dusts. @TomPlop -- New machines to properly automate food, along with proper compatibility between machines and TFC's food system, so you can't turn rotten grains into fresh bread any more. The electric greenhouse now also always outputs fresh food. @ofoxsmith +- New machines to properly automate food, along with proper compatibility between machines and TFC's food system, so you can't turn rotten grains into fresh bread any more. The electric greenhouse now also always outputs fresh food. @ofoxsmith & @Redeix - New electric refrigerator with different tiers. You can craft the old one into this new one, but please take your food out of it before upgrading otherwise it will be lost! @ofoxsmith - Added many new advanced food items including freeze-dried fruit, calorie paste, and meal bags. @Redeix - Quest updates for all of the above. @TomPlop ### Minor changes - Balance changes for water wheels and glowstone blocks @Pyritie +- Added straws for the blaze burners so now you can pump liquid fuels into them (#1204) @34y34y34y34y34y34y34y34y34y +- Electric greenhouse now accepts any glass instead of exclusively AE2 quartz glass @Pyritie +- Added an ABS recipe to craft your glowstone, matching the mixer recipe (#1201) @34y34y34y34y34y34y34y34y34y +- Lunchboxes now accept GregTech cells filled with ice (#1200) @Thomasx0 +- You can now use casting channels, mold tables, and mechanical pumps on top of a Hellforge (#1183) @Indiiix - Added a second recipe for water flask sides so it doesn't matter if you craft it top-aligned or bottom-aligned @Pyritie - More recipes to craft dyes @Pyritie - Adjusted the textures of the generated raw ore items @Pyritie - Added recipes for AE2's decoration blocks @Pyritie - Added warning text to macerators, millstones, and crushing wheels about the no-byproducts-until-HV thing @Pyritie -- Electric greenhouse now accepts any glass instead of exclusively AE2 quartz glass @Pyritie - Added earlier recipes for 1:1 clay bricks @Pyritie -### Bug fixes -- Fixed a mud hut structure that had deprecated zinc ingots @Pyritie -- The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block @Pyritie - -## [Unreleased] -### New features -### Bug fixes -- Fixed double ingots not having a temperature (#1165) @Pyritie -- Removed a few recipes that had unobtainable greate-related materials @Pyritie -- Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie -- Fixed some other steel/colored steel items being extractable in LV @Pyritie -- Fixed polished/cut migmatite recipe conflict (#1153) @JeanRdSz -- You can now use casting channels, mold tables, and mechanical pumps on top of a Hellforge (#1183) @Indiiix -### Changes - Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie - Lowered durability of wooden tongs @Pyritie - Streamlined the Metallurgy Age quest chapter a bit @Pyritie @@ -41,6 +31,15 @@ - Removed gems tag from flint @Pyritie - Updated texture for aqueous accumulator (#1168) @Redeix - Kaolin Klayzes now also drop blood lilies @Pyritie +### Bug fixes +- Fixed a mud hut structure that had deprecated zinc ingots @Pyritie +- The electric greenhouse now also allows loose rocks and plants inside, since TFC spawns them on any grass block @Pyritie +- Fixed double ingots not having a temperature (#1165) @Pyritie +- Removed a few recipes that had unobtainable greate-related materials @Pyritie +- Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie +- Fixed some other steel/colored steel items being extractable in LV @Pyritie +- Fixed polished/cut migmatite recipe conflict (#1153) @JeanRdSz +- Fixed some bugs with the lunchbox (#1200) @Thomasx0 ## [0.9.11] - 13.06.2025 ### New features From 0568f7d68a5b0cc67a47d61e7a7c8f9bc2ac9412 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 22:28:00 +0100 Subject: [PATCH 239/246] fixed gas tank moonbase chest reward typo --- kubejs/data/tfg/loot_tables/chests/moonbase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json index 1437c2ab0..2422a5c3c 100644 --- a/kubejs/data/tfg/loot_tables/chests/moonbase.json +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -22,7 +22,7 @@ "functions": [ { "function": "minecraft:set_nbt", - "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"tfg:heliox-3\"}]}}" + "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"tfg:heliox_3\"}]}}" } ] }, From 3d1e1673870b5faaf3ecaad41640038ecfd39df7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 22:41:04 +0100 Subject: [PATCH 240/246] quest merging --- config/ftbquests/quests/chapter_groups.snbt | 1 - config/ftbquests/quests/chapters/ae2.snbt | 4 ++-- config/ftbquests/quests/chapters/cc.snbt | 4 ++-- config/ftbquests/quests/chapters/ev__extreme_voltage.snbt | 2 +- config/ftbquests/quests/chapters/gregtech_energy.snbt | 4 ++-- config/ftbquests/quests/chapters/hv__high_voltage.snbt | 2 +- config/ftbquests/quests/chapters/iv__insane_voltage.snbt | 2 +- config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt | 2 +- config/ftbquests/quests/chapters/lv__low_voltage.snbt | 2 +- config/ftbquests/quests/chapters/mv__medium_voltage.snbt | 2 +- config/ftbquests/quests/chapters/ore_processing.snbt | 4 ++-- config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt | 2 +- config/ftbquests/quests/chapters/zpm__zero_point_module.snbt | 2 +- 13 files changed, 16 insertions(+), 17 deletions(-) diff --git a/config/ftbquests/quests/chapter_groups.snbt b/config/ftbquests/quests/chapter_groups.snbt index 9575eb94b..ed803c259 100644 --- a/config/ftbquests/quests/chapter_groups.snbt +++ b/config/ftbquests/quests/chapter_groups.snbt @@ -5,6 +5,5 @@ { id: "44D0F3E5067B5AB8", title: "{quests.groups.voltaic_age}" } { id: "21D975CEBDE06BA9", title: "{quests.groups.space_age}" } { id: "563374AD29C006DB", title: "{quests.groups.interstellar}" } - { id: "33020D1D0ECDF301", title: "{quests.groups.technological_help}" } ] } diff --git a/config/ftbquests/quests/chapters/ae2.snbt b/config/ftbquests/quests/chapters/ae2.snbt index 103f549ed..8897f6223 100644 --- a/config/ftbquests/quests/chapters/ae2.snbt +++ b/config/ftbquests/quests/chapters/ae2.snbt @@ -2,10 +2,10 @@ default_hide_dependency_lines: false default_quest_shape: "circle" filename: "ae2" - group: "33020D1D0ECDF301" + group: "19428C6E7A36D463" icon: "ae2:controller" id: "09BE9F51822EC180" - order_index: 2 + order_index: 5 quest_links: [{ id: "6F0C443B72699EFA" linked_quest: "05ABC370D7153350" diff --git a/config/ftbquests/quests/chapters/cc.snbt b/config/ftbquests/quests/chapters/cc.snbt index 5b651f2f4..bdf45df96 100644 --- a/config/ftbquests/quests/chapters/cc.snbt +++ b/config/ftbquests/quests/chapters/cc.snbt @@ -2,10 +2,10 @@ default_hide_dependency_lines: false default_quest_shape: "" filename: "cc" - group: "33020D1D0ECDF301" + group: "19428C6E7A36D463" icon: "computercraft:computer_advanced" id: "1A6D6B70EC13DDC6" - order_index: 3 + order_index: 6 quest_links: [ ] quests: [ { diff --git a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt index bb64c3b2b..45dd83cd2 100644 --- a/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt +++ b/config/ftbquests/quests/chapters/ev__extreme_voltage.snbt @@ -4,7 +4,7 @@ default_quest_shape: "" filename: "ev__extreme_voltage" group: "21D975CEBDE06BA9" - icon: "gtceu:ev_electric_motor" + icon: "tfg:ev_universal_circuit" id: "7FB9F636D95820A3" order_index: 0 quest_links: [ diff --git a/config/ftbquests/quests/chapters/gregtech_energy.snbt b/config/ftbquests/quests/chapters/gregtech_energy.snbt index 192e10014..c66548aab 100644 --- a/config/ftbquests/quests/chapters/gregtech_energy.snbt +++ b/config/ftbquests/quests/chapters/gregtech_energy.snbt @@ -3,10 +3,10 @@ default_hide_dependency_lines: false default_quest_shape: "" filename: "gregtech_energy" - group: "33020D1D0ECDF301" + group: "19428C6E7A36D463" icon: "gtceu:max_battery" id: "6540429F3CA4DA1B" - order_index: 1 + order_index: 4 quest_links: [ ] quests: [ { diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index cc2fbee75..9f7d3a786 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -3,7 +3,7 @@ default_quest_shape: "" filename: "hv__high_voltage" group: "44D0F3E5067B5AB8" - icon: "gtceu:hv_electric_motor" + icon: "tfg:hv_universal_circuit" id: "237BDB19A9495869" order_index: 2 quest_links: [ diff --git a/config/ftbquests/quests/chapters/iv__insane_voltage.snbt b/config/ftbquests/quests/chapters/iv__insane_voltage.snbt index cbf83b02b..474da483f 100644 --- a/config/ftbquests/quests/chapters/iv__insane_voltage.snbt +++ b/config/ftbquests/quests/chapters/iv__insane_voltage.snbt @@ -3,7 +3,7 @@ default_quest_shape: "" filename: "iv__insane_voltage" group: "21D975CEBDE06BA9" - icon: "gtceu:iv_electric_motor" + icon: "tfg:iv_universal_circuit" id: "32EF20533F323E02" order_index: 1 quest_links: [{ diff --git a/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt b/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt index b1981cfcd..cd12b8b9b 100644 --- a/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt +++ b/config/ftbquests/quests/chapters/luv__ludicrous_voltage.snbt @@ -3,7 +3,7 @@ default_quest_shape: "" filename: "luv__ludicrous_voltage" group: "21D975CEBDE06BA9" - icon: "gtceu:luv_electric_motor" + icon: "tfg:luv_universal_circuit" id: "262A03F6F4EC713C" order_index: 2 quest_links: [ diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 99169a273..cf3893ba4 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -3,7 +3,7 @@ default_quest_shape: "" filename: "lv__low_voltage" group: "44D0F3E5067B5AB8" - icon: "gtceu:lv_electric_motor" + icon: "tfg:lv_universal_circuit" id: "7D50771C3FE033D7" order_index: 0 quest_links: [ ] diff --git a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt index e9d51f263..cbd8d4d80 100644 --- a/config/ftbquests/quests/chapters/mv__medium_voltage.snbt +++ b/config/ftbquests/quests/chapters/mv__medium_voltage.snbt @@ -3,7 +3,7 @@ default_quest_shape: "square" filename: "mv__medium_voltage" group: "44D0F3E5067B5AB8" - icon: "gtceu:mv_electric_motor" + icon: "tfg:mv_universal_circuit" id: "43E779CEEB25D55B" order_index: 1 quest_links: [{ diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 75f89f6bc..73285edea 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -2,7 +2,7 @@ default_hide_dependency_lines: false default_quest_shape: "" filename: "ore_processing" - group: "33020D1D0ECDF301" + group: "19428C6E7A36D463" icon: { Count: 1 ForgeCaps: { @@ -14,7 +14,7 @@ id: "gtceu:crushed_iron_ore" } id: "24C1683140DBB5F2" - order_index: 0 + order_index: 3 quest_links: [ ] quests: [ { diff --git a/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt b/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt index 022d42754..859a433d6 100644 --- a/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt +++ b/config/ftbquests/quests/chapters/uv__ultimate_voltage.snbt @@ -3,7 +3,7 @@ default_quest_shape: "" filename: "uv__ultimate_voltage" group: "563374AD29C006DB" - icon: "gtceu:uv_electric_motor" + icon: "tfg:uv_universal_circuit" id: "2E730D6F5A7C2E83" order_index: 1 quest_links: [ diff --git a/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt b/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt index b19b90156..b942496b8 100644 --- a/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt +++ b/config/ftbquests/quests/chapters/zpm__zero_point_module.snbt @@ -3,7 +3,7 @@ default_quest_shape: "" filename: "zpm__zero_point_module" group: "563374AD29C006DB" - icon: "gtceu:zpm_electric_motor" + icon: "tfg:zpm_universal_circuit" id: "0945247E83444D90" order_index: 0 quest_links: [ From c463ca6c592e98a8fdf16049508eff685a9ea048 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 16 Jun 2025 18:37:24 +0100 Subject: [PATCH 241/246] quest updates, langs --- .../quests/chapters/ore_processing.snbt | 101 +++--- .../quests/chapters/questsmetallurgy.snbt | 323 +++++++++--------- .../quests/chapters/questsstoneage.snbt | 1 + .../quests/chapters/queststfc_tips.snbt | 75 +++- 4 files changed, 291 insertions(+), 209 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 73285edea..4c12ba2f3 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -48,6 +48,16 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.crushed_ores.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_copper_ore" + } id: "28419A1010EEE93A" subtitle: "{quests.ore_proc.crushed_ores.subtitle}" tasks: [ @@ -223,6 +233,7 @@ description: ["{quests.ore_proc.mercury.desc}"] id: "68AC3E2C9093FCFE" optional: true + shape: "heart" subtitle: "{quests.ore_proc.mercury.subtitle}" tasks: [ { @@ -273,6 +284,7 @@ description: ["{quests.ore_proc.sodium_ores.desc}"] id: "0502E478E27D4B73" optional: true + shape: "heart" subtitle: "{quests.ore_proc.sodium_ores.subtitle}" tasks: [ { @@ -303,26 +315,29 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.purified_ores.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "create:crushed_raw_copper" + } id: "544EA7FF98FDCFB7" subtitle: "{quests.ore_proc.purified_ores.subtitle}" - tasks: [ - { - id: "4C6F60AC9C803D7B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" - } + tasks: [{ + id: "4C6F60AC9C803D7B" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" } - optional_task: true - type: "item" } - { - id: "3C194AEB554DA4CA" - type: "checkmark" - } - ] + type: "item" + }] title: "{quests.ore_proc.purified_ores.title}" x: 0.5d y: -0.5d @@ -340,12 +355,6 @@ optional_task: true type: "item" } - { - id: "0373F4E380F2A0BC" - item: "gtceu:indium_concentrate_bucket" - optional_task: true - type: "item" - } { id: "246799A19B9A47B6" item: { @@ -368,8 +377,15 @@ type: "item" } { - id: "52FCA464BD827E37" - type: "checkmark" + id: "475C90F0EA16C2F9" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "only_one(item(gtceu:indium_concentrate_bucket)nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"gtceu:indium_concentrate\"}}))" + } + } + type: "item" } ] title: "{quests.ore_proc.indium.title}" @@ -627,25 +643,30 @@ ] dependency_requirement: "one_completed" description: ["{quests.ore_proc.dust_processed.desc}"] - id: "22C1D541452D4AD4" - subtitle: "{quests.ore_proc.dust_processed.subtitle}" - tasks: [ - { - id: "3EA3BABECE52085B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" - } + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L } - type: "item" } - { - id: "1A1B2762EFD6C6B0" - type: "checkmark" + id: "gtceu:copper_dust" + } + id: "22C1D541452D4AD4" + size: 1.5d + subtitle: "{quests.ore_proc.dust_processed.subtitle}" + tasks: [{ + id: "3EA3BABECE52085B" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" + } } - ] + type: "item" + }] title: "{quests.ore_proc.dust_processed.title}" x: 0.5d y: 3.5d diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index 377b568d0..fa48fa874 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -31,10 +31,21 @@ y: -34.0d } { + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/lamp/blue_steel" + } id: "227B6C88FFE99435" linked_quest: "4EBABACAB444244D" + shape: "heart" x: 16.5d - y: -23.0d + y: -24.5d } { id: "19CF6D922179DFF9" @@ -58,7 +69,7 @@ }] title: "{quests.metal_age.this_is_a_bucket.title}" x: 13.5d - y: -24.5d + y: -26.0d } { dependencies: ["56CA2EB7812529C5"] @@ -82,7 +93,7 @@ ] title: "{quests.metal_age.redblu_buckets.title}" x: 16.5d - y: -24.5d + y: -26.0d } { dependencies: ["7E0239E9CC73F09F"] @@ -98,11 +109,11 @@ weak_nbt_match: true }] title: "{quests.metal_age.black_steel_anvil.title}" - x: 27.5d - y: -24.5d + x: 26.5d + y: -26.0d } { - dependencies: ["4310B619B57276ED"] + dependencies: ["5996A3A0D475B8A6"] description: ["{quests.metal_age.steel_anvil.desc}"] id: "04DE7C58F20B535A" shape: "octagon" @@ -115,11 +126,11 @@ weak_nbt_match: true }] title: "{quests.metal_age.steel_anvil.title}" - x: 27.5d + x: 26.5d y: -32.0d } { - dependencies: ["358571B6E692F198"] + dependencies: ["0A92F5C4BB6AF972"] description: ["{quests.metal_age.wrought_iron_anvil.desc}"] id: "174DA15847665CF8" shape: "octagon" @@ -263,29 +274,10 @@ y: -32.0d } { - dependencies: [ - "0A92F5C4BB6AF972" - "021D3DEEB15A3D17" - ] - dependency_requirement: "one_completed" - description: ["{quests.metal_age.weld_wrought_iron_ingots.desc}"] - id: "358571B6E692F198" - subtitle: "{quests.metal_age.weld_wrought_iron_ingots.subtitle}" - tasks: [{ - id: "05AD17F66DFE3C56" - item: "gtceu:wrought_iron_double_ingot" - type: "item" - weak_nbt_match: true - }] - title: "{quests.metal_age.weld_wrought_iron_ingots.title}" - x: 7.0d - y: -32.0d - } - { - dependencies: ["48A8E3210B2BAE1C"] description: ["{quests.metal_age.bellows.desc}"] hide_dependency_lines: true id: "021D3DEEB15A3D17" + shape: "rsquare" subtitle: "{quests.metal_age.bellows.subtitle}" tasks: [{ id: "588EB07E980386F9" @@ -297,31 +289,12 @@ y: -34.0d } { - dependencies: ["5996A3A0D475B8A6"] - dependency_requirement: "one_completed" - description: ["{quests.metal_age.weld_steel_ingots.desc}"] - id: "4310B619B57276ED" - subtitle: "{quests.metal_age.weld_steel_ingots.subtitle}" - tasks: [{ - id: "0EDB1D851E198274" - item: "gtceu:steel_double_ingot" - type: "item" - weak_nbt_match: true - }] - title: "{quests.metal_age.weld_steel_ingots.title}" - x: 25.5d - y: -32.0d - } - { - dependencies: [ - "061116CF508D54F6" - "68B7D07D57A103BE" - ] + dependencies: ["5A936E9BCF30AA3D"] dependency_requirement: "one_completed" description: ["{quests.metal_age.kaolin_clay.desc}"] id: "72F1C122FC26229C" shape: "octagon" - size: 3.0d + size: 2.0d subtitle: "{quests.metal_age.kaolin_clay.subtitle}" tasks: [{ id: "673D38EB62FFD65F" @@ -339,8 +312,8 @@ weak_nbt_match: true }] title: "{quests.metal_age.kaolin_clay.title}" - x: 13.5d - y: -36.0d + x: 14.0d + y: -33.0d } { dependencies: ["5A936E9BCF30AA3D"] @@ -349,25 +322,24 @@ icon: "tfc:ore/graphite/gabbro" id: "53E1383F12EC6765" optional: true + shape: "diamond" subtitle: "{quests.metal_age.overworld_graphite.subtitle}" tasks: [{ id: "25A552657AFA7BC2" type: "checkmark" }] title: "{quests.metal_age.overworld_graphite.title}" - x: 13.0d + x: 11.0d y: -30.5d } { - dependencies: [ - "53E1383F12EC6765" - "2DB82986FE176CD7" - ] + dependencies: ["5A936E9BCF30AA3D"] dependency_requirement: "one_completed" description: ["{quests.metal_age.graphite.desc}"] + icon: "tfc:powder/graphite" id: "31CE13462759950C" shape: "octagon" - size: 3.0d + size: 2.0d subtitle: "{quests.metal_age.graphite.subtitle}" tasks: [{ id: "6B0C9D862BFD27BC" @@ -382,14 +354,13 @@ type: "item" }] title: "{quests.metal_age.graphite.title}" - x: 13.5d - y: -28.5d + x: 14.0d + y: -31.0d } { dependencies: [ "72F1C122FC26229C" "31CE13462759950C" - "5A936E9BCF30AA3D" ] description: ["{quests.metal_age.fire_clay.desc}"] id: "2C76EE197C14B0DC" @@ -403,7 +374,7 @@ weak_nbt_match: true }] title: "{quests.metal_age.fire_clay.title}" - x: 17.5d + x: 17.0d y: -32.0d } { @@ -466,6 +437,7 @@ description: ["{quests.metal_age.beneath_kaolin.desc}"] id: "061116CF508D54F6" optional: true + shape: "diamond" subtitle: "{quests.metal_age.beneath_kaolin.subtitle}" tasks: [ { @@ -492,7 +464,7 @@ } ] title: "{quests.metal_age.beneath_kaolin.title}" - x: 14.0d + x: 12.0d y: -33.5d } { @@ -596,7 +568,7 @@ } ] title: "{quests.metal_age.fire_clay_products.title}" - x: 17.5d + x: 17.0d y: -34.0d } { @@ -666,12 +638,14 @@ }] title: "{quests.metal_age.red_blu.title}" x: 24.0d - y: -24.5d + y: -26.0d } { dependencies: ["56CA2EB7812529C5"] description: ["{quests.metal_age.red_steel_flask.desc}"] id: "30D49878F3CEB08A" + optional: true + shape: "heart" subtitle: "{quests.metal_age.red_steel_flask.subtitle}" tasks: [{ id: "7394672B4D19B0B2" @@ -680,7 +654,7 @@ }] title: "{quests.metal_age.red_steel_flask.title}" x: 16.5d - y: -26.0d + y: -27.5d } { dependencies: [ @@ -706,7 +680,7 @@ }] title: "{quests.metal_age.redblu_anvil.title}" x: 18.5d - y: -24.5d + y: -26.0d } { dependencies: ["3C173357029AB649"] @@ -750,13 +724,15 @@ type: "checkmark" }] title: "{quests.metal_age.fire_clay_ingredients.title}" - x: 13.5d + x: 11.5d y: -32.0d } { dependencies: ["5A936E9BCF30AA3D"] description: ["{quests.metal_age.beneath_graphite.desc}"] id: "2DB82986FE176CD7" + optional: true + shape: "diamond" subtitle: "{quests.metal_age.beneath_graphite.subtitle}" tasks: [ { @@ -776,7 +752,7 @@ } ] title: "{quests.metal_age.beneath_graphite.title}" - x: 14.0d + x: 12.0d y: -30.5d } { @@ -784,6 +760,8 @@ description: ["{quests.metal_age.overworld_kaolin.desc}"] icon: "tfc:plant/tree_fern" id: "68B7D07D57A103BE" + optional: true + shape: "diamond" subtitle: "{quests.metal_age.overworld_kaolin.subtitle}" tasks: [{ id: "14DF5B1544AB9BA9" @@ -791,7 +769,7 @@ type: "checkmark" }] title: "{quests.metal_age.overworld_kaolin.title}" - x: 13.0d + x: 11.0d y: -33.5d } { @@ -813,8 +791,8 @@ weak_nbt_match: true }] title: "{quests.metal_age.blast_furnace_fuel.title}" - x: 23.5d - y: -30.0d + x: 20.5d + y: -32.0d } { dependencies: ["04DE7C58F20B535A"] @@ -828,8 +806,8 @@ type: "checkmark" }] title: "{quests.metal_age.steel_goodies.title}" - x: 29.5d - y: -30.0d + x: 26.5d + y: -34.0d } { dependencies: ["52DAF93E2F3D688A"] @@ -845,8 +823,8 @@ type: "checkmark" }] title: "{quests.metal_age.black_steel_goodies.title}" - x: 25.5d - y: -22.5d + x: 26.5d + y: -23.5d } { dependencies: [ @@ -854,6 +832,16 @@ "04DE7C58F20B535A" ] description: ["{quests.metal_age.highcarb_black_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/black_steel" + } id: "7E0239E9CC73F09F" subtitle: "{quests.metal_age.highcarb_black_steel.subtitle}" tasks: [ @@ -887,12 +875,22 @@ } ] title: "{quests.metal_age.highcarb_black_steel.title}" - x: 27.5d + x: 26.5d y: -30.0d } { dependencies: ["5996A3A0D475B8A6"] description: ["{quests.metal_age.weak_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/weak_steel" + } id: "1CE0FF455668C145" subtitle: "{quests.metal_age.weak_steel.subtitle}" tasks: [ @@ -900,53 +898,60 @@ id: "543388DB123E7328" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:nickel_ingot)item(gtceu:nickel_dust))" } - id: "gtceu:nickel_ingot" } + title: "{quests.metal_age.weak_steel.task1}" type: "item" + weak_nbt_match: true } { count: 2L id: "7F829BA244BC77D5" item: { - Count: 2 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" } - id: "gtceu:steel_ingot" } + title: "{quests.metal_age.weak_steel.task2}" type: "item" + weak_nbt_match: true } { id: "3271DD5653C52CAB" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:black_bronze_ingot)item(gtceu:black_bronze_dust))" } - id: "gtceu:black_bronze_ingot" } + title: "{quests.metal_age.weak_steel.task3}" type: "item" + weak_nbt_match: true } ] title: "{quests.metal_age.weak_steel.title}" - x: 25.5d + x: 23.5d y: -30.0d } { dependencies: ["27FF92982A24BC4E"] description: ["{quests.metal_age.highcarb_red_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/red_steel" + } id: "5088768AAA28FCBA" subtitle: "{quests.metal_age.highcarb_red_steel.subtitle}" tasks: [ @@ -981,11 +986,21 @@ ] title: "{quests.metal_age.highcarb_red_steel.title}" x: 20.5d - y: -25.5d + y: -27.0d } { dependencies: ["5792DDAA82895E67"] description: ["{quests.metal_age.weak_red_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/weak_red_steel" + } id: "27FF92982A24BC4E" subtitle: "{quests.metal_age.weak_red_steel.subtitle}" tasks: [ @@ -993,68 +1008,70 @@ id: "2A22B3EA8DC577CE" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(create:brass_ingot)item(gtceu:brass_dust))" } - id: "create:brass_ingot" } + title: "{quests.metal_age.weak_red_steel.brass}" type: "item" } { count: 2L id: "2F0648CE3D1723DF" item: { - Count: 2 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" } - id: "gtceu:steel_ingot" } + title: "{quests.metal_age.weak_red_steel.steel}" type: "item" } { id: "47F346E1C0F41655" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:rose_gold_ingot)item(gtceu:rose_gold_dust))" } - id: "gtceu:rose_gold_ingot" } + title: "{quests.metal_age.weak_red_steel.rose_gold}" type: "item" } { count: 4L id: "21434FAAA69D5BE0" item: { - Count: 4 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:metal/ingot/black_steel)item(gtceu:black_steel_dust))" } - id: "tfc:metal/ingot/black_steel" } + title: "{quests.metal_age.weak_red_steel.black_steel}" type: "item" } ] title: "{quests.metal_age.weak_red_steel.title}" x: 22.0d - y: -25.5d + y: -27.0d } { dependencies: ["5792DDAA82895E67"] description: ["{quests.metal_age.weak_blu_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/weak_blue_steel" + } id: "64F8A358EC3FEF45" subtitle: "{quests.metal_age.weak_blu_steel.subtitle}" tasks: [ @@ -1062,68 +1079,70 @@ count: 2L id: "5331A323780B4B11" item: { - Count: 2 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:steel_ingot)item(gtceu:steel_dust))" } - id: "gtceu:steel_ingot" } + title: "{quests.metal_age.weak_blue_steel.steel}" type: "item" } { count: 4L id: "2809FD951B82C54F" item: { - Count: 4 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfc:metal/ingot/black_steel)item(gtceu:black_steel_dust))" } - id: "tfc:metal/ingot/black_steel" } + title: "{quests.metal_age.weak_blue_steel.black_steel}" type: "item" } { id: "401EC1A9FBC759B8" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:bismuth_bronze_ingot)item(gtceu:bismuth_bronze_dust))" } - id: "gtceu:bismuth_bronze_ingot" } + title: "{quests.metal_age.weak_blue_steel.bismuth_bronze}" type: "item" } { id: "7350ECE723ABE8F4" item: { Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:sterling_silver_ingot)item(gtceu:sterling_silver_dust))" } - id: "gtceu:sterling_silver_ingot" } + title: "{quests.metal_age.weak_blue_steel.sterling_silver}" type: "item" } ] title: "{quests.metal_age.weak_blu_steel.title}" x: 22.0d - y: -23.5d + y: -25.0d } { dependencies: ["64F8A358EC3FEF45"] description: ["{quests.metal_age.highcarb_blu_steel.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/ingot/blue_steel" + } id: "6D04BAC5B215F90F" subtitle: "{quests.metal_age.highcarb_blu_steel.subtitle}" tasks: [ @@ -1158,7 +1177,7 @@ ] title: "{quests.metal_age.highcarb_blu_steel.title}" x: 20.5d - y: -23.5d + y: -25.0d } { dependencies: ["3C173357029AB649"] diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index eee6df727..bc76b880a 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -684,6 +684,7 @@ tasks: [{ id: "5A6EF9EBF232601C" item: "gtceu:copper_double_ingot" + match_nbt: false type: "item" weak_nbt_match: true }] diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 1e3f0bf0f..d177e29fd 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -1602,12 +1602,26 @@ ] dependency_requirement: "one_completed" description: ["{quests.tfg_tips.passive_preservation.desc}"] + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + Parent: { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:ceramic/vessel" + tag: { } + } id: "13F7066858E923FF" subtitle: "{quests.tfg_tips.passive_preservation.subtitle}" tasks: [{ - id: "54AAB9886964A160" - title: "{quests.tasktype.checkmark}" - type: "checkmark" + dimension: "minecraft:overworld" + icon: "gtceu:overworld_marker" + id: "5BAF5F5343C3E42A" + title: "{quests.stone_age.temperature.task}" + type: "dimension" }] title: "{quests.tfg_tips.passive_preservation.title}" x: 6.5d @@ -2236,10 +2250,7 @@ y: 9.5d } { - dependencies: [ - "2D959136A5FC5F46" - "56CA2EB7812529C5" - ] + dependencies: ["2D959136A5FC5F46"] description: ["{quests.tfg_tips.lamps.desc}"] id: "037CDA933FBE2CBE" subtitle: "{quests.tfg_tips.lamps.subtitle}" @@ -2277,8 +2288,8 @@ } ] title: "{quests.tfg_tips.lamps.title}" - x: -5.0d - y: 11.0d + x: -5.5d + y: 11.5d } { dependencies: [ @@ -2286,6 +2297,16 @@ "56CA2EB7812529C5" ] description: ["{quests.tfg_tips.lava_lamp.desc}"] + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfc:metal/lamp/blue_steel" + } id: "4EBABACAB444244D" optional: true shape: "heart" @@ -2312,8 +2333,8 @@ } ] title: "{quests.tfg_tips.lava_lamp.title}" - x: -5.0d - y: 12.5d + x: -5.5d + y: 13.0d } { dependencies: ["037CDA933FBE2CBE"] @@ -2333,8 +2354,8 @@ type: "item" }] title: "{quests.tfg_tips.creosote.title}" - x: -6.0d - y: 12.0d + x: -6.5d + y: 12.5d } { dependencies: ["037CDA933FBE2CBE"] @@ -2354,8 +2375,8 @@ type: "item" }] title: "{quests.tfg_tips.olive_oil.title}" - x: -4.0d - y: 12.0d + x: -4.5d + y: 12.5d } { dependencies: ["2D959136A5FC5F46"] @@ -3462,8 +3483,8 @@ type: "item" }] title: "{quests.tfg_tips.tallow.title}" - x: -6.5d - y: 11.0d + x: -7.0d + y: 11.5d } { dependencies: ["150B7C5CD152E1BA"] @@ -5380,6 +5401,26 @@ x: 7.5d y: -18.0d } + { + dependencies: ["037CDA933FBE2CBE"] + description: ["{quests.tfg_tips.glowstone_lamp.desc}"] + id: "61F58B402F1AE40B" + subtitle: "{quests.tfg_tips.glowstone_lamp.subtitle}" + tasks: [{ + id: "71D52011F8BE66F0" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "only_one(item(gtceu:glowstone_bucket)nbt(fuzzy:{fluid:{Amount:1000,FluidName:\"gtceu:glowstone\"}}))" + } + } + type: "item" + }] + title: "{quests.tfg_tips.glowstone_lamp.title}" + x: -6.5d + y: 10.5d + } ] subtitle: ["{quests.tfg_tips.subtitle}"] title: "{quests.tfg_tips}" From 8b0a4ca1effbbf1eab88ad1027061721f46ed7fd Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 22:54:12 +0100 Subject: [PATCH 242/246] langs --- kubejs/assets/tfg/lang/en_us.json | 2 +- kubejs/assets/tfg/lang/pt_br.json | 291 ++++++++++++++++++++++++++++-- 2 files changed, 273 insertions(+), 20 deletions(-) diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index dc318a86d..25136e3ea 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -766,7 +766,7 @@ "quests.gregtech_energy.overclock.subtitle": "Basic upgrade mechanic", "quests.gregtech_energy.overclock.desc.1": "&6You may have heard about Overclocking but don't really understand what it is?&r\n\nLet's take some time to explain it.\n\nWe should start with the basics:\n&dLV&r represents a maximum of &a32 EU/t&r — sometimes less, but &cnever more&r.\n&dMV&r goes up to &a128 EU/t&r.\n&dHV&r reaches &a512 EU/t&r.\nBasically, &eevery tier is a 4x increase&r in &cpower usage&r.", "quests.gregtech_energy.overclock.desc.2": "&bWhat happens when you run a lower-tier recipe in a higher-tier machine?&r\nThat's what we call &eOverclocking&r:\n- An &dMV&r recipe (33–128 EU/t) run in an &dHV&r machine will:\n &e→ Use 4x more energy&r\n &e→ Be 2x faster&r\n\n- Same MV recipe in an &dEV&r machine?\n &e→ 8x more energy&r\n &e→ 4x faster&r\n\nSo yes, it's &cmore power-efficient to use multiple machines&r rather than overclocking one.\nBut let's be real: in most setups, &eyou’ll prefer overclocking&r to building 4 MV Macerators.\n\nStill, it's &egood to know this early on&r, when energy is tight.", - "quests.gregtech_energy.overclock.desc.3": "&bPerfect Overclocking&r\nThere’s also a special kind of overclocking available in a &afew multiblocks&r: &e\n\nPerfect Overclocking&r.\nHere, instead of:\n- &a4x energy&r for &a2x speed&r,\nyou get:\n- &a4x energy&r for &a4x speed&r!\n\n&dThis makes it just as efficient&r as running multiple machines.\n\nCurrently in &3TerraFirmaGreg&r, &6only the following multiblocks&r support this:\n- &cElectric Blast Furnace (EBF)\n- Advanced Blast Dryer (ABD)\n- Rocket Heat Furnace (RHF)\n- Large Chemical Reactor (LCR)", + "quests.gregtech_energy.overclock.desc.3": "&bPerfect Overclocking&r\nThere’s also a special kind of overclocking available in a &afew multiblocks&r: &e\n\nPerfect Overclocking&r.\nHere, instead of:\n- &a4x energy&r for &a2x speed&r,\nyou get:\n- &a4x energy&r for &a4x speed&r!\n\n&dThis makes it just as efficient&r as running multiple machines.\n\nCurrently in &3TerraFirmaGreg&r, &6only the following multiblocks&r support this:\n- &cElectric Blast Furnace (EBF)\n- Alloy Blast Smelter (ABS)\n- Rotary Heat Furnace (RHF)\n- Large Chemical Reactor (LCR)\n-Electric Greenhouse (EG)", "quests.gregtech_energy.overclock.task": "Okay faster got it", "quests.gregtech_energy.blast_oc.title": "The Blast Overclocking", "quests.gregtech_energy.blast_oc.subtitle": "You don't need to understand this one", diff --git a/kubejs/assets/tfg/lang/pt_br.json b/kubejs/assets/tfg/lang/pt_br.json index 72914ff36..691e3176e 100644 --- a/kubejs/assets/tfg/lang/pt_br.json +++ b/kubejs/assets/tfg/lang/pt_br.json @@ -21,6 +21,8 @@ "biome.tfg.moon/lunar_lights_sparse": "Arbustos de Lightbloom", "biome.tfg.moon/lunar_plains": "Planícies Lunares", "biome.tfg.moon/lunar_sands": "Areias Lunares", + "block.tfg.piglin_disguise": "Disfarce de Piglin", + "block.tfg.piglin_disguise_block": "Disfarce de Piglin", "block.tfg.decorative_vase.black": "Vaso Decorativo Preto", "block.tfg.decorative_vase.gray": "Vaso Decorativo Cinza", "block.tfg.decorative_vase.light_gray": "Vaso Decorativo Cinza Claro", @@ -96,8 +98,8 @@ "block.tfg.Dolomite_support": "Suporte de Dolomita", "block.tfg.chert_support_horizontal": "Suporte Horizontal de Cherte", "block.tfg.chert_support": "Suporte de Cherte", - "block.tfg.chalk_support_horizontal": "Suporte Horizontal de Calcário Branco", - "block.tfg.chalk_support": "Suporte de Calcário Branco", + "block.tfg.chalk_support_horizontal": "Suporte Horizontal de Giz", + "block.tfg.chalk_support": "Suporte de Giz", "block.tfg.rhyolite_support_horizontal": "Suporte Horizontal de Riolito", "block.tfg.rhyolite_support": "Suporte de Riolito", "block.tfg.dacite_support_horizontal": "Suporte Horizontal de Dacito", @@ -161,7 +163,27 @@ "block.tfg.lunar_sprouts": "Grama-luz Lunar", "block.tfg.lunar_chorus_plant": "Planta do Coro", "block.tfg.lunar_chorus_flower": "Flor do Coro", - "block.tfg.piglin_disguise_block": "Disfarce de Piglin", + "block.tfg.marker.moon": "A Lua", + "block.tfg.marker.mars": "Marte", + "block.tfg.marker.venus": "Vênus", + "block.tfg.marker.mercury": "Mercúrio", + "block.tfg.lv_aqueous_accumulator": "Acumulador Aquoso Básico", + "block.tfg.mv_aqueous_accumulator": "§bAcumulador Aquoso Avançado§r", + "block.tfg.hv_aqueous_accumulator": "§6Acumulador Aquoso Avançado II§r", + "block.tfg.ev_aqueous_accumulator": "§5Acumulador Aquoso Avançado III§r", + "block.tfg.electric_greenhouse": "Estufa Elétrica", + "block.tfg.lv_food_processor": "Processador de Alimentos Básico", + "block.tfg.mv_food_processor": "§bProcessador de Alimentos Avançado§r", + "block.tfg.hv_food_processor": "§6Processador de Alimentos Avançado II§r", + "block.tfg.ev_food_processor": "§5Processador de Alimentos Avançado III§r", + "block.tfg.lv_food_oven": "Forno Elétrico Básico", + "block.tfg.mv_food_oven": "§bForno Elétrico Avançado§r", + "block.tfg.hv_food_oven": "§6Forno Elétrico Avançado II§r", + "block.tfg.ev_food_oven": "§5Forno Elétrico Avançado III§r", + "block.tfg.lv_food_refrigerator": "Geladeira Básica", + "block.tfg.mv_food_refrigerator": "§bGeladeira Avançada", + "block.tfg.hv_food_refrigerator": "§6Geladeira Avançada II§r", + "block.tfg.ev_food_refrigerator": "§5Geladeira Avançada III§r", "item.tfg.antipoison_pill": "Pílula Antiveneno", "item.tfg.haste_pill": "Pílula de Pressa", "item.tfg.night_vision_pill": "Pílula de Visão Noturna", @@ -272,7 +294,7 @@ "material.tfg.phyllite": "Filito", "material.tfg.schist": "Schisto", "material.tfg.gneiss": "Gneisse", - "material.tfg.chalk": "Calcário Branco", + "material.tfg.chalk": "Giz", "material.tfg.moon_stone": "Anortosito", "material.tfg.moon_deepslate": "Norito", "material.tfg.mars_stone": "Argilito", @@ -282,6 +304,7 @@ "material.gtceu.thermochemically_treated_hardwood": "Hardwood Termicamente Tratado", "material.gtceu.hardwood": "Hardwood", "tfg.disabled_portal": "A magia do portal parece estar bloqueada por uma força desconhecida, tente alcançar outra dimensão descendo ou subindo", + "tfg.tooltip.food_trait.refrigerating": "§9Refrigeração", "item.treetap.tap": "Item Descontinuado, Crie para Atualizar", "item.gtceu.zinc_ingot": "Item Descontinuado, Crie para Atualizar", "item.gtceu.brass_ingot": "Item Descontinuado, Crie para Atualizar", @@ -374,7 +397,7 @@ "trim_material.tfc.salt_tfc": "Sal", "trim_material.tfc.sapphire_tfc": "Safira", "trim_material.tfc.sodalite_tfc": "Sodalita", - "trim_material.tfc.coke_tfc": "Coke", + "trim_material.tfc.coke_tfc": "Coque", "trim_material.tfc.spessartine_tfc": "Espessartita", "trim_material.tfc.topaz_tfc": "Topázio", "trim_material.tfc.uvarovite_tfc": "Uvarovita", @@ -525,6 +548,219 @@ "quests.groups.tips": "Dicas", "quests.computer": "Computador", "quests.computer.subtitle": "ComputerCraft ou CC: Tweaked aqui, se você sabe programar em Lua, esse é um dos mods mais fortes para gerenciar sua base", + "quests.steam_age": "Automação Primitiva", + "quests.steam_age.subtitle": "De Máquinas Primitivas ao Poder do Vapor", + "quests.steam_age.basic_greate.title": "Noções Básicas de Greate", + "quests.steam_age.basic_greate.subtitle": "Cansado do Create? Isso vai deixar tudo mais interessante", + "quests.steam_age.basic_greate.desc": "Greate é uma fusão entre &3Create&r e &3GregTech&r, trazendo versões com níveis diferentes das máquinas do Create. Ele também introduz limites de estresse em Eixos e Rodas Dentadas, então você precisará planejar melhor como alimenta suas máquinas!\n\nDe forma geral, será melhor fazer montagens menores com suas próprias fontes de energia, em vez de conectar uma massa de rodas d’água em um único eixo para toda a base, como no Create tradicional.", + "quests.steam_age.create_tools.title": "Ferramentas de Trabalho", + "quests.steam_age.create_tools.subtitle": "Essas podem ser úteis", + "quests.steam_age.create_tools.desc": "Uma chave inglesa permite pegar blocos do Create rapidamente com Shift + Clique Direito, embora machados ou picaretas também funcionem. Os óculos de proteção fornecem informações detalhadas sobre suas máquinas, como o estresse que produzem ou consomem.\n\nAmbos são opcionais por enquanto, mas se mostrarão extremamente úteis e você vai querer usá-los futuramente.\n\nConsulte o capítulo de Dicas do TFG para ajuda com o sopro de vidro. Sabia que quebrar pedregulho com uma marreta vira cascalho, e quebrar o cascalho vira areia...?", + "quests.steam_age.basic_millstone.title": "Processamento Automático de Minérios", + "quests.steam_age.basic_millstone.subtitle": "Chega de moer na mão", + "quests.steam_age.basic_millstone.desc": "O &3Moinho&r é uma versão automática da Moenda. Você pode jogar os itens por cima e clicar com o botão direito para recuperar os triturados. Ele é bem lento se ligado diretamente à Manivela de Tração, mas é possível usar rodas dentadas para aumentar sua velocidade.\n\nVocê só receberá o resultado no primeiro slot. Os outros fazem parte de uma mecânica do GregTech que só será relevante bem mais tarde (&6HV&r).", + "quests.steam_age.horse_crank.title": "Sua Primeira Fonte de Energia", + "quests.steam_age.horse_crank.subtitle": "Hora de fazer o gado pagar o aluguel", + "quests.steam_age.horse_crank.desc.1": "A &3Manivela de Tração&r é sua primeira fonte viável de energia mecânica. Para usá-la, coloque a manivela no centro de uma área limpa de 7x7 blocos e prenda um animal a ela. Diferentes animais geram diferentes quantidades de energia, e os blocos sob eles afetam a velocidade da rotação. Manivelas próximas podem compartilhar parte da área de atuação.\n\nTalvez você precise segurar uma segunda corda na hora de prender o animal.", + "quests.steam_age.horse_crank.desc.2": "&3Animais Pequenos (4 SU):&r\nLobo, Cachorro, Porco, Ovelha, Cabra, Alpaca\n\n&3Animais Médios (6 SU):&r\nVaca, Burro\n\n&3Animais Grandes (8 SU):&r\nCavalo, Mula, Boi-Almiscarado, Iaque", + "quests.steam_age.poor_paths.title": "Caminhos Ruins", + "quests.steam_age.poor_paths.subtitle": "Isso é só terra mesmo", + "quests.steam_age.poor_paths.desc": "Esse é o pior tipo de estrada possível. A manivela vai girar a 2 RPM aqui.", + "quests.steam_age.normal_paths.title": "Caminhos Médios", + "quests.steam_age.normal_paths.subtitle": "Pelo menos você tentou...", + "quests.steam_age.normal_paths.desc": "Caminhos médios são um pouco melhores e permitem que os animais girem a manivela a 4 RPM.\n\nNota: Não é possível ter um bloco de Caminho de Terra diretamente sob a manivela, então use Cascalho nesse ponto.", + "quests.steam_age.good_paths.title": "Caminhos Bons", + "quests.steam_age.good_paths.subtitle": "Nem precisa de ferradura!", + "quests.steam_age.good_paths.desc": "Esses são os melhores caminhos disponíveis, permitindo que a manivela gire a 8 RPM. Também aumentam a velocidade de movimento do jogador, então são ótimos para pavimentar sua base!", + "quests.steam_age.helve_hammer.title": "Martinete", + "quests.steam_age.helve_hammer.subtitle": "CLANG... CLANG... CLANG...", + "quests.steam_age.helve_hammer.desc": "Está cansado de fazer placas para a Forja Catalã? O &3Martinete&r achata lingotes duplos automaticamente (mas lentamente) em placas. Você ainda terá que fazer as soldagens manualmente. Coloque uma bigorna sob o martinete, jogue os lingotes sobre ela e clique com o botão direito no martinete para pegar as placas.\n\nBigornas de nível superior exigem menos batidas para formar placas do nível anterior.", + "quests.steam_age.water_wheel.title": "Rodas D'Água", + "quests.steam_age.water_wheel.subtitle": "Tomara que tenha feito base perto do rio!", + "quests.steam_age.water_wheel.desc": "Rodas d’água geram mais energia que a Manivela de Tração, mas exigem água corrente. Você ainda não consegue mover fontes de água, então você vai precisar encontrar um rio ou cachoeira para usá-las.\n\nVocê pode obter madeira tratada embebendo tábuas em creosoto vindo do Forno de Coque.", + "quests.steam_age.windmill.title": "Moinhos de Vento", + "quests.steam_age.windmill.subtitle": "Combinam com tulipas", + "quests.steam_age.windmill.desc": "Se você não estiver perto de água corrente, moinhos de vento são uma ótima alternativa para obter energia. Quanto maior o moinho, maior a produção de estresse e velocidade.\n\nMadeira tratada pode ser obtida embebendo tábuas em creosoto do seu Forno de Coque.", + "quests.steam_age.metal_casing.title": "Invólucros Metálicos", + "quests.steam_age.metal_casing.subtitle": "Casco de Máquina Primitiva?", + "quests.steam_age.metal_casing.desc": "Esses invólucros são a base da maioria das máquinas simples que você poderá construir com o Create. Veja no JEI tudo o que dá pra criar com elas, como Caixas de Engrenagem e outros controladores de estresse.\n\nNovo no Create? Há muitos tutoriais online de construções criativas — a maioria funciona aqui no TFG também (exceto qualquer coisa que envolva geradores de pedregulho).", + "quests.steam_age.mechanical_harvester.title": "Colheitadeira Mecânica", + "quests.steam_age.mechanical_harvester.subtitle": "Colheita automatizada, plantio ainda não", + "quests.steam_age.mechanical_harvester.desc": "Com preguiça de colher e replantar suas plantações? Essas colheitadeiras fazem isso por você! Coloque-as em uma estrutura giratória e veja a mágica acontecer. Não funciona dentro de estufas.\n\nDica: sempre está a 15°C constantes ao nível da Bedrock — ideal para fazendas que funcionem o ano inteiro!", + "quests.steam_age.mechanical_saw.title": "Serra Mecânica", + "quests.steam_age.mechanical_saw.subtitle": "Corte eficiente de madeira, pedra... e dedos", + "quests.steam_age.mechanical_saw.desc": "Cansado de cortar árvores? Essas serras fazem isso por você! Basta colocá-las numa estrutura giratória. Infelizmente, o replantio ainda será manual até você obter um Implantador.\n\nEla também funciona como cortadora de pedra e é ótima para transformar toras em madeira de forma mais eficiente!", + "quests.steam_age.chute.title": "Logística Primitiva", + "quests.steam_age.chute.subtitle": "Infraestrutura pública para seus itens", + "quests.steam_age.chute.desc": "Agora você pode transportar itens! Calhas funcionam como funis mais baratos, mas só movem itens para baixo. Elas e os funis também podem empurrar itens para Tubos de Itens.\n\nFunis são similares porém melhores se usados com Correias Transportadoras do que com Tubos de Itens.", + "quests.steam_age.item_pipes.title": "Tubos de Itens", + "quests.steam_age.item_pipes.subtitle": "Não são tão legais quanto os Conduítes de Itens", + "quests.steam_age.item_pipes.desc.1": "&3Tubos de Itens&r são uma forma simples e eficaz de mover itens &dinstantaneamente&r, mas com limitações de vazão.\n\nTubos de níveis superiores oferecem uma vazão absurdamente alta — algo raro em modpacks!\n\nTubos de Itens &9não puxam&r itens, mas empurram qualquer item inserido neles para inventários conectados, priorizando &9o inventário mais próximo&r.", + "quests.steam_age.item_pipes.desc.2": "A mecânica de prioridade é &oum pouco complexa&r, então pule se não estiver interessado:\n\nUm &eDestino&r terá um &dValor de Roteamento&r calculado, que é a soma de todos os \"Valores de Roteamento\" dos tubos individuais até esse destino. O destino com o &cmenor &dValor de Roteamento&r será escolhido para inserção.\n\n&Tubos Restritivos&r normalmente têm a menor prioridade por possuírem um Valor de Roteamento maior.", + "quests.steam_age.item_pipes.desc.3": "No momento, você pode usá-los em conjunto com &6Calhas&r e &6Funis&r, mas também poderá usá-los com Módulos de Esteira, Saídas Automáticas e Máquinas com Saída Automática na era LV.\n\n&9Nota:&r Tubos no estilo do GT6 estão &dativados&r. Isso significa que, ao colocar os tubos, eles se conectam apenas ao bloco onde foram colocados. Para abrir mais conexões, use sua &5Chave Inglesa&r na grade.\n\nObtenha &equalquer&r um dos Tubos de Itens sugeridos para completar esta missão.", + "quests.steam_age.item_pipes.desc.4": "&l&3Curiosidade:&r&o Oooooh, ISSO! Tubos de Itens existiam no GregTech 5, e por algum motivo foram deixados de fora do GTCE, então era preciso usar outros mods para transportar itens. Quem faz isso!? Brincadeiras à parte, esperamos que aproveite os Tubos de Itens de volta no GregTech!", + "quests.steam_age.steel_greate.title": "Greate de Aço", + "quests.steam_age.steel_greate.subtitle": "Greate tão bom que fizeram o Greate 2", + "quests.steam_age.steel_greate.desc": "Bem-vindo ao próximo nível do Greate! Eixos e Rodas Dentadas de Aço aguentam quatro vezes mais estresse que os anteriores. O limite total de estresse de um sistema cinético é determinado pelo elo mais fraco, então você precisará substituir sua estrutura antiga para aproveitar os benefícios. Pelo menos algumas peças antigas podem ser recicladas!", + "quests.steam_age.steel_encased_fan.title": "Ventilador Encapsulado", + "quests.steam_age.steel_encased_fan.subtitle": "Perfeito para dias quentes", + "quests.steam_age.steel_encased_fan.desc": "O &3Ventilador Encapsulado&r é o passo final na sua primeira linha de processamento automático de minérios, eliminando a necessidade de limpar manualmente seus pós impuros. Aponte o ventilador para os pós com uma fonte de água entre eles e, em pouco tempo, estarão limpos e reluzentes. Como bônus, você ainda ganha alguns subprodutos extras! Pode ser difícil mover uma fonte de água agora, mas você pode construir ao redor de um rio ou lago existente.", + "quests.steam_age.steel_millstone.title": "Moinho de Aço", + "quests.steam_age.steel_millstone.subtitle": "Um upgrade que vale a pena", + "quests.steam_age.steel_millstone.desc": "Com uma capacidade cinética muito maior, o moinho de aço é uma atualização significativa da versão básica, permitindo uma rotação muito mais rápida e, portanto, esmagamento mais eficiente. Um ótimo upgrade para lidar com todos os novos minérios que você encontrará em breve!\n\nMais uma vez, ela só gera saída no primeiro slot no JEI.", + "quests.steam_age.steel_pump.title": "Manuseio de Fluidos", + "quests.steam_age.steel_pump.subtitle": "Delicioso espaquete de tubos", + "quests.steam_age.steel_pump.desc.1": "Com a Era do Aço, agora você pode automatizar fluidos assim como itens! A &3Bomba Mecânica&r pode extrair fluidos de praticamente qualquer coisa, incluindo barris, cadinhos e até blocos-fonte. Você pode usá-la tanto com os tubos do Create quanto com os do GregTech, embora cada um se comporte de maneira diferente.", + "quests.steam_age.steel_pump.desc.2": "Os tubos do Create não têm capacidade interna de fluido; em vez disso, transportam o fluido diretamente da fonte ao destino. Você pode clicar neles com um Revestimento de Cobre para \"travar\" conexões, e clicar com a chave inglesa para abrir uma janelinha que evita interseções, permitindo múltiplos tubos lado a lado. Esses tubos requerem uma bomba mecânica para funcionar, com alcance máximo de 16 blocos — mas uma única bomba pode puxar de várias fontes. Eles também não têm limite de temperatura!", + "quests.steam_age.steel_pump.desc.3": "Já os tubos do GregTech possuem capacidade interna e não precisam de bomba quando já há fluido dentro. Assim como os Tubos de Itens, suas conexões podem ser controladas com clique direito agachado usando a mão vazia. Recomendamos fazer isso em todos os tubos para evitar fluido indo na direção errada.\n\nSua bomba mecânica e os tubos do GregTech não estão se conectando? Gire a bomba duas vezes com a chave inglesa — isso deve resolver.", + "quests.steam_age.mold_table.title": "Automação do Alto-forno", + "quests.steam_age.mold_table.subtitle": "O Alto-forno Eletrico ainda está longe", + "quests.steam_age.mold_table.desc.1": "Você vai precisar de &3toneladas&r de aço por um bom tempo, então automatizar seu alto-forno será um ótimo investimento. A Bomba Mecânica pode puxar fluido diretamente do alto-forno (muito mais rápido do que deixar escorrer em um cadinho) para uma Mesa de Moldes, resfriando os lingotes instantaneamente! Em seguida, use uma Calha ou Funil abaixo da mesa para extrair os lingotes. A partir daí, envie o Ferro-Gusa para o Martinete.", + "quests.steam_age.mold_table.desc.2": "Se quiser, também pode usar uma Calha para alimentar automaticamente o alto-forno de cima, e um Implantador para operar os foles. Usar demais os foles desgasta rapidamente seu Tuyere, mas os Tubos de Itens podem inserir um novo automaticamente.\n\nVocê também pode usar uma bomba para extrair tanto do alto-forno quanto do cadinho, usando uma Válvula de Fluido para pausar a bomba enquanto estiver fazendo a liga e reativá-la depois.", + "quests.steam_age.fluid_pipes.title": "Tubos de Fluidos", + "quests.steam_age.fluid_pipes.subtitle": "Líquidos, gases... nós não discriminamos", + "quests.steam_age.fluid_pipes.desc.1": "&bTubos de Fluidos&r irão transportar &7Vapor&r entre máquinas para você.\n\nCada Tubo tem uma certa vazão descrita em mB/t e um &6Limite de Temperatura&r. Isto é relevante agora, pois o Vapor vai queimar Tubos de Madeira. Alguns tubos têm atributos &bespeciais&r que você não precisa se preocupar no momento.\n\nCada material tem vários tamanhos para os Tubos. Quanto maior o Tubo for, &amaior&r será a vazão, porém será mais &dcaro&r para fabricá-lo. Por exemplo, um &6Tubo de Fluido de Bronze&r normal transfere 120 mB/t (Ele também tem uma capacidade interna de 1200mB!)\n\nPara começar, nós recomendamos usar tubos de Madeira para fluidos frios e de Bronze para os quentes.", + "quests.steam_age.fluid_pipes.desc.2": "&aLembrete:&r 1 segundo = 20 tiques... supondo que o server não esteja travando.\n\n&dObservação:&r Canos estilo GT6 estão habilitados. Isso significa que posicionar Canos os conecta apenas ao bloco contra o qual foram posicionados. Para abrir mais conexões, use sua Chave Inglesa no cano.\n\nVocê também pode pressionar Shift e clicar com a Chave Inglesa para desabilitar a entrada de um lado. Isso pode ajudar a neutralizar o efeito de sloshing (líquidos viajando em uma direção indesejada).", + "quests.steam_age.fluid_drums.title": "Armazenamento Eficiente de Fluidos", + "quests.steam_age.fluid_drums.subtitle": "Eu acho que um barril de madeira não aguenta aço derretido", + "quests.steam_age.fluid_drums.desc.1": "&6TFG&r pode rapidamente ficar &4esmagador&r com a infinidade de fluidos que ele introduz, você pode estar procurando uma maneira de armazená-los.\n\nApresentando... &aTambores&r! Eles têm grandes capacidades internas e qualquer &aTambor&r pode ser quebrado e recolhido, &dmantendo o fluido&r dentro. Um clique com o botão direito do mouse com uma chave de fenda permite que um Tambor drene seu conteúdo para outro recipiente colocado abaixo dele.", + "quests.steam_age.fluid_drums.desc.2": "&l&3Curiosidade:&r&o Esses tambores são, na verdade, trazidos do GregTech 6.", + "quests.steam_age.boilers.title": "Caldeiras a Vapor", + "quests.steam_age.boilers.subtitle": "Sala de Vapor Portátil", + "quests.steam_age.boilers.desc.1": "Máquinas a vapor precisam de energia! Você tem três opções para gerar vapor: a caldeira &3Sólida&r aceita combustíveis sólidos como carvão e carvão vegetal, a caldeira &3Líquida&r aceita líquidos como creosoto e lava, e a caldeira &3Solar&r não requer combustível, funcionando apenas durante o dia. A escolha é sua, mas recomendamos a caldeira líquida se não tiver certeza.\n\nTodas as máquinas a vapor têm uma saída de ar que precisa permanecer desobstruída para que funcionem corretamente.", + "quests.steam_age.boilers.desc.2": "&aAviso:&r As caldeiras &bexplodirão&r se você tentar colocar água nelas enquanto estiverem secas e quentes. É melhor sempre bombear água para dentro delas, mas você sempre pode quebrar e colocar o bloco para redefinir sua temperatura.", + "quests.steam_age.boilers.tasks": "Qualquer Caldeira a Vapor de Alta Pressão", + "quests.steam_age.steam_bloomery.title": "Forja Catalã a Vapor", + "quests.steam_age.steam_bloomery.subtitle": "O tio da Forja Catalã", + "quests.steam_age.steam_bloomery.desc": "Você sempre vai precisar de muito Ferro Forjado, então por que não automatizar sua Forja Catalã? A maneira mais próxima de automatizar o ferro forjado está bem longe, em LV. A Forja Catalã a Vapor é um novo multibloco que automatizará sua antiga Forja Catalã do TFC, e fará isso mais rápido também! Assim como no Forno de Coque, você pode pressionar a tecla 'Usos' do JEI (o padrão é \"U\") para exibir a aba de pré-visualização de multiblocos. Clique em blocos individuais para ver o que é válido em cada local.", + "quests.steam_age.steam_furnace.title": "Fornalha a Vapor", + "quests.steam_age.steam_furnace.subtitle": "As fornalhas da Fornalha a Vapor...", + "quests.steam_age.steam_furnace.desc": "Que fundir algo rapidamente em um lingote? A &3Fornalha a Vapor&r faz exatamente isso! Ela pode transformar muitos minérios e pós rapidamente em lingotes, sem gerar subprodutos. Embora também possa cozinhar comida para você, atualmente há um bug em que a data de validade dos alimentos não é copiada corretamente, o que significa que alguns alimentos podem sair estragados. Recomendamos usar o Forno da Firmalife para isso", + "quests.steam_age.steam_oven.title": "Forno a Vapor", + "quests.steam_age.steam_oven.subtitle": "O irmão mais velho do Moedor a Vapor", + "quests.steam_age.steam_oven.desc.1": "&ou...ou irmão mais novo. Não deixe que ele saiba!&r\n\nO &3Forno a Vapor&r é uma ótima opção multibloco se você precisa &6fundir grandes quantidades de itens sem esforço.&r Chega de fileiras de fornalhas que você precisa esvaziar e reabastecer manualmente!\n\nEle se comporta efetivamente como uma fornalha paralela, fundindo até 8 itens por vez por um baixo custo de Vapor.", + "quests.steam_age.steam_oven.desc.2": "&l&Curiosidade:&r&o Este Multibloco - apesar de ser muito semelhante ao seu irmão, o Moedor a Vapor - não é trazido de uma versão ou complemento da GregTech. Seu verdadeiro progenitor é o Forno a Vapor do Railcraft, que remonta à versão 1.4.7!", + "quests.steam_age.steam_macerator.title": "Macerador a Vapor", + "quests.steam_age.steam_macerator.subtitle": "O Macerador a Vapor macera...", + "quests.steam_age.steam_macerator.desc": "Esta máquina faz exatamente a mesma coisa que o Moinho, então, se você já tem uma, não faz muito sentido construir esta. Ainda assim, uma ou outra é necessária para a progressão neste momento. Não, esta máquina também não gera nenhum dos slots de saída extras. Você terá que esperar até &6HV&r para isso.", + "quests.steam_age.steam_grinder.title": "Moedor a Vapor", + "quests.steam_age.steam_grinder.subtitle": "A irmã mais nova do Macerador a Vapor", + "quests.steam_age.steam_grinder.desc": "Assim como o Forno a Vapor, o &3Moedor a Vapor&r é uma versão aprimorada da versão de bloco único que pode processar vários itens ao mesmo tempo. Vale a pena? Isso depende de você.", + "quests.steam_age.rock_crusher.title": "Triturador de Pedras a Vapor", + "quests.steam_age.rock_crusher.subtitle": "O Triturador de Pedras duplica blocos... espera, o quê?", + "quests.steam_age.rock_crusher.desc": "O Triturador de Pedras é basicamente um gerador de pedregulho em uma caixa. Ele pode pegar qualquer pedra bruta ou pedregulho e gerar mais, a qualquer momento. o baixo custo de apenas um pouco de vapor. Isso não ajuda em nada no progresso, mas se você quer fazer muitos tijolos, esta máquina é perfeita.", + "quests.steam_age.forge_hammer.title": "Martelo de Forja a Vapor", + "quests.steam_age.forge_hammer.subtitle": "O Martelo de Forja martela...", + "quests.steam_age.forge_hammer.desc": "Com a criação desta máquina, muitas receitas que antes exigiam o uso de um martelo podem ser feitas aqui!\n\nEla pode processar &bPedregulho em Cascalho&r e &dCascalho em Areia&r - e é rápida, além disso.\n\nPor último, mas não menos importante, ela produz &aPlacas&r em uma proporção melhor: &6três Lingotes para duas Placas&r. Um investimento que vale a pena!\n\nAlém de tudo isso, o Martelo de Forja permite que você trabalhe (lentamente) entre lingotes, como Flores de Ferro Brutas em Ferro Forjado ou Ferro-gusa em Aço, se você quiser uma versão mais compacta do Martinete!", + "quests.steam_age.alloy_smelter.title": "Fundidor de Ligas a Vapor", + "quests.steam_age.alloy_smelter.subtitle": "O Fundidor de Ligas faz ligas...", + "quests.steam_age.alloy_smelter.desc": "O &bFundidor de Ligas&r é usado para, bem, ligas. Você vai querer usá-lo por conta da receita eficiente de &6Bronze&r, e para criar &4Liga Vermelha&r em breve.\n\nEle também pode soldar lingotes de Alto Teor de Carbono com muito mais eficiência!\n\nEntre todas as máquinas da &6Era do Vapor&r, essa é a que mais consome vapor. Se um dia você ficar sem vapor, dê um &apequeno tapinha&r com &dqualquer Martelo Macio&r para pausá-lo momentaneamente.", + "quests.steam_age.compressor.title": "Compressor a Vapor", + "quests.steam_age.compressor.subtitle": "O Compressor a Vapor comprime...", + "quests.steam_age.compressor.desc": "O &3Compressor a Vapor&r pode transformar lingotes e gemas em blocos, pepitas em lingotes, e o mais importante: polpa de madeira em Tábuas únicas. Em breve você vai entender por que isso é tão importante!", + "quests.steam_age.molding.title": "Moldagem", + "quests.steam_age.molding.subtitle": "Pare de pirar e comece a moldar", + "quests.steam_age.molding.desc": "Além de fundir metais, o Fundidor de Ligas também pode usar &3Moldes&r para converter materiais em diferentes formatos.\n\nVocê vai precisar dos moldes indicados para as futuras fundições de ligas. Certifique-se de fazer &aMoldes&r — não faça &cModelos de Extrusora&r, pois eles são usados em outra máquina.\n\nTalvez você se interesse pelos moldes de Engrenagem, mas fabricá-las com moldes sai mais caro do que fazê-las manualmente.", + "quests.steam_age.red_alloy.title": "Liga Vermelha", + "quests.steam_age.red_alloy.subtitle": "Uma liga completamente fictícia", + "quests.steam_age.red_alloy.desc": "A &4Liga Vermelha&r é uma liga de Cobre com Redstone, valorizada no universo GregTech por sua condutividade. Você pode criá-la tanto no Fundidor de Ligas quanto no seu Cadinho, se preferir.\n\nVocê vai precisar de algumas para os &9Tubos de Elétrons&r.\n\n&l&3Curiosidade:&r&o Este material surgiu originalmente no mod RedPower — uma verdadeira viagem no tempo!", + "quests.steam_age.extractor.title": "Extrator a Vapor", + "quests.steam_age.extractor.subtitle": "O Extrator a Vapor extrai...", + "quests.steam_age.extractor.desc": "Poucos itens são produzidos no &3Extrator&r durante a &6Era do Vapor&r, já que ele ainda não é capaz de extrair fluidos.", + "quests.steam_age.glass_tube.title": "Tubos de Vidro", + "quests.steam_age.glass_tube.subtitle": "Você vai querer vários desses", + "quests.steam_age.glass_tube.desc": "Embora você possa fazer todos eles manualmente com sopro de vidro, é muito mais eficiente produzi-los no Fundidor de Ligas com o molde apropriado. Precisa de bastante pó de vidro? Você pode soprar 16 painéis de uma vez para macerá-los, ou usar o Triturador de Rocha e o Martelo de Forja para obter bastante areia, e então adicionar um pouco de pó de Sílex para convertê-la em pó de vidro.", + "quests.steam_age.treated_planks.title": "Tábuas Tratadas", + "quests.steam_age.treated_planks.subtitle": "Também conhecido como Compensado Tratado", + "quests.steam_age.treated_planks.desc": "Espero que você esteja guardando seu creosoto, porque fazer essas tábuas trituradas e compactadas é outro uso para ele.\n\n&l&3Lore:&r&o Em versões anteriores do TerraFirmaGreg, este era o ponto em que você podia realmente começar no Create!", + "quests.steam_age.electron_tube.title": "Tubos de Elétrons", + "quests.steam_age.electron_tube.subtitle": "Ultra Ultra Baixa Voltagem...?", + "quests.steam_age.electron_tube.desc": "Eles podem ser muito difíceis de fabricar no início, mas você deve usar os primeiros para criar uma linha de Implantadores, para tornar sua fabricação significativamente mais barata.\n\nAlém dos Implantadores, elas também são usadas para uma grande variedade de máquinas avançadas do Create!", + "quests.steam_age.rotation_speed_controller.title": "Controlador de Velocidade de Rotação", + "quests.steam_age.rotation_speed_controller.subtitle": "Sem mais relações de transmissão manuais!", + "quests.steam_age.rotation_speed_controller.desc": "O &3Controlador de Velocidade de Rotação&r pode simplificar todo o seu espaguete de roda dentada em um único bloco, permitindo que você ajuste o RPM de forma simples e compacta. Isso será útil mais tarde, quando você tiver mais máquinas para equilibrar suas unidades de estresse!", + "quests.steam_age.mech_crafter.title": "Artesão Mecânico", + "quests.steam_age.mech_crafter.subtitle": "Para aquelas receitas de artesanato extragrandes", + "quests.steam_age.mech_crafter.desc": "Não se preocupe, elas são totalmente opcionais, mas são usadas para alguns artesanatos únicos que você pode achar muito úteis, além dos dois listados aqui.", + "quests.steam_age.crushing_wheel.title": "Rodas de Esmagamento", + "quests.steam_age.crushing_wheel.subtitle": "O namorado da esposa do primo do Moinho", + "quests.steam_age.crushing_wheel.desc": "Elas fazem exatamente a mesma coisa que as outras máquinas de trituração mencionadas anteriormente neste capítulo, mas são mais rápidas e em maior volume. São praticamente equivalentes ao Moedor a Vapor.", + "quests.steam_age.centrifuge.title": "Centrífuga Mecânica", + "quests.steam_age.centrifuge.subtitle": "Um Mundo Girando", + "quests.steam_age.centrifuge.desc": "O processamento de minério sempre será uma parte importante deste modpack, e esta máquina é outra parte (opcional) dele. Seguindo uma rota diferente de etapas de processamento de minério (confira a aba Diagrama de Processamento de Minério no JEI), você pode usar esta centrífuga para extrair alguns subprodutos extras dos seus minérios! A próxima melhoria para os seus minérios só virá com a Centrífuga Térmica LV, então se este é um investimento que vale a pena ou não, depende de você.", + "quests.steam_age.steam_engine.title": "Motor a Vapor", + "quests.steam_age.steam_engine.subtitle": "Hora de um verdadeiro poder de vapor", + "quests.steam_age.steam_engine.desc": "Rodas d'água e moinhos de vento não são mais suficientes? Não seria uma era do vapor sem uma máquina a vapor de verdade! Cada máquina a vapor pode gerar 256 SU, dando a você muito mais potência para explorar. Queimadores de Blaze podem ser criados sem sair de casa, e você pode usar um Braço Mecânico para alimentá-los automaticamente com combustível sólido ou combustível líquido em um balde (como creosoto). Gemas de Carvão, Antracito e Coque também podem ser usados para superaquecê-los.", + "quests.steam_age.deployers.title": "Implantadores", + "quests.steam_age.deployers.subtitle": "Linha de Montagem Primitiva", + "quests.steam_age.deployers.desc": "Embora você possa usar um único implantador pelo resto do seu tempo neste capítulo, nós realmente não recomendamos. Configurar uma linha de implantadores ao longo de uma esteira economizará muito tempo e sanidade, e você também não desperdiçará materiais, pois sempre poderá reutilizá-los para aprimorar sua fazenda de árvores mais tarde. Isso também tornará os tubos de elétrons significativamente mais baratos!", + "quests.steam_age.trains.title": "Trens", + "quests.steam_age.trains.subtitle": "Waypoints gostariam que fossem tão legal quanto esses", + "quests.steam_age.trains.desc": "Trens são uma opção fantástica para qualquer tipo de transporte de longa distância, seja de jogadores, itens ou fluidos! Eles também podem viajar com segurança por chunks descarregados. Não haverá nenhum tipo de teletransporte de jogadores por um bom tempo, então se você quiser montar uma rede ferroviária que abranja todo o continente, não precisa se preocupar com a possibilidade de ela ficar obsoleta.", + "quests.steam_age.wood_plank.title": "Tábuas de Madeira", + "quests.steam_age.wood_plank.subtitle": "Madeira Compensada Não Tratada...?", + "quests.steam_age.wood_plank.desc": "Elas são as mesmas que as Tábuas Tratadas adjacentes a esta missão, exceto que você pode usar qualquer madeira em vez de ter que mergulhá-las em creosoto primeiro.", + "quests.steam_age.organization.title": "Mantendo-se Organizado", + "quests.steam_age.organization.subtitle": "Você já está no primeiro círculo do inferno do microcrafting", + "quests.steam_age.organization.desc": "Com dificuldade para acompanhar todas as receitas e itens que você precisa? Aqui estão algumas opções que podem ajudar:\n\n&3Prancheta&r: Este item prático é uma lista de tarefas portátil, permitindo que você marque os itens como quiser.\n\n&3Projeto de Criação&r: Mantém o controle das receitas frequentes, permitindo que você crie lotes sem precisar encontrar a receita no JEI.\n\n&3Favoritos do JEI&r: Você pode pressionar a tecla \"Adicionar/Remover Favorito\" (padrão \"A\") ao passar o mouse sobre um item no JEI para marcá-lo. Você também pode marcar receitas inteiras pressionando esta tecla na saída!", + "quests.steam_age.resin_boards.title": "Placas Revestidas de Resina", + "quests.steam_age.resin_boards.subtitle": "Acho que você poderia dizer que estamos... enjoados do LáTeX?", + "quests.steam_age.resin_boards.desc": "Você sabia que é possível automatizar a produção de látex por meio de bombas mecânicas? Agora você sabe!", + "quests.steam_age.circuit_boards.title": "Eletrônica #2: Placas de Circuito", + "quests.steam_age.circuit_boards.subtitle": "O componente mais fácil para circuitos", + "quests.steam_age.circuit_boards.desc": "Combine essas placas de circuito de resina com alguns fios de cobre e você terá a base para seu primeiro &aCircuito&r!", + "quests.steam_age.vacuum_chamber.title": "Câmara de Vácuo", + "quests.steam_age.vacuum_chamber.subtitle": "Colocando o vácuo em tubos de vácuo", + "quests.steam_age.vacuum_chamber.desc": "Esta máquina é a etapa final na fabricação dos seus primeiros tubos de vácuo. Coloque-a sobre uma bacia, ligue-a e certifique-se de que a máquina esteja configurada para o modo de aspiração. Como bônus, esta máquina também pode soldar lingotes e placas para você, além de liquefazer cola e borracha, enquanto é aquecida por uma Forja de Carvão ou um Queimador de Blaze.", + "quests.steam_age.vacuum_tubes.title": "Eletrônica #3: Tubos de Vácuo", + "quests.steam_age.vacuum_tubes.subtitle": "O componente mais difícil para circuitos", + "quests.steam_age.vacuum_tubes.desc": "Criar Tubos de Vácuo pode fazer você questionar sua existência. Eles estão muito caros agora, mas logo ficarão mais baratos — essa é a filosofia geral do GregTech! Tubos de Vácuo também são tecnicamente seu primeiro Circuito de Ultra Baixa Voltagem (&8ULV&r)! Parabéns! A partir daqui, você pode começar a criar Circuitos de Baixa Voltagem ou passar mais tempo na Era do Vapor, criando outras máquinas com os Tubos de Vácuo que você acabou de criar.", + "quests.steam_age.resistors.title": "Eletrônica #1: Resistores", + "quests.steam_age.resistors.subtitle": "O componente mais... resistente... para circuitos", + "quests.steam_age.resistors.desc": "Resistores são componentes que serão usados para fazer seu primeiro Circuito.\n\nNão seria imprudente priorizar as receitas que usam &aFios Finos&r, pois elas economizarão mais materiais a longo prazo.\n\nOs fios podem ser caros agora, mas ficarão muito mais baratos se você fizer a &3Máquina de Enrolamento&r por enquanto ou o &3Enrolador de Fios&r em &7LV&r.", + "quests.steam_age.coiling_machine.title": "Máquina de Enrolamento", + "quests.steam_age.coiling_machine.subtitle": "Uma Gambiarra LV: meio Enrolador de Fios LV mais meio Dobrador LV", + "quests.steam_age.coiling_machine.desc": "A &3Máquina de Enrolamento&r é semelhante a um Enrolador de Fios LV, embora não tenha a opção de produzir diretamente diferentes tamanhos de fio. Ainda assim, este é um investimento muito vantajoso para tornar seus fios significativamente mais baratos.\n\nEsta máquina também pode produzir molas mais baratas!", + "quests.steam_age.curving_press.title": "Prensa Curvadora", + "quests.steam_age.curving_press.subtitle": "Tão nichada quanto a Extrusora LV", + "quests.steam_age.curving_press.desc": "A &3Prensa Curvadora&r pode fazer todas as mesmas receitas que uma Extrusora LV. Infelizmente, nenhuma delas faz muita coisa, já que a extrusora só se torna útil mesmo na Era de Média Voltagem. Ainda assim, se quiser fabricar várias pontas de ferramentas em massa, essa máquina dá conta do recado.", + "quests.steam_age.vibrating_table.title": "Mesa Vibratória", + "quests.steam_age.vibrating_table.subtitle": "Idêntica à Peneira LV", + "quests.steam_age.vibrating_table.desc": "A &3Mesa Vibratória&r pode processar minérios de gemas (incluindo carvão) de uma forma diferente, oferecendo um rendimento muito maior do que qualquer outra coisa que você tenha acesso no momento. De bônus, ela também pode processar quaisquer depósitos de cascalho que ainda tiver. Chega de garimpar com calha!", + "quests.steam_age.lathe.title": "Torno Mecânico", + "quests.steam_age.lathe.subtitle": "Você não vai acreditar com qual máquina LV ele se parece", + "quests.steam_age.lathe.desc": "O &3Torno&r pode transformar automaticamente um lingote em duas hastes, e parafusos longos em parafusos pequenos. Se você estiver fabricando muitos desses (e vai estar), essa máquina será um ótimo investimento.", + "quests.steam_age.steel_saw.title": "Serra Mecânica de Aço", + "quests.steam_age.steel_saw.subtitle": "Um cortador de pedras e um Cortador LV em um só!", + "quests.steam_age.steel_saw.desc": "É uma melhoria da sua Serra Mecânica Básica que também consegue processar algumas receitas metálicas, como transformar hastes em quatro parafusos, ou cortar blocos em placas. Essas receitas exigem um fluido para funcionar, mas por enquanto, você pode usar apenas água.", + "quests.steam_age.rolling_mill.title": "Laminador", + "quests.steam_age.rolling_mill.subtitle": "A outra metade do Dobrador LV", + "quests.steam_age.rolling_mill.desc.1": "Entre todas as máquinas da Era do Vapor que você pode fabricar, o &3Laminador&r é uma das melhores, pelo simples motivo de transformar um único lingote em uma única placa. Como bônus, ele também pode produzir chapas finas de forma mais barata do que manualmente!", + "quests.steam_age.rolling_mill.desc.2": "&l&3Curiosidade:&r &oEssa máquina existia nas versões antigas do TFG, mas produzia hastes em vez de placas — e sua melhor opção para fazer placas antes do Dobrador LV tinha 20% de chance de falha!&r", + "quests.steam_age.steel_mixer.title": "Misturador Mecânico de Aço", + "quests.steam_age.steel_mixer.subtitle": "Um Misturador LV antes do tempo", + "quests.steam_age.steel_mixer.desc": "O &3Misturador Mecânico de Aço&r é a outra melhor máquina da Era do Vapor que você pode fazer -- ele consegue misturar seus pós de aço colorido de forma muito mais eficiente do que o Cadinho! Também realiza diversas outras receitas, incluindo algumas com gases... melhor não pensar demais nisso.\n\nVocê pode usar tanto uma Forja de Carvão quanto um Queimador de Blaze para as receitas que exigem aquecimento, e um Braço Mecânico pode reabastecer qualquer um deles automaticamente.", + "quests.steam_age.potin.title": "Botequeiro...", + "quests.steam_age.potin.subtitle": "...hoje vou afogar as mágoas, quero seu melhor Potin.", + "quests.steam_age.potin.desc.1": "Os &dCanos de Fluido de Potin&r têm um &adesempenho altíssimo&r para o nível de material e custo. Talvez você queira produzir alguns para ajudar na logística de fluidos.\n\nPara obter &dPotin&r, comece fabricando sua forma em &ePó&r.\n\nEssa missão aceita tanto o cano pequeno quanto o normal. Qualquer um completa o objetivo.", + "quests.steam_age.potin.desc.2": "&l&3Curiosidade:&r&o Os &dCanos de Fluido de Potin&r foram criados originalmente no &9GT++&r, e representavam um grande salto de potência para os jogadores de um certo modpack chamado &4GT:NH&r. Queríamos compartilhar um pouco dessa alegria.\n\nNa vida real, &dPotin&r é uma liga usada em moedas, não em canos. O GTCEu está ficando mais fantasioso a cada dia...", + "quests.steam_age.miner.title": "Mineração Automática", + "quests.steam_age.miner.subtitle": "O fim da era dos desabamentos", + "quests.steam_age.miner.desc.1": "Agora você tem acesso a duas opções para minerar automaticamente seus minérios! Ambas são bem lentas, então o ideal é montá-las, manter os chunks carregados e ir fazer outra coisa, ao invés de ficar esperando.\n\nA Broca Mecânica precisa de uma engenhoca para cavar para baixo, quebrando todas as pedras no caminho. Você também pode prendê-la à frente de um trem ou carrinho para escavar túneis, se quiser.", + "quests.steam_age.miner.desc.2": "O Minerador a Vapor, por outro lado, quebra apenas blocos de minério e os substitui por pedregulho, deixando o terreno intacto. Ele minera minérios em um pequeno raio, o que significa que precisa ser movido com menos frequência que a broca, mas também é muito mais lento.", + "quests.steam_age.paper.title": "Papel", + "quests.steam_age.paper.subtitle": "Não vem da cana-de-açúcar", + "quests.steam_age.paper.desc": "Se ainda não fez nenhum, existem três formas diferentes de conseguir papel sem eletricidade:\n\n1) Fabrique pergaminho usando pele tratada, pedra-pomes e um ovo.\n\n2) Trance papiro.\n\n3) Produza a partir de hardwood (madeira dura), num processo bem demorado.\n\nMais tarde, você poderá transformar polpa de madeira diretamente em papel com um Banho Químico LV.", + "quests.steam_age.lv_circuit.title": "Seu primeiro circuito!", + "quests.steam_age.lv_circuit.subtitle": "O alvorecer de uma nova era", + "quests.steam_age.lv_circuit.desc": "A receita pode parecer intimidadora a princípio, mas se você passou tempo suficiente na Era do Vapor, tudo deve estar fácil de automatizar. Você vai produzir muitos desses por um tempo, mas suas próximas máquinas elétricas vão ajudar a baratear tudo — até que consiga uma Montadora de Circuitos no fim da era LV.", + "quests.steam_age.what_next.title": "E agora?", + "quests.steam_age.what_next.subtitle": "Você sabe... vem aí \"mais GregTech\"", + "quests.steam_age.what_next.desc": "Se você correu direto até aqui, sugerimos começar com máquinas como o Dobrador, Enrolador de Fios ou Misturador LV.\nCaso tenha construído as máquinas cinéticas abaixo, sugerimos a Montadora, Fornalha de Arco, Reator Químico ou o Polarizador.", + "quests.steam_age.alternator.title": "Alternadores", + "quests.steam_age.alternator.subtitle": "Transformando estresse em energia", + "quests.steam_age.alternator.desc.1": "Se você montou uma grande estrutura a vapor, provavelmente não quer desmontar tudo só para voltar a usar caldeiras e Turbinas de Vapor LV. Em vez disso, o &3Alternador&r converte a força (SU) dos motores a vapor em eletricidade. Cada motor a vapor + alternador deve gerar 1A de LV! Infelizmente, os alternadores geram energia em um sistema diferente do usado pelo GregTech, então você vai precisar de um Conversor de Energia para transformá-la em energia LV utilizável.", + "quests.steam_age.alternator.desc.2": "Um exemplo de motor a vapor produzindo 8 amperes de LV!\n", "quests.stone_age": "Idade da Pedra", "quests.stone_age.subtitle": "Começos Humildes", "quests.stone_age.foods.title": "Com Fome?", @@ -601,15 +837,15 @@ "quests.stone_age.find_rock.title": "Encontre Algumas Pedras", "quests.stone_age.find_rock.subtitle": "Grug. Quebra. Pedra", "quests.stone_age.find_rock.desc": "Ao começar sua jornada, a primeira coisa que você notará é um mundo completamente diferente. Você não pode mais quebrar árvores com as mãos, mas não se preocupe — nenhum homem das cavernas de verdade sobrevive sem suas ferramentas de pedra!\n\nEm vez de fabricar uma picareta de madeira, você pode simplesmente pegar pedras do chão. Comece coletando pelo menos 4 pedras. Você pode coletá-las quebrando ou clicando com o botão direito em pedras com a mão vazia.", - "quests.stone_age.rock_knapping.title": "Talhando Pedras", + "quests.stone_age.rock_knapping.title": "Lascando Pedras", "quests.stone_age.rock_knapping.subtitle": "Como nos velhos tempos do Paleolítico", - "quests.stone_age.rock_knapping.desc": "Pedras podem ser 'talhadas', o que é o processo de moldar um material bruto em uma forma utilizável batendo uma pedra contra a outra. A talha de pedra requer pelo menos duas pedras, e ao segurá-las e clicar com o botão direito no ar, você abrirá a interface de talha. Então, você pode 'lascar' uma das pedras para criar uma cabeça de ferramenta de pedra. Todos os formatos de ferramentas estão no EMI e no Guia de Campo.\n\nAs duas ferramentas mais importantes para o início da sua jornada são a faca de pedra e o machado de pedra, então tente talhar essas cabeças de ferramentas.", + "quests.stone_age.rock_knapping.desc": "Pedras podem ser 'lascadas', o que é o processo de moldar um material bruto em uma forma utilizável batendo uma pedra contra a outra. A lasca de pedra requer pelo menos duas pedras, e ao segurá-las e clicar com o botão direito no ar, você abrirá a interface de lascagem. Então, você pode 'lascar' uma das pedras para criar uma cabeça de ferramenta de pedra. Todos os formatos de ferramentas estão no EMI e no Guia de Campo.\n\nAs duas ferramentas mais importantes para o início da sua jornada são a Faca de Pedra e o Machado de Pedra, então tente lascar essas cabeças de ferramentas.", "quests.stone_age.find_stick.title": "Encontre Alguns Gravetos", "quests.stone_age.find_stick.subtitle": "Você precisa segurar essa ferramenta de algum jeito", "quests.stone_age.find_stick.desc": "Outro item abundante no chão são gravetos, que têm muitos usos! Eles podem ser usados para criar ferramentas, tochas, acendedores e mais.\n\nPara evitar que seu inventário fique lotado com diferentes tipos de gravetos, você pode convertê-los em gravetos 'regulares' para empilhá-los juntos. Mais tarde, você poderá juntar nove gravetos em um Feixe, e o Feixe em um Fardo, que poderá ser usado como substituto da madeira em toras.", "quests.stone_age.first_stone_tools.title": "Suas Primeiras Ferramentas", "quests.stone_age.first_stone_tools.subtitle": "Agora você é um macaco esperto", - "quests.stone_age.first_stone_tools.desc": "Ao talhar pedras em formas utilizáveis, você pode combiná-las com um graveto para criar suas primeiras ferramentas básicas. Você oficialmente entrou na Idade da Pedra!\n\nPedras são suficientes para a sobrevivência básica, mas eventualmente você vai querer criar ferramentas de metal para ter mais velocidade, durabilidade e opções. As próximas duas missões vão te ajudar a coletar os itens necessários.", + "quests.stone_age.first_stone_tools.desc": "Ao lascar pedras em formas utilizáveis, você pode combiná-las com um graveto para criar suas primeiras ferramentas básicas. Você oficialmente entrou na Idade da Pedra!\n\nPedras são suficientes para a sobrevivência básica, mas eventualmente você vai querer criar ferramentas de metal para ter mais velocidade, durabilidade e opções. As próximas duas missões vão te ajudar a coletar os itens necessários.", "quests.stone_age.stone_tools.title": "Ferramentas de Pedra", "quests.stone_age.stone_tools.subtitle": "Aparentemente bater as pedras é útil", "quests.stone_age.stone_tools.desc": "Embora pedra seja um material simples e primitivo, é o que você tem até aprender a trabalhar com metais. Algumas outras ferramentas úteis incluem o Dardo, que pode ser lançado como um Tridente do Minecraft, e a Enxada, que permite arar a terra.", @@ -625,10 +861,10 @@ "quests.stone_age.firepit.desc.2": "Para criar sua Fogueira, jogue pelo menos uma Tora e até 3 gravetos no chão, depois acenda o bloco de baixo clicando com o botão direito e segurando com seu Acendedor. Você também pode adicionar Palha para facilitar.\n\nA fogueira não é apenas uma fonte de luz e calor, mas pode ser usada para acender tochas e cozinhar carne crua. Você pode manter sua fogueira acesa interagindo com ela e adicionando toras na interface. Se o fogo se apagar, basta adicionar mais toras e reacendê-la com o Acendedor.", "quests.stone_age.find_clay.title": "Fontes de Argila", "quests.stone_age.find_clay.subtitle": "Você vai precisar de muita", - "quests.stone_age.find_clay.desc": "Argila é uma parte essencial da tecnologia da Idade da Pedra! Semelhante à talha de pedras, a argila pode ser moldada em diferentes formas e então queimada em um Forno de Cova para criar uma variedade de itens. Ferramentas de pedra e cerâmica de argila serão a base da sua sobrevivência até que você aprenda a trabalhar com metais.\n\nA argila é encontrada em blocos no solo, geralmente cobertos por grama. No entanto, certos tipos de plantas conhecidas como \"Indicadores de Argila\" crescem exclusivamente sobre argila. Consulte o Guia de Campo para saber quais indicadores crescem no seu clima.", + "quests.stone_age.find_clay.desc": "Argila é uma parte essencial da tecnologia da Idade da Pedra! Semelhante à lasca de pedras, a argila pode ser moldada em diferentes formas e então queimada em um Forno de Cova para criar uma variedade de itens. Ferramentas de pedra e cerâmica de argila serão a base da sua sobrevivência até que você aprenda a trabalhar com metais.\n\nA argila é encontrada em blocos no solo, geralmente cobertos por grama. No entanto, certos tipos de plantas conhecidas como \"Indicadores de Argila\" crescem exclusivamente sobre argila. Consulte o Guia de Campo para saber quais indicadores crescem no seu clima.", "quests.stone_age.clay.title": "Argila", "quests.stone_age.clay.subtitle": "É Argila!", - "quests.stone_age.clay.desc": "Recolha pelo menos 25 unidades de argila. Você precisará fazer pelo menos 5 itens diferentes para progredir (veja as próximas missões). Após moldar a argila, coloque os itens em um Forno de Cova para transformá-los em cerâmica. A moldagem funciona como a talha de pedras, mas usa 5 argilas por item e a argila não é perdida caso você clique errado.", + "quests.stone_age.clay.desc": "Recolha pelo menos 25 unidades de argila. Você precisará fazer pelo menos 5 itens diferentes para progredir (veja as próximas missões). Após moldar a argila, coloque os itens em um Forno de Cova para transformá-los em cerâmica. A moldagem funciona como a lasca de pedras, mas usa 5 argilas por item e a argila não é perdida caso você clique errado.", "quests.stone_age.pit_kiln.title": "Forno de Cova", "quests.stone_age.pit_kiln.subtitle": "Está esquentando", "quests.stone_age.pit_kiln.desc": "O Forno de Cova é um método inicial de aquecer itens. Vamos usá-lo tanto para queimar os itens de argila quanto, mais importante, derreter minérios básicos e criar nossa primeira ferramenta de metal, uma Serra.\n\nPara criar um forno de cova, você vai precisar de oito unidades de palha, oito toras, algo que queira aquecer e um Acendedor. Leia a seção do Guia de Campo sobre Fornos de Cova para saber como construí-lo — ele não funciona como a fogueira!", @@ -671,14 +907,14 @@ "quests.stone_age.barrels.desc": "Diferente de seus equivalentes da versão vanilla, os Barris aqui são usados para Armazenamento de Líquidos. Eles podem armazenar até 10 Baldes de fluido, permitindo um armazenamento relativamente simples de líquidos.\n\nVocê também pode combinar esses líquidos com outros itens para criar coisas como Couro, Cola, Argamassa e muito mais.", "quests.stone_age.leather.title": "Couro", "quests.stone_age.leather.subtitle": "É óbvio que é mais complicado! AQUI É O TFG!!", - "quests.stone_age.leather.desc": "Ao serem mortos, animais selvagens deixam Couros Brutos. A pele bruta não pode ser usada diretamente como couro e precisa ser processado primeiro.\n\nO Couro, assim como Argila e Pedra, pode ser Talhado. Talhar couro permite criar coisas como Armaduras de Couro, Frascos e muito mais.\nSe você não quiser matar animais por couro, e viver em uma região tropical, pode transformar Abacaxi em Couro de Abacaxi, que é um substituto do couro.", + "quests.stone_age.leather.desc": "Ao serem mortos, animais selvagens deixam Couros Brutos. A pele bruta não pode ser usada diretamente como couro e precisa ser processado primeiro.\n\nO Couro, assim como Argila e Pedra, pode ser Trabalhado manualmente. Trabalhar o couro permite criar coisas como Armaduras de Couro, Cantis e muito mais.\nSe você não quiser matar animais por couro, e viver em uma região tropical, pode transformar Abacaxi em Couro de Abacaxi, que é um substituto do couro.", "quests.stone_age.leather_armor.title": "Armadura de Couro", "quests.stone_age.leather_armor.subtitle": "Proteção bem básica", - "quests.stone_age.leather_armor.desc": "A Armadura de Couro, assim como sua contraparte do Minecraft, é usada como um conjunto de armadura bem básico. Pode não proteger muito, mas te defende um pouco contra os elementos e oferece resistência OK contra dano de Corte.", + "quests.stone_age.leather_armor.desc": "A Armadura de Couro, assim como sua contraparte do Minecraft, é usada como um conjunto de armadura bem básico. Pode não proteger muito, mas te defende um pouco contra os elementos e oferece resistência OK contra Dano de Corte.", "quests.stone_age.mining_prep.title": "Preparações para Mineração", "quests.stone_age.mining_prep.subtitle": "Espero que você tenha anotado onde encontrou os indicadores de minério!", "quests.stone_age.mining_prep.desc.1": "Progredir além da Idade da Pedra exigirá muito metal, e pegar minérios pequenos na superfície não será suficiente. Você terá que cavar e começar a minerar.\nAssumindo que você &oanotou&r o local onde encontrou o cobre, encontre o meio aproximado dos indicadores e comece a cavar! Pode ser bem fundo, mas eventualmente você ficará rico. A próxima página mostra os equipamentos que você deve levar na sua primeira escavação!", - "quests.stone_age.mining_prep.desc.2": "&lPicareta&r: Bem óbvio que é necessária para quebrar pedra e extrair minério. Martelos não funcionam!\n\n&lEscadas e Tochas&r: Você precisará de uma maneira de subir e descer do buraco, e de luz para enxergar!\n\n&lVigas de Apoio e Pranchas&r: Minerar em TFG é bem mais perigoso — monstros aparecem no subsolo, e cavar sem cuidado pode causar desabamentos! A missão acima desta explica como mitigar esses perigos.\n\nAgora vá cavar seu buraco, sua topeira!", + "quests.stone_age.mining_prep.desc.2": "&lPicareta&r: Bem óbvio que é necessária para quebrar pedra e extrair minério. Marretas não funcionam!\n\n&lEscadas e Tochas&r: Você precisará de uma maneira de subir e descer do buraco, e de luz para enxergar!\n\n&lVigas de Apoio e Pranchas&r: Minerar no TFG é bem mais perigoso — monstros aparecem no subsolo, e cavar sem cuidado pode causar desabamentos! A missão acima desta explica como mitigar esses perigos.\n\nAgora vá cavar seu buraco, sua topeira!", "quests.stone_age.hazards.title": "Perigos da Mineração", "quests.stone_age.hazards.subtitle": "Achou que a superfície era difícil? Achou errado, otário!", "quests.stone_age.hazards.desc.1": "Além dos monstros, o maior desafio ao minerar são os desabamentos. Se um bloco de pedra bruta ou minério tiver ar abaixo dele, é considerado 'sem suporte' e pode desmoronar sempre que um bloco próximo for quebrado. Tetos de cavernas são cobertos por pedra Endurecida, que não colapsa. Para evitar isso, o mais seguro é minerar o chão, mas se quiser minerar outras áreas, será necessário aprender a usar vigas de apoio! Elas são feitas com troncos e uma serra.", @@ -688,7 +924,7 @@ "quests.stone_age.copper_for_anvil.desc": "Bigornas não são baratas! Cada bigorna exigirá 14 lingotes, que depois são soldados em 7 lingotes duplos.\n\nVocê pode querer começar a minerar neste ponto se ainda não começou — juntar 126 pedaços de cobre pequeno não é fácil.", "quests.stone_age.get_raw_rock.title": "Rocha Bruta", "quests.stone_age.get_raw_rock.subtitle": "Não, não é só \"Pedra\"", - "quests.stone_age.get_raw_rock.desc": "Para criar sua Bigorna de Cobre, você precisará tanto de uma Bigorna de Pedra básica quanto de uma Forja de Carvão. Para fazer uma Bigorna de Pedra, será necessário um bloco de rocha Ígnea Bruta.\n\nPara obter Rocha Bruta, quebre com cuidado os blocos &lao redor&r da Rocha Bruta que deseja minerar. Quando os 6 lados da Rocha Bruta estiverem expostos ao ar, ela se soltará em forma de item. Por fim, clique com o botão direito em um bloco de rocha ígnea bruta com um martelo para transformá-lo em sua Bigorna de Pedra.", + "quests.stone_age.get_raw_rock.desc": "Para criar sua Bigorna de Cobre, você precisará tanto de uma Bigorna de Pedra básica quanto de uma Forja de Carvão. Para fazer uma Bigorna de Pedra, será necessário um bloco de rocha Ígnea Bruta.\n\nPara obter Rocha Bruta, quebre com cuidado os blocos &lao redor&r da Rocha Bruta que deseja minerar. Quando os 6 lados da Rocha Bruta estiverem expostos ao ar, ela se soltará em forma de item. Por fim, clique com o botão direito em um bloco de rocha ígnea bruta com uma marreta para transformá-lo em sua Bigorna de Pedra.", "quests.stone_age.create_forge.title": "A Forja", "quests.stone_age.create_forge.subtitle": "O Fabric nem existe, aliás.", "quests.stone_age.create_forge.desc": "A Forja é uma estação de criação de última geração usada para aquecer materiais a altas temperaturas. O tempo necessário para aquecer coisas na forja é consideravelmente menor do que no Forno de Cova, além de ser muito mais fácil de controlar.\n\nPara fazer a forja, você precisará de pelo menos 7 carvões e 5 blocos rochosos, como rocha bruta ou pedregulhos (cobblestone).\nA Forja não usa toras, e sim Carvão, Carvão Mineral ou Coque.\n\nConsulte o guia de campo para instruções sobre como fazer um Forno de Carvão e uma Forja de Carvão.", @@ -702,18 +938,35 @@ "quests.stone_age.crush_ore.subtitle": "Aproveitando mais dos seus minérios", "quests.stone_age.crush_ore.desc": "A Moenda é apenas o primeiro passo no processamento de minérios! O processamento adequado de minérios é um sistema grande e complexo que você aprenderá com o tempo, e que pode ser usado para extrair muito mais metal utilizável e subprodutos de cada minério minerado. Por ora, vamos transformar os minérios brutos que você minerou em Minério Esmagado usando a Moenda. Só esse primeiro passo já aumenta a quantidade de mB que o minério renderá ao fundir.", "quests.stone_age.crush_crushed_ore.title": "Processamento Inicial de Minérios - Parte 2", - "quests.stone_age.crush_crushed_ore.subtitle": "Esmague com um martelo", - "quests.stone_age.crush_crushed_ore.desc": "Combine o Minério Esmagado com um martelo em uma grade de criação para transformá-lo em Pó Impuro, aumentando ainda mais sua produção em mB.\n\nPode parecer lento e tedioso por enquanto, mas logo você desbloqueará formas mais rápidas e automáticas de fazer isso!", + "quests.stone_age.crush_crushed_ore.subtitle": "Esmague com uma marreta", + "quests.stone_age.crush_crushed_ore.desc": "Combine o Minério Esmagado com uma marreta em uma grade de criação para transformá-lo em Pó Impuro, aumentando ainda mais sua produção de mB.\n\nPode parecer lento e tedioso por enquanto, mas logo você desbloqueará formas mais rápidas e automáticas de fazer isso!", "quests.stone_age.clean_dust.title": "Processamento Inicial de Minérios - Parte 3", "quests.stone_age.clean_dust.subtitle": "Lave esse pó sujo", - "quests.stone_age.clean_dust.desc": "Por fim, jogue Pó Impuro na água e deixe-o lá por alguns segundos para lavá-lo. Isso resultará em pó limpo — a forma final do seu minério. Ele pode até valer o equivalente a um lingote inteiro!", + "quests.stone_age.clean_dust.desc": "Por fim, jogue o Pó Impuro na água e deixe-o lá por alguns segundos para lavá-lo. Isso resultará em pó limpo — a forma final do seu minério. Ele pode até valer o equivalente a um lingote inteiro!", "quests.stone_age.flux.title": "Pedras de Fluxo", "quests.stone_age.flux.subtitle": "É basicamente cola para metais", - "quests.stone_age.flux.desc": "Fluxo é um item usado principalmente no trabalho com metais para soldar itens, embora também tenha outros usos.\nCertos tipos de rochas, como Calcário Branco, Calcário e Mármore, podem ser triturados para virar Fluxo, assim como conchas de diversos animais marinhos.", + "quests.stone_age.flux.desc": "Fluxo é um item usado principalmente no trabalho com metais para soldar itens, embora também tenha outros usos.\nCertos tipos de rochas, como Giz, Calcário e Mármore, podem ser triturados para virar Fluxo, assim como conchas de diversos animais marinhos.", "quests.stone_age.weld_copper_ingots.title": "Soldando Cobre", "quests.stone_age.weld_copper_ingots.subtitle": "Tão perto da Bigorna de Cobre", "quests.stone_age.weld_copper_ingots.desc": "Acenda sua Forja e coloque nela pelo menos 2 Lingotes de Cobre. Observe o texto de dica enquanto eles esquentam — quando estiverem prontos para uso, aparecerá \"Pode Trabalhar\", mas precisamos esperar até que diga \"Pode Soldar\", que é logo antes do ponto de fusão.\n\nAssim que atingirem esse ponto, rapidamente retire eles da forja (enquanto segura uma pinça de madeira na mão secundária!) e os coloque na interface da Bigorna de Pedra, junto com um pouco de fluxo. Por fim, clique com o botão direito na bigorna enquanto agacha (ou apenas clique no botão de soldar dentro da interface da bigorna) para soldar os dois lingotes ainda quentes. Você pode usar água ou neve para resfriar seu novo lingote duplo mais rápido.", "quests.metal_age.copper_anvil.title": "Bigorna Nível 1: Cobre", "quests.metal_age.copper_anvil.subtitle": "E tudo isso para chegarmos até aqui!", - "quests.metal_age.copper_anvil.desc": "Parabéns! Você oficialmente terminou a Idade da Pedra e entrou na Era da Metalurgia! Com sua Bigorna de Cobre, o próximo passo é subir os Níveis de Bigorna. A cada novo nível desbloqueado, novas ferramentas e possibilidades se abrirão para tornar sua vida progressivamente mais fácil. Agora vá e torne-se um mestre ferreiro!" + "quests.metal_age.copper_anvil.desc": "Parabéns! Você oficialmente terminou a Idade da Pedra e entrou na Idade do Metal! Com sua Bigorna de Cobre, o próximo passo é subir os Níveis de Bigorna. A cada novo nível desbloqueado, novas ferramentas e possibilidades se abrirão para tornar sua vida progressivamente mais fácil. Agora vá e torne-se um mestre ferreiro!", + "quests.tfg": "TerraFirmaGreg - Moderno", + "quests.tfg.subtitle": "Bem-vindo ao TerraFirmaGreg!", + "quests.tfg.welcome.title": "Bem-vindo ao TerraFirmaGreg!", + "quests.tfg.welcome.subtitle": "Modpack de Sobrevivência como deveria ter sido", + "quests.tfg.welcome.desc": "Obrigado por começar o TerraFirmaGreg Moderno!\n\nNeste modpack, você será desafiado a tomar controle de uma natureza intocada e transformá-la em uma maravilha industrial. Comece de forma humilde pegando pedras e termine viajando pelo espaço interestelar!", + "quests.tfg.create_team.title": "Como criar um time?", + "quests.tfg.create_team.subtitle": "Você joga com amigos?", + "quests.tfg.create_team.desc": "Você pode criar um time para completar missões juntos. Para isso, abra seu inventário, então no canto superior esquerdo selecione o botão onde estão desenhadas 3 pessoas coloridas; uma interface será aberta na qual você pode criar um time. Clique no botão §aCriar um time§r, então dê um nome e alguns outros parâmetros, e após criar um time com sucesso, você pode convidar outros jogadores para ele usando o botão de mais no círculo verde no canto superior direito. A partir deste ponto, suas missões serão sincronizadas e qualquer membro do time poderá completá-las. Boa sorte!", + "quests.tfg.capture_territory.title": "Como capturar território?", + "quests.tfg.capture_territory.subtitle": "E como carregar chunks no seu território", + "quests.tfg.capture_territory.desc": "Se você joga em um servidor, pode querer reivindicar seu território para que outros jogadores não possam interferir. Use a tecla Abrir Reivindicações (padrão \"Ctrl+M\") para abrir a janela, então clique com o botão esquerdo para reivindicar um chunk e com o botão direito para desfazê-lo. Há um limite para isso, então você não pode reivindicar tudo. Você pode clicar com shift-esquerdo em um chunk para forçar o carregamento (também conhecido como \"chunk load\"), e shift-direito para desfazer o carregamento. Reivindicar chunks incluirá todo o seu time, se você estiver em um.", + "quests.tfg.field_guide.title": "Informações importantes sobre missões!", + "quests.tfg.field_guide.subtitle": "Preciso ler mais?", + "quests.tfg.field_guide.desc": "As missões ainda estão em desenvolvimento, e estamos sempre trabalhando para melhorá-las! Muitas informações sobre mecânicas específicas também estão no seu Guia de Campo, acessível através da aba Livro no seu inventário.\n\nLembre-se de que tanto o JEI quanto o Guia de Campo são seus amigos, pois nem tudo será explicado através das missões.", + "quests.tfg.quest_shapes.title": "Informações sobre Formatos de Missões.", + "quests.tfg.quest_shapes.subtitle": "Acontece que formatos ajudam a entender essas missões.", + "quests.tfg.quest_shapes.desc": "&lEngrenagens&r: Missões em formato de engrenagem são as maiores em cada categoria de missão, elas representam o Início e o Fim das linhas de missão. Você pode considerá-las como grandes objetivos finais.\n\n&lCorações&r: Missões em formato de coração são &oopcionais&r, elas não são necessárias para o progresso e servem principalmente para jogadores perfeccionistas. Algumas missões opcionais podem ser um pouco bobas...\n\n&lOctógonos:&r Octógonos são marcos importantes em certas missões, eles representam marcos significativos." } \ No newline at end of file From 06c5065e2e56c763e3a4aa1fdcc92d11da5cb9f5 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 23:05:29 +0100 Subject: [PATCH 243/246] once again I am trying to fix these damn rabbit houses --- .../structure/moon/moon_rabbit_houses.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index 744415880..2b13c258c 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -1,15 +1,15 @@ { "type": "minecraft:jigsaw", - "start_pool": "tfg:moon/moon_rabbit_houses", + "biomes": "#tfg:has_structure/moon_rabbit_houses", + "max_distance_from_center": 0, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 1, + "spawn_overrides": {}, "start_height": { "absolute": 0 }, - "size": 1, - "biomes": "#tfg:has_structure/moon_rabbit_houses", - "max_distance_from_center": 32, - "project_start_to_heightmap": "WORLD_SURFACE_WG", + "start_pool": "tfg:moon/moon_rabbit_houses", "step": "surface_structures", "terrain_adaptation": "beard_thin", - "use_expansion_hack": false, - "spawn_overrides": {} + "use_expansion_hack": true } \ No newline at end of file From c7f75194bd89c51f4c04af5ec6fe16dbd7a2527a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 23:07:50 +0100 Subject: [PATCH 244/246] oops --- kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index 2b13c258c..03ee618a9 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -1,7 +1,7 @@ { "type": "minecraft:jigsaw", "biomes": "#tfg:has_structure/moon_rabbit_houses", - "max_distance_from_center": 0, + "max_distance_from_center": 32, "project_start_to_heightmap": "WORLD_SURFACE_WG", "size": 1, "spawn_overrides": {}, From 6ff62d3f9edd6624a5ddbc89a1260e7c0adc5588 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 24 Jun 2025 00:27:02 +0100 Subject: [PATCH 245/246] started rearranging the ore processing chapter --- .../quests/chapters/ore_processing.snbt | 773 ++++++++++++------ 1 file changed, 509 insertions(+), 264 deletions(-) diff --git a/config/ftbquests/quests/chapters/ore_processing.snbt b/config/ftbquests/quests/chapters/ore_processing.snbt index 4c12ba2f3..6e0c38001 100644 --- a/config/ftbquests/quests/chapters/ore_processing.snbt +++ b/config/ftbquests/quests/chapters/ore_processing.snbt @@ -11,11 +11,166 @@ ticks: 0L } } - id: "gtceu:crushed_iron_ore" + id: "create:crushed_raw_copper" } id: "24C1683140DBB5F2" + images: [ + { + height: 1.0d + image: "ftblibrary:icons/star" + rotation: 0.0d + width: 1.0d + x: -2.5d + y: -11.5d + } + { + height: 1.0d + image: "ftblibrary:icons/star" + rotation: 0.0d + width: 1.0d + x: 0.0d + y: -7.0d + } + { + height: 1.0d + image: "ftblibrary:icons/star" + rotation: 0.0d + width: 1.0d + x: 12.5d + y: -5.0d + } + { + height: 1.0d + image: "ftblibrary:icons/star" + rotation: 0.0d + width: 1.0d + x: -5.5d + y: -3.0d + } + { + height: 1.0d + image: "ftblibrary:icons/star" + rotation: 0.0d + width: 1.0d + x: -5.5d + y: -13.5d + } + { + height: 1.0d + image: "ftblibrary:icons/star" + rotation: 0.0d + width: 1.0d + x: 3.5d + y: -3.0d + } + ] order_index: 3 - quest_links: [ ] + quest_links: [ + { + id: "4A012EEE1E349DAF" + linked_quest: "48A8E3210B2BAE1C" + shape: "none" + size: 2.0d + x: -8.5d + y: -15.0d + } + { + id: "2425C5C5109FD90C" + linked_quest: "48C1E980F7D64317" + x: -6.0d + y: -13.0d + } + { + id: "77F1FAA38B676763" + linked_quest: "6F1BC99BE641B671" + shape: "none" + size: 2.0d + x: -8.5d + y: -13.0d + } + { + id: "7AA7D2592C74D29C" + linked_quest: "32046292AA5B0E30" + shape: "none" + size: 2.0d + x: -8.5d + y: -11.0d + } + { + id: "098E410F9E564854" + linked_quest: "5E4FC017E09ACF44" + x: -6.0d + y: -11.0d + } + { + id: "047EB0CB2FDCC07B" + linked_quest: "6CF7DCC996BACBFA" + x: -6.0d + y: -9.5d + } + { + id: "7EFCFBCD5D01A9C2" + linked_quest: "59F7F7A8C76DE31C" + x: -6.5d + y: -8.5d + } + { + id: "5304E40808C81257" + linked_quest: "4F3D0D746D26B59F" + x: -5.5d + y: -8.5d + } + { + id: "0ADE673FEEDFDA1D" + linked_quest: "616E28977F3216D9" + x: -3.0d + y: -11.0d + } + { + id: "504C8612A78B1E25" + linked_quest: "52DAF93E2F3D688A" + shape: "none" + size: 2.0d + x: -8.5d + y: -9.0d + } + { + id: "64DB265509E5C39B" + linked_quest: "616E28977F3216D9" + x: 6.0d + y: -11.0d + } + { + id: "7F716A503B1D36C9" + linked_quest: "19A1D52A7F550478" + x: 6.0d + y: -9.0d + } + { + id: "5CE5440DE68F695D" + linked_quest: "1E8CC993E0251828" + x: 0.0d + y: -9.0d + } + { + id: "1E3359832A1A76A1" + linked_quest: "2F1AFDB17C5FC291" + x: 9.5d + y: -6.5d + } + { + id: "295B3039051FD04C" + linked_quest: "0EFEE489906256AA" + x: 12.0d + y: -4.5d + } + { + id: "2A907B99FEB57B03" + linked_quest: "68A48B07F9489620" + x: 3.0d + y: -2.5d + } + ] quests: [ { description: ["{quests.ore_proc.native_ore.desc}"] @@ -30,7 +185,8 @@ id: "tfc:ore/rich_native_copper" } id: "5D09BEE61210DF02" - size: 1.5d + shape: "gear" + size: 2.0d subtitle: "{quests.ore_proc.native_ore.subtitle}" tasks: [{ id: "1F5D8018334CFB8F" @@ -38,52 +194,10 @@ type: "checkmark" }] title: "{quests.ore_proc.native_ore.title}" - x: 0.5d - y: -8.5d + x: -8.5d + y: -17.0d } { - dependencies: [ - "514AEDB447F4AF42" - "68A48B07F9489620" - ] - dependency_requirement: "one_completed" - description: ["{quests.ore_proc.crushed_ores.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:crushed_copper_ore" - } - id: "28419A1010EEE93A" - subtitle: "{quests.ore_proc.crushed_ores.subtitle}" - tasks: [ - { - id: "321A5E0E6EA03930" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:crushed_ores))" - } - } - optional_task: true - type: "item" - } - { - id: "4A590589A3C1B57E" - type: "checkmark" - } - ] - title: "{quests.ore_proc.crushed_ores.title}" - x: 0.5d - y: -4.5d - } - { - dependencies: ["5D09BEE61210DF02"] description: ["{quests.ore_proc.macerator_byproduct.desc}"] icon: "gtceu:hv_macerator" id: "68A48B07F9489620" @@ -107,73 +221,10 @@ } ] title: "{quests.ore_proc.macerator_byproduct.title}" - x: 0.0d - y: -6.5d - } - { - dependencies: ["5D09BEE61210DF02"] - description: ["{quests.ore_proc.macerator_noproduct.desc}"] - icon: "greate:steel_millstone" - id: "514AEDB447F4AF42" - subtitle: "{quests.ore_proc.macerator_noproduct.subtitle}" - tasks: [ - { - id: "5EC14F048516D792" - item: "greate:steel_millstone" - optional_task: true - type: "item" - } - { - id: "5D23CEE2220A31FD" - item: "tfc:quern" - optional_task: true - type: "item" - } - { - id: "3D6010FE11723186" - item: "gtceu:hp_steam_forge_hammer" - optional_task: true - type: "item" - } - { - id: "79C87A0922F99B91" - type: "checkmark" - } - ] - title: "{quests.ore_proc.macerator_noproduct.title}" - x: 1.0d - y: -6.5d - } - { - dependencies: ["28419A1010EEE93A"] - description: ["{quests.ore_proc.ore_washer.desc}"] - icon: "greate:steel_encased_fan" - id: "35995A8DD303B08D" - subtitle: "{quests.ore_proc.ore_washer.subtitle}" - tasks: [ - { - id: "768C7F10A1490AB7" - item: "gtceu:lv_ore_washer" - optional_task: true - type: "item" - } - { - id: "58FCB68304F6943D" - item: "greate:steel_encased_fan" - optional_task: true - type: "item" - } - { - id: "3150FF938CABCC54" - type: "checkmark" - } - ] - title: "{quests.ore_proc.ore_washer.title}" - x: 0.5d + x: -6.0d y: -2.5d } { - dependencies: ["28419A1010EEE93A"] description: ["{quests.ore_proc.mercury_ores.desc}"] icon: "gtceu:mercury_bucket" id: "7C67BAEE68852188" @@ -197,11 +248,10 @@ } ] title: "{quests.ore_proc.mercury_ores.title}" - x: 2.0d - y: -2.5d + x: -2.0d + y: -7.0d } { - dependencies: ["28419A1010EEE93A"] description: ["{quests.ore_proc.sodium_persuflate.desc}"] icon: "gtceu:sodium_persulfate_bucket" id: "3513778F204293CD" @@ -225,8 +275,8 @@ } ] title: "{quests.ore_proc.sodium_persuflate.title}" - x: -1.0d - y: -2.5d + x: -3.0d + y: -7.0d } { dependencies: ["7C67BAEE68852188"] @@ -276,8 +326,8 @@ } ] title: "{quests.ore_proc.mercury.title}" - x: 3.5d - y: -2.5d + x: -2.0d + y: -6.0d } { dependencies: ["3513778F204293CD"] @@ -304,46 +354,10 @@ } ] title: "{quests.ore_proc.sodium_ores.title}" - x: -2.5d - y: -2.5d + x: -3.0d + y: -6.0d } { - dependencies: [ - "3513778F204293CD" - "7C67BAEE68852188" - "35995A8DD303B08D" - ] - dependency_requirement: "one_completed" - description: ["{quests.ore_proc.purified_ores.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "create:crushed_raw_copper" - } - id: "544EA7FF98FDCFB7" - subtitle: "{quests.ore_proc.purified_ores.subtitle}" - tasks: [{ - id: "4C6F60AC9C803D7B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:purified_ores))" - } - } - type: "item" - }] - title: "{quests.ore_proc.purified_ores.title}" - x: 0.5d - y: -0.5d - } - { - dependencies: ["544EA7FF98FDCFB7"] description: ["{quests.ore_proc.indium.desc}"] icon: "gtceu:indium_dust" id: "642FD77427A3B2FA" @@ -389,11 +403,10 @@ } ] title: "{quests.ore_proc.indium.title}" - x: -1.0d - y: -0.5d + x: -3.0d + y: 1.5d } { - dependencies: ["544EA7FF98FDCFB7"] description: ["{quests.ore_proc.platline.desc}"] icon: "gtceu:platinum_group_sludge_dust" id: "7B2EE67E37809269" @@ -492,11 +505,10 @@ } ] title: "{quests.ore_proc.platline.title}" - x: 2.0d + x: -2.5d y: -0.5d } { - dependencies: ["544EA7FF98FDCFB7"] description: ["{quests.ore_proc.thermal_centrifuge.desc}"] icon: "gtceu:lv_thermal_centrifuge" id: "6BAC3BE1D4FE0F6B" @@ -514,11 +526,10 @@ } ] title: "{quests.ore_proc.thermal_centrifuge.title}" - x: 0.5d - y: 1.5d + x: -0.5d + y: -6.5d } { - dependencies: ["544EA7FF98FDCFB7"] description: ["{quests.ore_proc.sifter.desc}"] icon: "gtceu:lv_sifter" id: "31A6A236B6710B95" @@ -530,25 +541,18 @@ optional_task: true type: "item" } - { - id: "019C7598748D30E1" - item: "vintageimprovements:vibrating_table" - optional_task: true - type: "item" - } { id: "1BA3E3F150F2296C" type: "checkmark" } ] title: "{quests.ore_proc.sifter.title}" - x: 2.0d - y: 1.0d + x: 0.5d + y: -6.5d } { - dependencies: ["31A6A236B6710B95"] description: ["{quests.ore_proc.centrifuge_sifter.desc}"] - icon: "vintageimprovements:centrifuge" + icon: "gtceu:lv_centrifuge" id: "2F1AFDB17C5FC291" subtitle: "{quests.ore_proc.centrifuge_sifter.subtitle}" tasks: [ @@ -558,51 +562,16 @@ optional_task: true type: "item" } - { - id: "288ABE9C064D983F" - item: "vintageimprovements:centrifuge" - optional_task: true - type: "item" - } { id: "54EA71173CCA6298" type: "checkmark" } ] title: "{quests.ore_proc.centrifuge_sifter.title}" - x: 2.0d - y: 2.0d + x: 6.0d + y: -6.5d } { - dependencies: ["544EA7FF98FDCFB7"] - description: ["{quests.ore_proc.macerator_separator.desc}"] - icon: "greate:stainless_steel_crushing_wheel" - id: "630D44C9BD1D7190" - subtitle: "{quests.ore_proc.macerator_separator.subtitile}" - tasks: [ - { - id: "57FD0D0741991622" - item: "gtceu:hv_macerator" - optional_task: true - type: "item" - } - { - id: "473B6D9D44F5CA51" - item: "greate:stainless_steel_crushing_wheel" - optional_task: true - type: "item" - } - { - id: "5DE1F541B6A2C27E" - type: "checkmark" - } - ] - title: "{quests.ore_proc.macerator_separator.title}" - x: -1.0d - y: 1.0d - } - { - dependencies: ["630D44C9BD1D7190"] description: ["{quests.ore_proc.electro_separator.desc}"] icon: "gtceu:lv_electromagnetic_separator" id: "5DC7D0B4E591417D" @@ -632,47 +601,10 @@ } ] title: "{quests.ore_proc.electro_separator.title}" - x: -1.0d - y: 2.0d + x: 8.5d + y: -6.5d } { - dependencies: [ - "5DC7D0B4E591417D" - "6BAC3BE1D4FE0F6B" - "2F1AFDB17C5FC291" - ] - dependency_requirement: "one_completed" - description: ["{quests.ore_proc.dust_processed.desc}"] - icon: { - Count: 1 - ForgeCaps: { - "tfc:item_heat": { - heat: 0.0f - ticks: 0L - } - } - id: "gtceu:copper_dust" - } - id: "22C1D541452D4AD4" - size: 1.5d - subtitle: "{quests.ore_proc.dust_processed.subtitle}" - tasks: [{ - id: "3EA3BABECE52085B" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item_tag(forge:dusts))" - } - } - type: "item" - }] - title: "{quests.ore_proc.dust_processed.title}" - x: 0.5d - y: 3.5d - } - { - dependencies: ["22C1D541452D4AD4"] description: ["{quests.ore_proc.electrolyzer.desc}"] icon: "gtceu:lv_electrolyzer" id: "1BE7400D97562227" @@ -696,11 +628,10 @@ } ] title: "{quests.ore_proc.electrolyzer.title}" - x: 0.0d - y: 5.5d + x: 11.5d + y: -6.5d } { - dependencies: ["22C1D541452D4AD4"] description: ["{quests.ore_proc.packer.desc}"] icon: "gtceu:lv_packer" id: "0D75C3A7D69E12C2" @@ -718,11 +649,10 @@ } ] title: "{quests.ore_proc.packer.title}" - x: 1.0d - y: 5.5d + x: 12.5d + y: -6.5d } { - dependencies: ["5D09BEE61210DF02"] description: ["{quests.ore_proc.gtcy.desc}"] icon: "gtceu:alloy_blast_smelter" id: "335FE15E81D3AB06" @@ -778,11 +708,10 @@ } ] title: "{quests.ore_proc.gtcy.title}" - x: 3.0d - y: -8.5d + x: -10.0d + y: 1.5d } { - dependencies: ["5D09BEE61210DF02"] description: ["{quests.ore_proc.ae2.desc}"] icon: "expatternprovider:tag_storage_bus" id: "4ED1E28BDDE50E6C" @@ -808,11 +737,10 @@ } ] title: "{quests.ore_proc.ae2.title}" - x: -2.0d - y: -8.5d + x: -10.0d + y: -2.5d } { - dependencies: ["5D09BEE61210DF02"] description: ["{quests.ore_proc.robot_arm.desc}"] icon: "gtceu:item_tag_filter" id: "5AB0C996B1325FDC" @@ -844,8 +772,325 @@ } ] title: "{quests.ore_proc.robot_arm.title}" - x: 0.5d - y: -11.0d + x: -10.0d + y: -6.5d + } + { + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:crushed_pyrite_ore" + } + id: "4C76859CD8C12690" + shape: "none" + size: 2.0d + x: -3.0d + y: -17.0d + } + { + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:purified_pyrite_ore" + } + id: "02F8510F70A601A2" + shape: "none" + size: 2.0d + x: 0.0d + y: -17.0d + } + { + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:impure_pyrite_dust" + } + id: "28620465270505D0" + shape: "none" + size: 2.0d + x: 6.0d + y: -17.0d + } + { + description: ["{quests.ore_proc.dust_processed.desc}"] + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:pyrite_dust" + } + id: "233BDDB4B78E7D41" + shape: "none" + size: 2.0d + subtitle: "{quests.ore_proc.dust_processed.subtitle}" + title: "{quests.ore_proc.dust_processed.title}" + x: 12.0d + y: -17.0d + } + { + description: ["{quests.stone_age.crush_crushed_ore.desc}"] + id: "5E4B1B9C1829F855" + subtitle: "{quests.stone_age.crush_crushed_ore.subtitle}" + tasks: [{ + id: "079F2F7C23194D34" + item: { + Count: 1 + id: "gtceu:stone_hammer" + tag: { + DisallowContainerItem: 0b + GT.Behaviours: { } + GT.Tool: { + Damage: 0 + HarvestLevel: 1 + MaxDamage: 47 + ToolSpeed: 5.2f + } + HideFlags: 2 + } + } + type: "item" + }] + title: "{quests.stone_age.crush_crushed_ore.title}" + x: 0.0d + y: -15.0d + } + { + description: ["{quests.stone_age.clean_dust.desc}"] + id: "6B10099F3F0931B9" + shape: "none" + size: 1.5d + subtitle: "{quests.stone_age.clean_dust.subtitle}" + tasks: [{ + amount: 1000L + fluid: "minecraft:water" + id: "0944FE2841D789D8" + type: "fluid" + }] + title: "{quests.stone_age.clean_dust.title}" + x: 6.0d + y: -15.0d + } + { + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:refined_pyrite_ore" + } + id: "7B4061405939BF78" + shape: "none" + size: 2.0d + x: 3.0d + y: -17.0d + } + { + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:pure_pyrite_dust" + } + id: "73B4762495158576" + shape: "none" + size: 2.0d + x: 9.0d + y: -17.0d + } + { + id: "0F0525A70047EEB2" + shape: "none" + size: 2.0d + tasks: [{ + id: "60E79E2DF0407ADA" + item: "tfg:lv_universal_circuit" + type: "item" + }] + x: -8.5d + y: -6.5d + } + { + description: ["{quests.ore_proc.ore_washer.desc}"] + id: "7F8293CE8C6F5992" + subtitle: "{quests.ore_proc.ore_washer.subtitle}" + tasks: [{ + id: "44B66D2EA30193E1" + item: "gtceu:lv_ore_washer" + type: "item" + }] + title: "{quests.ore_proc.ore_washer.title}" + x: -4.0d + y: -7.0d + } + { + disable_toast: true + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:raw_pyrite" + } + id: "05292CA5C7BA7F0E" + shape: "none" + size: 2.0d + x: -6.0d + y: -17.0d + } + { + description: ["{quests.ore_proc.macerator_separator.desc}"] + id: "50C49B1DED197472" + subtitle: "{quests.ore_proc.macerator_separator.subtitle}" + tasks: [{ + id: "3F57BA92AF356F4A" + item: "gtceu:lv_macerator" + type: "item" + }] + title: "{quests.ore_proc.macerator_separator.title}" + x: 3.0d + y: -6.5d + } + { + id: "05A072877CA01773" + shape: "none" + size: 2.0d + tasks: [{ + id: "6F5BF1630331B01F" + item: "tfg:mv_universal_circuit" + type: "item" + }] + x: -8.5d + y: -4.5d + } + { + id: "197A13A0790F000B" + shape: "none" + size: 2.0d + tasks: [{ + id: "6A9A6A6F03B81570" + item: "tfg:hv_universal_circuit" + type: "item" + }] + x: -8.5d + y: -2.5d + } + { + id: "139DA665659785B2" + shape: "none" + size: 2.0d + tasks: [{ + id: "45E009C49BDC38C7" + item: "tfg:iv_universal_circuit" + type: "item" + }] + x: -8.5d + y: 1.5d + } + { + id: "00004BE1D77EA003" + shape: "none" + size: 2.0d + tasks: [{ + id: "678B5C2C0F83BF80" + item: "tfg:ev_universal_circuit" + type: "item" + }] + x: -8.5d + y: -0.5d + } + { + id: "50754A86249AC252" + shape: "none" + size: 2.0d + tasks: [{ + id: "3FCBD714438141AD" + item: "tfg:luv_universal_circuit" + type: "item" + }] + x: -8.5d + y: 3.5d + } + { + id: "5999B06EB64CDC5D" + tasks: [{ + id: "6BE08F74EB8AF6DD" + item: "gtceu:purified_naquadah_ore" + type: "item" + }] + x: -3.0d + y: 3.5d + } + { + description: ["{quests.stone_age.crush_ore.desc}"] + disable_toast: true + id: "03F56DA158E0E0DC" + subtitle: "{quests.stone_age.crush_ore.subtitle}" + tasks: [ + { + id: "4E118068B0A83607" + item: "tfc:quern" + type: "item" + } + { + id: "3CED3CD0D664F953" + item: { + Count: 1 + id: "tfc:handstone" + tag: { + Damage: 0 + } + } + type: "item" + } + ] + title: "{quests.stone_age.crush_ore.title}" + x: -6.0d + y: -15.0d + } + { + id: "57B535E63AED6DAF" + tasks: [{ + id: "69D8E2C0D6273D6C" + item: "gtceu:purified_uraninite_ore" + type: "item" + }] + x: -3.5d + y: -0.5d } ] subtitle: ["{quests.ore_proc.subtitle}"] From 82312a6decfa9db8eac96224ca8eefee0af548a9 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 24 Jun 2025 00:45:55 +0100 Subject: [PATCH 246/246] updated kubejs-tfc in pakku, fixed climate stuff to work with the new api changes --- .../startup_scripts/tfc/register_climates.js | 79 +++++++------------ pakku-lock.json | 22 +++--- 2 files changed, 37 insertions(+), 64 deletions(-) diff --git a/kubejs/startup_scripts/tfc/register_climates.js b/kubejs/startup_scripts/tfc/register_climates.js index ea5302f85..7aea23a45 100644 --- a/kubejs/startup_scripts/tfc/register_climates.js +++ b/kubejs/startup_scripts/tfc/register_climates.js @@ -84,98 +84,75 @@ function calcAverage(playerZ, scale, min, max) { } -// This will be fighting between TFC, which wants to melt everything when the average -// temp is above 0, and Ad Astra, which wants to freeze everything that isn't in an -// oxygenated bubble. -// Is there a way to disable TFC's system here? -// Alternatively, is there a way to tell if a block is oxygenated and then give it a different average temp? -// That'd let you grow tfc crops on other planets - TFCEvents.registerClimateModel(event => { - event.registerClimateModel('tfg:nether_climate', model => { + event.register('tfg:nether_climate', builder => { - model.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => { + builder.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => { return lerp(100, 25, pos.y / 128); }) - model.setAverageTemperatureCalculation((level, pos) => { + builder.setAverageTemperatureCalculation((level, pos) => { return lerp(100, 25, pos.y / 128); }) - model.setAverageRainfallCalculation((level, pos) => { + builder.setAverageRainfallCalculation((level, pos) => { return lerp(-200, 200, pos.y / 128); }) - model.setAirFog((level, pos, calendarTicks) => 0) - model.setWaterFog((level, pos, calendarTicks) => 0.6) - model.setWindVector((block, calendarTicks) => event.newVec2(0, 0)) + builder.setAirFog((level, pos, calendarTicks) => 0) + builder.setWaterFog((level, pos, calendarTicks) => 0.6) + builder.setWindVector((level, block, calendarTicks) => builder.vector(0, 0)) }) - event.registerClimateModel('tfg:orbit_climate', model => { + event.register('tfg:orbit_climate', builder => { // There's basically no heat diffusion in space so we can pretend this is your spacesuit temp - model.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => 15) - model.setAverageTemperatureCalculation((level, pos) => -270) - model.setAverageRainfallCalculation((level, pos) => 0) - model.setAirFog((level, pos, calendarTicks) => 0) - model.setWaterFog((level, pos, calendarTicks) => 0.25) - model.setWindVector((block, calendarTicks) => event.newVec2(0, 0)) + builder.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => 15) + builder.setAverageTemperatureCalculation((level, pos) => -270) + builder.setAverageRainfallCalculation((level, pos) => 0) + builder.setAirFog((level, pos, calendarTicks) => 0) + builder.setWaterFog((level, pos, calendarTicks) => 0.25) + builder.setWindVector((level, block, calendarTicks) => builder.vector(0, 0)) }) - event.registerClimateModel('tfg:moon_climate', model => { + event.register('tfg:moon_climate', builder => { // A source says the moon's equator is 120c at day and -130c at night - model.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => { + builder.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => { return calcCurrentTemp(-5, 60, pos.y, calendarTicks, 125, 0, 0) }) - model.setAverageTemperatureCalculation((level, pos) => -5) - model.setAverageRainfallCalculation((level, pos) => 0) - model.setAirFog((level, pos, calendarTicks) => 0) - model.setWaterFog((level, pos, calendarTicks) => 0.25) - model.setWindVector((block, calendarTicks) => event.newVec2(0, 0)) - - //model.setCreateChunkData((level, chunkAccess, chunkData) => { - - // const rainfallLayer = new $LerpFloatLayer(0, 0, 0, 0); - // const tempLayer = new $LerpFloatLayer(-5, -5, -5, -5); - - // chunkData.generatePartial(rainfallLayer, tempLayer, "none", 0, 0); - - // let heightArray = []; - // let aquiferArray = []; - // for (var i = 0; i < 16 * 16; i++) { - // heightArray[i] = 64; - // aquiferArray[i] = 0; - // } - // chunkData.generateFull(heightArray, aquiferArray); - //}) + builder.setAverageTemperatureCalculation((level, pos) => -5) + builder.setAverageRainfallCalculation((level, pos) => 0) + builder.setAirFog((level, pos, calendarTicks) => 0) + builder.setWaterFog((level, pos, calendarTicks) => 0.25) + builder.setWindVector((level, block, calendarTicks) => builder.vector(0, 0)) }) - event.registerClimateModel('tfg:mars_climate', model => { + event.register('tfg:mars_climate', builder => { - model.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => { + builder.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => { let avgTemp = calcAverage(pos.z, 10000, -110, -15); return calcCurrentTemp(avgTemp, 65, pos.y, calendarTicks, 45, -10, 0.5); }) - model.setAverageTemperatureCalculation((level, pos) => { + builder.setAverageTemperatureCalculation((level, pos) => { // Earth is 10k to each pole, and mars is about half as big as earth, so 5k to each pole sounds good return calcAverage(pos.z, 10000, -110, -15); }) - model.setAverageRainfallCalculation((level, pos) => { + builder.setAverageRainfallCalculation((level, pos) => { // irl mars' poles have a snowfall of 0.13mm but that's barely noticeable here. // Use a negative rainfall to stop it snowing closer to the equator. TFC clamps negatives to zero so it's fine return calcAverage(pos.z, 10000, 13, -25) }) - model.setAirFog((level, pos, calendarTicks) => 0) - model.setWaterFog((level, pos, calendarTicks) => 0.25) - model.setWindVector((block, calendarTicks) => event.newVec2(0.25, 0.25)) + builder.setAirFog((level, pos, calendarTicks) => 0) + builder.setWaterFog((level, pos, calendarTicks) => 0.25) + builder.setWindVector((level, block, calendarTicks) => builder.vector(0.25, 0.25)) }) }) \ No newline at end of file diff --git a/pakku-lock.json b/pakku-lock.json index 3e2566214..238ea9b44 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -2738,7 +2738,7 @@ { "pakku_id": "SG15bUHPcW2KqNGd", "type": "MOD", - "side": "BOTH", + "side": "CLIENT", "slug": { "curseforge": "detected-setblock-be-gone" }, @@ -5442,7 +5442,7 @@ "files": [ { "type": "curseforge", - "file_name": "kubejs_tfc-1.20.1-1.2.6.jar", + "file_name": "kubejs_tfc-1.20.1-1.3.0.jar", "mc_versions": [ "1.20.1" ], @@ -5451,19 +5451,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6477/814/kubejs_tfc-1.20.1-1.2.6.jar", - "id": "6477814", + "url": "https://edge.forgecdn.net/files/6685/35/kubejs_tfc-1.20.1-1.3.0.jar", + "id": "6685035", "parent_id": "841001", "hashes": { - "sha1": "c6acc8f35677889e552d4452eb9632a9a9265b55", - "md5": "7346fba12f2797dadd185546ccebf34f" + "sha1": "079a5e5e2f68cc0c34f60cfc16e1d4a75e9575aa", + "md5": "6fcfb2e20f8ffad1e7428c3bd3f032c0" }, - "required_dependencies": [ - "238086", - "302973" - ], - "size": 738216, - "date_published": "2025-04-29T20:07:20.147Z" + "required_dependencies": [], + "size": 827928, + "date_published": "2025-06-22T22:52:30.673Z" } ] }, @@ -6836,7 +6833,6 @@ "id": { "curseforge": "585406" }, - "export": false, "files": [ { "type": "curseforge",